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 1.9.4

08 Oct 15:55
Compare
Choose a tag to compare

1.9.4 (2019-10-08)

Bug Fixes

  • remove unused type from back button props (04d8e29)

Release 2.0.0-alpha.24

07 Oct 15:42
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.24 (2019-10-07)

Release 2.0.0-alpha.23

06 Oct 14:38
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.23 (2019-10-06)

Features

  • add deprecation wanrnings (59e9105)

Release 2.0.0-alpha.22

06 Oct 13:40
Compare
Choose a tag to compare
Pre-release

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

Bug Fixes

  • add safe-area-context to peer deps (8d3e614)

Features

  • add a more explicit headerShown option (0375864)

Release 2.0.0-alpha.21

06 Oct 03:34
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.21 (2019-10-06)

Bug Fixes

  • fix header buttons not clickable on Android with headerTransparent (2d85010)
  • support both function and react element to ease the migration (407e197)
  • use next screen's animation when not focused (8f3c665)

Features

  • switch to react-native-safe-area-context (d1dec73)

Release 2.0.0-alpha.20

05 Oct 21:52
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.20 (2019-10-05)

Bug Fixes

  • don't recompute if routes didn't change (9aca080)
  • evaluate position with untraversed gesture (92f74df)
  • handle race conditions while ending transition (2eb5edb)
  • keep the routes we are closing or replacing (49a6709)
  • use gestureUntraversed and velocityUntraversed in nativeEvent (cff1c2d)

Features

Release 1.9.3

30 Sep 22:39
Compare
Choose a tag to compare

1.9.3 (2019-09-30)

Bug Fixes

  • transitionConfig() should also include header transition (56eaefb)

Release 1.9.2

30 Sep 22:35
Compare
Choose a tag to compare

1.9.2 (2019-09-30)

Bug Fixes

Release 1.9.1

27 Sep 23:16
Compare
Choose a tag to compare

1.9.1 (2019-09-27)

Bug Fixes

  • make containerStyle take precedence over themed styles (04337df)

Release 2.0.0-alpha.19

25 Sep 14:02
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.19 (2019-09-25)

Bug Fixes

  • handleCloseRoute with proper key (b88bc2b)