Releases: react-navigation/stack
Releases · react-navigation/stack
Release 2.0.0-alpha.18
Bug Fixes
- deliver toChildKey with StackAction (b7275d6)
Release 2.0.0-alpha.17
Bug Fixes
- fix header rendered behind card (e17b4e6)
Release 1.9.0
1.9.0 (2019-09-23)
Bug Fixes
- accept functions instead of component for header elements (3702f17), closes #225
Release 2.0.0-alpha.15
Bug Fixes
- add fallbacks for non-web modules (85769d2)
- change order of attaching nodes in card exec (ea4b467)
- defer running the animation to next frame (fa8de63)
- fix interpolation in example (0ad016a)
- provide navigation prop in header (f53fd4b)
- set proper type for screenProps in ScreenComponent (64c14bb)
- stack with gesture enabled (21759ac)
Features
- integrate 'InterationManager' in stack (b741de0)
- use Animated.X for header title and background (61a8f6b)
- useForeground if possible in stack header backButton (09ab9d5)
Release 1.8.1
1.8.1 (2019-09-21)
Bug Fixes
- set proper type for screenProps in ScreenComponent (d8155b0)
Release 2.0.0-alpha.14
Features
- export
HeaderBackbuttonProps
type (a9be41e)
- export some more props (78c4ede)
- export types for ScreenProps amd ScreenComponent (3450a72)
Release 1.8.0
1.8.0 (2019-09-17)
Features
- export
HeaderBackbuttonProps
type (52dcace)
- export some more props (2f7753e)
Release 1.7.3
1.7.3 (2019-09-12)
Bug Fixes
- loosen types for navigation prop (2e3da17)
Release 1.7.2
1.7.2 (2019-09-12)
Bug Fixes
- fix incorrect type for headerBackground (f48b338)