Files
react-navigation/packages/native/CHANGELOG.md
Satyajit Sahoo 353b3fd7de chore: publish
- @react-navigation/bottom-tabs@5.0.0-alpha.22
 - @react-navigation/compat@5.0.0-alpha.15
 - @react-navigation/core@5.0.0-alpha.23
 - @react-navigation/drawer@5.0.0-alpha.23
 - @react-navigation/example@5.0.0-alpha.22
 - @react-navigation/material-bottom-tabs@5.0.0-alpha.21
 - @react-navigation/material-top-tabs@5.0.0-alpha.18
 - @react-navigation/native-stack@5.0.0-alpha.13
 - @react-navigation/native@5.0.0-alpha.16
 - @react-navigation/routers@5.0.0-alpha.15
 - @react-navigation/stack@5.0.0-alpha.37
2019-11-17 02:46:59 +01:00

5.5 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.16 (2019-11-17)

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

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

Bug Fixes

  • don't call getNode if ref is already scrollable (#162) (66551f2)

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

Bug Fixes

  • support scroll to top in navigators nested in tab (50dea65)

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

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

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

Features

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

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

5.0.0-alpha.10 (2019-10-03)

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

5.0.0-alpha.9 (2019-10-03)

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

5.0.0-alpha.8 (2019-09-16)

Features

  • make deep link handling more flexible (849d952)
  • make example run as bare react-native project as well (#85) (d16c20c)

5.0.0-alpha.7 (2019-08-31)

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

5.0.0-alpha.6 (2019-08-31)

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

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

Bug Fixes

  • handle both null and undefined in useScrollToTop (c951027)

Features

  • handle animated component wrappers in useScrollToTop (#81) (cdbf1e9)
  • handle more methods in useScrollToTop (f9e8c7e)

5.0.0-alpha.4 (2019-08-28)

Bug Fixes

  • fix stack nested in tab always getting reset (dead4e8)

5.0.0-alpha.3 (2019-08-27)

Features

  • add hook to scroll to top on tab press (9e1104c)
  • add native container (d26b77f)

5.0.0-alpha.2 (2019-08-22)

Bug Fixes

  • fix path to typescript definitions (f182315)

5.0.0-alpha.1 (2019-08-21)

Bug Fixes

  • fix peer deps and add git urls (6b4fc74)

Features

  • add hook for deep link support (35987ae)
  • add native container with back button integration (#48) (b7735af)