Skip to content

v0.2.0

Compare
Choose a tag to compare
@cristijora cristijora released this 02 Jan 18:26

Minor Changes

  • Add support for transition-group with dynamic component is attribute: 80ad403
    Each transition can be used as a group transition now.
    Example
<fade-transition group>
   <!--keyed children here-->
</fade-transition>

There are some details/things to take care when you use group transitions in order to achieve really smooth transitions which are addressed in the Readme.

Patches

  • Place all event hooks under a computed property: 7723f59
  • Add transition groups to demo: d993506