Animatable Component Versions Save

Animate once, use Everywhere! 💫

v1.1.10

3 years ago

Fixed

  • Fixed import for components types.

v1.1.9

3 years ago

Fixed

  • Use disconnectedCallback() instead of componentDidUnload().
  • Update to Stencil v2.0.
  • Fix accessibility issues from GitHub page.

v1.1.8

3 years ago

Fixed

  • Validate if the manager is initialized before to destroy the animation.
  • Fixed comments of JSDoc.

v1.1.7

3 years ago

Fixed

  • Fixed createAnimatableComponent HOC by adding missing animation prop.

v1.1.6

3 years ago
  • Fixed query selector for animatable-cube component, to avoid removing styles when fromClassName or toClassName props are used.
  • Added PWA demo using Ionic components.

v1.1.5

3 years ago

Fixed

  • Fixed styles of the animatable-cube component by adding missing css variables as props.
  • Adding Credits and Enterprise sections from README.
  • Improved demo by waiting animatable-component to be loaded as a custom element.

v1.1.4

3 years ago

Fixed

  • Cancel current animation before to play another one, it's required to avoid issues when iterations was equal to Infinity.

v1.1.3

3 years ago

Fixed

  • Restore class name from onCancel event and remove previousAnimation from Animation manager.

v1.1.2

3 years ago

Fixed

  • Fixed issue from destroy method by using cancel instead of finish.

v1.1.1

4 years ago

Fixed

  • Fixed dependencies of the package.
  • Updated README for React projects using wrapper component instead.