Files
react-navigation/packages/native-stack/CHANGELOG.md
Satyajit Sahoo 71b2bcd14f chore: publish
- @react-navigation/bottom-tabs@5.0.0-alpha.21
 - @react-navigation/compat@5.0.0-alpha.14
 - @react-navigation/core@5.0.0-alpha.22
 - @react-navigation/drawer@5.0.0-alpha.22
 - @react-navigation/example@5.0.0-alpha.21
 - @react-navigation/material-bottom-tabs@5.0.0-alpha.20
 - @react-navigation/material-top-tabs@5.0.0-alpha.17
 - @react-navigation/native-stack@5.0.0-alpha.12
 - @react-navigation/routers@5.0.0-alpha.14
 - @react-navigation/stack@5.0.0-alpha.36
2019-11-11 00:34:18 +01:00

4.1 KiB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.0.0-alpha.12 (2019-11-10)

Note: Version bump only for package @react-navigation/native-stack

5.0.0-alpha.11 (2019-11-08)

Note: Version bump only for package @react-navigation/native-stack

5.0.0-alpha.10 (2019-11-04)

Bug Fixes

  • popToTop on tab press in native stack (301c35e)

5.0.0-alpha.9 (2019-11-04)

Note: Version bump only for package @react-navigation/native-stack

5.0.0-alpha.8 (2019-11-02)

Features

  • add headerBackTitleVisible to navigation options in native stack (77f29d3)

5.0.0-alpha.7 (2019-11-02)

Bug Fixes

  • remove top margin from screen in native stack on Android (5cd6940)

5.0.0-alpha.6 (2019-10-30)

Note: Version bump only for package @react-navigation/native-stack

5.0.0-alpha.5 (2019-10-29)

Note: Version bump only for package @react-navigation/native-stack

5.0.0-alpha.4 (2019-10-22)

Features

  • native-stack: add support for large title attributes (#135) (6cf1a04)

5.0.0-alpha.3 (2019-10-18)

Bug Fixes

  • remove top margin when header is hidden in native stack. fixes #131 (fb726ee)

5.0.0-alpha.2 (2019-10-18)

Bug Fixes

  • fix header font size config in native stack (#128) (477c088)

5.0.0-alpha.1 (2019-10-15)

Bug Fixes

  • increase hitSlop of back button on Android (c7da1e4)
  • update supported options for native stack (b71f4e5)

Features