UNPKG

8.64 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6## [2.5.1](https://github.com/react-navigation/drawer/compare/react-navigation-drawer@2.5.0...react-navigation-drawer@2.5.1) (2020-09-24)
7
8**Note:** Version bump only for package react-navigation-drawer
9
10
11
12
13
14# [2.5.0](https://github.com/react-navigation/drawer/compare/react-navigation-drawer@2.4.13...react-navigation-drawer@2.5.0) (2020-06-25)
15
16
17### Features
18
19* sync latest stack and upgrade typescript ([454e05b](https://github.com/react-navigation/drawer/commit/454e05b02ec97f053b381fdc801df899d8c93cb6))
20
21
22
23
24
25## [2.4.13](https://github.com/react-navigation/drawer/compare/react-navigation-drawer@2.4.12...react-navigation-drawer@2.4.13) (2020-04-30)
26
27**Note:** Version bump only for package react-navigation-drawer
28
29
30
31
32
33## [2.4.12](https://github.com/react-navigation/drawer/compare/react-navigation-drawer@2.4.11...react-navigation-drawer@2.4.12) (2020-04-22)
34
35**Note:** Version bump only for package react-navigation-drawer
36
37
38
39
40
41## [2.4.11](https://github.com/react-navigation/drawer/compare/react-navigation-drawer@2.4.10...react-navigation-drawer@2.4.11) (2020-04-02)
42
43**Note:** Version bump only for package react-navigation-drawer
44
45
46
47
48
49## [2.4.10](https://github.com/react-navigation/drawer/compare/react-navigation-drawer@2.4.9...react-navigation-drawer@2.4.10) (2020-03-31)
50
51
52### Bug Fixes
53
54* remove isTransitioning from SwitchRouter state ([3bec1c9](https://github.com/react-navigation/drawer/commit/3bec1c964a49136c0ead8e8ba8a8c66c556bbcba))
55
56
57
58
59
60## [2.4.9](https://github.com/react-navigation/drawer/compare/react-navigation-drawer@2.4.7...react-navigation-drawer@2.4.9) (2020-03-28)
61
62**Note:** Version bump only for package react-navigation-drawer
63
64
65
66
67
68## [2.4.8](https://github.com/react-navigation/drawer/compare/react-navigation-drawer@2.4.7...react-navigation-drawer@2.4.8) (2020-03-27)
69
70**Note:** Version bump only for package react-navigation-drawer
71
72
73
74
75
76## [2.4.7](https://github.com/react-navigation/drawer/compare/react-navigation-drawer@2.4.6...react-navigation-drawer@2.4.7) (2020-03-22)
77
78**Note:** Version bump only for package react-navigation-drawer
79
80
81
82
83
84## [2.4.6](https://github.com/react-navigation/drawer/compare/react-navigation-drawer@2.4.5...react-navigation-drawer@2.4.6) (2020-03-20)
85
86**Note:** Version bump only for package react-navigation-drawer
87
88
89
90
91
92## [2.4.5](https://github.com/react-navigation/drawer/compare/react-navigation-drawer@2.4.4...react-navigation-drawer@2.4.5) (2020-03-19)
93
94
95### Bug Fixes
96
97* don't use react-native-screens on web ([44c3900](https://github.com/react-navigation/drawer/commit/44c390075f7b76664e09fd9a1a7926645133ebec)), closes [#7485](https://github.com/react-navigation/drawer/issues/7485)
98
99
100
101
102
103## [2.4.4](https://github.com/react-navigation/drawer/compare/react-navigation-drawer@2.4.3...react-navigation-drawer@2.4.4) (2020-03-16)
104
105**Note:** Version bump only for package react-navigation-drawer
106
107
108
109
110
111## [2.4.3](https://github.com/react-navigation/drawer/compare/react-navigation-drawer@2.4.2...react-navigation-drawer@2.4.3) (2020-03-16)
112
113**Note:** Version bump only for package react-navigation-drawer
114
115
116
117
118
119## [2.4.2](https://github.com/react-navigation/drawer/compare/react-navigation-drawer@2.4.1...react-navigation-drawer@2.4.2) (2020-02-26)
120
121**Note:** Version bump only for package react-navigation-drawer
122
123
124
125
126
127## [2.4.1](https://github.com/react-navigation/drawer/compare/react-navigation-drawer@2.4.0...react-navigation-drawer@2.4.1) (2020-02-24)
128
129**Note:** Version bump only for package react-navigation-drawer
130
131
132
133
134
135# 2.4.0 (2020-02-24)
136
137
138### Bug Fixes
139
140* add `screenProps` to DrawerNavigatorItemsProps ([#100](https://github.com/react-navigation/drawer/issues/100)) ([395bb31](https://github.com/react-navigation/drawer/commit/395bb31a400c63c1443cbf34cc26b3fe252dec01))
141* add peer dep on react-navigation ([79fb9ef](https://github.com/react-navigation/drawer/commit/79fb9efd4695c0d53a0caaab502c9becbe4282d1))
142* change type of the `navigation` field in DrawerContentComponentProps ([#121](https://github.com/react-navigation/drawer/issues/121)) ([f92d3ed](https://github.com/react-navigation/drawer/commit/f92d3ed4a8b631ee03ac0b868185c2bff7169b7a))
143* don't disable programmatic open/close of drawer with drawerLockMode ([d39b299](https://github.com/react-navigation/drawer/commit/d39b29925ad21b55e375e5683db5ed1a6e6f5b50)), closes [#56](https://github.com/react-navigation/drawer/issues/56)
144* export DrawerLockMode, DrawerIconProps, and DrawerLabelProps ([2bc25b6](https://github.com/react-navigation/drawer/commit/2bc25b677136f6b20667aff9d28d5de9fb57c458))
145* expose DrawerItems to maintain backward compat ([cbc09c2](https://github.com/react-navigation/drawer/commit/cbc09c2351328a4e774aea00277ec387f854c71b))
146* fix "DrawerActions" typo ([#65](https://github.com/react-navigation/drawer/issues/65)) ([be85845](https://github.com/react-navigation/drawer/commit/be85845a5a7e723828f71d314e201df21690ca35))
147* fix path for declaration file. fixes [#99](https://github.com/react-navigation/drawer/issues/99) ([c5009bd](https://github.com/react-navigation/drawer/commit/c5009bd8e92108b88dcd8573ecb20d1d199759b2))
148* fix path to typescript definitions ([7747e51](https://github.com/react-navigation/drawer/commit/7747e51202e8e769d05d414bd3debeae313e8939))
149* fix typescript definitions ([#95](https://github.com/react-navigation/drawer/issues/95)) ([da51ced](https://github.com/react-navigation/drawer/commit/da51cedff44f44a9096e8a31fe6838cf58f12bc9))
150* get rid of random red screen on iOS on opening drawer ([#68](https://github.com/react-navigation/drawer/issues/68)) ([e15ba96](https://github.com/react-navigation/drawer/commit/e15ba96fb93ec6cd59dddba8f7a2cee514f9b60d))
151* hide content while drawer is open from talkback ([#132](https://github.com/react-navigation/drawer/issues/132)) ([71df6f3](https://github.com/react-navigation/drawer/commit/71df6f36f5c2e2ef1073a8aca95280c1b4edf7c6))
152* immediate closing drawer of fully opened ([6225151](https://github.com/react-navigation/drawer/commit/6225151dbec6bd6fc619b5baca87da344134c437))
153* navigation drawer sometimes not closing when pressed outside ([#126](https://github.com/react-navigation/drawer/issues/126)) ([ff9dd73](https://github.com/react-navigation/drawer/commit/ff9dd732ad08c4cbeeb924b2d9c12fda9e11ef31))
154* only pass accessibility label if it is a string. fixes [#36](https://github.com/react-navigation/drawer/issues/36) ([#38](https://github.com/react-navigation/drawer/issues/38)) ([479f7b1](https://github.com/react-navigation/drawer/commit/479f7b15795ef4ac448952def616e7b93a991470))
155* rename contentContainerStyle to sceneContainerStyle ([9900a5c](https://github.com/react-navigation/drawer/commit/9900a5c7aeb01bdbad73e05306d87b8801fa1cf8))
156* reset this.gestureX on manual setting ([7a940b2](https://github.com/react-navigation/drawer/commit/7a940b216aaf5ac2ff5fc0c5355c5068c7456894))
157* rewrite tap callbacks to native calls ([5c71dff](https://github.com/react-navigation/drawer/commit/5c71dffc2c5987215c3de2c243158b970193f36d))
158* set proper type for screenProps in ScreenComponent ([26cd851](https://github.com/react-navigation/drawer/commit/26cd8511b5effdf8fc939a4c4c1cdeeafa03131c))
159* spring was not triggered sometimes on tap ([#67](https://github.com/react-navigation/drawer/issues/67)) ([be17729](https://github.com/react-navigation/drawer/commit/be17729df6a0e18c319b1c1ec23f17cb10c1bc3a))
160* tweak spring config for animation ([bdebebb](https://github.com/react-navigation/drawer/commit/bdebebb938d7d920bd12787232b66164cc026bf9))
161* use compiled files for react native ([8c8cb8e](https://github.com/react-navigation/drawer/commit/8c8cb8e75825cb9c4312e20e1cb5424c656267ce))
162
163
164### Features
165
166* **drawer:** expose draweropenprogress via react-contextapi ([#125](https://github.com/react-navigation/drawer/issues/125)) ([ffbc1f5](https://github.com/react-navigation/drawer/commit/ffbc1f5115524fb74b0e285f0a65637b71364e3b))
167* add custom GH props ([2c5b98b](https://github.com/react-navigation/drawer/commit/2c5b98bacb3e94184516abfd88f81a44e32df7c8))
168* add theme support ([1e8279a](https://github.com/react-navigation/drawer/commit/1e8279ae18740113b0c38fc8e784f79a549f8bb7))
169* export types for ScreenProps amd ScreenComponent ([c8fa94e](https://github.com/react-navigation/drawer/commit/c8fa94e15d59b4570f3a007f20277586c16155df))
170* Move itemStyle to SafeAreaView ([#55](https://github.com/react-navigation/drawer/issues/55)) ([41a8f53](https://github.com/react-navigation/drawer/commit/41a8f5366a8eb15f3b771634ed7bc305921795f6))