Skip to content

Releases: IjzerenHein/react-navigation-shared-element

v1.0.0

26 Jan 14:06
Compare
Choose a tag to compare

Changes

  • update major version to 1 to correspond to react-navigation-stack@1

Bug Fixes

  • fixed type information on SharedElement to support all underlying props (thanks @iamsuneeth)

v0.5.0

26 Jan 14:04
Compare
Choose a tag to compare

chore

  • renamed package to react-navigation-shared-element (47f6a8a)

BREAKING CHANGES

  • The package has been renamed to react-navigation-shared-element

v0.4.5

04 Sep 15:12
Compare
Choose a tag to compare

Bug Fixes

  • fixed no transition on initial route (edde1d1)

v0.4.4

03 Sep 22:12
Compare
Choose a tag to compare

Bug Fixes

  • fixed no or stale transition when switching route (goBack) too fast (f154a93)

v0.4.3

03 Sep 22:12
Compare
Choose a tag to compare

Bug Fixes

  • fixed animation/resize/align fields & typing information (df11a0f)

v0.4.2

03 Sep 22:13
Compare
Choose a tag to compare

Bug Fixes

  • fixed onTransitionStart exception (5adb650)

v0.4.1

01 Sep 16:57
Compare
Choose a tag to compare

Features

  • added whole new sharedElements config API which supports pop as well (9c4136d)

Bug Fixes

  • fixed navigation.setParams not working (c0a5f6a)

BREAKING CHANGES

  • The old API where the shared elements could be passed as props has been dropped. Instead you should define a static variable called sharedElements on your Screen component now. See the README for more details.

v0.3.0

29 Aug 10:28
Compare
Choose a tag to compare
  • build: added automatic generation of changelogs (0a46c68)
  • build: auto generate changelog upon version bump (d7dfd95)
  • build: fixed lint errors after previous update (b5b19e6)
  • build: fixed security vulnerabilities in example app (2e940f3)
  • build: fixed security vulnerabilities in yarn.lock (bdc842f)
  • build: updated dev-dependencies to their latest versions (507f531)
  • build: updated yarn.lock after previous updates (0433502)
  • docs: improved docs & work in progress explanation (a61e0a6)
  • docs: improved navigation.push example in readme (19c2a3e)
  • chore: clean yalc.lock from example (430ce36)
  • chore: exclude yalc.lock from git (49b25bf)
  • chore: removed yalc references from package.json (eb79a0f)
  • chore: renamed stack function to createSharedElementStackNavigator (aafdff6)
  • chore: updated yarn.lock after yalc ref removal (f27d03d)

BREAKING CHANGE

  • createSharedElementTransitioner was renamed to createSharedElementStackNavigator