@nativescript-community/ui-material-core 6.0.0

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.
Files changed (67) hide show
  1. package/CHANGELOG.md +1559 -0
  2. package/LICENSE +201 -0
  3. package/README.md +5 -0
  4. package/android/utils.d.ts +44 -0
  5. package/android/utils.js +257 -0
  6. package/android/utils.js.map +1 -0
  7. package/cssproperties.d.ts +7 -0
  8. package/cssproperties.js +49 -0
  9. package/cssproperties.js.map +1 -0
  10. package/index.android.d.ts +42 -0
  11. package/index.android.js +318 -0
  12. package/index.android.js.map +1 -0
  13. package/index.common.d.ts +9 -0
  14. package/index.common.js +79 -0
  15. package/index.common.js.map +1 -0
  16. package/index.d.ts +67 -0
  17. package/index.ios.d.ts +46 -0
  18. package/index.ios.js +336 -0
  19. package/index.ios.js.map +1 -0
  20. package/package.json +55 -0
  21. package/platforms/android/AndroidManifest.xml +2 -0
  22. package/platforms/android/include.gradle +10 -0
  23. package/platforms/android/java/com/nativescript/material/core/BottomNavigationBar.java +309 -0
  24. package/platforms/android/java/com/nativescript/material/core/TabItemSpec.java +15 -0
  25. package/platforms/android/java/com/nativescript/material/core/TabLayout.java +441 -0
  26. package/platforms/android/java/com/nativescript/material/core/TabStrip.java +264 -0
  27. package/platforms/android/java/com/nativescript/material/core/TabViewPager.java +62 -0
  28. package/platforms/android/java/com/nativescript/material/core/TabsBar.java +442 -0
  29. package/platforms/android/java/com/nativescript/material/core/Utils.java +105 -0
  30. package/platforms/android/res/layout/material_page.xml +33 -0
  31. package/platforms/android/ui_material_core.aar +0 -0
  32. package/platforms/ios/Podfile +2 -0
  33. package/pnpm-lock.yaml +83 -0
  34. package/postinstall.d.ts +0 -0
  35. package/postinstall.js +2 -0
  36. package/postinstall.js.map +1 -0
  37. package/preuninstall.d.ts +0 -0
  38. package/preuninstall.js +2 -0
  39. package/preuninstall.js.map +1 -0
  40. package/scripts/before-prepare.js +28 -0
  41. package/scripts/before-prepare.js.map +1 -0
  42. package/tab-navigation-base/react/index.d.ts +60 -0
  43. package/tab-navigation-base/react/index.js +117 -0
  44. package/tab-navigation-base/react/index.js.map +1 -0
  45. package/tab-navigation-base/tab-content-item/index.android.d.ts +14 -0
  46. package/tab-navigation-base/tab-content-item/index.android.js +46 -0
  47. package/tab-navigation-base/tab-content-item/index.android.js.map +1 -0
  48. package/tab-navigation-base/tab-content-item/index.d.ts +11 -0
  49. package/tab-navigation-base/tab-content-item/index.ios.d.ts +7 -0
  50. package/tab-navigation-base/tab-content-item/index.ios.js +13 -0
  51. package/tab-navigation-base/tab-content-item/index.ios.js.map +1 -0
  52. package/tab-navigation-base/tab-content-item/tab-content-item-common.d.ts +7 -0
  53. package/tab-navigation-base/tab-content-item/tab-content-item-common.js +22 -0
  54. package/tab-navigation-base/tab-content-item/tab-content-item-common.js.map +1 -0
  55. package/tab-navigation-base/tab-navigation-base/index.d.ts +67 -0
  56. package/tab-navigation-base/tab-navigation-base/index.js +234 -0
  57. package/tab-navigation-base/tab-navigation-base/index.js.map +1 -0
  58. package/tab-navigation-base/tab-strip/index.d.ts +24 -0
  59. package/tab-navigation-base/tab-strip/index.js +151 -0
  60. package/tab-navigation-base/tab-strip/index.js.map +1 -0
  61. package/tab-navigation-base/tab-strip-item/index.d.ts +34 -0
  62. package/tab-navigation-base/tab-strip-item/index.js +215 -0
  63. package/tab-navigation-base/tab-strip-item/index.js.map +1 -0
  64. package/textbase/cssproperties.d.ts +16 -0
  65. package/textbase/cssproperties.js +103 -0
  66. package/textbase/cssproperties.js.map +1 -0
  67. package/tsconfig.hooks.json +17 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,1559 @@
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
+ # [6.0.0](https://github.com/nativescript-community/ui-material-components/compare/v5.3.21...v6.0.0) (2021-09-18)
7
+
8
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
9
+
10
+
11
+
12
+
13
+
14
+ ## [5.3.21](https://github.com/nativescript-community/ui-material-components/compare/v5.3.20...v5.3.21) (2021-08-29)
15
+
16
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
17
+
18
+
19
+
20
+
21
+
22
+ ## [5.3.20](https://github.com/nativescript-community/ui-material-components/compare/v5.3.19...v5.3.20) (2021-08-29)
23
+
24
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
25
+
26
+
27
+
28
+
29
+
30
+ ## [5.3.19](https://github.com/nativescript-community/ui-material-components/compare/v5.3.18...v5.3.19) (2021-08-19)
31
+
32
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
33
+
34
+
35
+
36
+
37
+
38
+ ## [5.3.18](https://github.com/nativescript-community/ui-material-components/compare/v5.3.17...v5.3.18) (2021-08-16)
39
+
40
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
41
+
42
+
43
+
44
+
45
+
46
+ ## [5.3.17](https://github.com/nativescript-community/ui-material-components/compare/v5.3.16...v5.3.17) (2021-08-10)
47
+
48
+
49
+ ### Bug Fixes
50
+
51
+ * npm ignore unecessary files ([696e88f](https://github.com/nativescript-community/ui-material-components/commit/696e88f657dbb5415aa4a306991a00ef5b83db18))
52
+
53
+
54
+
55
+
56
+
57
+ ## [5.3.16](https://github.com/nativescript-community/ui-material-components/compare/v5.3.15...v5.3.16) (2021-08-09)
58
+
59
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
60
+
61
+
62
+
63
+
64
+
65
+ ## [5.3.15](https://github.com/nativescript-community/ui-material-components/compare/v5.3.14...v5.3.15) (2021-08-06)
66
+
67
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
68
+
69
+
70
+
71
+
72
+
73
+ ## [5.3.14](https://github.com/nativescript-community/ui-material-components/compare/v5.3.13...v5.3.14) (2021-08-02)
74
+
75
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
76
+
77
+
78
+
79
+
80
+
81
+ ## [5.3.13](https://github.com/nativescript-community/ui-material-components/compare/v5.3.12...v5.3.13) (2021-08-02)
82
+
83
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
84
+
85
+
86
+
87
+
88
+
89
+ ## [5.3.12](https://github.com/nativescript-community/ui-material-components/compare/v5.3.11...v5.3.12) (2021-07-30)
90
+
91
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
92
+
93
+
94
+
95
+
96
+
97
+ ## [5.3.11](https://github.com/nativescript-community/ui-material-components/compare/v5.3.10...v5.3.11) (2021-07-16)
98
+
99
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
100
+
101
+
102
+
103
+
104
+
105
+ ## [5.3.10](https://github.com/nativescript-community/ui-material-components/compare/v5.3.9...v5.3.10) (2021-07-09)
106
+
107
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
108
+
109
+
110
+
111
+
112
+
113
+ ## [5.3.9](https://github.com/nativescript-community/ui-material-components/compare/v5.3.8...v5.3.9) (2021-07-06)
114
+
115
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
116
+
117
+
118
+
119
+
120
+
121
+ ## [5.3.8](https://github.com/nativescript-community/ui-material-components/compare/v5.3.7...v5.3.8) (2021-07-01)
122
+
123
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
124
+
125
+
126
+
127
+
128
+
129
+ ## [5.3.7](https://github.com/nativescript-community/ui-material-components/compare/v5.3.6...v5.3.7) (2021-06-29)
130
+
131
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
132
+
133
+
134
+
135
+
136
+
137
+ ## [5.3.6](https://github.com/nativescript-community/ui-material-components/compare/v5.3.5...v5.3.6) (2021-06-28)
138
+
139
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
140
+
141
+
142
+
143
+
144
+
145
+ ## [5.3.5](https://github.com/nativescript-community/ui-material-components/compare/v5.3.4...v5.3.5) (2021-06-11)
146
+
147
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
148
+
149
+
150
+
151
+
152
+
153
+ ## [5.3.4](https://github.com/nativescript-community/ui-material-components/compare/v5.3.3...v5.3.4) (2021-06-09)
154
+
155
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
156
+
157
+
158
+
159
+
160
+
161
+ ## [5.3.3](https://github.com/nativescript-community/ui-material-components/compare/v5.3.2...v5.3.3) (2021-06-01)
162
+
163
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
164
+
165
+
166
+
167
+
168
+
169
+ ## [5.3.2](https://github.com/nativescript-community/ui-material-components/compare/v5.3.1...v5.3.2) (2021-05-27)
170
+
171
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
172
+
173
+
174
+
175
+
176
+
177
+ ## [5.3.1](https://github.com/nativescript-community/ui-material-components/compare/v5.3.0...v5.3.1) (2021-05-27)
178
+
179
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
180
+
181
+
182
+
183
+
184
+
185
+ # [5.3.0](https://github.com/nativescript-community/ui-material-components/compare/v5.2.31...v5.3.0) (2021-05-12)
186
+
187
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
188
+
189
+
190
+
191
+
192
+
193
+ ## [5.2.31](https://github.com/nativescript-community/ui-material-components/compare/v5.2.30...v5.2.31) (2021-05-04)
194
+
195
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
196
+
197
+
198
+
199
+
200
+
201
+ ## [5.2.30](https://github.com/nativescript-community/ui-material-components/compare/v5.2.29...v5.2.30) (2021-05-03)
202
+
203
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
204
+
205
+
206
+
207
+
208
+
209
+ ## [5.2.29](https://github.com/nativescript-community/ui-material-components/compare/v5.2.28...v5.2.29) (2021-04-28)
210
+
211
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
212
+
213
+
214
+
215
+
216
+
217
+ ## [5.2.28](https://github.com/nativescript-community/ui-material-components/compare/v5.2.27...v5.2.28) (2021-04-28)
218
+
219
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
220
+
221
+
222
+
223
+
224
+
225
+ ## [5.2.27](https://github.com/nativescript-community/ui-material-components/compare/v5.2.26...v5.2.27) (2021-04-27)
226
+
227
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
228
+
229
+
230
+
231
+
232
+
233
+ ## [5.2.26](https://github.com/nativescript-community/ui-material-components/compare/v5.2.25...v5.2.26) (2021-04-26)
234
+
235
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
236
+
237
+
238
+
239
+
240
+
241
+ ## [5.2.25](https://github.com/nativescript-community/ui-material-components/compare/v5.2.24...v5.2.25) (2021-04-22)
242
+
243
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
244
+
245
+
246
+
247
+
248
+
249
+ ## [5.2.24](https://github.com/nativescript-community/ui-material-components/compare/v5.2.23...v5.2.24) (2021-04-20)
250
+
251
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
252
+
253
+
254
+
255
+
256
+
257
+ ## [5.2.23](https://github.com/nativescript-community/ui-material-components/compare/v5.2.22...v5.2.23) (2021-04-20)
258
+
259
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
260
+
261
+
262
+
263
+
264
+
265
+ ## [5.2.22](https://github.com/nativescript-community/ui-material-components/compare/v5.2.21...v5.2.22) (2021-04-16)
266
+
267
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
268
+
269
+
270
+
271
+
272
+
273
+ ## [5.2.21](https://github.com/nativescript-community/ui-material-components/compare/v5.2.20...v5.2.21) (2021-04-16)
274
+
275
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
276
+
277
+
278
+
279
+
280
+
281
+ ## [5.2.20](https://github.com/nativescript-community/ui-material-components/compare/v5.2.19...v5.2.20) (2021-04-12)
282
+
283
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
284
+
285
+
286
+
287
+
288
+
289
+ ## [5.2.19](https://github.com/nativescript-community/ui-material-components/compare/v5.2.18...v5.2.19) (2021-04-08)
290
+
291
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
292
+
293
+
294
+
295
+
296
+
297
+ ## [5.2.18](https://github.com/nativescript-community/ui-material-components/compare/v5.2.17...v5.2.18) (2021-04-07)
298
+
299
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
300
+
301
+
302
+
303
+
304
+
305
+ ## [5.2.17](https://github.com/nativescript-community/ui-material-components/compare/v5.2.16...v5.2.17) (2021-04-06)
306
+
307
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
308
+
309
+
310
+
311
+
312
+
313
+ ## [5.2.16](https://github.com/nativescript-community/ui-material-components/compare/v5.2.15...v5.2.16) (2021-04-05)
314
+
315
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
316
+
317
+
318
+
319
+
320
+
321
+ ## [5.2.15](https://github.com/nativescript-community/ui-material-components/compare/v5.2.14...v5.2.15) (2021-04-05)
322
+
323
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
324
+
325
+
326
+
327
+
328
+
329
+ ## [5.2.14](https://github.com/nativescript-community/ui-material-components/compare/v5.2.13...v5.2.14) (2021-04-02)
330
+
331
+
332
+ ### Bug Fixes
333
+
334
+ * fix fragments for Tabs And BottomNavigation ([0c3e743](https://github.com/nativescript-community/ui-material-components/commit/0c3e74301b5c3a11ab9e74b024785d72914175c2))
335
+
336
+
337
+
338
+
339
+
340
+ ## [5.2.13](https://github.com/nativescript-community/ui-material-components/compare/v5.2.12...v5.2.13) (2021-04-01)
341
+
342
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
343
+
344
+
345
+
346
+
347
+
348
+ ## [5.2.12](https://github.com/nativescript-community/ui-material-components/compare/v5.2.11...v5.2.12) (2021-03-31)
349
+
350
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
351
+
352
+
353
+
354
+
355
+
356
+ ## [5.2.11](https://github.com/nativescript-community/ui-material-components/compare/v5.2.10...v5.2.11) (2021-03-25)
357
+
358
+
359
+ ### Bug Fixes
360
+
361
+ * **progress:** upgraded material lib to improve the progress component. Now you can change its height ([f88ff37](https://github.com/nativescript-community/ui-material-components/commit/f88ff378f0c68f1db3c2902e0f3c7a0cb40831af))
362
+
363
+
364
+
365
+
366
+
367
+ ## [5.2.10](https://github.com/nativescript-community/ui-material-components/compare/v5.2.9...v5.2.10) (2021-03-22)
368
+
369
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
370
+
371
+
372
+
373
+
374
+
375
+ ## [5.2.9](https://github.com/nativescript-community/ui-material-components/compare/v5.2.8...v5.2.9) (2021-03-18)
376
+
377
+
378
+ ### Bug Fixes
379
+
380
+ * **core:** some lollipop carsh fixes ([1222a0f](https://github.com/nativescript-community/ui-material-components/commit/1222a0f86c78f92c8cd2fd253458cfdec18c2757))
381
+
382
+
383
+
384
+
385
+
386
+ ## [5.2.8](https://github.com/nativescript-community/ui-material-components/compare/v5.2.7...v5.2.8) (2021-02-24)
387
+
388
+
389
+ ### Bug Fixes
390
+
391
+ * **core:** fix aandroid crash with ripple on < 22 ([8355a2a](https://github.com/nativescript-community/ui-material-components/commit/8355a2a1d49aaf0ea945c04f25081a5f6b195fce))
392
+
393
+
394
+
395
+
396
+
397
+ ## [5.2.7](https://github.com/nativescript-community/ui-material-components/compare/v5.2.6...v5.2.7) (2021-02-22)
398
+
399
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
400
+
401
+
402
+
403
+
404
+
405
+ ## [5.2.5](https://github.com/nativescript-community/ui-material-components/compare/v5.2.4...v5.2.5) (2021-02-04)
406
+
407
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
408
+
409
+
410
+
411
+
412
+
413
+ ## [5.2.4](https://github.com/nativescript-community/ui-material-components/compare/v5.2.3...v5.2.4) (2021-02-04)
414
+
415
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
416
+
417
+
418
+
419
+
420
+
421
+ ## [5.2.3](https://github.com/nativescript-community/ui-material-components/compare/v5.2.2...v5.2.3) (2021-01-23)
422
+
423
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
424
+
425
+
426
+
427
+
428
+
429
+ ## [5.2.2](https://github.com/nativescript-community/ui-material-components/compare/v5.2.1...v5.2.2) (2021-01-20)
430
+
431
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
432
+
433
+
434
+
435
+
436
+
437
+ ## [5.2.1](https://github.com/nativescript-community/ui-material-components/compare/v5.2.0...v5.2.1) (2021-01-19)
438
+
439
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
440
+
441
+
442
+
443
+
444
+
445
+ # [5.2.0](https://github.com/nativescript-community/ui-material-components/compare/v5.1.16...v5.2.0) (2021-01-18)
446
+
447
+
448
+ ### Features
449
+
450
+ * **bottomnavigation:** new N bottom-navigation replace component ([5e48adf](https://github.com/nativescript-community/ui-material-components/commit/5e48adf9eeb2713bd4e0ceab67d37cae60639c90))
451
+
452
+
453
+
454
+
455
+
456
+ ## [5.1.16](https://github.com/nativescript-community/ui-material-components/compare/v5.1.15...v5.1.16) (2020-12-14)
457
+
458
+
459
+ ### Bug Fixes
460
+
461
+ * **textfield:** android fix stroke colors ([74726a8](https://github.com/nativescript-community/ui-material-components/commit/74726a8d59c67335436a64bff2dcfeb2c7cd8e4f))
462
+
463
+
464
+
465
+
466
+
467
+ ## [5.1.15](https://github.com/nativescript-community/ui-material-components/compare/v5.1.14...v5.1.15) (2020-12-13)
468
+
469
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
470
+
471
+
472
+
473
+
474
+
475
+ ## [5.1.14](https://github.com/nativescript-community/ui-material-components/compare/v5.1.13...v5.1.14) (2020-12-10)
476
+
477
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
478
+
479
+
480
+
481
+
482
+
483
+ ## [5.1.12](https://github.com/nativescript-community/ui-material-components/compare/v5.1.11...v5.1.12) (2020-12-04)
484
+
485
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
486
+
487
+
488
+
489
+
490
+
491
+ ## [5.1.10](https://github.com/nativescript-community/ui-material-components/compare/v5.1.9...v5.1.10) (2020-12-03)
492
+
493
+
494
+ ### Bug Fixes
495
+
496
+ * android function not public ([b6f689c](https://github.com/nativescript-community/ui-material-components/commit/b6f689ca4a0786263b40610a10c86710674603e6))
497
+
498
+
499
+
500
+
501
+
502
+ ## [5.1.9](https://github.com/nativescript-community/ui-material-components/compare/v5.1.8...v5.1.9) (2020-12-01)
503
+
504
+
505
+ ### Bug Fixes
506
+
507
+ * android plugins should all be much faster ([1d36644](https://github.com/nativescript-community/ui-material-components/commit/1d3664401104a6482ca5bf5fa4d91aaf7cb55f8c))
508
+
509
+
510
+
511
+
512
+
513
+ ## [5.1.8](https://github.com/nativescript-community/ui-material-components/compare/v5.1.7...v5.1.8) (2020-11-27)
514
+
515
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
516
+
517
+
518
+
519
+
520
+
521
+ ## [5.1.7](https://github.com/nativescript-community/ui-material-components/compare/v5.1.6...v5.1.7) (2020-11-26)
522
+
523
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
524
+
525
+
526
+
527
+
528
+
529
+ ## [5.1.6](https://github.com/nativescript-community/ui-material-components/compare/v5.1.5...v5.1.6) (2020-11-23)
530
+
531
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
532
+
533
+
534
+
535
+
536
+
537
+ ## [5.1.5](https://github.com/nativescript-community/ui-material-components/compare/v5.1.4...v5.1.5) (2020-11-22)
538
+
539
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
540
+
541
+
542
+
543
+
544
+
545
+ ## [5.1.4](https://github.com/nativescript-community/ui-material-components/compare/v5.1.3...v5.1.4) (2020-11-13)
546
+
547
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
548
+
549
+
550
+
551
+
552
+
553
+ ## [5.1.3](https://github.com/nativescript-community/ui-material-components/compare/v5.1.2...v5.1.3) (2020-11-12)
554
+
555
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
556
+
557
+
558
+
559
+
560
+
561
+ ## [5.1.1](https://github.com/nativescript-community/ui-material-components/compare/v5.1.0...v5.1.1) (2020-11-08)
562
+
563
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
564
+
565
+
566
+
567
+
568
+
569
+ ## [5.0.30](https://github.com/nativescript-community/ui-material-components/compare/v5.0.29...v5.0.30) (2020-11-03)
570
+
571
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
572
+
573
+
574
+
575
+
576
+
577
+ ## [5.0.29](https://github.com/nativescript-community/ui-material-components/compare/v5.0.28...v5.0.29) (2020-11-03)
578
+
579
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
580
+
581
+
582
+
583
+
584
+
585
+ ## [5.0.28](https://github.com/nativescript-community/ui-material-components/compare/v5.0.27...v5.0.28) (2020-10-28)
586
+
587
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
588
+
589
+
590
+
591
+
592
+
593
+ ## [5.0.27](https://github.com/nativescript-community/ui-material-components/compare/v5.0.26...v5.0.27) (2020-10-27)
594
+
595
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
596
+
597
+
598
+
599
+
600
+
601
+ ## [5.0.26](https://github.com/nativescript-community/ui-material-components/compare/v5.0.25...v5.0.26) (2020-10-27)
602
+
603
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
604
+
605
+
606
+
607
+
608
+
609
+ ## [5.0.25](https://github.com/nativescript-community/ui-material-components/compare/v5.0.24...v5.0.25) (2020-10-20)
610
+
611
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
612
+
613
+
614
+
615
+
616
+
617
+ ## [5.0.24](https://github.com/nativescript-community/ui-material-components/compare/v5.0.23...v5.0.24) (2020-10-20)
618
+
619
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
620
+
621
+
622
+
623
+
624
+
625
+ ## [5.0.23](https://github.com/nativescript-community/ui-material-components/compare/v5.0.22...v5.0.23) (2020-10-15)
626
+
627
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
628
+
629
+
630
+
631
+
632
+
633
+ ## [5.0.22](https://github.com/nativescript-community/ui-material-components/compare/v5.0.21...v5.0.22) (2020-10-10)
634
+
635
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
636
+
637
+
638
+
639
+
640
+
641
+ ## [5.0.21](https://github.com/nativescript-community/ui-material-components/compare/v5.0.20...v5.0.21) (2020-10-10)
642
+
643
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
644
+
645
+
646
+
647
+
648
+
649
+ ## [5.0.20](https://github.com/nativescript-community/ui-material-components/compare/v5.0.19...v5.0.20) (2020-10-09)
650
+
651
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
652
+
653
+
654
+
655
+
656
+
657
+ ## [5.0.19](https://github.com/nativescript-community/ui-material-components/compare/v5.0.18...v5.0.19) (2020-10-09)
658
+
659
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
660
+
661
+
662
+
663
+
664
+
665
+ ## [5.0.18](https://github.com/nativescript-community/ui-material-components/compare/v5.0.17...v5.0.18) (2020-10-09)
666
+
667
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
668
+
669
+
670
+
671
+
672
+
673
+ ## [5.0.17](https://github.com/nativescript-community/ui-material-components/compare/v5.0.16...v5.0.17) (2020-10-09)
674
+
675
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
676
+
677
+
678
+
679
+
680
+
681
+ ## [5.0.16](https://github.com/nativescript-community/ui-material-components/compare/v5.0.15...v5.0.16) (2020-10-08)
682
+
683
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
684
+
685
+
686
+
687
+
688
+
689
+ ## [5.0.14](https://github.com/nativescript-community/ui-material-components/compare/v5.0.13...v5.0.14) (2020-10-02)
690
+
691
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
692
+
693
+
694
+
695
+
696
+
697
+ ## [5.0.13](https://github.com/nativescript-community/ui-material-components/compare/v5.0.12...v5.0.13) (2020-10-01)
698
+
699
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
700
+
701
+
702
+
703
+
704
+
705
+ ## [5.0.12](https://github.com/nativescript-community/ui-material-components/compare/v5.0.11...v5.0.12) (2020-10-01)
706
+
707
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
708
+
709
+
710
+
711
+
712
+
713
+ ## [5.0.11](https://github.com/nativescript-community/ui-material-components/compare/v5.0.10...v5.0.11) (2020-09-30)
714
+
715
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
716
+
717
+
718
+
719
+
720
+
721
+ ## [5.0.10](https://github.com/nativescript-community/ui-material-components/compare/v5.0.9...v5.0.10) (2020-09-29)
722
+
723
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
724
+
725
+
726
+
727
+
728
+
729
+ ## [5.0.9](https://github.com/nativescript-community/ui-material-components/compare/v5.0.8...v5.0.9) (2020-09-27)
730
+
731
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
732
+
733
+
734
+
735
+
736
+
737
+ ## [5.0.8](https://github.com/nativescript-community/ui-material-components/compare/v5.0.7...v5.0.8) (2020-09-24)
738
+
739
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
740
+
741
+
742
+
743
+
744
+
745
+ ## [5.0.7](https://github.com/nativescript-community/ui-material-components/compare/v5.0.6...v5.0.7) (2020-09-24)
746
+
747
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
748
+
749
+
750
+
751
+
752
+
753
+ ## [5.0.6](https://github.com/nativescript-community/ui-material-components/compare/v5.0.5...v5.0.6) (2020-09-22)
754
+
755
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
756
+
757
+
758
+
759
+
760
+
761
+ ## [5.0.5](https://github.com/nativescript-community/ui-material-components/compare/v5.0.4...v5.0.5) (2020-09-22)
762
+
763
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
764
+
765
+
766
+
767
+
768
+
769
+ ## [5.0.4](https://github.com/nativescript-community/ui-material-components/compare/v5.0.3...v5.0.4) (2020-09-21)
770
+
771
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
772
+
773
+
774
+
775
+
776
+
777
+ ## [5.0.3](https://github.com/nativescript-community/ui-material-components/compare/v5.0.2...v5.0.3) (2020-09-21)
778
+
779
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
780
+
781
+
782
+
783
+
784
+
785
+ ## [5.0.2](https://github.com/nativescript-community/ui-material-components/compare/v5.0.1...v5.0.2) (2020-09-21)
786
+
787
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
788
+
789
+
790
+
791
+
792
+
793
+ ## [5.0.1](https://github.com/nativescript-community/ui-material-components/compare/v5.0.0...v5.0.1) (2020-09-21)
794
+
795
+
796
+ ### Bug Fixes
797
+
798
+ * core not containing the hooks ([fdce402](https://github.com/nativescript-community/ui-material-components/commit/fdce402635102875838811180fd3d32e5206b80d))
799
+
800
+
801
+
802
+
803
+
804
+ # [5.0.0](https://github.com/nativescript-community/ui-material-components/compare/v4.0.12...v5.0.0) (2020-09-21)
805
+
806
+
807
+ ### Bug Fixes
808
+
809
+ * **ios:** break N tabs to allow ios lib updates! ([576fd4e](https://github.com/nativescript-community/ui-material-components/commit/576fd4e7d5f59aebcab7f157635ae2f77b81c77f))
810
+
811
+
812
+ ### Features
813
+
814
+ * **android:** updated native libs ([2840b4d](https://github.com/nativescript-community/ui-material-components/commit/2840b4d2ccda6f392ec5185d2974fbd5831cd127))
815
+ * **ios:** updated material ios lib ([2dbb44d](https://github.com/nativescript-community/ui-material-components/commit/2dbb44da966cb48631f780218d1473c9c322d220))
816
+
817
+
818
+
819
+
820
+
821
+ ## [4.0.11](https://github.com/nativescript-community/ui-material-components/compare/v4.0.10...v4.0.11) (2020-09-10)
822
+
823
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
824
+
825
+
826
+
827
+
828
+
829
+ ## [4.0.10](https://github.com/nativescript-community/ui-material-components/compare/v4.0.8...v4.0.10) (2020-09-02)
830
+
831
+ **Note:** Version bump only for package @nativescript-community/ui-material-core
832
+
833
+
834
+
835
+
836
+
837
+ ## [4.0.8](https://github.com/nativescript-community/ui-material-components/compare/v4.0.6...v4.0.8) (2020-08-15)
838
+
839
+
840
+ ### Bug Fixes
841
+
842
+ * **angular:** v10 build scripting works now ([#167](https://github.com/nativescript-community/ui-material-components/issues/167)) ([05c2cb4](https://github.com/nativescript-community/ui-material-components/commit/05c2cb4b79ab6239dc4b4ee5084fed94d53e1920))
843
+
844
+
845
+
846
+
847
+
848
+ ## [4.0.6](https://github.com/nativescript-community/ui-material-components/compare/v4.0.5...v4.0.6) (2020-08-08)
849
+
850
+ **Note:** Version bump only for package '@nativescript-community/ui-material-core
851
+
852
+
853
+
854
+
855
+
856
+ ## [4.0.5](https://github.com/nativescript-community/ui-material-components/compare/v4.0.3...v4.0.5) (2020-08-06)
857
+
858
+ **Note:** Version bump only for package '@nativescript-community/ui-material-core
859
+
860
+
861
+
862
+
863
+
864
+ ## [4.0.3](https://github.com/nativescript-community/ui-material-components/compare/v4.0.2...v4.0.3) (2020-08-03)
865
+
866
+ **Note:** Version bump only for package '@nativescript-community/ui-material-core
867
+
868
+
869
+
870
+
871
+
872
+ ## [4.0.1](https://github.com/nativescript-community/ui-material-components/compare/v4.0.0...v4.0.1) (2020-07-29)
873
+
874
+ **Note:** Version bump only for package '@nativescript-community/ui-material-core
875
+
876
+
877
+
878
+
879
+
880
+ # [4.0.0](https://github.com/nativescript-community/ui-material-components/compare/v3.2.20...v4.0.0) (2020-07-29)
881
+
882
+ **Note:** Version bump only for package '@nativescript-community/ui-material-core
883
+
884
+
885
+
886
+
887
+
888
+ ## [3.2.20](https://github.com/nativescript-community/ui-material-components/compare/v3.2.19...v3.2.20) (2020-07-28)
889
+
890
+ **Note:** Version bump only for package '@nativescript-community/ui-material-core
891
+
892
+
893
+
894
+
895
+
896
+ ## [3.2.19](https://github.com/nativescript-community/ui-material-components/compare/v3.2.18...v3.2.19) (2020-07-26)
897
+
898
+ **Note:** Version bump only for package nativescript-material-core
899
+
900
+
901
+
902
+
903
+
904
+ ## [3.2.18](https://github.com/nativescript-community/ui-material-components/compare/v3.2.17...v3.2.18) (2020-07-16)
905
+
906
+ **Note:** Version bump only for package nativescript-material-core
907
+
908
+
909
+
910
+
911
+
912
+ ## [3.2.17](https://github.com/nativescript-community/ui-material-components/compare/v3.2.16...v3.2.17) (2020-07-16)
913
+
914
+ **Note:** Version bump only for package nativescript-material-core
915
+
916
+
917
+
918
+
919
+
920
+ ## [3.2.16](https://github.com/nativescript-community/ui-material-components/compare/v3.2.15...v3.2.16) (2020-07-16)
921
+
922
+ **Note:** Version bump only for package nativescript-material-core
923
+
924
+
925
+
926
+
927
+
928
+ ## [3.2.15](https://github.com/nativescript-community/ui-material-components/compare/v3.2.14...v3.2.15) (2020-07-16)
929
+
930
+ **Note:** Version bump only for package nativescript-material-core
931
+
932
+
933
+
934
+
935
+
936
+ ## [3.2.14](https://github.com/nativescript-community/ui-material-components/compare/v3.2.13...v3.2.14) (2020-07-16)
937
+
938
+ **Note:** Version bump only for package nativescript-material-core
939
+
940
+
941
+
942
+
943
+
944
+ ## [3.2.13](https://github.com/nativescript-community/ui-material-components/compare/v3.2.12...v3.2.13) (2020-07-15)
945
+
946
+ **Note:** Version bump only for package nativescript-material-core
947
+
948
+
949
+
950
+
951
+
952
+ ## [3.2.12](https://github.com/nativescript-community/ui-material-components/compare/v3.2.11...v3.2.12) (2020-07-15)
953
+
954
+ **Note:** Version bump only for package nativescript-material-core
955
+
956
+
957
+
958
+
959
+
960
+ ## [3.2.11](https://github.com/nativescript-community/ui-material-components/compare/v3.2.10...v3.2.11) (2020-07-15)
961
+
962
+ **Note:** Version bump only for package nativescript-material-core
963
+
964
+
965
+
966
+
967
+
968
+ ## [3.2.10](https://github.com/nativescript-community/ui-material-components/compare/v3.2.9...v3.2.10) (2020-07-06)
969
+
970
+ **Note:** Version bump only for package nativescript-material-core
971
+
972
+
973
+
974
+
975
+
976
+ ## [3.2.9](https://github.com/nativescript-community/ui-material-components/compare/v3.2.8...v3.2.9) (2020-06-23)
977
+
978
+ **Note:** Version bump only for package nativescript-material-core
979
+
980
+
981
+
982
+
983
+
984
+ ## [3.2.8](https://github.com/nativescript-community/ui-material-components/compare/v3.2.7...v3.2.8) (2020-05-28)
985
+
986
+ **Note:** Version bump only for package nativescript-material-core
987
+
988
+
989
+
990
+
991
+
992
+ ## [3.2.6](https://github.com/nativescript-community/ui-material-components/compare/v3.2.5...v3.2.6) (2020-05-21)
993
+
994
+ **Note:** Version bump only for package nativescript-material-core
995
+
996
+
997
+
998
+
999
+
1000
+ ## [3.2.5](https://github.com/nativescript-community/ui-material-components/compare/v3.2.4...v3.2.5) (2020-05-21)
1001
+
1002
+
1003
+ ### Bug Fixes
1004
+
1005
+ * sideEffects for tree shacking ([9b32175](https://github.com/nativescript-community/ui-material-components/commit/9b32175121d98fa200d345f6822acfaf4ff7bce7))
1006
+
1007
+
1008
+
1009
+
1010
+
1011
+ ## [3.2.4](https://github.com/nativescript-community/ui-material-components/compare/v3.2.3...v3.2.4) (2020-05-21)
1012
+
1013
+
1014
+ ### Bug Fixes
1015
+
1016
+ * full esm support! ([7e910f3](https://github.com/nativescript-community/ui-material-components/commit/7e910f3950659ee4165bfea5cf3cf7379617bf1e))
1017
+
1018
+
1019
+
1020
+
1021
+
1022
+ ## [3.2.3](https://github.com/nativescript-community/ui-material-components/compare/v3.2.2...v3.2.3) (2020-05-12)
1023
+
1024
+ **Note:** Version bump only for package nativescript-material-core
1025
+
1026
+
1027
+
1028
+
1029
+
1030
+ ## [3.2.2](https://github.com/nativescript-community/ui-material-components/compare/v3.2.1...v3.2.2) (2020-04-20)
1031
+
1032
+ **Note:** Version bump only for package nativescript-material-core
1033
+
1034
+
1035
+
1036
+
1037
+
1038
+ ## [3.2.1](https://github.com/nativescript-community/ui-material-components/compare/v3.2.0...v3.2.1) (2020-04-14)
1039
+
1040
+ **Note:** Version bump only for package nativescript-material-core
1041
+
1042
+
1043
+
1044
+
1045
+
1046
+ ## [3.1.17](https://github.com/nativescript-community/ui-material-components/compare/v3.1.16...v3.1.17) (2020-04-09)
1047
+
1048
+ **Note:** Version bump only for package nativescript-material-core
1049
+
1050
+
1051
+
1052
+
1053
+
1054
+ ## [3.1.16](https://github.com/nativescript-community/ui-material-components/compare/v3.1.15...v3.1.16) (2020-04-07)
1055
+
1056
+ **Note:** Version bump only for package nativescript-material-core
1057
+
1058
+
1059
+
1060
+
1061
+
1062
+ ## [3.1.15](https://github.com/nativescript-community/ui-material-components/compare/v3.1.14...v3.1.15) (2020-03-24)
1063
+
1064
+ **Note:** Version bump only for package nativescript-material-core
1065
+
1066
+
1067
+
1068
+
1069
+
1070
+ ## [3.1.14](https://github.com/nativescript-community/ui-material-components/compare/v3.1.13...v3.1.14) (2020-03-19)
1071
+
1072
+ **Note:** Version bump only for package nativescript-material-core
1073
+
1074
+
1075
+
1076
+
1077
+
1078
+ ## [3.1.12](https://github.com/nativescript-community/ui-material-components/compare/v3.1.11...v3.1.12) (2020-03-13)
1079
+
1080
+ **Note:** Version bump only for package nativescript-material-core
1081
+
1082
+
1083
+
1084
+
1085
+
1086
+ ## [3.1.11](https://github.com/nativescript-community/ui-material-components/compare/v3.1.10...v3.1.11) (2020-03-04)
1087
+
1088
+ **Note:** Version bump only for package nativescript-material-core
1089
+
1090
+
1091
+
1092
+
1093
+
1094
+ ## [3.1.10](https://github.com/nativescript-community/ui-material-components/compare/v3.1.9...v3.1.10) (2020-02-28)
1095
+
1096
+ **Note:** Version bump only for package nativescript-material-core
1097
+
1098
+
1099
+
1100
+
1101
+
1102
+ ## [3.1.9](https://github.com/nativescript-community/ui-material-components/compare/v3.1.8...v3.1.9) (2020-02-24)
1103
+
1104
+ **Note:** Version bump only for package nativescript-material-core
1105
+
1106
+
1107
+
1108
+
1109
+
1110
+ ## [3.1.8](https://github.com/nativescript-community/ui-material-components/compare/v3.1.7...v3.1.8) (2020-02-20)
1111
+
1112
+ **Note:** Version bump only for package nativescript-material-core
1113
+
1114
+
1115
+
1116
+
1117
+
1118
+ ## [3.1.7](https://github.com/nativescript-community/ui-material-components/compare/v3.1.6...v3.1.7) (2020-02-18)
1119
+
1120
+ **Note:** Version bump only for package nativescript-material-core
1121
+
1122
+
1123
+
1124
+
1125
+
1126
+ ## [3.1.6](https://github.com/nativescript-community/ui-material-components/compare/v3.1.5...v3.1.6) (2020-02-17)
1127
+
1128
+
1129
+ ### Bug Fixes
1130
+
1131
+ * **android:** correctly use androidXAppCompatVersion ([fff455e](https://github.com/nativescript-community/ui-material-components/commit/fff455ea5f775cf94d7f6e30ef707f352e37fcaa))
1132
+
1133
+
1134
+
1135
+
1136
+
1137
+ ## [3.1.5](https://github.com/nativescript-community/ui-material-components/compare/v3.1.4...v3.1.5) (2020-02-05)
1138
+
1139
+ **Note:** Version bump only for package nativescript-material-core
1140
+
1141
+
1142
+
1143
+
1144
+
1145
+ ## [3.1.4](https://github.com/nativescript-community/ui-material-components/compare/v3.1.3...v3.1.4) (2020-01-29)
1146
+
1147
+
1148
+ ### Bug Fixes
1149
+
1150
+ * **android:** rollback to fix latest issues ([100fddf](https://github.com/nativescript-community/ui-material-components/commit/100fddf6f9b6875a08473a4b7103572235356a60))
1151
+
1152
+
1153
+
1154
+
1155
+
1156
+ ## [3.1.3](https://github.com/nativescript-community/ui-material-components/compare/v3.1.2...v3.1.3) (2020-01-27)
1157
+
1158
+ **Note:** Version bump only for package nativescript-material-core
1159
+
1160
+
1161
+
1162
+
1163
+
1164
+ ## [3.1.2](https://github.com/nativescript-community/ui-material-components/compare/v3.1.1...v3.1.2) (2020-01-22)
1165
+
1166
+ **Note:** Version bump only for package nativescript-material-core
1167
+
1168
+
1169
+
1170
+
1171
+
1172
+ ## [3.1.1](https://github.com/nativescript-community/ui-material-components/compare/v3.1.0...v3.1.1) (2020-01-20)
1173
+
1174
+ **Note:** Version bump only for package nativescript-material-core
1175
+
1176
+
1177
+
1178
+
1179
+
1180
+ ## [3.0.9](https://github.com/nativescript-community/ui-material-components/compare/v3.0.8...v3.0.9) (2020-01-13)
1181
+
1182
+ **Note:** Version bump only for package nativescript-material-core
1183
+
1184
+
1185
+
1186
+
1187
+
1188
+ ## [3.0.6](https://github.com/nativescript-community/ui-material-components/compare/v3.0.5...v3.0.6) (2019-12-16)
1189
+
1190
+ **Note:** Version bump only for package nativescript-material-core
1191
+
1192
+
1193
+
1194
+
1195
+
1196
+ ## [3.0.5](https://github.com/nativescript-community/ui-material-components/compare/v3.0.4...v3.0.5) (2019-12-16)
1197
+
1198
+
1199
+ ### Bug Fixes
1200
+
1201
+ * missing dependency for mixins ([1386065](https://github.com/nativescript-community/ui-material-components/commit/13860659ba8c3755dfc58b04d97692938cf85de5))
1202
+
1203
+
1204
+
1205
+
1206
+
1207
+ ## [3.0.2](https://github.com/nativescript-community/ui-material-components/compare/v3.0.1...v3.0.2) (2019-11-24)
1208
+
1209
+ **Note:** Version bump only for package nativescript-material-core
1210
+
1211
+
1212
+
1213
+
1214
+
1215
+ # [3.0.0](https://github.com/nativescript-community/ui-material-components/compare/v2.5.4...v3.0.0) (2019-11-19)
1216
+
1217
+ **Note:** Version bump only for package nativescript-material-core
1218
+
1219
+
1220
+
1221
+
1222
+
1223
+ ## [2.5.4](https://github.com/nativescript-community/ui-material-components/compare/v2.5.3...v2.5.4) (2019-10-29)
1224
+
1225
+
1226
+ ### Bug Fixes
1227
+
1228
+ * revert android lib version because incompatible with ui-chart ([d5d5d92](https://github.com/nativescript-community/ui-material-components/commit/d5d5d920add0c630710ea320d238b77e5c3556b2))
1229
+
1230
+
1231
+
1232
+
1233
+
1234
+ ## [2.5.3](https://github.com/nativescript-community/ui-material-components/compare/v2.5.2...v2.5.3) (2019-10-28)
1235
+
1236
+ **Note:** Version bump only for package nativescript-material-core
1237
+
1238
+
1239
+
1240
+
1241
+
1242
+ ## [2.5.2](https://github.com/nativescript-community/ui-material-components/compare/v2.5.1...v2.5.2) (2019-10-18)
1243
+
1244
+ **Note:** Version bump only for package nativescript-material-core
1245
+
1246
+
1247
+
1248
+
1249
+
1250
+ # [2.5.0](https://github.com/nativescript-community/ui-material-components/compare/v2.4.2...v2.5.0) (2019-10-03)
1251
+
1252
+ **Note:** Version bump only for package nativescript-material-core
1253
+
1254
+
1255
+
1256
+
1257
+
1258
+ ## [2.4.2](https://github.com/nativescript-community/ui-material-components/compare/v2.4.1...v2.4.2) (2019-09-30)
1259
+
1260
+ **Note:** Version bump only for package nativescript-material-core
1261
+
1262
+
1263
+
1264
+
1265
+
1266
+ ## [2.4.1](https://github.com/nativescript-community/ui-material-components/compare/v2.4.0...v2.4.1) (2019-09-26)
1267
+
1268
+ **Note:** Version bump only for package nativescript-material-core
1269
+
1270
+
1271
+
1272
+
1273
+
1274
+ # [2.4.0](https://github.com/nativescript-community/ui-material-components/compare/v2.3.24...v2.4.0) (2019-09-26)
1275
+
1276
+ **Note:** Version bump only for package nativescript-material-core
1277
+
1278
+
1279
+
1280
+
1281
+
1282
+ ## [2.3.24](https://github.com/nativescript-community/ui-material-components/compare/v2.3.23...v2.3.24) (2019-09-19)
1283
+
1284
+ **Note:** Version bump only for package nativescript-material-core
1285
+
1286
+
1287
+
1288
+
1289
+
1290
+ ## [2.3.23](https://github.com/nativescript-community/ui-material-components/compare/v2.3.22...v2.3.23) (2019-08-28)
1291
+
1292
+ **Note:** Version bump only for package nativescript-material-core
1293
+
1294
+
1295
+
1296
+
1297
+
1298
+ ## [2.3.22](https://github.com/nativescript-community/ui-material-components/compare/v2.3.21...v2.3.22) (2019-08-28)
1299
+
1300
+ **Note:** Version bump only for package nativescript-material-core
1301
+
1302
+
1303
+
1304
+
1305
+
1306
+ ## [2.3.21](https://github.com/nativescript-community/ui-material-components/compare/v2.3.20...v2.3.21) (2019-08-27)
1307
+
1308
+ **Note:** Version bump only for package nativescript-material-core
1309
+
1310
+
1311
+
1312
+
1313
+
1314
+ ## [2.3.20](https://github.com/nativescript-community/ui-material-components/compare/v2.3.19...v2.3.20) (2019-08-23)
1315
+
1316
+ **Note:** Version bump only for package nativescript-material-core
1317
+
1318
+
1319
+
1320
+
1321
+
1322
+ ## [2.3.19](https://github.com/nativescript-community/ui-material-components/compare/v2.3.18...v2.3.19) (2019-08-22)
1323
+
1324
+ **Note:** Version bump only for package nativescript-material-core
1325
+
1326
+
1327
+
1328
+
1329
+
1330
+ ## [2.3.18](https://github.com/nativescript-community/ui-material-components/compare/v2.3.17...v2.3.18) (2019-08-21)
1331
+
1332
+ **Note:** Version bump only for package nativescript-material-core
1333
+
1334
+
1335
+
1336
+
1337
+
1338
+ ## [2.3.17](https://github.com/nativescript-community/ui-material-components/compare/v2.3.16...v2.3.17) (2019-08-16)
1339
+
1340
+ **Note:** Version bump only for package nativescript-material-core
1341
+
1342
+
1343
+
1344
+
1345
+
1346
+ ## [2.3.16](https://github.com/nativescript-community/ui-material-components/compare/v2.3.15...v2.3.16) (2019-08-02)
1347
+
1348
+ **Note:** Version bump only for package nativescript-material-core
1349
+
1350
+
1351
+
1352
+
1353
+
1354
+ ## [2.3.15](https://github.com/nativescript-community/ui-material-components/compare/v2.3.14...v2.3.15) (2019-08-02)
1355
+
1356
+ **Note:** Version bump only for package nativescript-material-core
1357
+
1358
+
1359
+
1360
+
1361
+
1362
+ ## [2.3.14](https://github.com/nativescript-community/ui-material-components/compare/v2.3.13...v2.3.14) (2019-07-30)
1363
+
1364
+ **Note:** Version bump only for package nativescript-material-core
1365
+
1366
+
1367
+
1368
+
1369
+
1370
+ ## [2.3.13](https://github.com/nativescript-community/ui-material-components/compare/v2.3.12...v2.3.13) (2019-07-30)
1371
+
1372
+ **Note:** Version bump only for package nativescript-material-core
1373
+
1374
+
1375
+
1376
+
1377
+
1378
+ ## [2.3.12](https://github.com/nativescript-community/ui-material-components/compare/v2.3.11...v2.3.12) (2019-07-30)
1379
+
1380
+ **Note:** Version bump only for package nativescript-material-core
1381
+
1382
+
1383
+
1384
+
1385
+
1386
+ ## [2.3.11](https://github.com/nativescript-community/ui-material-components/compare/v2.3.10...v2.3.11) (2019-07-29)
1387
+
1388
+ **Note:** Version bump only for package nativescript-material-core
1389
+
1390
+
1391
+
1392
+
1393
+
1394
+ ## [2.3.10](https://github.com/nativescript-community/ui-material-components/compare/v2.3.9...v2.3.10) (2019-07-29)
1395
+
1396
+ **Note:** Version bump only for package nativescript-material-core
1397
+
1398
+
1399
+
1400
+
1401
+
1402
+ ## [2.3.9](https://github.com/nativescript-community/ui-material-components/compare/v2.3.8...v2.3.9) (2019-07-26)
1403
+
1404
+ **Note:** Version bump only for package nativescript-material-core
1405
+
1406
+
1407
+
1408
+
1409
+
1410
+ ## [2.3.8](https://github.com/nativescript-community/ui-material-components/compare/v2.3.7...v2.3.8) (2019-07-23)
1411
+
1412
+ **Note:** Version bump only for package nativescript-material-core
1413
+
1414
+
1415
+
1416
+
1417
+
1418
+ ## [2.3.6](https://github.com/nativescript-community/ui-material-components/compare/v2.3.5...v2.3.6) (2019-07-19)
1419
+
1420
+ **Note:** Version bump only for package nativescript-material-core
1421
+
1422
+
1423
+
1424
+
1425
+
1426
+ ## [2.3.4](https://github.com/nativescript-community/ui-material-components/compare/v2.3.3...v2.3.4) (2019-07-16)
1427
+
1428
+ **Note:** Version bump only for package nativescript-material-core
1429
+
1430
+
1431
+
1432
+
1433
+
1434
+ ## [2.3.3](https://github.com/nativescript-community/ui-material-components/compare/v2.3.2...v2.3.3) (2019-07-16)
1435
+
1436
+ **Note:** Version bump only for package nativescript-material-core
1437
+
1438
+
1439
+
1440
+
1441
+
1442
+ ## [2.3.2](https://github.com/nativescript-community/ui-material-components/compare/v2.3.1...v2.3.2) (2019-07-15)
1443
+
1444
+ **Note:** Version bump only for package nativescript-material-core
1445
+
1446
+
1447
+
1448
+
1449
+
1450
+ ## [2.3.1](https://github.com/nativescript-community/ui-material-components/compare/v2.3.0...v2.3.1) (2019-07-12)
1451
+
1452
+ **Note:** Version bump only for package nativescript-material-core
1453
+
1454
+
1455
+
1456
+
1457
+
1458
+ # [2.3.0](https://github.com/nativescript-community/ui-material-components/compare/v2.2.17...v2.3.0) (2019-07-12)
1459
+
1460
+
1461
+ ### Features
1462
+
1463
+ * migrate to androidx ([1dc9322](https://github.com/nativescript-community/ui-material-components/commit/1dc9322))
1464
+
1465
+
1466
+
1467
+
1468
+
1469
+ ## [2.2.17](https://github.com/nativescript-community/ui-material-components/compare/v2.2.16...v2.2.17) (2019-06-11)
1470
+
1471
+ **Note:** Version bump only for package nativescript-material-core
1472
+
1473
+
1474
+
1475
+
1476
+
1477
+ ## [2.2.16](https://github.com/nativescript-community/ui-material-components/compare/v2.2.15...v2.2.16) (2019-06-11)
1478
+
1479
+ **Note:** Version bump only for package nativescript-material-core
1480
+
1481
+
1482
+
1483
+
1484
+
1485
+ ## [2.2.15](https://github.com/nativescript-community/ui-material-components/compare/v2.2.14...v2.2.15) (2019-05-20)
1486
+
1487
+ **Note:** Version bump only for package nativescript-material-core
1488
+
1489
+
1490
+
1491
+
1492
+
1493
+ ## [2.2.14](https://github.com/nativescript-community/ui-material-components/compare/v2.2.13...v2.2.14) (2019-05-17)
1494
+
1495
+ **Note:** Version bump only for package nativescript-material-core
1496
+
1497
+
1498
+
1499
+
1500
+
1501
+ ## [2.2.13](https://github.com/nativescript-community/ui-material-components/compare/v2.2.12...v2.2.13) (2019-05-16)
1502
+
1503
+ **Note:** Version bump only for package nativescript-material-core
1504
+
1505
+
1506
+
1507
+
1508
+
1509
+ ## [2.2.12](https://github.com/nativescript-community/ui-material-components/compare/v2.2.11...v2.2.12) (2019-05-16)
1510
+
1511
+ **Note:** Version bump only for package nativescript-material-core
1512
+
1513
+
1514
+
1515
+
1516
+
1517
+ ## [2.2.11](https://github.com/nativescript-community/ui-material-components/compare/v2.2.10...v2.2.11) (2019-05-15)
1518
+
1519
+ **Note:** Version bump only for package nativescript-material-core
1520
+
1521
+
1522
+
1523
+
1524
+
1525
+ ## [2.2.10](https://github.com/nativescript-community/ui-material-components/compare/v2.2.9...v2.2.10) (2019-05-14)
1526
+
1527
+ **Note:** Version bump only for package nativescript-material-core
1528
+
1529
+
1530
+
1531
+
1532
+
1533
+ ## [2.2.9](https://github.com/nativescript-community/ui-material-components/compare/v2.2.8...v2.2.9) (2019-05-08)
1534
+
1535
+ **Note:** Version bump only for package nativescript-material-core
1536
+
1537
+
1538
+
1539
+
1540
+
1541
+ ## [2.2.8](https://github.com/nativescript-community/ui-material-components/compare/v2.2.7...v2.2.8) (2019-05-07)
1542
+
1543
+ **Note:** Version bump only for package nativescript-material-core
1544
+
1545
+
1546
+
1547
+
1548
+
1549
+ ## [2.2.7](https://github.com/nativescript-community/ui-material-components/compare/v2.2.6...v2.2.7) (2019-05-07)
1550
+
1551
+ **Note:** Version bump only for package nativescript-material-core
1552
+
1553
+
1554
+
1555
+
1556
+
1557
+ ## [2.2.6](https://github.com/nativescript-community/ui-material-components/compare/v2.2.5...v2.2.6) (2019-05-07)
1558
+
1559
+ **Note:** Version bump only for package nativescript-material-core