Skip to content

Latest commit

 

History

History
92 lines (75 loc) · 4.17 KB

CHANGELOG.md

File metadata and controls

92 lines (75 loc) · 4.17 KB

Changelog

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

  • Fixed import for components types.

1.1.9 - 2020-11-02

Fixed

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

1.1.8 - 2020-05-07

Fixed

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

1.1.7 - 2020-04-25

Fixed

  • Fixed createAnimatableComponent HOC by adding missing animation prop.

1.1.6 - 2020-04-25

Fixed

  • Fixed query selector for animatable-cube component, to avoid removing styles when fromClassName or toClassName props are used.
  • Added PWA demo using Ionic components.

1.1.5 - 2020-04-23

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.

1.1.4 - 2020-04-22

Fixed

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

1.1.3 - 2020-04-21

Fixed

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

1.1.2 - 2020-04-21

Fixed

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

1.1.1 - 2020-04-19

Fixed

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

1.1.0 - 2020-04-17

Added

  • Added fromClassName and toClassName 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

Fixed

  • Fix validation loading easing option (79d9d10).

1.0.1 - 2019-12-16

Fixed

  • Fixed linter and types issues (b06a67a).

1.0.0 - 2019-11-23

Added

  • 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).