Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.

Releases: react-navigation/drawer

Release 2.3.4

Choose a tag to compare

@satya164 satya164 released this 06 Feb 22:50

2.3.4 (2020-02-06)

Bug Fixes

  • don't disable programmatic open/close of drawer with drawerLockMode (6b02d87), closes #56

Release 2.3.3

Choose a tag to compare

@satya164 satya164 released this 30 Oct 08:03

2.3.3 (2019-10-30)

Bug Fixes

  • hide content while drawer is open from talkback (#132) (419f4a5)

Release 2.3.2

Choose a tag to compare

@satya164 satya164 released this 28 Oct 16:49

2.3.2 (2019-10-28)

Bug Fixes

  • change type of the navigation field in DrawerContentComponentProps (#121) (4330382)
  • export DrawerLockMode, DrawerIconProps, and DrawerLabelProps (069b888)
  • navigation drawer sometimes not closing when pressed outside (#126) (2220252)

Release 2.3.1

Choose a tag to compare

@satya164 satya164 released this 21 Oct 01:13

2.3.1 (2019-10-21)

Bug Fixes

  • expose DrawerItems to maintain backward compat (1980a59)

Release 2.3.0

Choose a tag to compare

@satya164 satya164 released this 21 Oct 01:11

2.3.0 (2019-10-21)

Bug Fixes

  • add screenProps to DrawerNavigatorItemsProps (#100) (8d09a81)

Features

  • drawer: expose draweropenprogress via react-contextapi (#125) (03f5eb4)

Release 2.2.2

Choose a tag to compare

@satya164 satya164 released this 21 Sep 22:48

2.2.2 (2019-09-21)

Bug Fixes

  • set proper type for screenProps in ScreenComponent (d7559a6)

Release 2.2.1

Choose a tag to compare

@satya164 satya164 released this 13 Sep 13:50

2.2.1 (2019-09-13)

Bug Fixes

  • fix path for declaration file. fixes #99 (7409a53)

Release 2.2.0

Choose a tag to compare

@satya164 satya164 released this 12 Sep 18:07

2.2.0 (2019-09-12)

Features

  • export types for ScreenProps amd ScreenComponent (031d947)

Release 2.1.2

Choose a tag to compare

@satya164 satya164 released this 11 Sep 15:05

2.1.2 (2019-09-11)

Bug Fixes

Release 2.1.1

Choose a tag to compare

@satya164 satya164 released this 09 Sep 20:40

2.1.1 (2019-09-09)

Bug Fixes

  • add peer dep on react-navigation (8cc9069)

Features