Skip to content

Releases: proyecto26/animatable-component

Release 1.1.10

02 Nov 16:43
Compare
Choose a tag to compare

Fixed

  • Fixed import for components types.

Release 1.1.9

02 Nov 14:39
d894879
Compare
Choose a tag to compare

Fixed

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

Release 1.1.8

07 May 06:15
Compare
Choose a tag to compare

Fixed

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

Release 1.1.7

26 Apr 01:06
c5ade05
Compare
Choose a tag to compare

Fixed

  • Fixed createAnimatableComponent HOC by adding missing animation prop.

Release 1.1.6

25 Apr 23:46
Compare
Choose a tag to compare
  • Fixed query selector for animatable-cube component, to avoid removing styles when fromClassName or toClassName props are used.
  • Added PWA demo using Ionic components.

Release 1.1.5

24 Apr 02:43
Compare
Choose a tag to compare

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.

Release 1.1.4

22 Apr 13:33
Compare
Choose a tag to compare

Fixed

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

Release 1.1.3

21 Apr 22:40
Compare
Choose a tag to compare

Fixed

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

Release 1.1.2

21 Apr 09:12
Compare
Choose a tag to compare

Fixed

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

Release 1.1.1

19 Apr 07:35
Compare
Choose a tag to compare

Fixed

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