Files
react-navigation/packages/core/CHANGELOG.md
Satyajit Sahoo c0fb54b5a2 chore: publish
- react-navigation-animated-switch@0.5.3
 - @react-navigation/core@3.7.0
 - react-navigation-drawer@2.4.3
 - react-navigation-material-bottom-tabs@2.2.3
 - @react-navigation/native@3.7.4
 - react-navigation@4.3.0
 - react-navigation-stack@2.3.0
 - react-navigation-tabs@2.8.3
2020-03-16 17:14:15 +01:00

4.4 KiB

Change Log

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

3.7.0 (2020-03-16)

Features

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

3.6.1 (2020-02-24)

Bug Fixes

3.6.0 (2020-02-24)

Bug Fixes

  • add back change to defaultNavigationOptions (75661e7)
  • avoid error when updateNextStateHistory called with state (f9defd5)
  • don't keep descriptors for routes that have been removed (a6872b9)
  • don't pop routeKeyHistory when child handles back action (#75) (531dc30)
  • drop custom history logic for isFirstRouteInParent (#52) (9434cfa)
  • fix optional flag on testRegex (#16) (1501d4c), closes #15
  • fix regression updating route object on navigation (b5b7cb9)
  • fixed Tab/SwitchRouter incorrectly switching children on "ba… (#74) (80da403)
  • getScreen getting called for each route on init (#62) (720f943)
  • remove console.log (#32) (4f79a70)
  • update navigation prop invariant for v4 (#84) (aeb5682)
  • use compiled files for react native. closes #58 (d80418a)

Features

  • add a JUMP_TO action for switch (6101d7c)
  • add theme support (8d49ee2)
  • support string array for uriPrefix (#66) (5b1a8fe)

Reverts

  • Revert "wip: removed code block that prevents event dispatch (#73)" (b4a6810), closes #73