Files
react-navigation/packages/core/CHANGELOG.md
Satyajit Sahoo 720d1f970d chore: publish
- react-navigation-animated-switch@0.5.10
 - @react-navigation/core@3.7.5
 - react-navigation-drawer@2.4.11
 - react-navigation-material-bottom-tabs@2.2.10
 - @react-navigation/native@3.7.11
 - react-navigation@4.3.7
 - react-navigation-stack@2.3.11
 - react-navigation-tabs@2.8.11
2020-04-02 12:30:56 +02:00

7.4 KiB

Change Log

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

3.7.5 (2020-04-02)

Bug Fixes

  • emit refocus for child navigators (66a4dbc)

3.7.4 (2020-03-31)

Bug Fixes

  • remove isTransitioning from SwitchRouter state (3bec1c9)

3.7.3 (2020-03-28)

Bug Fixes

  • always emit didFocus/didBlur for root navigator (ac98c0a)
  • don't handle prune if there's only one route (d2433f0)
  • emit didFocus and didBlur events based on parent's transition (14a6538)
  • rework focus and blur events to make them more reliable (cd08338), closes #4867 #6187 #6451 #7628 #7749

3.7.2 (2020-03-27)

Bug Fixes

3.7.1 (2020-03-22)

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

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