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

Releases: react-navigation/stack

Release 2.0.0-alpha.18

Pre-release

Choose a tag to compare

@osdnk osdnk released this 24 Sep 17:11

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

Bug Fixes

  • deliver toChildKey with StackAction (b7275d6)

Release 2.0.0-alpha.17

Pre-release

Choose a tag to compare

@satya164 satya164 released this 23 Sep 19:53

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

Bug Fixes

  • fix header rendered behind card (e17b4e6)

Release 2.0.0-alpha.16

Pre-release

Choose a tag to compare

@osdnk osdnk released this 23 Sep 16:27

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

Bug Fixes

Release 1.9.0

Choose a tag to compare

@satya164 satya164 released this 23 Sep 20:20

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

Pre-release

Choose a tag to compare

@satya164 satya164 released this 22 Sep 00:20

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

Choose a tag to compare

@satya164 satya164 released this 21 Sep 22:35

1.8.1 (2019-09-21)

Bug Fixes

  • set proper type for screenProps in ScreenComponent (d8155b0)

Release 2.0.0-alpha.14

Pre-release

Choose a tag to compare

@satya164 satya164 released this 17 Sep 17:01

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

Choose a tag to compare

@satya164 satya164 released this 17 Sep 17:10

1.8.0 (2019-09-17)

Features

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

Release 1.7.3

Choose a tag to compare

@satya164 satya164 released this 12 Sep 17:52

1.7.3 (2019-09-12)

Bug Fixes

  • loosen types for navigation prop (2e3da17)

Release 1.7.2

Choose a tag to compare

@satya164 satya164 released this 12 Sep 14:29

1.7.2 (2019-09-12)

Bug Fixes

  • fix incorrect type for headerBackground (f48b338)