@nativescript-community/ui-material-tabs 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 (36) hide show
  1. package/CHANGELOG.md +1037 -0
  2. package/LICENSE +201 -0
  3. package/README.md +320 -0
  4. package/angular/bundles/nativescript-community-ui-material-tabs-angular.umd.js +71 -0
  5. package/angular/bundles/nativescript-community-ui-material-tabs-angular.umd.js.map +1 -0
  6. package/angular/bundles/nativescript-community-ui-material-tabs-angular.umd.min.js +2 -0
  7. package/angular/bundles/nativescript-community-ui-material-tabs-angular.umd.min.js.map +1 -0
  8. package/angular/esm2015/index.js +30 -0
  9. package/angular/esm2015/nativescript-community-ui-material-tabs-angular.js +2 -0
  10. package/angular/fesm2015/nativescript-community-ui-material-tabs-angular.js +33 -0
  11. package/angular/fesm2015/nativescript-community-ui-material-tabs-angular.js.map +1 -0
  12. package/angular/index.d.ts +10 -0
  13. package/angular/nativescript-community-ui-material-tabs-angular.d.ts +2 -0
  14. package/angular/package.json +16 -0
  15. package/package.json +51 -0
  16. package/platforms/ios/Podfile +2 -0
  17. package/pnpm-lock.yaml +90 -0
  18. package/react/index.d.ts +38 -0
  19. package/react/index.js +78 -0
  20. package/react/index.js.map +1 -0
  21. package/tabs-common.d.ts +18 -0
  22. package/tabs-common.js +35 -0
  23. package/tabs-common.js.map +1 -0
  24. package/tabs.android.d.ts +63 -0
  25. package/tabs.android.js +779 -0
  26. package/tabs.android.js.map +1 -0
  27. package/tabs.d.ts +89 -0
  28. package/tabs.ios.d.ts +103 -0
  29. package/tabs.ios.js +967 -0
  30. package/tabs.ios.js.map +1 -0
  31. package/vue/component.d.ts +12 -0
  32. package/vue/component.js +22 -0
  33. package/vue/component.js.map +1 -0
  34. package/vue/index.d.ts +4 -0
  35. package/vue/index.js +20 -0
  36. package/vue/index.js.map +1 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,1037 @@
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/tree/master/packages/tabs/compare/v5.3.21...v6.0.0) (2021-09-18)
7
+
8
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
9
+
10
+
11
+
12
+
13
+
14
+ ## [5.3.21](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.3.20...v5.3.21) (2021-08-29)
15
+
16
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
17
+
18
+
19
+
20
+
21
+
22
+ ## [5.3.20](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.3.19...v5.3.20) (2021-08-29)
23
+
24
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
25
+
26
+
27
+
28
+
29
+
30
+ ## [5.3.19](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.3.18...v5.3.19) (2021-08-19)
31
+
32
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
33
+
34
+
35
+
36
+
37
+
38
+ ## [5.3.18](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.3.17...v5.3.18) (2021-08-16)
39
+
40
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
41
+
42
+
43
+
44
+
45
+
46
+ ## [5.3.17](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/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/tree/master/packages/tabs/commit/696e88f657dbb5415aa4a306991a00ef5b83db18))
52
+
53
+
54
+
55
+
56
+
57
+ ## [5.3.16](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.3.15...v5.3.16) (2021-08-09)
58
+
59
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
60
+
61
+
62
+
63
+
64
+
65
+ ## [5.3.15](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.3.14...v5.3.15) (2021-08-06)
66
+
67
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
68
+
69
+
70
+
71
+
72
+
73
+ ## [5.3.14](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.3.13...v5.3.14) (2021-08-02)
74
+
75
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
76
+
77
+
78
+
79
+
80
+
81
+ ## [5.3.13](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.3.12...v5.3.13) (2021-08-02)
82
+
83
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
84
+
85
+
86
+
87
+
88
+
89
+ ## [5.3.12](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.3.11...v5.3.12) (2021-07-30)
90
+
91
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
92
+
93
+
94
+
95
+
96
+
97
+ ## [5.3.11](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.3.10...v5.3.11) (2021-07-16)
98
+
99
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
100
+
101
+
102
+
103
+
104
+
105
+ ## [5.3.10](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.3.9...v5.3.10) (2021-07-09)
106
+
107
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
108
+
109
+
110
+
111
+
112
+
113
+ ## [5.3.9](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.3.8...v5.3.9) (2021-07-06)
114
+
115
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
116
+
117
+
118
+
119
+
120
+
121
+ ## [5.3.8](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.3.7...v5.3.8) (2021-07-01)
122
+
123
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
124
+
125
+
126
+
127
+
128
+
129
+ ## [5.3.7](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.3.6...v5.3.7) (2021-06-29)
130
+
131
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
132
+
133
+
134
+
135
+
136
+
137
+ ## [5.3.6](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.3.5...v5.3.6) (2021-06-28)
138
+
139
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
140
+
141
+
142
+
143
+
144
+
145
+ ## [5.3.5](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.3.4...v5.3.5) (2021-06-11)
146
+
147
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
148
+
149
+
150
+
151
+
152
+
153
+ ## [5.3.4](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.3.3...v5.3.4) (2021-06-09)
154
+
155
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
156
+
157
+
158
+
159
+
160
+
161
+ ## [5.3.3](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.3.2...v5.3.3) (2021-06-01)
162
+
163
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
164
+
165
+
166
+
167
+
168
+
169
+ ## [5.3.2](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.3.1...v5.3.2) (2021-05-27)
170
+
171
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
172
+
173
+
174
+
175
+
176
+
177
+ ## [5.3.1](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.3.0...v5.3.1) (2021-05-27)
178
+
179
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
180
+
181
+
182
+
183
+
184
+
185
+ # [5.3.0](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.2.31...v5.3.0) (2021-05-12)
186
+
187
+
188
+ ### Features
189
+
190
+ * **react:** Tabs, TabStrip, TabStripItem, BottomNavigation, and TabContentItem for NativeScript 8 ([8b2674f](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/commit/8b2674fa7b7e9b90b2a08b64f48f9c54f828a661))
191
+
192
+
193
+
194
+
195
+
196
+ ## [5.2.31](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.2.30...v5.2.31) (2021-05-04)
197
+
198
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
199
+
200
+
201
+
202
+
203
+
204
+ ## [5.2.30](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.2.29...v5.2.30) (2021-05-03)
205
+
206
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
207
+
208
+
209
+
210
+
211
+
212
+ ## [5.2.29](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.2.28...v5.2.29) (2021-04-28)
213
+
214
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
215
+
216
+
217
+
218
+
219
+
220
+ ## [5.2.28](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.2.27...v5.2.28) (2021-04-28)
221
+
222
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
223
+
224
+
225
+
226
+
227
+
228
+ ## [5.2.27](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.2.26...v5.2.27) (2021-04-27)
229
+
230
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
231
+
232
+
233
+
234
+
235
+
236
+ ## [5.2.26](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.2.25...v5.2.26) (2021-04-26)
237
+
238
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
239
+
240
+
241
+
242
+
243
+
244
+ ## [5.2.25](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.2.24...v5.2.25) (2021-04-22)
245
+
246
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
247
+
248
+
249
+
250
+
251
+
252
+ ## [5.2.24](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.2.23...v5.2.24) (2021-04-20)
253
+
254
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
255
+
256
+
257
+
258
+
259
+
260
+ ## [5.2.23](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.2.22...v5.2.23) (2021-04-20)
261
+
262
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
263
+
264
+
265
+
266
+
267
+
268
+ ## [5.2.22](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.2.21...v5.2.22) (2021-04-16)
269
+
270
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
271
+
272
+
273
+
274
+
275
+
276
+ ## [5.2.21](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.2.20...v5.2.21) (2021-04-16)
277
+
278
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
279
+
280
+
281
+
282
+
283
+
284
+ ## [5.2.20](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.2.19...v5.2.20) (2021-04-12)
285
+
286
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
287
+
288
+
289
+
290
+
291
+
292
+ ## [5.2.19](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.2.18...v5.2.19) (2021-04-08)
293
+
294
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
295
+
296
+
297
+
298
+
299
+
300
+ ## [5.2.18](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.2.17...v5.2.18) (2021-04-07)
301
+
302
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
303
+
304
+
305
+
306
+
307
+
308
+ ## [5.2.17](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.2.16...v5.2.17) (2021-04-06)
309
+
310
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
311
+
312
+
313
+
314
+
315
+
316
+ ## [5.2.16](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.2.15...v5.2.16) (2021-04-05)
317
+
318
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
319
+
320
+
321
+
322
+
323
+
324
+ ## [5.2.15](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.2.14...v5.2.15) (2021-04-05)
325
+
326
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
327
+
328
+
329
+
330
+
331
+
332
+ ## [5.2.14](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.2.13...v5.2.14) (2021-04-02)
333
+
334
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
335
+
336
+
337
+
338
+
339
+
340
+ ## [5.2.13](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.2.12...v5.2.13) (2021-04-01)
341
+
342
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
343
+
344
+
345
+
346
+
347
+
348
+ ## [5.2.12](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.2.11...v5.2.12) (2021-03-31)
349
+
350
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
351
+
352
+
353
+
354
+
355
+
356
+ ## [5.2.11](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.2.10...v5.2.11) (2021-03-25)
357
+
358
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
359
+
360
+
361
+
362
+
363
+
364
+ ## [5.2.10](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.2.9...v5.2.10) (2021-03-22)
365
+
366
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
367
+
368
+
369
+
370
+
371
+
372
+ ## [5.2.9](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.2.8...v5.2.9) (2021-03-18)
373
+
374
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
375
+
376
+
377
+
378
+
379
+
380
+ ## [5.2.8](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.2.7...v5.2.8) (2021-02-24)
381
+
382
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
383
+
384
+
385
+
386
+
387
+
388
+ ## [5.2.7](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.2.6...v5.2.7) (2021-02-22)
389
+
390
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
391
+
392
+
393
+
394
+
395
+
396
+ ## [5.2.5](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.2.4...v5.2.5) (2021-02-04)
397
+
398
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
399
+
400
+
401
+
402
+
403
+
404
+ ## [5.2.4](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.2.3...v5.2.4) (2021-02-04)
405
+
406
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
407
+
408
+
409
+
410
+
411
+
412
+ ## [5.2.3](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.2.2...v5.2.3) (2021-01-23)
413
+
414
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
415
+
416
+
417
+
418
+
419
+
420
+ ## [5.2.2](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.2.1...v5.2.2) (2021-01-20)
421
+
422
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
423
+
424
+
425
+
426
+
427
+
428
+ ## [5.2.1](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.2.0...v5.2.1) (2021-01-19)
429
+
430
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
431
+
432
+
433
+
434
+
435
+
436
+ # [5.2.0](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.1.16...v5.2.0) (2021-01-18)
437
+
438
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
439
+
440
+
441
+
442
+
443
+
444
+ ## [5.1.16](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.1.15...v5.1.16) (2020-12-14)
445
+
446
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
447
+
448
+
449
+
450
+
451
+
452
+ ## [5.1.15](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.1.14...v5.1.15) (2020-12-13)
453
+
454
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
455
+
456
+
457
+
458
+
459
+
460
+ ## [5.1.14](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.1.13...v5.1.14) (2020-12-10)
461
+
462
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
463
+
464
+
465
+
466
+
467
+
468
+ ## [5.1.12](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.1.11...v5.1.12) (2020-12-04)
469
+
470
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
471
+
472
+
473
+
474
+
475
+
476
+ ## [5.1.11](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.1.10...v5.1.11) (2020-12-04)
477
+
478
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
479
+
480
+
481
+
482
+
483
+
484
+ ## [5.1.10](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.1.9...v5.1.10) (2020-12-03)
485
+
486
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
487
+
488
+
489
+
490
+
491
+
492
+ ## [5.1.9](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.1.8...v5.1.9) (2020-12-01)
493
+
494
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
495
+
496
+
497
+
498
+
499
+
500
+ ## [5.1.8](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.1.7...v5.1.8) (2020-11-27)
501
+
502
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
503
+
504
+
505
+
506
+
507
+
508
+ ## [5.1.7](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.1.6...v5.1.7) (2020-11-26)
509
+
510
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
511
+
512
+
513
+
514
+
515
+
516
+ ## [5.1.6](https://github.com/nativescript-community/ui-material-components/tree/master/packages/tabs/compare/v5.1.5...v5.1.6) (2020-11-23)
517
+
518
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
519
+
520
+
521
+
522
+
523
+
524
+ ## [5.1.5](https://github.com/nativescript-community/ui-material-components/compare/v5.1.4...v5.1.5) (2020-11-22)
525
+
526
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
527
+
528
+
529
+
530
+
531
+
532
+ ## [5.1.4](https://github.com/nativescript-community/ui-material-components/compare/v5.1.3...v5.1.4) (2020-11-13)
533
+
534
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
535
+
536
+
537
+
538
+
539
+
540
+ ## [5.1.3](https://github.com/nativescript-community/ui-material-components/compare/v5.1.2...v5.1.3) (2020-11-12)
541
+
542
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
543
+
544
+
545
+
546
+
547
+
548
+ ## [5.1.1](https://github.com/nativescript-community/ui-material-components/compare/v5.1.0...v5.1.1) (2020-11-08)
549
+
550
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
551
+
552
+
553
+
554
+
555
+
556
+ ## [5.0.30](https://github.com/nativescript-community/ui-material-components/compare/v5.0.29...v5.0.30) (2020-11-03)
557
+
558
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
559
+
560
+
561
+
562
+
563
+
564
+ ## [5.0.29](https://github.com/nativescript-community/ui-material-components/compare/v5.0.28...v5.0.29) (2020-11-03)
565
+
566
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
567
+
568
+
569
+
570
+
571
+
572
+ ## [5.0.28](https://github.com/nativescript-community/ui-material-components/compare/v5.0.27...v5.0.28) (2020-10-28)
573
+
574
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
575
+
576
+
577
+
578
+
579
+
580
+ ## [5.0.27](https://github.com/nativescript-community/ui-material-components/compare/v5.0.26...v5.0.27) (2020-10-27)
581
+
582
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
583
+
584
+
585
+
586
+
587
+
588
+ ## [5.0.26](https://github.com/nativescript-community/ui-material-components/compare/v5.0.25...v5.0.26) (2020-10-27)
589
+
590
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
591
+
592
+
593
+
594
+
595
+
596
+ ## [5.0.25](https://github.com/nativescript-community/ui-material-components/compare/v5.0.24...v5.0.25) (2020-10-20)
597
+
598
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
599
+
600
+
601
+
602
+
603
+
604
+ ## [5.0.24](https://github.com/nativescript-community/ui-material-components/compare/v5.0.23...v5.0.24) (2020-10-20)
605
+
606
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
607
+
608
+
609
+
610
+
611
+
612
+ ## [5.0.23](https://github.com/nativescript-community/ui-material-components/compare/v5.0.22...v5.0.23) (2020-10-15)
613
+
614
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
615
+
616
+
617
+
618
+
619
+
620
+ ## [5.0.22](https://github.com/nativescript-community/ui-material-components/compare/v5.0.21...v5.0.22) (2020-10-10)
621
+
622
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
623
+
624
+
625
+
626
+
627
+
628
+ ## [5.0.21](https://github.com/nativescript-community/ui-material-components/compare/v5.0.20...v5.0.21) (2020-10-10)
629
+
630
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
631
+
632
+
633
+
634
+
635
+
636
+ ## [5.0.20](https://github.com/nativescript-community/ui-material-components/compare/v5.0.19...v5.0.20) (2020-10-09)
637
+
638
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
639
+
640
+
641
+
642
+
643
+
644
+ ## [5.0.19](https://github.com/nativescript-community/ui-material-components/compare/v5.0.18...v5.0.19) (2020-10-09)
645
+
646
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
647
+
648
+
649
+
650
+
651
+
652
+ ## [5.0.18](https://github.com/nativescript-community/ui-material-components/compare/v5.0.17...v5.0.18) (2020-10-09)
653
+
654
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
655
+
656
+
657
+
658
+
659
+
660
+ ## [5.0.17](https://github.com/nativescript-community/ui-material-components/compare/v5.0.16...v5.0.17) (2020-10-09)
661
+
662
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
663
+
664
+
665
+
666
+
667
+
668
+ ## [5.0.16](https://github.com/nativescript-community/ui-material-components/compare/v5.0.15...v5.0.16) (2020-10-08)
669
+
670
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
671
+
672
+
673
+
674
+
675
+
676
+ ## [5.0.14](https://github.com/nativescript-community/ui-material-components/compare/v5.0.13...v5.0.14) (2020-10-02)
677
+
678
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
679
+
680
+
681
+
682
+
683
+
684
+ ## [5.0.13](https://github.com/nativescript-community/ui-material-components/compare/v5.0.12...v5.0.13) (2020-10-01)
685
+
686
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
687
+
688
+
689
+
690
+
691
+
692
+ ## [5.0.12](https://github.com/nativescript-community/ui-material-components/compare/v5.0.11...v5.0.12) (2020-10-01)
693
+
694
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
695
+
696
+
697
+
698
+
699
+
700
+ ## [5.0.11](https://github.com/nativescript-community/ui-material-components/compare/v5.0.10...v5.0.11) (2020-09-30)
701
+
702
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
703
+
704
+
705
+
706
+
707
+
708
+ ## [5.0.10](https://github.com/nativescript-community/ui-material-components/compare/v5.0.9...v5.0.10) (2020-09-29)
709
+
710
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
711
+
712
+
713
+
714
+
715
+
716
+ ## [5.0.9](https://github.com/nativescript-community/ui-material-components/compare/v5.0.8...v5.0.9) (2020-09-27)
717
+
718
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
719
+
720
+
721
+
722
+
723
+
724
+ ## [5.0.8](https://github.com/nativescript-community/ui-material-components/compare/v5.0.7...v5.0.8) (2020-09-24)
725
+
726
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
727
+
728
+
729
+
730
+
731
+
732
+ ## [5.0.7](https://github.com/nativescript-community/ui-material-components/compare/v5.0.6...v5.0.7) (2020-09-24)
733
+
734
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
735
+
736
+
737
+
738
+
739
+
740
+ ## [5.0.6](https://github.com/nativescript-community/ui-material-components/compare/v5.0.5...v5.0.6) (2020-09-22)
741
+
742
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
743
+
744
+
745
+
746
+
747
+
748
+ ## [5.0.5](https://github.com/nativescript-community/ui-material-components/compare/v5.0.4...v5.0.5) (2020-09-22)
749
+
750
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
751
+
752
+
753
+
754
+
755
+
756
+ ## [5.0.4](https://github.com/nativescript-community/ui-material-components/compare/v5.0.3...v5.0.4) (2020-09-21)
757
+
758
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
759
+
760
+
761
+
762
+
763
+
764
+ ## [5.0.3](https://github.com/nativescript-community/ui-material-components/compare/v5.0.2...v5.0.3) (2020-09-21)
765
+
766
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
767
+
768
+
769
+
770
+
771
+
772
+ ## [5.0.2](https://github.com/nativescript-community/ui-material-components/compare/v5.0.1...v5.0.2) (2020-09-21)
773
+
774
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
775
+
776
+
777
+
778
+
779
+
780
+ ## [5.0.1](https://github.com/nativescript-community/ui-material-components/compare/v5.0.0...v5.0.1) (2020-09-21)
781
+
782
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
783
+
784
+
785
+
786
+
787
+
788
+ # [5.0.0](https://github.com/nativescript-community/ui-material-components/compare/v4.0.12...v5.0.0) (2020-09-21)
789
+
790
+
791
+ ### Features
792
+
793
+ * **ios:** updated material ios lib ([2dbb44d](https://github.com/nativescript-community/ui-material-components/commit/2dbb44da966cb48631f780218d1473c9c322d220))
794
+
795
+
796
+
797
+
798
+
799
+ ## [4.0.11](https://github.com/nativescript-community/ui-material-components/compare/v4.0.10...v4.0.11) (2020-09-10)
800
+
801
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
802
+
803
+
804
+
805
+
806
+
807
+ ## [4.0.10](https://github.com/nativescript-community/ui-material-components/compare/v4.0.8...v4.0.10) (2020-09-02)
808
+
809
+ **Note:** Version bump only for package @nativescript-community/ui-material-tabs
810
+
811
+
812
+
813
+
814
+
815
+ ## [4.0.8](https://github.com/nativescript-community/ui-material-components/compare/v4.0.6...v4.0.8) (2020-08-15)
816
+
817
+
818
+ ### Bug Fixes
819
+
820
+ * **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))
821
+
822
+
823
+
824
+
825
+
826
+ ## [4.0.6](https://github.com/nativescript-community/ui-material-components/compare/v4.0.5...v4.0.6) (2020-08-08)
827
+
828
+ **Note:** Version bump only for package '@nativescript-community/ui-material-tabs
829
+
830
+
831
+
832
+
833
+
834
+ ## [4.0.5](https://github.com/nativescript-community/ui-material-components/compare/v4.0.3...v4.0.5) (2020-08-06)
835
+
836
+ **Note:** Version bump only for package '@nativescript-community/ui-material-tabs
837
+
838
+
839
+
840
+
841
+
842
+ ## [4.0.3](https://github.com/nativescript-community/ui-material-components/compare/v4.0.2...v4.0.3) (2020-08-03)
843
+
844
+ **Note:** Version bump only for package '@nativescript-community/ui-material-tabs
845
+
846
+
847
+
848
+
849
+
850
+ ## [4.0.2](https://github.com/nativescript-community/ui-material-components/compare/v4.0.1...v4.0.2) (2020-08-03)
851
+
852
+ **Note:** Version bump only for package '@nativescript-community/ui-material-tabs
853
+
854
+
855
+
856
+
857
+
858
+ ## [4.0.1](https://github.com/nativescript-community/ui-material-components/compare/v4.0.0...v4.0.1) (2020-07-29)
859
+
860
+ **Note:** Version bump only for package '@nativescript-community/ui-material-tabs
861
+
862
+
863
+
864
+
865
+
866
+ # [4.0.0](https://github.com/nativescript-community/ui-material-components/compare/v3.2.20...v4.0.0) (2020-07-29)
867
+
868
+ **Note:** Version bump only for package '@nativescript-community/ui-material-tabs
869
+
870
+
871
+
872
+
873
+
874
+ ## [3.2.20](https://github.com/nativescript-community/ui-material-components/compare/v3.2.19...v3.2.20) (2020-07-28)
875
+
876
+ **Note:** Version bump only for package '@nativescript-community/ui-material-tabs
877
+
878
+
879
+
880
+
881
+
882
+ ## [3.2.19](https://github.com/nativescript-community/ui-material-components/compare/v3.2.18...v3.2.19) (2020-07-26)
883
+
884
+ **Note:** Version bump only for package nativescript-material-tabs
885
+
886
+
887
+
888
+
889
+
890
+ ## [3.2.18](https://github.com/nativescript-community/ui-material-components/compare/v3.2.17...v3.2.18) (2020-07-16)
891
+
892
+ **Note:** Version bump only for package nativescript-material-tabs
893
+
894
+
895
+
896
+
897
+
898
+ ## [3.2.17](https://github.com/nativescript-community/ui-material-components/compare/v3.2.16...v3.2.17) (2020-07-16)
899
+
900
+ **Note:** Version bump only for package nativescript-material-tabs
901
+
902
+
903
+
904
+
905
+
906
+ ## [3.2.16](https://github.com/nativescript-community/ui-material-components/compare/v3.2.15...v3.2.16) (2020-07-16)
907
+
908
+ **Note:** Version bump only for package nativescript-material-tabs
909
+
910
+
911
+
912
+
913
+
914
+ ## [3.2.15](https://github.com/nativescript-community/ui-material-components/compare/v3.2.14...v3.2.15) (2020-07-16)
915
+
916
+ **Note:** Version bump only for package nativescript-material-tabs
917
+
918
+
919
+
920
+
921
+
922
+ ## [3.2.14](https://github.com/nativescript-community/ui-material-components/compare/v3.2.13...v3.2.14) (2020-07-16)
923
+
924
+ **Note:** Version bump only for package nativescript-material-tabs
925
+
926
+
927
+
928
+
929
+
930
+ ## [3.2.13](https://github.com/nativescript-community/ui-material-components/compare/v3.2.12...v3.2.13) (2020-07-15)
931
+
932
+ **Note:** Version bump only for package nativescript-material-tabs
933
+
934
+
935
+
936
+
937
+
938
+ ## [3.2.12](https://github.com/nativescript-community/ui-material-components/compare/v3.2.11...v3.2.12) (2020-07-15)
939
+
940
+ **Note:** Version bump only for package nativescript-material-tabs
941
+
942
+
943
+
944
+
945
+
946
+ ## [3.2.11](https://github.com/nativescript-community/ui-material-components/compare/v3.2.10...v3.2.11) (2020-07-15)
947
+
948
+ **Note:** Version bump only for package nativescript-material-tabs
949
+
950
+
951
+
952
+
953
+
954
+ ## [3.2.10](https://github.com/nativescript-community/ui-material-components/compare/v3.2.9...v3.2.10) (2020-07-06)
955
+
956
+ **Note:** Version bump only for package nativescript-material-tabs
957
+
958
+
959
+
960
+
961
+
962
+ ## [3.2.9](https://github.com/nativescript-community/ui-material-components/compare/v3.2.8...v3.2.9) (2020-06-23)
963
+
964
+ **Note:** Version bump only for package nativescript-material-tabs
965
+
966
+
967
+
968
+
969
+
970
+ ## [3.2.8](https://github.com/nativescript-community/ui-material-components/compare/v3.2.7...v3.2.8) (2020-05-28)
971
+
972
+ **Note:** Version bump only for package nativescript-material-tabs
973
+
974
+
975
+
976
+
977
+
978
+ ## [3.2.6](https://github.com/nativescript-community/ui-material-components/compare/v3.2.5...v3.2.6) (2020-05-21)
979
+
980
+ **Note:** Version bump only for package nativescript-material-tabs
981
+
982
+
983
+
984
+
985
+
986
+ ## [3.2.5](https://github.com/nativescript-community/ui-material-components/compare/v3.2.4...v3.2.5) (2020-05-21)
987
+
988
+
989
+ ### Bug Fixes
990
+
991
+ * sideEffects for tree shacking ([9b32175](https://github.com/nativescript-community/ui-material-components/commit/9b32175121d98fa200d345f6822acfaf4ff7bce7))
992
+
993
+
994
+
995
+
996
+
997
+ ## [3.2.4](https://github.com/nativescript-community/ui-material-components/compare/v3.2.3...v3.2.4) (2020-05-21)
998
+
999
+
1000
+ ### Bug Fixes
1001
+
1002
+ * full esm support! ([7e910f3](https://github.com/nativescript-community/ui-material-components/commit/7e910f3950659ee4165bfea5cf3cf7379617bf1e))
1003
+
1004
+
1005
+
1006
+
1007
+
1008
+ ## [3.2.3](https://github.com/nativescript-community/ui-material-components/compare/v3.2.2...v3.2.3) (2020-05-12)
1009
+
1010
+ **Note:** Version bump only for package nativescript-material-tabs
1011
+
1012
+
1013
+
1014
+
1015
+
1016
+ ## [3.2.2](https://github.com/nativescript-community/ui-material-components/compare/v3.2.1...v3.2.2) (2020-04-20)
1017
+
1018
+ **Note:** Version bump only for package nativescript-material-tabs
1019
+
1020
+
1021
+
1022
+
1023
+
1024
+ ## [3.2.1](https://github.com/nativescript-community/ui-material-components/compare/v3.2.0...v3.2.1) (2020-04-14)
1025
+
1026
+ **Note:** Version bump only for package nativescript-material-tabs
1027
+
1028
+
1029
+
1030
+
1031
+
1032
+ # [3.2.0](https://github.com/nativescript-community/ui-material-components/compare/v3.1.18...v3.2.0) (2020-04-14)
1033
+
1034
+
1035
+ ### Features
1036
+
1037
+ * new tabs component to replace N one ([2ca1a71](https://github.com/nativescript-community/ui-material-components/commit/2ca1a7170b65a5203b9f5d8f83097f03fe850b8d))