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

14 Dec 22:18
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.40 (2019-12-14)

Features

  • add support for light and dark themes

Bug Fixes

  • add ^2.0.0-alpha to react-native-screens peer dependency (#284) (1bd09d7)

Release 2.0.0-alpha.39

09 Dec 19:45
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.39 (2019-12-09)

Bug Fixes

  • reset velocity if no modal animation (5d19991)

Release 2.0.0-alpha.38

03 Dec 16:04
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.38 (2019-12-03)

Bug Fixes

  • children touch events leaking to underlying Header right/left components (#302) (ea05db8)

Release 2.0.0-alpha.37

13 Nov 22:26
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.37 (2019-11-13)

Bug Fixes

  • workaround SafereaProvider causing jumping (3cdb9f1)

Release 2.0.0-alpha.36

07 Nov 07:06
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.36 (2019-11-07)

Features

  • expose animation related properties in context (#278) (e33892a)

Release 2.0.0-alpha.35

05 Nov 12:41
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.35 (2019-11-05)

Bug Fixes

Release 2.0.0-alpha.34

25 Oct 13:20
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.34 (2019-10-25)

Bug Fixes

  • add clearTimeout to keyboard manager (#275) (f33e839)
  • handle keyboard return for short interactions (#272) (35cc5b8)
  • make clearKeyboardTimeout private (09af1cf)

Features

  • expose stack transition values via context (#265) (1339364)

Release 1.10.3

24 Oct 21:53
Compare
Choose a tag to compare

1.10.3 (2019-10-24)

Bug Fixes

  • get color from ThemeColors in HeaderBackButton (#273) (be43179)

Release 2.0.0-alpha.33

22 Oct 19:00
Compare
Choose a tag to compare
Pre-release

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

Bug Fixes

  • conditions in gesture direction (a875d74)
  • remove useless comment (9c028ce)

Release 2.0.0-alpha.32

22 Oct 15:59
Compare
Choose a tag to compare
Pre-release

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

Bug Fixes

  • wrong argument in onTransitionStart in stack (9386503)