UNPKG

react-native-pose

Version:

Pose animation system for React Native

92 lines (47 loc) 1.31 kB
# Changelog React Native Pose adheres to [Semantic Versioning](http://semver.org/). ## [0.9.1] 2019-05-17 ### Fixed - Blurry nested components. ## [0.9.0] 2018-09-16 ### Upgraded - `react-pose-core@0.5.0` ## [0.8.1] 2018-09-14 ### Upgraded - `react-pose-core@0.4.1` ## [0.8.0] 2018-09-14 ### Upgraded - `react-pose-core@0.4.0` ## [0.7.0] 2018-09-14 ### Upgraded - `animated-pose@1.2.0` ## [0.6.0] 2018-09-13 ### Upgraded - `animated-pose@1.1.0` ## [0.5.0] 2018-09-12 ### Upgraded - `animated-pose@1.0.1` ## [0.4.1] Unreleased ### Added - Support for transition definitions. - Warning messages for `useNativeDriver` invalidation. ## [0.3.0] 2018-05-10 ### Added - `initialPose` prop for animating on mount. ## [0.2.1] 2018-05-08 - Release ## [0.2.0@rc] 2018-05-08 - Migrate to React Pose Core - Ensure `useNativeDriver` is disabled if *any* other animated value in the same poser is attached by a non-native value like `backgroundColor`. ## [0.1.0] 2018-04-24 - No one's betting the farm on "0.0.5" ## [0.0.5] 2018-04-24 - Intelligent handling of `useNativeDriver`. ## [0.0.4] 2018-04-24 - Updating `animated-pose`. ## [0.0.3] 2018-04-24 - Updating `pose-core`. ## [0.0.2] 2018-04-23 - Not firing `dragEnd` pose until offset prep. ## [0.0.1] 2018-04-23 - First publish