@nativescript-community/ui-drawer 0.1.1 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +60 -14
- package/angular/esm2020/module.mjs +35 -9
- package/angular/esm2020/nativescript-community-ui-drawer-angular.mjs +4 -1
- package/angular/fesm2015/nativescript-community-ui-drawer-angular.mjs +38 -8
- package/angular/fesm2015/nativescript-community-ui-drawer-angular.mjs.map +1 -0
- package/angular/fesm2020/nativescript-community-ui-drawer-angular.mjs +38 -8
- package/angular/fesm2020/nativescript-community-ui-drawer-angular.mjs.map +1 -0
- package/angular/module.d.ts +32 -6
- package/angular/package.json +2 -2
- package/index.js +37 -15
- package/index.js.map +1 -0
- package/package.json +8 -8
- package/react/index.js +1 -1
- package/react/index.js.map +1 -0
- package/svelte/index.js.map +1 -0
- package/vue/component.js.map +1 -0
- package/vue/index.js.map +1 -0
- package/CHANGELOG.md +0 -318
- package/angular/nativescript-community-ui-drawer-angular.d.ts +0 -2
package/CHANGELOG.md
DELETED
@@ -1,318 +0,0 @@
|
|
1
|
-
# Change Log
|
2
|
-
|
3
|
-
All notable changes to this project will be documented in this file.
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
|
-
|
6
|
-
## [0.1.1](https://github.com/nativescript-community/ui-drawer/compare/v0.1.0...v0.1.1) (2022-05-12)
|
7
|
-
|
8
|
-
**Note:** Version bump only for package @nativescript-community/ui-drawer
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
# [0.1.0](https://github.com/nativescript-community/ui-drawer/compare/v0.0.35...v0.1.0) (2022-05-03)
|
15
|
-
|
16
|
-
|
17
|
-
### Features
|
18
|
-
|
19
|
-
* allow `gestureHandlerOptions` to customize gesture handler ([6ba74c2](https://github.com/nativescript-community/ui-drawer/commit/6ba74c21cf8f96b05a4a030a049c96d606285aa2))
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
## [0.0.35](https://github.com/nativescript-community/ui-drawer/compare/v0.0.34...v0.0.35) (2022-04-14)
|
26
|
-
|
27
|
-
**Note:** Version bump only for package @nativescript-community/ui-drawer
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
## [0.0.34](https://github.com/nativescript-community/ui-drawer/compare/v0.0.33...v0.0.34) (2022-04-11)
|
34
|
-
|
35
|
-
|
36
|
-
### Bug Fixes
|
37
|
-
|
38
|
-
* **android:** gesture lifecycle fixes ([7a5f070](https://github.com/nativescript-community/ui-drawer/commit/7a5f070962a5eb57a09cbfa581e98251f20a6a36))
|
39
|
-
* **react:** react build fix ([181d6a2](https://github.com/nativescript-community/ui-drawer/commit/181d6a21f30ed8085dece1e9d6d4ec688c99d4dd))
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
## [0.0.33](https://github.com/nativescript-community/ui-drawer/compare/v0.0.32...v0.0.33) (2022-01-04)
|
46
|
-
|
47
|
-
|
48
|
-
### Bug Fixes
|
49
|
-
|
50
|
-
* deps fix ([6957b33](https://github.com/nativescript-community/ui-drawer/commit/6957b33be832996995e153abe2fba817964bc302))
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
## [0.0.32](https://github.com/nativescript-community/ui-drawer/compare/v0.0.31...v0.0.32) (2022-01-04)
|
57
|
-
|
58
|
-
|
59
|
-
### Bug Fixes
|
60
|
-
|
61
|
-
* gesturehandler fix for `gestureEnabled` property ([8f92c62](https://github.com/nativescript-community/ui-drawer/commit/8f92c62426a439a4175fb64e64e8883f0fda3c4f))
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
## [0.0.31](https://github.com/nativescript-community/ui-drawer/compare/v0.0.30...v0.0.31) (2021-10-12)
|
68
|
-
|
69
|
-
**Note:** Version bump only for package @nativescript-community/ui-drawer
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
## [0.0.30](https://github.com/nativescript-community/ui-drawer/compare/v0.0.29...v0.0.30) (2021-09-21)
|
76
|
-
|
77
|
-
**Note:** Version bump only for package @nativescript-community/ui-drawer
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
## [0.0.29](https://github.com/nativescript-community/ui-drawer/compare/v0.0.28...v0.0.29) (2021-08-05)
|
84
|
-
|
85
|
-
**Note:** Version bump only for package @nativescript-community/ui-drawer
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
## [0.0.28](https://github.com/nativescript-community/ui-drawer/compare/v0.0.27...v0.0.28) (2021-05-07)
|
92
|
-
|
93
|
-
**Note:** Version bump only for package @nativescript-community/ui-drawer
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
## [0.0.27](https://github.com/nativescript-community/ui-drawer/compare/v0.0.26...v0.0.27) (2021-04-21)
|
100
|
-
|
101
|
-
**Note:** Version bump only for package @nativescript-community/ui-drawer
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
## [0.0.26](https://github.com/nativescript-community/ui-drawer/compare/v0.0.25...v0.0.26) (2021-04-21)
|
108
|
-
|
109
|
-
**Note:** Version bump only for package @nativescript-community/ui-drawer
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
## [0.0.25](https://github.com/nativescript-community/ui-drawer/compare/v0.0.24...v0.0.25) (2021-04-20)
|
116
|
-
|
117
|
-
**Note:** Version bump only for package @nativescript-community/ui-drawer
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
## [0.0.24](https://github.com/nativescript-community/ui-drawer/compare/v0.0.23...v0.0.24) (2021-02-22)
|
124
|
-
|
125
|
-
**Note:** Version bump only for package @nativescript-community/ui-drawer
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
## [0.0.23](https://github.com/nativescript-community/ui-drawer/compare/v0.0.22...v0.0.23) (2021-01-29)
|
132
|
-
|
133
|
-
**Note:** Version bump only for package @nativescript-community/ui-drawer
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
## [0.0.22](https://github.com/nativescript-community/ui-drawer/compare/v0.0.21...v0.0.22) (2020-12-21)
|
140
|
-
|
141
|
-
**Note:** Version bump only for package @nativescript-community/ui-drawer
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
## [0.0.21](https://github.com/nativescript-community/ui-drawer/compare/v0.0.20...v0.0.21) (2020-12-20)
|
148
|
-
|
149
|
-
**Note:** Version bump only for package @nativescript-community/ui-drawer
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
## [0.0.20](https://github.com/nativescript-community/ui-drawer/compare/v0.0.19...v0.0.20) (2020-12-20)
|
156
|
-
|
157
|
-
**Note:** Version bump only for package @nativescript-community/ui-drawer
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
## [0.0.19](https://github.com/nativescript-community/ui-drawer/compare/v0.0.18...v0.0.19) (2020-12-04)
|
164
|
-
|
165
|
-
**Note:** Version bump only for package @nativescript-community/ui-drawer
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
## [0.0.18](https://github.com/nativescript-community/ui-drawer/compare/v0.0.17...v0.0.18) (2020-11-29)
|
172
|
-
|
173
|
-
|
174
|
-
### Bug Fixes
|
175
|
-
|
176
|
-
* gestures dep update ([9b68e0a](https://github.com/nativescript-community/ui-drawer/commit/9b68e0a1d49a5e9bbabafa1ad800f3619b39f54e))
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
## [0.0.17](https://github.com/nativescript-community/ui-drawer/compare/v0.0.16...v0.0.17) (2020-11-23)
|
183
|
-
|
184
|
-
**Note:** Version bump only for package @nativescript-community/ui-drawer
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
## [0.0.16](https://github.com/nativescript-community/ui-drawer/compare/v0.0.15...v0.0.16) (2020-11-23)
|
191
|
-
|
192
|
-
**Note:** Version bump only for package @nativescript-community/ui-drawer
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
## [0.0.15](https://github.com/nativescript-community/ui-drawer/compare/v0.0.14...v0.0.15) (2020-11-22)
|
199
|
-
|
200
|
-
**Note:** Version bump only for package @nativescript-community/ui-drawer
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
## [0.0.14](https://github.com/nativescript-community/ui-drawer/compare/v0.0.13...v0.0.14) (2020-11-20)
|
207
|
-
|
208
|
-
**Note:** Version bump only for package @nativescript-community/ui-drawer
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
## [0.0.13](https://github.com/nativescript-community/ui-drawer/compare/v0.0.12...v0.0.13) (2020-11-16)
|
215
|
-
|
216
|
-
**Note:** Version bump only for package @nativescript-community/ui-drawer
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
## [0.0.12](https://github.com/nativescript-community/ui-drawer/compare/v0.0.11...v0.0.12) (2020-11-15)
|
223
|
-
|
224
|
-
**Note:** Version bump only for package @nativescript-community/ui-drawer
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
## [0.0.11](https://github.com/nativescript-community/ui-drawer/compare/v0.0.10...v0.0.11) (2020-11-06)
|
231
|
-
|
232
|
-
|
233
|
-
### Bug Fixes
|
234
|
-
|
235
|
-
* gesture fix with main content like maps ([07fa597](https://github.com/nativescript-community/ui-drawer/commit/07fa5971bdee1f30505b65854c9c877d79ddfab2))
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
## [0.0.10](https://github.com/nativescript-community/ui-drawer/compare/v0.0.9...v0.0.10) (2020-11-02)
|
242
|
-
|
243
|
-
**Note:** Version bump only for package @nativescript-community/ui-drawer
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
## [0.0.9](https://github.com/nativescript-community/ui-drawer/compare/v0.0.8...v0.0.9) (2020-10-27)
|
250
|
-
|
251
|
-
**Note:** Version bump only for package @nativescript-community/ui-drawer
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
## [0.0.8](https://github.com/nativescript-community/ui-drawer/compare/v0.0.7...v0.0.8) (2020-10-27)
|
258
|
-
|
259
|
-
**Note:** Version bump only for package @nativescript-community/ui-drawer
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
## [0.0.7](https://github.com/nativescript-community/ui-drawer/compare/v0.0.6...v0.0.7) (2020-10-25)
|
266
|
-
|
267
|
-
**Note:** Version bump only for package @nativescript-community/ui-drawer
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
## [0.0.6](https://github.com/nativescript-community/ui-drawer/compare/v0.0.5...v0.0.6) (2020-10-24)
|
274
|
-
|
275
|
-
**Note:** Version bump only for package @nativescript-community/ui-drawer
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
## [0.0.5](https://github.com/nativescript-community/ui-drawer/compare/v0.0.4...v0.0.5) (2020-10-24)
|
282
|
-
|
283
|
-
**Note:** Version bump only for package @nativescript-community/ui-drawer
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
## [0.0.4](https://github.com/nativescript-community/ui-drawer/compare/v0.0.3...v0.0.4) (2020-10-16)
|
290
|
-
|
291
|
-
**Note:** Version bump only for package @nativescript-community/ui-drawer
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
## [0.0.3](https://github.com/nativescript-community/ui-drawer/compare/v0.0.2...v0.0.3) (2020-10-16)
|
298
|
-
|
299
|
-
|
300
|
-
### Bug Fixes
|
301
|
-
|
302
|
-
* working much better now ([10647b5](https://github.com/nativescript-community/ui-drawer/commit/10647b5b46caae7ab4eb8e0e2c9b596307258ca2))
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
## [0.0.2](https://github.com/nativescript-community/ui-drawer/compare/v0.0.1...v0.0.2) (2020-10-16)
|
309
|
-
|
310
|
-
**Note:** Version bump only for package @nativescript-community/ui-drawer
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
## 0.0.1 (2020-10-13)
|
317
|
-
|
318
|
-
**Note:** Version bump only for package @nativescript-community/ui-drawer
|