Releases: react-navigation/stack
Releases · react-navigation/stack
Release 2.0.0-alpha.31
Bug Fixes
- send events even is stack animation is vain (#270) (3d4b173)
Release 2.0.0-alpha.30
Bug Fixes
- don't fire onOpen when screen is unmounting (4495d9a), closes #136
- don't keep unfocused header backgrounds visible (bd269ef)
- remove boxShadow for web (#267) (430d4a2)
Release 1.10.2
1.10.2 (2019-10-20)
Bug Fixes
- make headerShown option work (84e9244)
Release 1.10.1
1.10.1 (2019-10-20)
Bug Fixes
- support function for headerBackground (5a839e0)
Release 2.0.0-alpha.29
Features
- add an option to override safe area insets (6be0881)
Release 2.0.0-alpha.28
Bug Fixes
- don't fade incoming background when fading header (f3a2688)
- properly handle header title (92f0f69)
- use header height from style if specified (90a72fa)
Release 2.0.0-alpha.27
Bug Fixes
- don't ignore descriptors change (163d5ce)
Release 2.0.0-alpha.26
Bug Fixes
- fix headerTitle deprecation warning (#257) (2d5f6c3)
- increase hitSlop of back button on Android (e71a520)
Features
- add headerTitleAlign option to center and left align title (b86e2e6)
Release 2.0.0-alpha.25
Bug Fixes
- better interpolation for iOS modal (#255) (0f715c1)
- fix calculating default header height (a21206f)
- make modal presentation mode fullscreen on landscape (#256) (15023fa)