Releases: proyecto26/animatable-component
Releases · proyecto26/animatable-component
Release 1.2.0
Added
- add automated release workflow with semantic versioning (b8a6a76).
Changed
- Update readme.md (094f83f).
- Update readme.md (8ad561a).
- Update FUNDING.yml (3e74dc2).
- Update readme.md (903cc87).
- Update readme.md (852fcfe).
- Fix scripts to be used from HTML (6b59be0).
- Update readme.md (274340c).
- Update readme.md (c0e6bf6).
- Update readme.md (fd4d8d5).
- Update readme.md (5a61df9).
- Update readme.md (96f4d22).
- Update readme.md (24937ba).
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.