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

Pre-release

Choose a tag to compare

@osdnk osdnk released this 22 Oct 14:48

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

Pre-release

Choose a tag to compare

@satya164 satya164 released this 22 Oct 03:11

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

Choose a tag to compare

@satya164 satya164 released this 20 Oct 03:22

1.10.2 (2019-10-20)

Bug Fixes

  • make headerShown option work (84e9244)

Release 1.10.1

Choose a tag to compare

@satya164 satya164 released this 20 Oct 03:16

1.10.1 (2019-10-20)

Bug Fixes

  • support function for headerBackground (5a839e0)

Release 1.10.0

Choose a tag to compare

@satya164 satya164 released this 19 Oct 16:09

1.10.0 (2019-10-19)

Features

  • add a headerShown option (123af52)

Release 2.0.0-alpha.29

Pre-release

Choose a tag to compare

@satya164 satya164 released this 18 Oct 15:16

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

Features

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

Release 2.0.0-alpha.28

Pre-release

Choose a tag to compare

@satya164 satya164 released this 16 Oct 13:29

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

Pre-release

Choose a tag to compare

@satya164 satya164 released this 15 Oct 14:23

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

Bug Fixes

  • don't ignore descriptors change (163d5ce)

Release 2.0.0-alpha.26

Pre-release

Choose a tag to compare

@satya164 satya164 released this 11 Oct 12:07

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

Pre-release

Choose a tag to compare

@satya164 satya164 released this 08 Oct 14:30

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)