Skip to content

Releases: oblador/react-native-animatable

1.4.0

26 Oct 16:46
dfd7413

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.3...v1.4.0

1.3.3

13 Oct 12:44

Choose a tag to compare

  • Remove deprecated lifecycle warning
  • Improved typings

1.3.2

19 Mar 17:45
1c5c0b5

Choose a tag to compare

  • Fix iterationDelay being ignored when changing animation.

1.3.1

03 Jan 23:29
8544713

Choose a tag to compare

  • Support for removing PropTypes in babel transforms
  • Allow percentage animations for margins, widths etc
  • Improved TS typing

1.3.0

31 May 19:41
2ab21ac

Choose a tag to compare

  • Added onTransitionBegin and onTransitionEnd props (#187)
  • Added iterationDelay prop (#169)
  • Improved TypeScript typings (#190)
  • Fixed bug where old onAnimationEnd handler would be called.

1.2.4

18 Sep 22:58

Choose a tag to compare

Add TypeScript definitions

1.2.3

24 Jul 23:48

Choose a tag to compare

  • Migrate deprecated React.PropTypes to prop-types package.

1.2.2

11 Jun 19:10

Choose a tag to compare

  • Fix issue with spring animated width transitions would cause flashes when transitioning to 0.

1.2.1

03 Jun 12:11

Choose a tag to compare

  • Fix native animation driver support for swing, tada and wobble animations.
  • Fix unmet peer dependency warning when using react alpha with nom

1.2.0

06 May 16:56

Choose a tag to compare

  • Support delay prop for transitions
  • Improve support for inline animation declarations