Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Releases: react-navigation/stack

Release 2.0.0-alpha.31

22 Oct 14:48
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.31 (2019-10-22)

Bug Fixes

  • send events even is stack animation is vain (#270) (3d4b173)

Release 2.0.0-alpha.30

22 Oct 03:11
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.30 (2019-10-22)

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

20 Oct 03:22
Compare
Choose a tag to compare

1.10.2 (2019-10-20)

Bug Fixes

  • make headerShown option work (84e9244)

Release 1.10.1

20 Oct 03:16
Compare
Choose a tag to compare

1.10.1 (2019-10-20)

Bug Fixes

  • support function for headerBackground (5a839e0)

Release 1.10.0

19 Oct 16:09
Compare
Choose a tag to compare

1.10.0 (2019-10-19)

Features

  • add a headerShown option (123af52)

Release 2.0.0-alpha.29

18 Oct 15:16
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.29 (2019-10-18)

Features

  • add an option to override safe area insets (6be0881)

Release 2.0.0-alpha.28

16 Oct 13:29
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.28 (2019-10-16)

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

15 Oct 14:23
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.27 (2019-10-15)

Bug Fixes

  • don't ignore descriptors change (163d5ce)

Release 2.0.0-alpha.26

11 Oct 12:07
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.26 (2019-10-11)

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

08 Oct 14:30
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.25 (2019-10-08)

Bug Fixes

  • better interpolation for iOS modal (#255) (0f715c1)
  • fix calculating default header height (a21206f)
  • make modal presentation mode fullscreen on landscape (#256) (15023fa)