All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.1.10 - 2020-11-02
- Fixed import for components types.
1.1.9 - 2020-11-02
- Use
disconnectedCallback()
instead ofcomponentDidUnload()
. - Update to
Stencil
v2.0. - Fix accessibility issues from GitHub page.
1.1.8 - 2020-05-07
- Validate if the manager is initialized before to destroy the animation.
- Fixed comments of JSDoc.
1.1.7 - 2020-04-25
- Fixed
createAnimatableComponent
HOC by adding missinganimation
prop.
1.1.6 - 2020-04-25
- Fixed query selector for
animatable-cube
component, to avoid removing styles whenfromClassName
ortoClassName
props are used. - Added PWA demo using Ionic components.
1.1.5 - 2020-04-23
- 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.
1.1.4 - 2020-04-22
- Cancel current animation before to play another one, it's required to avoid issues when
iterations
was equal toInfinity
.
1.1.3 - 2020-04-21
- Restore class name from
onCancel
event and removepreviousAnimation
from Animation manager.
1.1.2 - 2020-04-21
- Fixed issue from
destroy
method by usingcancel
instead offinish
.
1.1.1 - 2020-04-19
- Fixed dependencies of the package.
- Updated README for React projects using wrapper component instead.
1.1.0 - 2020-04-17
- Added
fromClassName
andtoClassName
props to be applied when the animation starts and ends respectively. - Added animations from Animista.
- Added
animatable-cube
component for 3D cubes. - Adding configuration to create a React specific wrapper for
animatable-component
.
1.0.2 - 2020-03-01
- Fix validation loading easing option (79d9d10).
1.0.1 - 2019-12-16
- Fixed linter and types issues (b06a67a).
1.0.0 - 2019-11-23
- Added default animations of
Animate.css
. - Added props to create custom animations by using keyFrames.
- Added GitHub page with Google Analytics to track some events.
- Added README with instructions to integrate the Web component with any other framework (Angular, React, Vue, etc).