Skip to content

Releases: shoutem/animation

v0.15.0 - remove semver ranges, improve ScrollDriver

19 Jan 12:46
a011b64
Compare
Choose a tag to compare
  • remove semver ranges from dependencies
  • remove semver ranges from devDependencies
  • add support for onScroll in ScrollDriver that is executed alongside existing scroll animations

v0.14.1 - Fix dependabot and npm audit security warnings

11 Jun 08:51
9513947
Compare
Choose a tag to compare
  • fix dependabot and npm audit security warnings

v0.14.0 - Add Wiggle animation

26 Mar 13:03
ea5c989
Compare
Choose a tag to compare
  • add Wiggle animation

v0.13.1 - fix default animations import in base View

20 Jan 10:03
207ed50
Compare
Choose a tag to compare
  • fixed import of predefined animations in the base View used for animations

v0.13.0 - add shoutem eslint

14 Jan 13:05
1c68f4d
Compare
Choose a tag to compare
  • add shoutem eslint plugin and lint code

v0.12.5

25 Feb 08:59
a61fdf2
Compare
Choose a tag to compare

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

26 Feb 21:43
Compare
Choose a tag to compare

New features and enhacements

v0.8.9

02 Dec 15:59
Compare
Choose a tag to compare

Thanks to 3 contributors that worked on this release!

New features and enhacements

Bug fixes

v0.8.7

30 Sep 07:02
Compare
Choose a tag to compare

Thanks to a contributor that worked on this release!

New features and enhacements

v0.8.6

26 Sep 08:46
Compare
Choose a tag to compare

Thanks to a contributor that worked on this release!

Bug fixes

  • Fix connectAnimation to support animation functions with nested style 2488498 - @SoHotSoup