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
Stencil
v2.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
createAnimatableComponent
HOC by adding missinganimation
prop.
Release 1.1.6
- Fixed query selector for
animatable-cube
component, to avoid removing styles whenfromClassName
ortoClassName
props are used. - Added PWA demo using Ionic components.
Release 1.1.5
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
Fixed
- Cancel current animation before to play another one, it's required to avoid issues when
iterations
was equal toInfinity
.
Release 1.1.3
Fixed
- Restore class name from
onCancel
event and removepreviousAnimation
from Animation manager.
Release 1.1.2
Fixed
- Fixed issue from
destroy
method by usingcancel
instead offinish
.
Release 1.1.1
Fixed
- Fixed dependencies of the package.
- Updated README for React projects using wrapper component instead.