Releases: IjzerenHein/react-native-shared-element
Releases · IjzerenHein/react-native-shared-element
v0.7.0
Features
- ios Add support different border-radii per corner
Bug Fixes
- ios Fix transforms applied by parent-navigator (MaterialTopTabNavigator issue)
v0.6.1
Bug Fixes
- android Fix
onMeasureNode
layout position when content translated
v0.6.0
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)
v0.5.6
v0.5.5
v0.5.4
v0.5.3
v0.5.2
v0.5.1
Improvements
- android: updated internal Package and ViewManager init so it's easier to integrate into Expo
v0.5.0
Bug Fixes
- android: disabled any transitions when element is fully clipped (e02c700)
- android: fixed internal style fetch when element was unmounted (fd1a772)
- android: fixed pixel rounding in transitions (a97acd9)
- android: fixed source-element sometimes briefly visible (9785ae4)
- android: fixed support.v4 build error and RTL detection (9c374e9)
- android: fixed text content sometimes not visible (clipped) (d6e1445)
- android: fixed transition when element was scaled (ee27709)
- android: fixed transition when end-element was fetched first (92a999c)
- ios: fixed color interpolation when one color was fully transparent (f0d1dee)