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.18

24 Sep 17:11
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.18 (2019-09-24)

Bug Fixes

  • deliver toChildKey with StackAction (b7275d6)

Release 2.0.0-alpha.17

23 Sep 19:53
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.17 (2019-09-23)

Bug Fixes

  • fix header rendered behind card (e17b4e6)

Release 2.0.0-alpha.16

23 Sep 16:27
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.16 (2019-09-23)

Bug Fixes

Release 1.9.0

23 Sep 20:20
Compare
Choose a tag to compare

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

22 Sep 00:20
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.15 (2019-09-22)

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

21 Sep 22:35
Compare
Choose a tag to compare

1.8.1 (2019-09-21)

Bug Fixes

  • set proper type for screenProps in ScreenComponent (d8155b0)

Release 2.0.0-alpha.14

17 Sep 17:01
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.14 (2019-09-17)

Features

  • export HeaderBackbuttonProps type (a9be41e)
  • export some more props (78c4ede)
  • export types for ScreenProps amd ScreenComponent (3450a72)

Release 1.8.0

17 Sep 17:10
Compare
Choose a tag to compare

1.8.0 (2019-09-17)

Features

  • export HeaderBackbuttonProps type (52dcace)
  • export some more props (2f7753e)

Release 1.7.3

12 Sep 17:52
Compare
Choose a tag to compare

1.7.3 (2019-09-12)

Bug Fixes

  • loosen types for navigation prop (2e3da17)

Release 1.7.2

12 Sep 14:29
Compare
Choose a tag to compare

1.7.2 (2019-09-12)

Bug Fixes

  • fix incorrect type for headerBackground (f48b338)