Skip to content

Releases: IjzerenHein/react-native-shared-element

v0.7.0

19 Apr 14:25
Compare
Choose a tag to compare

Features

  • ios Add support different border-radii per corner

Bug Fixes

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

v0.6.1

30 Mar 08:29
Compare
Choose a tag to compare

Bug Fixes

  • android Fix onMeasureNode layout position when content translated

v0.6.0

29 Mar 15:48
Compare
Choose a tag to compare

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

09 Feb 15:51
Compare
Choose a tag to compare

Bug Fixes

  • ios: Fix old content/style used when starting a new transition before a previous transition has ended (64d8597)

v0.5.5

07 Jan 15:39
Compare
Choose a tag to compare

Bug Fixes

  • ios: fixed exception when rendering an empty view (af63cc0)

v0.5.4

07 Jan 14:46
Compare
Choose a tag to compare

Bug Fixes

  • ios: fixed border/background anim on >= RN60 (17ef283)
  • ios: fixed image stretching/detection on RN60 (8571cc5)
  • ios: fixed several ios code warnings (117abcd)
  • ios: fixed transition hickup when using borderWidth (ca0628c)

v0.5.3

07 Dec 10:20
Compare
Choose a tag to compare

Bug Fixes

  • android: fixed FastImage/ImageBackground animation for borderWidth > 0 (2f5c48d)

v0.5.2

13 Nov 14:33
Compare
Choose a tag to compare

Bug Fixes

  • ios: fixed image border-radius/opacity/stretch transitions on RN >= 0.60 (ad66f87)
  • ios: fixed <ImageBackground> transitions with RN >= 0.60 (5b6b856)
  • fixed crash with Animated.Image animated.Value transforms/opacity (0ee7970)

Features

v0.5.1

06 Sep 08:31
Compare
Choose a tag to compare

Improvements

  • android: updated internal Package and ViewManager init so it's easier to integrate into Expo

v0.5.0

04 Sep 15:21
Compare
Choose a tag to compare

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)

Features

  • added support for fade-in and fade-out animation types (c2fd9b6)
  • android: added support for onMeasure and debug props (3039dff)