Files
react-navigation/example/CHANGELOG.md
Satyajit Sahoo 175c07a28c chore: publish
- @react-navigation/example@5.1.0
 - @react-navigation/bottom-tabs@5.4.7
 - @react-navigation/compat@5.1.23
 - @react-navigation/core@5.8.1
 - @react-navigation/drawer@5.7.7
 - @react-navigation/material-bottom-tabs@5.2.7
 - @react-navigation/material-top-tabs@5.2.7
 - @react-navigation/native@5.4.2
 - @react-navigation/routers@5.4.6
 - @react-navigation/stack@5.3.9
2020-05-20 13:27:29 +02:00

5.3 KiB

Change Log

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

5.1.0 (2020-05-20)

Bug Fixes

  • add config to enable redux devtools integration (c9c825b)
  • clamp interpolated styles (67798af)
  • disable screens when mode is modal on older expo versions (94d7b28)
  • dispatch pop early when screen is closed with gesture (#336) (3d937d1), closes #267
  • provide initial values for safe area to prevent blank screen (#238) (77b7570)
  • render fallback only if linking is enabled. closes #8161 (1c075ff)
  • return onPress instead of onClick for useLinkProps (ae5442e)
  • rtl in native app example (50b366e)
  • screens integration on Android (#294) (9bfb295)
  • spread parent params to children in compat navigator (24febf6), closes #6785
  • update screens for native stack (5411816)
  • wrap navigators in gesture handler root (41a5e1a)

Features

  • add animationTypeForReplace option (#297) (6262f72)
  • add screens prop for nested configs (#308) (b931ae6)
  • add useLinkBuilder hook to build links (2792f43)
  • add a useLinkProps hook (f2291d1)
  • add action prop to Link (942d2be)
  • add custom theme support (#211) (00fc616)
  • add deeplinking to native example (#309) (e55e866)
  • add headerStatusBarHeight option to stack (b201fd2)
  • add Link component as useLinkTo hook for navigating to links (2573b5b)
  • add openByDefault option to drawer (36689e2)
  • add permanent drawer type (#7818) (6a5d0a0)
  • add preventDefault functionality in material bottom tabs (3dede31)
  • emit appear and dismiss events for native stack (f1df4a0)
  • initialState should take priority over deep link (039017b)
  • integrate with history API on web (5a3f835)