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

Releases: react-navigation/stack

Release 1.9.4

Choose a tag to compare

@satya164 satya164 released this 08 Oct 15:55

1.9.4 (2019-10-08)

Bug Fixes

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

Release 2.0.0-alpha.24

Pre-release

Choose a tag to compare

@satya164 satya164 released this 07 Oct 15:42

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

Release 2.0.0-alpha.23

Pre-release

Choose a tag to compare

@satya164 satya164 released this 06 Oct 14:38

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

Features

  • add deprecation wanrnings (59e9105)

Release 2.0.0-alpha.22

Pre-release

Choose a tag to compare

@satya164 satya164 released this 06 Oct 13:40

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

Pre-release

Choose a tag to compare

@satya164 satya164 released this 06 Oct 03:34

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

Pre-release

Choose a tag to compare

@osdnk osdnk released this 05 Oct 21:52

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

Choose a tag to compare

@satya164 satya164 released this 30 Sep 22:39

1.9.3 (2019-09-30)

Bug Fixes

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

Release 1.9.2

Choose a tag to compare

@satya164 satya164 released this 30 Sep 22:35

1.9.2 (2019-09-30)

Bug Fixes

Release 1.9.1

Choose a tag to compare

@brentvatne brentvatne released this 27 Sep 23:16

1.9.1 (2019-09-27)

Bug Fixes

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

Release 2.0.0-alpha.19

Pre-release

Choose a tag to compare

@osdnk osdnk released this 25 Sep 14:02

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

Bug Fixes

  • handleCloseRoute with proper key (b88bc2b)