diff --git a/CHANGELOG.md b/CHANGELOG.md index 44319aa..3ea5088 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +# [0.5.0](https://github.com/IjzerenHein/react-native-shared-element/compare/v0.4.3...v0.5.0) (2019-09-04) + + +### Bug Fixes + +* **android:** disabled any transitions when element is fully clipped ([e02c700](https://github.com/IjzerenHein/react-native-shared-element/commit/e02c700)) +* **android:** fixed internal style fetch when element was unmounted ([fd1a772](https://github.com/IjzerenHein/react-native-shared-element/commit/fd1a772)) +* **android:** fixed pixel rounding in transitions ([a97acd9](https://github.com/IjzerenHein/react-native-shared-element/commit/a97acd9)) +* **android:** fixed source-element sometimes briefly visible ([9785ae4](https://github.com/IjzerenHein/react-native-shared-element/commit/9785ae4)) +* **android:** fixed support.v4 build error and RTL detection ([9c374e9](https://github.com/IjzerenHein/react-native-shared-element/commit/9c374e9)) +* **android:** fixed text context sometimes not visible (clipped) ([d6e1445](https://github.com/IjzerenHein/react-native-shared-element/commit/d6e1445)) +* **android:** fixed transition when element was scaled ([ee27709](https://github.com/IjzerenHein/react-native-shared-element/commit/ee27709)) +* **android:** fixed transition when end-element was fetched first ([92a999c](https://github.com/IjzerenHein/react-native-shared-element/commit/92a999c)) +* **android:** fixed transition when start element is fully clipped ([86f2810](https://github.com/IjzerenHein/react-native-shared-element/commit/86f2810)) +* **ios:** fixed color interpolation when one was fully transparent ([f0d1dee](https://github.com/IjzerenHein/react-native-shared-element/commit/f0d1dee)) + + +### Features + +* added support for `fade-in` and `fade-out` animation types ([c2fd9b6](https://github.com/IjzerenHein/react-native-shared-element/commit/c2fd9b6)) +* **android:** added support for `onMeasure` and `debug` props ([3039dff](https://github.com/IjzerenHein/react-native-shared-element/commit/3039dff)) + + + ## [0.4.3](https://github.com/IjzerenHein/react-native-shared-element/compare/v0.4.2...v0.4.3) (2019-09-02) diff --git a/package.json b/package.json index f20afec..f072263 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-shared-element", - "version": "0.4.3", + "version": "0.5.0", "description": "Native shared element transition primitives for react-native 💫", "author": "IjzerenHein ", "keywords": [