react-native-shared-element
Advanced tools
Comparing version
@@ -0,1 +1,15 @@ | ||
# [0.6.0-alpha0](https://github.com/IjzerenHein/react-native-shared-element/compare/v0.5.6...v0.6.0-alpha0) (2020-03-29) | ||
### Bug Fixes | ||
* **js** Fix SharedElementProp type-definition (thanks @evanc) | ||
* **ios** Fix element position when scene is translated | ||
* **android** Fix element position when scene is translated | ||
* **android** Fix clipping for translation transforms | ||
## Improvements | ||
* Updated internal tooling | ||
* Added new `test-app` using TypeScript (wip) | ||
## [0.5.6](https://github.com/IjzerenHein/react-native-shared-element/compare/v0.5.5...v0.5.6) (2020-02-09) | ||
@@ -2,0 +16,0 @@ |
{ | ||
"name": "react-native-shared-element", | ||
"version": "0.6.0-alpha0", | ||
"version": "0.6.0", | ||
"description": "Native shared element transition primitives for react-native 💫", | ||
@@ -15,3 +15,6 @@ "main": "build/index.js", | ||
"prepublishOnly": "expo-module prepublishOnly", | ||
"expo-module": "expo-module" | ||
"expo-module": "expo-module", | ||
"copy-flow-typings": "cp ./flow-typed/index.js.flow ./build/index.js.flow", | ||
"prepare": "yarn copy-flow-typings", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" | ||
}, | ||
@@ -43,4 +46,7 @@ "keywords": [ | ||
"devDependencies": { | ||
"@commitlint/config-conventional": "^8.3.4", | ||
"@types/react": "^16.9.23", | ||
"@types/react-native": "^0.61.17", | ||
"commitlint": "^8.3.5", | ||
"conventional-changelog-cli": "^2.0.31", | ||
"eslint": "^6.8.0", | ||
@@ -47,0 +53,0 @@ "expo-module-scripts": "^1.2.0", |
Sorry, the diff of this file is not supported yet
447198
3.97%133
1.53%8
60%