Files
react-navigation/packages/drawer/CHANGELOG.md
Satyajit Sahoo 3c5b8c4992 chore: publish
- @react-navigation/bottom-tabs@5.0.0-alpha.37
 - @react-navigation/compat@5.0.0-alpha.26
 - @react-navigation/core@5.0.0-alpha.35
 - @react-navigation/drawer@5.0.0-alpha.39
 - @react-navigation/material-bottom-tabs@5.0.0-alpha.34
 - @react-navigation/material-top-tabs@5.0.0-alpha.33
 - @react-navigation/native-stack@5.0.0-alpha.27
 - @react-navigation/native@5.0.0-alpha.27
 - @react-navigation/routers@5.0.0-alpha.25
 - @react-navigation/stack@5.0.0-alpha.61
2020-01-14 02:24:48 +01:00

14 KiB

Change Log

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

5.0.0-alpha.39 (2020-01-14)

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

5.0.0-alpha.38 (2020-01-13)

Bug Fixes

  • make sure paths aren't aliased when building definitions (65a5dac), closes #265

5.0.0-alpha.37 (2020-01-13)

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

5.0.0-alpha.36 (2020-01-09)

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

5.0.0-alpha.35 (2020-01-09)

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

5.0.0-alpha.34 (2020-01-05)

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

5.0.0-alpha.33 (2020-01-03)

Bug Fixes

  • provide initial values for safe area to prevent blank screen (#238) (77b7570)

Features

5.0.0-alpha.32 (2020-01-03)

Bug Fixes

  • pass backBehavior to the router in drawer. fixes #230 (3cd1aed)

5.0.0-alpha.31 (2020-01-01)

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

5.0.0-alpha.30 (2019-12-19)

Bug Fixes

  • set screen background in drawer from theme (0635365)

5.0.0-alpha.29 (2019-12-16)

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

5.0.0-alpha.28 (2019-12-14)

Features

5.0.0-alpha.27 (2019-12-11)

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

5.0.0-alpha.26 (2019-12-10)

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

5.0.0-alpha.25 (2019-12-07)

Features

  • export underlying views used to build navigators (#191) (d618ab3)

5.0.0-alpha.24 (2019-11-27)

Bug Fixes

  • enable gestures by default in drawer. closes #188 (7080517)

5.0.0-alpha.23 (2019-11-17)

Bug Fixes

  • pass labelStyle prop in DrawerItem label (#170) (cd7c9c4)
  • workaround SafereaProvider causing jumping (c17ad18), closes #174

5.0.0-alpha.22 (2019-11-10)

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

5.0.0-alpha.21 (2019-11-08)

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

5.0.0-alpha.20 (2019-11-04)

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

5.0.0-alpha.19 (2019-11-02)

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

5.0.0-alpha.18 (2019-10-30)

Bug Fixes

  • hide screen from screen reader when drawer is open (#147) (fb749ac)

Features

  • add an 'unmountInactiveScreens' option (12d597f)

5.0.0-alpha.17 (2019-10-29)

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

5.0.0-alpha.16 (2019-10-22)

Bug Fixes

  • navigation drawer sometimes not closing when pressed outside (0d8cdc8)

5.0.0-alpha.15 (2019-10-17)

Bug Fixes

  • fix passing content options in drawer (cab6160)

5.0.0-alpha.14 (2019-10-15)

Bug Fixes

  • add flex: 1 to drawer content (2b57702)
  • fix content component not rendering in drawer (0a5fb3e)

Features

5.0.0-alpha.13 (2019-10-06)

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

5.0.0-alpha.12 (2019-10-03)

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

5.0.0-alpha.11 (2019-10-03)

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

5.0.0-alpha.10 (2019-09-27)

Features

  • export some more type aliases (8b78d61)

5.0.0-alpha.9 (2019-09-16)

Features

  • make example run as bare react-native project as well (#85) (d16c20c)

5.0.0-alpha.8 (2019-08-31)

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

5.0.0-alpha.7 (2019-08-30)

Bug Fixes

  • rename contentContainerStyle to sceneContainerStyle for drawer (fdc24d2)

5.0.0-alpha.6 (2019-08-29)

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

5.0.0-alpha.5 (2019-08-28)

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

5.0.0-alpha.4 (2019-08-27)

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

5.0.0-alpha.3 (2019-08-22)

Bug Fixes

  • fix path to typescript definitions (f182315)

5.0.0-alpha.2 (2019-08-22)

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

5.0.0-alpha.1 (2019-08-21)

Bug Fixes

  • fix "DrawerActions" typo (#65) (57e0af2)
  • fix peer deps and add git urls (6b4fc74)
  • get rid of random red screen on iOS on opening drawer (#68) (3c4f10d)
  • immediate closing drawer of fully opened (3f64539)
  • only pass accessibility label if it is a string. fixes #36 (#38) (bbe20db)
  • reset this.gestureX on manual setting (2a1620d)
  • rewrite tap callbacks to native calls (d4c51f4)
  • spring was not triggered sometimes on tap (#67) (8bbddb2)
  • tweak spring config for animation (7946b9d)

Features