Releases: IjzerenHein/react-navigation-shared-element
Releases · IjzerenHein/react-navigation-shared-element
v1.0.0
Changes
- update major version to
1
to correspond toreact-navigation-stack@1
Bug Fixes
- fixed type information on
SharedElement
to support all underlying props (thanks @iamsuneeth)
v0.5.0
v0.4.5
v0.4.4
v0.4.3
v0.4.2
v0.4.1
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
- 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 tocreateSharedElementStackNavigator