Skip to content

Latest commit

History

History
218 lines (107 loc) 路 9.55 KB

CHANGELOG.md

File metadata and controls

218 lines (107 loc) 路 9.55 KB

0.8.9 (2023-11-17)

Bug Fixes

  • android [fix] Fix exception on Android when drawable is null. (#121) (thanks @akramloginext)

0.8.8 (2023-01-02)

Bug Fixes

  • android [fix] Fix Android build error on react-native 0.66.

0.8.7 (2022-12-23)

Features

  • [feat] Adds support for expo-image.

0.8.6 (2022-12-21)

Improvements

  • android [chore] Updates the default kotlin version on Android to 1.6.10 and the default SDK on Android to 31.

0.8.4 (2022-01-24)

Bug Fixes

  • android [fix] Fix Android build error on react-native 0.67 and Gradle 7) (#90)

0.8.3 (2021-09-27)

Bug Fixes

  • ios [fix] Fix ios use_frameworks build issue (React i.s.o. React-Core pod dependency) (#81)

0.8.2 (2021-08-18)

Bug Fixes

  • ios [fix] Fix build error on react-native 0.65 (implicit conversion of Objective-C pointer type 'UIColor *' to C pointer type 'CGColorRef _Nonnull' (aka 'struct CGColor *') requires a bridged cast)

0.8.1 (2021-08-16)

Bug Fixes

  • android Fix layout of elements that exist on only one screen (fade in/out overlapping elements) (fixes #34)

0.8.0 (2021-08-13)

Bug Fixes

  • ios Fix exception when debugging and possible runtime instability
  • ios Fix transitions for views that have no window (new react-native-screens versions)
  • ios Fix layout issues for transitions that use scaling (e.g. ScaleFromCenter react-navigation)
  • android Fix layout position when non translucent status-bar is used
  • android Fix layout issues for transitions that use scaling (e.g. react-navigation on Android 10 or higher)
  • android Fix clipping of elements in transitions
  • android Fix fade-in of end-elements
  • android Fix fade-in of elements when other element doesn鈥檛 exist
  • android Fix deprecated API warning

Improvements

  • android Remove build warnings
  • android Update build.gradle to latest config

0.7.0 (2020-04-19)

Features

  • ios Add support different border-radii per corner

Bug Fixes

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

0.6.1 (2020-03-30)

Bug Fixes

  • android Fix onMeasureNode layout position when content translated

0.6.0 (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 (2020-02-09)

Bug Fixes

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

0.5.5 (2020-01-07)

Bug Fixes

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

0.5.4 (2020-01-07)

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)

0.5.3 (2019-12-07)

Bug Fixes

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

0.5.2 (2019-11-13)

Bug Fixes

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

Features

0.5.1 (2019-09-06)

Improvements

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

0.5.0 (2019-09-04)

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 context sometimes not visible (clipped) (d6e1445)
  • android: fixed transition when element was scaled (ee27709)
  • android: fixed transition when end-element was fetched first (92a999c)
  • android: fixed transition when start element is fully clipped (86f2810)
  • ios: fixed color interpolation when one 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)

0.4.3 (2019-09-02)

Bug Fixes

  • ios: fixed homepage missing from podfile (e1649bd)

0.4.2 (2019-08-30)

Bug Fixes

  • fixed react-navigation demo due to API changes in the binding (9204d39)
  • android: fixed transition not visible when app was too busy (f7d5f56)

0.4.1 (2019-08-29)

Bug Fixes

  • android: fixed occasional incorrect view measure for FastImage (ec32eb2)

0.4.0 (2019-08-28)

Initial release