Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IjzerenHein committed Apr 19, 2020
1 parent e90765d commit ab11e9e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [0.7.0](https://github.com/IjzerenHein/react-native-shared-element/compare/v0.6.1...v0.7.0) (2020-04-19)

### Features

* **ios** Add support different border-radii per corner

### Bug Fixes

* **ios** Fix transforms applied by parent-navigator (MaterialTopTabNavigator issue)

## [0.6.1](https://github.com/IjzerenHein/react-native-shared-element/compare/v0.6.0...v0.6.1) (2020-03-30)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-shared-element",
"version": "0.6.1",
"version": "0.7.0",
"description": "Native shared element transition primitives for react-native 💫",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit ab11e9e

Please sign in to comment.