Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sonaye authored Jul 27, 2018
1 parent 9c6967e commit 62b9c28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 0.0.20

- **Breaking**: Project has been renamed to `haraka`. You can continue to use `react-native-behavior` if you are already using it in a project (has been stable for over a year), it will not reacive any future updates however and has been deprecated.
- **Breaking**: Project has been renamed to `haraka`. You can continue to use [`react-native-behavior`](https://www.npmjs.com/package/react-native-behavior) if you are already using it in a project (has been stable for over a year), it will not reacive any future updates however and has been deprecated.
- **Breaking**: `animatedNativeValue` prop is now `nativeDriver`.
- **Breaking**: `animatedValue` prop is now `driver`.
- **Breaking**: `states` prop is now just `state` (without the s).
Expand All @@ -16,7 +16,7 @@

- You can now use an animation or a layout preset from the available presets, see [the definition](../../#definition) for options.
- You can now get the animation reference instead of playing it immediately with the `ref` option in `goTo()` configuration. This can be useful for composing multiple behavior animations with `Animated.sequence` and `Animated.parallel`.
- Use Rollup to bundle the package.
- Used Rollup to bundle the package.

# 0.0.19

Expand Down

0 comments on commit 62b9c28

Please sign in to comment.