Skip to content

Releases: oblador/react-native-animatable

1.4.0

Choose a tag to compare

@oblador oblador released this 26 Oct 16:46
dfd7413

What's Changed

New Contributors

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

1.3.3

Choose a tag to compare

@oblador oblador released this 13 Oct 12:44
  • Remove deprecated lifecycle warning
  • Improved typings

1.3.2

Choose a tag to compare

@oblador oblador released this 19 Mar 17:45
1c5c0b5
  • Fix iterationDelay being ignored when changing animation.

1.3.1

Choose a tag to compare

@oblador oblador released this 03 Jan 23:29
8544713
  • Support for removing PropTypes in babel transforms
  • Allow percentage animations for margins, widths etc
  • Improved TS typing

1.3.0

Choose a tag to compare

@oblador oblador released this 31 May 19:41
2ab21ac
  • 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

Choose a tag to compare

@oblador oblador released this 18 Sep 22:58

Add TypeScript definitions

1.2.3

Choose a tag to compare

@oblador oblador released this 24 Jul 23:48
  • Migrate deprecated React.PropTypes to prop-types package.

1.2.2

Choose a tag to compare

@oblador oblador released this 11 Jun 19:10
  • Fix issue with spring animated width transitions would cause flashes when transitioning to 0.

1.2.1

Choose a tag to compare

@oblador oblador released this 03 Jun 12:11
  • 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

Choose a tag to compare

@oblador oblador released this 06 May 16:56
  • Support delay prop for transitions
  • Improve support for inline animation declarations