Skip to content

Latest commit

 

History

History
200 lines (74 loc) · 9.32 KB

CHANGELOG.md

File metadata and controls

200 lines (74 loc) · 9.32 KB

Change Log

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

2.7.0 (2021-02-21)

Features

  • add activityState to other navigators (5c7f892)

2.6.0 (2020-10-26)

Features

  • add detachInactiveScreens prop for bottom tabs and drawer (#8816) (707bea3)

2.5.2 (2020-10-02)

Note: Version bump only for package react-navigation-drawer

2.5.1 (2020-09-24)

Note: Version bump only for package react-navigation-drawer

2.5.0 (2020-06-25)

Features

  • sync latest stack and upgrade typescript (454e05b)

2.4.13 (2020-04-30)

Note: Version bump only for package react-navigation-drawer

2.4.12 (2020-04-22)

Note: Version bump only for package react-navigation-drawer

2.4.11 (2020-04-02)

Note: Version bump only for package react-navigation-drawer

2.4.10 (2020-03-31)

Bug Fixes

  • remove isTransitioning from SwitchRouter state (3bec1c9)

2.4.9 (2020-03-28)

Note: Version bump only for package react-navigation-drawer

2.4.8 (2020-03-27)

Note: Version bump only for package react-navigation-drawer

2.4.7 (2020-03-22)

Note: Version bump only for package react-navigation-drawer

2.4.6 (2020-03-20)

Note: Version bump only for package react-navigation-drawer

2.4.5 (2020-03-19)

Bug Fixes

  • don't use react-native-screens on web (44c3900), closes #7485

2.4.4 (2020-03-16)

Note: Version bump only for package react-navigation-drawer

2.4.3 (2020-03-16)

Note: Version bump only for package react-navigation-drawer

2.4.2 (2020-02-26)

Note: Version bump only for package react-navigation-drawer

2.4.1 (2020-02-24)

Note: Version bump only for package react-navigation-drawer

2.4.0 (2020-02-24)

Bug Fixes

  • add screenProps to DrawerNavigatorItemsProps (#100) (395bb31)
  • add peer dep on react-navigation (79fb9ef)
  • change type of the navigation field in DrawerContentComponentProps (#121) (f92d3ed)
  • don't disable programmatic open/close of drawer with drawerLockMode (d39b299), closes #56
  • export DrawerLockMode, DrawerIconProps, and DrawerLabelProps (2bc25b6)
  • expose DrawerItems to maintain backward compat (cbc09c2)
  • fix "DrawerActions" typo (#65) (be85845)
  • fix path for declaration file. fixes #99 (c5009bd)
  • fix path to typescript definitions (7747e51)
  • fix typescript definitions (#95) (da51ced)
  • get rid of random red screen on iOS on opening drawer (#68) (e15ba96)
  • hide content while drawer is open from talkback (#132) (71df6f3)
  • immediate closing drawer of fully opened (6225151)
  • navigation drawer sometimes not closing when pressed outside (#126) (ff9dd73)
  • only pass accessibility label if it is a string. fixes #36 (#38) (479f7b1)
  • rename contentContainerStyle to sceneContainerStyle (9900a5c)
  • reset this.gestureX on manual setting (7a940b2)
  • rewrite tap callbacks to native calls (5c71dff)
  • set proper type for screenProps in ScreenComponent (26cd851)
  • spring was not triggered sometimes on tap (#67) (be17729)
  • tweak spring config for animation (bdebebb)
  • use compiled files for react native (8c8cb8e)

Features

  • drawer: expose draweropenprogress via react-contextapi (#125) (ffbc1f5)
  • add custom GH props (2c5b98b)
  • add theme support (1e8279a)
  • export types for ScreenProps amd ScreenComponent (c8fa94e)
  • Move itemStyle to SafeAreaView (#55) (41a8f53)