Files
react-navigation/packages/core/CHANGELOG.md
Satyajit Sahoo ef0f5d6567 chore: publish
- @react-navigation/bottom-tabs@5.0.0-alpha.29
 - @react-navigation/compat@5.0.0-alpha.20
 - @react-navigation/core@5.0.0-alpha.30
 - @react-navigation/drawer@5.0.0-alpha.31
 - @react-navigation/material-bottom-tabs@5.0.0-alpha.28
 - @react-navigation/material-top-tabs@5.0.0-alpha.26
 - @react-navigation/native-stack@5.0.0-alpha.20
 - @react-navigation/native@5.0.0-alpha.22
 - @react-navigation/routers@5.0.0-alpha.19
 - @react-navigation/stack@5.0.0-alpha.47
2020-01-01 13:33:50 +01:00

14 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.30 (2020-01-01)

Bug Fixes

  • cleanup transaction even if action wasn't handled (f462d67)
  • show error if an action was not handled (0252bdc)

5.0.0-alpha.29 (2019-12-19)

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

5.0.0-alpha.28 (2019-12-16)

Bug Fixes

Features

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

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

5.0.0-alpha.26 (2019-12-07)

Bug Fixes

  • don't handle replace if screen to replace with isn't present (7b13a81), closes #193

5.0.0-alpha.25 (2019-11-29)

Bug Fixes

  • wrap reset and resetRoot inside transaction (#189) (5a0dfa1), closes #185

5.0.0-alpha.24 (2019-11-20)

Bug Fixes

  • allow passing partial params to setParams (#177) (c3e9e45)

5.0.0-alpha.23 (2019-11-17)

Bug Fixes

  • merge initial params on push (11efb06)

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

Bug Fixes

  • throw when containers are nested within another (d4072e7)

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

Bug Fixes

  • don't crash if initialState is null (270fbdc)
  • fix types for resetRoot to accept undefined (e871fdb)

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

Bug Fixes

  • pass rehydrated state in onStateChange and devtools (5a34764)

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

Bug Fixes

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

Bug Fixes

  • improve type annotation for screens (8f16085)

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

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

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

Bug Fixes

  • rehydrate state before using it (3e92e22)

Features

  • make it easier to navigate to a specific route in navigator (#114) (a543f1b), closes #90

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

Features

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

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

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

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

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

Bug Fixes

  • don't merge state with existing state during reset. fixes #111 (7393464)
  • don't throw when switching navigator. fixes #91 (19be2b4)

Features

5.0.0-alpha.11 (2019-09-27)

Bug Fixes

  • fire blur event when a route is removed with a delay (1153d55), closes #110

Features

  • add a method to reset root navigator state (e61f594)

5.0.0-alpha.10 (2019-09-17)

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

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

Features

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

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

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

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

Bug Fixes

  • fix navigation object changing too often (3c840bb)

Features

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

Features

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

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

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

Bug Fixes

  • allow making params optional. fixes #80 (a9d4813)

Features

  • export NavigationContext (9245c79)
  • handle navigating with both with both key and name (#83) (6b75cba)

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

  • don't apply action to an unrelated router (e1d7333)
  • fix peer deps and add git urls (6b4fc74)
  • handle partial initial state better when rehydrating (8ed54da)
  • implement canGoBack for tab router (#51) (2b8f2ed)
  • properly infer route type in screen elements (7e3a2c8)
  • throw when duplicate screens are defined (adc2fe4)
  • use correct dispatch in methods in screen's navigation prop (8134895)

Features

  • add a target key to actions and various fixes (747ce66)
  • add a useIsFocused hook to get focus state (#52) (2b59f7e)
  • add canGoBack (#50) (e9da86e)
  • add dangerouslyGetParent (#62) (c0045d8)
  • add dangerouslyGetState (#63) (f7ff0c1)
  • add helpers to convert between url and state (dbe2b91)
  • add hook for deep link support (35987ae)
  • add integration with redux devtools extension (ca985bb)
  • add native container with back button integration (#48) (b7735af)
  • integrate reanimated based stack (#42) (dcf57c0)