Skip to content

v2.3.1

Compare
Choose a tag to compare
@Gamote Gamote released this 23 Jun 01:24
· 10 commits to main since this release

Changes

fix: animation plays at least twice when loop: false when initialSegment doesn't have a value (#48)
fix: memory leak when un-mounting the animation (#63)
fix: useLottieInteractivity hook is loaded conditionally
fix: loop property is not propagated to Lottie (#51)
fix: loop type doesn't accept a number (#30) (#60 by @mattvague)
fix: reference to the animation instance is not removed on destroy() (#57 by @michax)

chore: lottie-web was updated to v5.9.4
chore: dev dependencies for react and react-dom was updated to v18.2.0
chore: update the ESLint + Prettier configuration + some npm package
chore: type of animationData property was updated from any to unknown
chore: README.md file was updated