Files
react-navigation/packages/react-navigation/CHANGELOG.md
Satyajit Sahoo 162e225fa4 chore: publish
- react-navigation-animated-switch@0.6.1
 - @react-navigation/core@3.7.7
 - react-navigation-drawer@2.5.1
 - react-navigation-material-bottom-tabs@2.3.1
 - @react-navigation/native@3.8.1
 - react-navigation@4.4.1
 - react-navigation-stack@2.8.3
 - react-navigation-tabs@2.9.1
2020-09-24 13:18:11 +02:00

13 KiB

Change Log

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

4.4.1 (2020-09-24)

Note: Version bump only for package react-navigation

4.4.0 (2020-06-25)

Features

  • sync latest stack and upgrade typescript (454e05b)

4.3.9 (2020-04-30)

Bug Fixes

  • change old docUrl to new docUrl due v5 (e09906a)

4.3.8 (2020-04-22)

Note: Version bump only for package react-navigation

4.3.7 (2020-04-02)

Note: Version bump only for package react-navigation

4.3.6 (2020-03-31)

Note: Version bump only for package react-navigation

4.3.5 (2020-03-28)

Note: Version bump only for package react-navigation

4.3.4 (2020-03-27)

Note: Version bump only for package react-navigation

4.3.3 (2020-03-22)

Note: Version bump only for package react-navigation

4.3.2 (2020-03-20)

Note: Version bump only for package react-navigation

4.3.1 (2020-03-16)

Note: Version bump only for package react-navigation

4.3.0 (2020-03-16)

Features

  • add prune option to pop action to match v5 behaviour (5927f42)

4.2.2 (2020-02-26)

Bug Fixes

  • fix typescript errors in the definition file (3bb2c19)

4.2.1 (2020-02-24)

Note: Version bump only for package react-navigation

4.2.0 (2020-02-24)

Bug Fixes

  • accept type parameter for screenProps (cb4c699)
  • add headerTitleContainerStyle to NavigationStackScreenOptions type (#5969) (d61f539)
  • add missing in HeaderBackButtonProps in flow and TS definitions (#6048) (14446d2)
  • add missing isFirstRouteInParent type in typescript and flow (#6019) (6f6d4f0)
  • add missing TS definition for keyboardHidesTabBar in TabViewConfig.tabBarOptions (#6054) (fe90927)
  • add reset to navigation screen prop TypeScript def (#5942) (a06a893)
  • add type aliases for switch navigator. fixes #6324 (eaebe5d)
  • don't use declare module for type definitions (27fef7a)
  • export NavigationContext in types (#5707) (31908c5)
  • fix navigationOptions type in NavigationScreenConfig (#5962) (6ef8ce0)
  • fix the type of NavigationJumpToActionPayload (#6210) (20411ad)
  • fix type definitions (b236788)
  • fix types for switch navigator. fixes #6324 (f58c06f)
  • fix typings for switch navigator. fixes #6310 (c75e02a)
  • fix typo in definitions (bb9f26e)
  • improve type definitions (1ca7abe)
  • make params required in NavigationSetParamsActionPayload (#6343) (d760da7)
  • make sure index.js is common js (8c7716f)
  • remove drawer methods from navigation prop (960ce84)
  • remove params in NavigationJumpToAction (#6360) (7219cac)
  • status bars in example (4edc49f)
  • update link to docs page from deprecation messages (0f42057)
  • update react-navigation/core (42fba67)
  • update StackActions.popToTop type to make options arg optional (#5950) (5e52235)
  • update typescript definitions. closes #6276 (d8f1d16)
  • upgrade react-navigation-tabs. closes #5914 (ec4dbbd)
  • wrong type in react-navigation.d.ts (#6486) (0189ff4)
  • create-nav-container: pass up error on catch (#4298) (f4d5a45)
  • docs: Fix incorrect style in TabNavigator sample (#734) (50a4640)
  • redux example readme: link to doc (#3828) (5d7a264)

Features

  • allow navigation params to be typed in navigate method (#6444) (1c30ac0)
  • export SwitchActions. closes #5916 (28f80a4)
  • make ScreenProps parametrizable in TypeScript (#6496) (5d3fd5b)
  • context: refactor passing navigation context (#3668) (5b16d5b)

Reverts