Releases: shoutem/animation
Releases · shoutem/animation
v0.15.0 - remove semver ranges, improve ScrollDriver
- remove semver ranges from
dependencies - remove semver ranges from
devDependencies - add support for
onScrollinScrollDriverthat is executed alongside existing scroll animations
v0.14.1 - Fix dependabot and npm audit security warnings
- fix dependabot and npm audit security warnings
v0.14.0 - Add Wiggle animation
- add Wiggle animation
v0.13.1 - fix default animations import in base View
- fixed import of predefined
animationsin the baseViewused for animations
v0.13.0 - add shoutem eslint
- add shoutem eslint plugin and lint code
v0.12.5
Remove deprecated lifecycle methods and reduce rerendering.
v0.12.5 and v0.12.4 are functionally identical. v0.12.5 was created due to an accidental publishing before time and subsequent unpublishing of v0.12.4.
v0.9.0
New features and enhacements
- Adds
Rotatecomponent 616bd4d - @SoHotSoup - Adds
SlideIncomponent b5e0358 - @SoHotSoup - Adds
SlideOutcomponent 3a82890 - @SoHotSoup - Adds
measurehigher order component 3a82890 - @SoHotSoup - Refactor components to use connectAnimation b2719d7 -@SoHotSoup
v0.8.9
Thanks to 3 contributors that worked on this release!
New features and enhacements
- Adds TouchableDriver 2d91e17 - @adri
- Add connectAnimation options 21e15f6 - @zrumenjak
- Add animated style utils 458b427 - @zrumenjak
- Reorganize the code in directories e230ea1 - @zrumenjak
Bug fixes
- #7 Avoid use of NativeMethodsMixin 8ccdb9b - @SoHotSoup