Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IjzerenHein committed Sep 4, 2019
1 parent 48dbdab commit 7c55ae9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.4.3",
"version": "0.5.0",
"description": "Native shared element transition primitives for react-native 💫",
"author": "IjzerenHein <[email protected]>",
"keywords": [
Expand Down

0 comments on commit 7c55ae9

Please sign in to comment.