Files
react-navigation/packages/native/CHANGELOG.md
Satyajit Sahoo 9b55493e76 chore: publish
- react-navigation-animated-switch@0.6.3
 - @react-navigation/core@3.7.9
 - react-navigation-drawer@2.6.0
 - react-navigation-material-bottom-tabs@2.3.3
 - @react-navigation/native@3.8.3
 - react-navigation@4.4.3
 - react-navigation-stack@2.9.0
 - react-navigation-tabs@2.10.0
2020-10-26 18:19:28 +01:00

6.7 KiB

Change Log

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

3.8.3 (2020-10-26)

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

3.8.2 (2020-10-02)

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

3.8.1 (2020-09-24)

Bug Fixes

3.8.0 (2020-06-25)

Bug Fixes

  • improve error message when installing wrong version (442ca3e)

Features

  • sync latest stack and upgrade typescript (454e05b)

3.7.13 (2020-04-30)

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

3.7.12 (2020-04-22)

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

3.7.11 (2020-04-02)

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

3.7.10 (2020-03-31)

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

3.7.9 (2020-03-28)

Bug Fixes

3.7.8 (2020-03-27)

Bug Fixes

3.7.7 (2020-03-22)

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

3.7.6 (2020-03-20)

Bug Fixes

  • don't mix import and module.exports. closes #7660 (80c8c9d)

3.7.5 (2020-03-16)

Bug Fixes

  • downgrade react-native-safe-area-view (cfc1bac), closes #7813

3.7.4 (2020-03-16)

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

3.7.3 (2020-02-24)

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

3.7.0 (2020-02-24)

Bug Fixes

  • add dummy functions to throw on wrong version (bb4b217)
  • make sure index.js is common js (3175965)
  • prop validation in app container should include theme as valid (808e7ae)
  • remove dep on react-native-screens (04915cd)
  • remove incorrect prop validation instance method and fix actual function (220457d)
  • support platforms without BackHandler (#24) (54e87e5)