Releases: proyecto26/animatable-component
Releases · proyecto26/animatable-component
Release 1.1.10
Fixed
- Fixed import for components types.
Release 1.1.9
Fixed
- Use
disconnectedCallback()instead ofcomponentDidUnload(). - Update to
Stencilv2.0. - Fix accessibility issues from GitHub page.
Release 1.1.8
Fixed
- Validate if the manager is initialized before to destroy the animation.
- Fixed comments of JSDoc.
Release 1.1.7
Fixed
- Fixed
createAnimatableComponentHOC by adding missinganimationprop.
Release 1.1.6
- Fixed query selector for
animatable-cubecomponent, to avoid removing styles whenfromClassNameortoClassNameprops are used. - Added PWA demo using Ionic components.
Release 1.1.5
Fixed
- Fixed styles of the
animatable-cubecomponent by adding missing css variables as props. - Adding Credits and Enterprise sections from README.
- Improved demo by waiting
animatable-componentto be loaded as a custom element.
Release 1.1.4
Fixed
- Cancel current animation before to play another one, it's required to avoid issues when
iterationswas equal toInfinity.
Release 1.1.3
Fixed
- Restore class name from
onCancelevent and removepreviousAnimationfrom Animation manager.
Release 1.1.2
Fixed
- Fixed issue from
destroymethod by usingcancelinstead offinish.
Release 1.1.1
Fixed
- Fixed dependencies of the package.
- Updated README for React projects using wrapper component instead.