@imaginario27/air-ui-ds 1.13.4 → 1.13.6

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 (30) hide show
  1. package/CHANGELOG.md +977 -950
  2. package/components/accordions/AccordionItem.vue +19 -7
  3. package/components/alerts/Alert.vue +2 -1
  4. package/components/badges/Badge.vue +1 -0
  5. package/components/buttons/ActionIconButton.vue +2 -1
  6. package/components/buttons/CopyButton.vue +2 -1
  7. package/components/buttons/options/OptionButton.vue +2 -0
  8. package/components/buttons/options/OptionButtonGroup.vue +5 -1
  9. package/components/buttons/toggle/ToggleButton.vue +3 -0
  10. package/components/buttons/toggle/ToggleButtonGroup.vue +5 -1
  11. package/components/buttons/toggle/ToggleIconButton.vue +3 -0
  12. package/components/cards/specific/SelectableCard.vue +17 -8
  13. package/components/collapsibles/Collapsible.vue +18 -6
  14. package/components/dropdowns/DropdownMenuItem.vue +5 -0
  15. package/components/dropdowns/DropdownSelect.vue +14 -3
  16. package/components/forms/Checkbox.vue +5 -1
  17. package/components/forms/fields/OptionButtonsGroupField.vue +1 -1
  18. package/components/forms/fields/SearchField.vue +2 -1
  19. package/components/forms/fields/SwitchField.vue +13 -9
  20. package/components/images/QRCode.vue +3 -0
  21. package/components/loaders/Loading.vue +4 -2
  22. package/components/modals/ModalDialog.vue +46 -2
  23. package/components/progress/ProgressBar.vue +10 -0
  24. package/components/rating/Rating.vue +37 -6
  25. package/components/spinners/Spinner.vue +3 -1
  26. package/components/tabs/Tab.vue +10 -1
  27. package/components/tabs/TabBar.vue +48 -7
  28. package/components/tabs/TabContent.vue +1 -1
  29. package/models/types/buttons.ts +2 -0
  30. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,950 +1,977 @@
1
- # Changelog
2
-
3
- All notable changes to this package are documented in this file.
4
-
5
- Historical releases were reconstructed from git history (GitHub repository) and npm publish dates.
6
- Future releases will include detailed entries generated with Changesets.
7
-
8
- ## 1.13.3 - 2026-05-21
9
-
10
- Release type: patch.
11
- Commits found in range: 1.
12
-
13
- ### Added
14
-
15
- 1. merge InteractiveRating into Rating and add disabled option to DropdownSelect ([15a4b1c](https://github.com/imaginario27/air-ui/commit/15a4b1c8bdec9f54d5e733c0ab834aba40a1c50b))
16
-
17
- - Package: @imaginario27/air-ui-ds.
18
-
19
- ## 1.13.2 - 2026-05-20
20
-
21
- Release type: patch.
22
- Commits found in range: 0.
23
-
24
- ### Changed
25
-
26
- 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
27
-
28
- - Package: @imaginario27/air-ui-ds.
29
-
30
- ## 1.13.1 - 2026-05-19
31
-
32
- Release type: patch.
33
- Commits found in range: 1.
34
-
35
- ### Added
36
-
37
- 1. make mobile breakpoint behavior configurable ([8cd4eb6](https://github.com/imaginario27/air-ui/commit/8cd4eb6047046ba64f96177f284e0ee2db910cc3))
38
-
39
- - Package: @imaginario27/air-ui-ds.
40
-
41
- ## 1.13.0 - 2026-04-22
42
-
43
- Release type: minor.
44
- Commits found in range: 1.
45
-
46
- ### Added
47
-
48
- 1. update MetricCard with new props ([4841cb3](https://github.com/imaginario27/air-ui/commit/4841cb3e6c0a8385825ff91f505b9e5ca732ca44))
49
-
50
- - Package: @imaginario27/air-ui-ds.
51
-
52
- ## 1.12.2 - 2026-04-22
53
-
54
- Release type: patch.
55
- Commits found in range: 1.
56
-
57
- ### Fixed
58
-
59
- 1. fix focus ring in form fields and icon span rendering when icon is not set ([4b0d548](https://github.com/imaginario27/air-ui/commit/4b0d5484271d25db6902eb1888a532291830fa4d))
60
-
61
- - Package: @imaginario27/air-ui-ds.
62
-
63
- ## 1.12.1 - 2026-04-16
64
-
65
- Release type: patch.
66
- Commits found in range: 1.
67
-
68
- ### Fixed
69
-
70
- 1. fix NavSidebar menu items gap ([4a9cee9](https://github.com/imaginario27/air-ui/commit/4a9cee9bdede4bb3bbb1f8fc9c528bf932f62976))
71
-
72
- - Package: @imaginario27/air-ui-ds.
73
-
74
- ## 1.12.0 - 2026-04-16
75
-
76
- Release type: minor.
77
- Commits found in range: 1.
78
-
79
- ### Added
80
-
81
- 1. add ContextMenu and Kbd components ([9d4acce](https://github.com/imaginario27/air-ui/commit/9d4acce4d33fefec3eeab657bebfe5a5e4ff41ea))
82
-
83
- - Package: @imaginario27/air-ui-ds.
84
-
85
- ## 1.11.0 - 2026-04-15
86
-
87
- Release type: minor.
88
- Commits found in range: 1.
89
-
90
- ### Added
91
-
92
- 1. add nested dropdown menus, sidebar menu items and section titles ([2c49dbf](https://github.com/imaginario27/air-ui/commit/2c49dbf1fae116b377dea988f80a3fdf28ef4c4f))
93
-
94
- - Package: @imaginario27/air-ui-ds.
95
-
96
- ## 1.10.2 - 2026-04-14
97
-
98
- Release type: patch.
99
- Commits found in range: 3.
100
-
101
- ### Fixed
102
-
103
- 1. fix typecheck errors in selects ([eee12f8](https://github.com/imaginario27/air-ui/commit/eee12f87045fcb12556f3f38e80f87e5078a0d5c))
104
- 2. remove duplicated imports ([a277959](https://github.com/imaginario27/air-ui/commit/a2779590034a360e1685193455e978391870a69f))
105
- 3. fix duplicated imports ([5a324a3](https://github.com/imaginario27/air-ui/commit/5a324a3ea43ae5fdf794e345b54c57207860efbd))
106
-
107
- - Package: @imaginario27/air-ui-ds.
108
-
109
- ## 1.10.1 - 2026-04-09
110
-
111
- Release type: patch.
112
- Commits found in range: 1.
113
-
114
- ### Fixed
115
-
116
- 1. fix TypeScript errors in TabBar.vue ([273925b](https://github.com/imaginario27/air-ui/commit/273925bdca00ac9ad58c1c43de5668ed78a85da1))
117
-
118
- - Package: @imaginario27/air-ui-ds.
119
-
120
- ## 1.10.0 - 2026-04-09
121
-
122
- Release type: minor.
123
- Commits found in range: 1.
124
-
125
- ### Added
126
-
127
- 1. add prefetchOn and disabled states to navigation components ([04f9124](https://github.com/imaginario27/air-ui/commit/04f91246519958fdf3619427f39504269a49a911))
128
-
129
- - Package: @imaginario27/air-ui-ds.
130
-
131
- ## 1.9.4 - 2026-04-06
132
-
133
- Release type: patch.
134
- Commits found in range: 1.
135
-
136
- ### Fixed
137
-
138
- 1. fix CardTitle text color ([6a8807b](https://github.com/imaginario27/air-ui/commit/6a8807b9c4a3b22aa3f2b78eada1d8421ae9ed85))
139
-
140
- - Package: @imaginario27/air-ui-ds.
141
-
142
- ## 1.9.3 - 2026-04-06
143
-
144
- Release type: patch.
145
- Commits found in range: 1.
146
-
147
- ### Fixed
148
-
149
- 1. fix SelectField empty div with multiple option and badge stack ([041fd2d](https://github.com/imaginario27/air-ui/commit/041fd2df2eab1a17c83b51cc736d0d7ce591faf6))
150
-
151
- - Package: @imaginario27/air-ui-ds.
152
-
153
- ## 1.9.2 - 2026-03-31
154
-
155
- Release type: patch.
156
- Commits found in range: 1.
157
-
158
- ### Fixed
159
-
160
- 1. fix typecheck issues ([763c932](https://github.com/imaginario27/air-ui/commit/763c932692a380b5b172d1258dcbb38083a27fde))
161
-
162
- - Package: @imaginario27/air-ui-ds.
163
-
164
- ## 1.9.1 - 2026-03-31
165
-
166
- Release type: patch.
167
- Commits found in range: 1.
168
-
169
- ### Added
170
-
171
- 1. add titleClass prop to ContentPageHeader component ([17c3276](https://github.com/imaginario27/air-ui/commit/17c32762b19ac5333e87efad54fcb022a4624c0f))
172
-
173
- - Package: @imaginario27/air-ui-ds.
174
-
175
- ## 1.9.0 - 2026-03-28
176
-
177
- Release type: minor.
178
- Commits found in range: 1.
179
-
180
- ### Added
181
-
182
- 1. add new Dropzone and update FileUploadField component ([0be8a1f](https://github.com/imaginario27/air-ui/commit/0be8a1fcf96373f9fbf6e048113cf83b638bb0d4))
183
-
184
- - Package: @imaginario27/air-ui-ds.
185
-
186
- ## 1.8.0 - 2026-03-28
187
-
188
- Release type: minor.
189
- Commits found in range: 1.
190
-
191
- ### Added
192
-
193
- 1. add Slider and SliderField components ([5454fba](https://github.com/imaginario27/air-ui/commit/5454fba3558ddb98172fed4805def34d0bf1aeed))
194
-
195
- - Package: @imaginario27/air-ui-ds.
196
-
197
- ## 1.7.2 - 2026-03-25
198
-
199
- Release type: patch.
200
- Commits found in range: 1.
201
-
202
- ### Fixed
203
-
204
- 1. fix disable state for link types in ActionButton and ActionIconButton ([cd538d7](https://github.com/imaginario27/air-ui/commit/cd538d7722d6c68da6180cc48799b5ae168e1886))
205
-
206
- - Package: @imaginario27/air-ui-ds.
207
-
208
- ## 1.7.1 - 2026-03-25
209
-
210
- Release type: patch.
211
- Commits found in range: 1.
212
-
213
- ### Fixed
214
-
215
- 1. remove inexisting description prop and replace it with separatorIcon prop ([4d5ad0a](https://github.com/imaginario27/air-ui/commit/4d5ad0a0a538e685ccfb40697c54a8c368732d0b))
216
-
217
- - Package: @imaginario27/air-ui-ds.
218
-
219
- ## 1.7.0 - 2026-03-25
220
-
221
- Release type: minor.
222
- Commits found in range: 1.
223
-
224
- ### Added
225
-
226
- 1. add ConfirmationDetailsCard and noWrap support ([a136530](https://github.com/imaginario27/air-ui/commit/a136530bd990cdfbe0afc0dbce7098d19a3d0b8e))
227
-
228
- - Package: @imaginario27/air-ui-ds.
229
-
230
- ## 1.6.0 - 2026-03-24
231
-
232
- Release type: minor.
233
- Commits found in range: 1.
234
-
235
- ### Added
236
-
237
- 1. add SlotField form component ([d1e71a9](https://github.com/imaginario27/air-ui/commit/d1e71a903c25a39eedf86c4547496ad238a9da84))
238
-
239
- - Package: @imaginario27/air-ui-ds.
240
-
241
- ## 1.5.0 - 2026-03-23
242
-
243
- Release type: minor.
244
- Commits found in range: 1.
245
-
246
- ### Added
247
-
248
- 1. add new standalone checkbox component and fixes style issues ([560de2b](https://github.com/imaginario27/air-ui/commit/560de2b7f700565c087790c1eb3c581c0b782ba9))
249
-
250
- - Package: @imaginario27/air-ui-ds.
251
-
252
- ## 1.4.7 - 2026-03-21
253
-
254
- Release type: patch.
255
- Commits found in range: 1.
256
-
257
- ### Fixed
258
-
259
- 1. fix design token grammar error ([b9b9178](https://github.com/imaginario27/air-ui/commit/b9b9178e4992569c1ea2a10550e9a69ac78f9fa1))
260
-
261
- - Package: @imaginario27/air-ui-ds.
262
-
263
- ## 1.4.4 - 2026-03-21
264
-
265
- Release type: patch.
266
- Commits found in range: 1.
267
-
268
- ### Added
269
-
270
- 1. update package versions ([c5a01a1](https://github.com/imaginario27/air-ui/commit/c5a01a186b047bceca41d6cf50d1f9da4e1aa15e))
271
-
272
- - Package: @imaginario27/air-ui-ds.
273
-
274
- ## 1.4.3 - 2026-03-20
275
-
276
- Release type: patch.
277
- Commits found in range: 1.
278
-
279
- ### Fixed
280
-
281
- 1. fix whitespace wraps in docs table and fix items custom classes in nav sidebar ([96c3040](https://github.com/imaginario27/air-ui/commit/96c30402ae8464e8ad66d9a74e2f3f98db183e45))
282
-
283
- - Package: @imaginario27/air-ui-ds.
284
-
285
- ## 1.4.2 - 2026-03-20
286
-
287
- Release type: patch.
288
- Commits found in range: 1.
289
-
290
- ### Fixed
291
-
292
- 1. fix tags field cursor issue and updates docs ([131e48c](https://github.com/imaginario27/air-ui/commit/131e48ce977c67042996b1de036de10a43aceddd))
293
-
294
- - Package: @imaginario27/air-ui-ds.
295
-
296
- ## 1.4.1 - 2026-03-19
297
-
298
- Release type: patch.
299
- Commits found in range: 1.
300
-
301
- ### Added
302
-
303
- 1. add new TagsField and RulesField components + component fixes ([c8c125e](https://github.com/imaginario27/air-ui/commit/c8c125eb110eedc16f29706778578514bc28eb4f))
304
-
305
- - Package: @imaginario27/air-ui-ds.
306
-
307
- ## 1.4.0 - 2026-03-18
308
-
309
- Release type: minor.
310
- Commits found in range: 1.
311
-
312
- ### Added
313
-
314
- 1. add submenus to compact header and collapsed sidebar ([15af22f](https://github.com/imaginario27/air-ui/commit/15af22fb36573e517d27781b23e0e619c52cbc89))
315
-
316
- - Package: @imaginario27/air-ui-ds.
317
-
318
- ## 1.3.0 - 2026-03-17
319
-
320
- Release type: minor.
321
- Commits found in range: 1.
322
-
323
- ### Fixed
324
-
325
- 1. fix placeholder color in inputs ([f42f3d7](https://github.com/imaginario27/air-ui/commit/f42f3d7d35095c03b156fbc0ae347dd70cd77bca))
326
-
327
- - Package: @imaginario27/air-ui-ds.
328
-
329
- ## 1.2.11 - 2026-03-08
330
-
331
- Release type: patch.
332
- Commits found in range: 0.
333
-
334
- ### Changed
335
-
336
- 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
337
-
338
- - Package: @imaginario27/air-ui-ds.
339
-
340
- ## 1.2.10 - 2026-03-07
341
-
342
- Release type: patch.
343
- Commits found in range: 4.
344
-
345
- ### Added
346
-
347
- 1. add close on esc key in Dropdown menus ([b99930e](https://github.com/imaginario27/air-ui/commit/b99930ee272d8d4a59d7921cf7281e4626255e27))
348
- 2. Improves feedback modal and add new props to TexteareaField ([a6d8267](https://github.com/imaginario27/air-ui/commit/a6d8267cf9bc1ce87618c8980a89313ff09156d8))
349
- 3. Add basic feedback system, updates docs pages and add listeners + new section component ([c78ddd3](https://github.com/imaginario27/air-ui/commit/c78ddd34ccedde4191faaecc40c7c13dadb82dad))
350
-
351
- ### Fixed
352
-
353
- 1. fix close on escape click in modal dialog ([5085248](https://github.com/imaginario27/air-ui/commit/50852488c4a9a6ed22558aa8f8a715e76b8332f1))
354
-
355
- - Package: @imaginario27/air-ui-ds.
356
-
357
- ## 1.2.9 - 2026-03-03
358
-
359
- Release type: patch.
360
- Commits found in range: 1.
361
-
362
- ### Added
363
-
364
- 1. fix docs search modal and add missing docs info ([6463e28](https://github.com/imaginario27/air-ui/commit/6463e28b96433c47b3f5d7002005bf71c2b2d333))
365
-
366
- - Package: @imaginario27/air-ui-ds.
367
-
368
- ## 1.2.8 - 2026-03-03
369
-
370
- Release type: patch.
371
- Commits found in range: 1.
372
-
373
- ### Added
374
-
375
- 1. add copy button to prose pre and fix drawer teleport issue ([030ad03](https://github.com/imaginario27/air-ui/commit/030ad03d2df515e861260f2960674d4507d001fd))
376
-
377
- - Package: @imaginario27/air-ui-ds.
378
-
379
- ## 1.2.7 - 2026-03-01
380
-
381
- Release type: patch.
382
- Commits found in range: 1.
383
-
384
- ### Added
385
-
386
- 1. updage drawer component ([67f31e9](https://github.com/imaginario27/air-ui/commit/67f31e95f50979b01679103868571a9304a18f50))
387
-
388
- - Package: @imaginario27/air-ui-ds.
389
-
390
- ## 1.2.6 - 2026-02-28
391
-
392
- Release type: patch.
393
- Commits found in range: 1.
394
-
395
- ### Added
396
-
397
- 1. add Drawer component ([0f1dac4](https://github.com/imaginario27/air-ui/commit/0f1dac4e25eaed45c4bb24e10b62b3d190f24524))
398
-
399
- - Package: @imaginario27/air-ui-ds.
400
-
401
- ## 1.2.5 - 2026-02-28
402
-
403
- Release type: patch.
404
- Commits found in range: 1.
405
-
406
- ### Added
407
-
408
- 1. bump package version ([227e98b](https://github.com/imaginario27/air-ui/commit/227e98b6b8fc6fe487e3b50e0dc6e6665395cafb))
409
-
410
- - Package: @imaginario27/air-ui-ds.
411
-
412
- ## 1.2.4 - 2026-02-28
413
-
414
- Release type: patch.
415
- Commits found in range: 5.
416
-
417
- ### Added
418
-
419
- 1. add customRoute to Breadcrumbs and scope prop to TableHeaderCell ([08faa89](https://github.com/imaginario27/air-ui/commit/08faa897195307e3cd21f03ebabc031af3e629fe))
420
- 2. improve search modal, badge and action button ([1635bec](https://github.com/imaginario27/air-ui/commit/1635becd7ee132929b085dc7f6bc197efb69b041))
421
-
422
- ### Fixed
423
-
424
- 1. updates components code, fixes file upload file and updates docs pages ([1823325](https://github.com/imaginario27/air-ui/commit/1823325462331827d2b5aef8a36e512609c19629))
425
- 2. adjust text top padding ([568da6a](https://github.com/imaginario27/air-ui/commit/568da6a72ab4ded0178d581ddd0719bf6eb32682))
426
- 3. removes aspect-square class from ActionButton ([147f2d4](https://github.com/imaginario27/air-ui/commit/147f2d4b95d497ddd0bf95e57bfbde698ec15366))
427
-
428
- - Package: @imaginario27/air-ui-ds.
429
-
430
- ## 1.2.3 - 2026-02-26
431
-
432
- Release type: patch.
433
- Commits found in range: 1.
434
-
435
- ### Fixed
436
-
437
- 1. renames modal dialog cardClasses prop to cardClass ([0f6dde3](https://github.com/imaginario27/air-ui/commit/0f6dde3399e63f6cdde9f2f0e958bf743ba55385))
438
-
439
- - Package: @imaginario27/air-ui-ds.
440
-
441
- ## 1.2.2 - 2026-02-23
442
-
443
- Release type: patch.
444
- Commits found in range: 1.
445
-
446
- ### Added
447
-
448
- 1. add basic search modal dialog + add custom wrapper classes to modal dialog component ([23067a1](https://github.com/imaginario27/air-ui/commit/23067a10a84f353593cb9430a8d94c673a494c1d))
449
-
450
- - Package: @imaginario27/air-ui-ds.
451
-
452
- ## 1.2.1 - 2026-02-22
453
-
454
- Release type: patch.
455
- Commits found in range: 1.
456
-
457
- ### Changed
458
-
459
- 1. update dependencies and improve toggles ([a119bf4](https://github.com/imaginario27/air-ui/commit/a119bf4396147b8e24652682ada438744416c0b1))
460
-
461
- - Package: @imaginario27/air-ui-ds.
462
-
463
- ## 1.2.0 - 2026-02-18
464
-
465
- Release type: minor.
466
- Commits found in range: 1.
467
-
468
- ### Fixed
469
-
470
- 1. fix app header style issues and new props to Form/Data field groups ([f43acaf](https://github.com/imaginario27/air-ui/commit/f43acaf6c16850f25ee0c7adfa1ab05e55bfbd1e))
471
-
472
- - Package: @imaginario27/air-ui-ds.
473
-
474
- ## 1.1.19 - 2026-02-13
475
-
476
- Release type: patch.
477
- Commits found in range: 1.
478
-
479
- ### Added
480
-
481
- 1. Improve documentation, toggle buttons field, composables and more ([0ddcb0c](https://github.com/imaginario27/air-ui/commit/0ddcb0cc09c8ad8b7a31922c82d8f12d1dea8343))
482
-
483
- - Package: @imaginario27/air-ui-ds.
484
-
485
- ## 1.1.18 - 2026-02-12
486
-
487
- Release type: patch.
488
- Commits found in range: 1.
489
-
490
- ### Added
491
-
492
- 1. Improves docs styling and updates the background of ToCSidebar ([ba5c7bd](https://github.com/imaginario27/air-ui/commit/ba5c7bd02c82884b8da8eecb01d0c27a3e875a3b))
493
-
494
- - Package: @imaginario27/air-ui-ds.
495
-
496
- ## 1.1.17 - 2026-02-10
497
-
498
- Release type: patch.
499
- Commits found in range: 1.
500
-
501
- ### Added
502
-
503
- 1. add PinField and ScrollArea component + add fit to content prop to SwitchField ([7891200](https://github.com/imaginario27/air-ui/commit/789120048f32c4bd594031d9067a068eae6723c7))
504
-
505
- - Package: @imaginario27/air-ui-ds.
506
-
507
- ## 1.1.16 - 2026-02-09
508
-
509
- Release type: patch.
510
- Commits found in range: 1.
511
-
512
- ### Added
513
-
514
- 1. Improves breadcrumbs, fixes tab styling issues and adds new functionalities to tabs an tables. ([6f35018](https://github.com/imaginario27/air-ui/commit/6f35018388a750e726ce95570c77d6b9c05deb8f))
515
-
516
- - Package: @imaginario27/air-ui-ds.
517
-
518
- ## 1.1.15 - 2026-02-09
519
-
520
- Release type: patch.
521
- Commits found in range: 1.
522
-
523
- ### Added
524
-
525
- 1. add SelectableCard and SelectableCardField components and docs pages + Improves TOC components and collapsible ([085df49](https://github.com/imaginario27/air-ui/commit/085df49cd271372508d2cc1430abcf79ce64efdc))
526
-
527
- - Package: @imaginario27/air-ui-ds.
528
-
529
- ## 1.1.14 - 2026-02-08
530
-
531
- Release type: patch.
532
- Commits found in range: 1.
533
-
534
- ### Added
535
-
536
- 1. add transitions to dropdowns and modals ([9c837a5](https://github.com/imaginario27/air-ui/commit/9c837a567265118b6607e9633632ed8e7a216fad))
537
-
538
- - Package: @imaginario27/air-ui-ds.
539
-
540
- ## 1.1.13 - 2026-02-06
541
-
542
- Release type: patch.
543
- Commits found in range: 1.
544
-
545
- ### Added
546
-
547
- 1. adds missing utils docs pages and fixes general issues ([3f31a47](https://github.com/imaginario27/air-ui/commit/3f31a477d1bb1c04b2065b940093cfa59c6089ae))
548
-
549
- - Package: @imaginario27/air-ui-ds.
550
-
551
- ## 1.1.12 - 2026-02-05
552
-
553
- Release type: patch.
554
- Commits found in range: 1.
555
-
556
- ### Fixed
557
-
558
- 1. removes export depedencies and jsPDF + bumps package versions ([9139e12](https://github.com/imaginario27/air-ui/commit/9139e1221a00638c4cdb8021006c7276d2ccaed5))
559
-
560
- - Package: @imaginario27/air-ui-ds.
561
-
562
- ## 1.1.11 - 2026-02-02
563
-
564
- Release type: patch.
565
- Commits found in range: 0.
566
-
567
- ### Changed
568
-
569
- 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
570
-
571
- - Package: @imaginario27/air-ui-ds.
572
-
573
- ## 1.1.10 - 2026-02-02
574
-
575
- Release type: patch.
576
- Commits found in range: 1.
577
-
578
- ### Added
579
-
580
- 1. Add utils docs pages + Updates components props ([6f65f04](https://github.com/imaginario27/air-ui/commit/6f65f044b0ccc85dcc00f3ba6735232ce957a02b))
581
-
582
- - Package: @imaginario27/air-ui-ds.
583
-
584
- ## 1.1.9 - 2026-01-31
585
-
586
- Release type: patch.
587
- Commits found in range: 0.
588
-
589
- ### Changed
590
-
591
- 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
592
-
593
- - Package: @imaginario27/air-ui-ds.
594
-
595
- ## 1.1.8 - 2026-01-28
596
-
597
- Release type: patch.
598
- Commits found in range: 0.
599
-
600
- ### Changed
601
-
602
- 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
603
-
604
- - Package: @imaginario27/air-ui-ds.
605
-
606
- ## 1.1.7 - 2026-01-25
607
-
608
- Release type: patch.
609
- Commits found in range: 2.
610
-
611
- ### Added
612
-
613
- 1. add missing component thumbnails and fix styles ([35eea46](https://github.com/imaginario27/air-ui/commit/35eea46f366995f8dace66a03b0e36ad3eeca119))
614
- 2. Adds teleport to dropdowns + Updates dropdown activator references + Updates unit tests ([ea96bcf](https://github.com/imaginario27/air-ui/commit/ea96bcff1eaf5ec5c45695349b0acd25eda5b952))
615
-
616
- - Package: @imaginario27/air-ui-ds.
617
-
618
- ## 1.1.6 - 2026-01-21
619
-
620
- Release type: patch.
621
- Commits found in range: 0.
622
-
623
- ### Changed
624
-
625
- 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
626
-
627
- - Package: @imaginario27/air-ui-ds.
628
-
629
- ## 1.1.5 - 2026-01-20
630
-
631
- Release type: patch.
632
- Commits found in range: 1.
633
-
634
- ### Fixed
635
-
636
- 1. Fixes color and sizes issues + Add teleport version to DropdownMenu ([3419e6e](https://github.com/imaginario27/air-ui/commit/3419e6e1845e0e065dc1fcd0ebff3e0a7cbcc0eb))
637
-
638
- - Package: @imaginario27/air-ui-ds.
639
-
640
- ## 1.1.4 - 2026-01-20
641
-
642
- Release type: patch.
643
- Commits found in range: 1.
644
-
645
- ### Fixed
646
-
647
- 1. Adds text-inherit to Icon component ([e15bcb6](https://github.com/imaginario27/air-ui/commit/e15bcb61c39fdc42fe8538428f212bbeba5d0650))
648
-
649
- - Package: @imaginario27/air-ui-ds.
650
-
651
- ## 1.1.2 - 2026-01-19
652
-
653
- Release type: patch.
654
- Commits found in range: 1.
655
-
656
- ### Fixed
657
-
658
- 1. Fixes icons colors and bump version ([fa03dfd](https://github.com/imaginario27/air-ui/commit/fa03dfd197e9a63c8658230ab52a3c732ee7dd9a))
659
-
660
- - Package: @imaginario27/air-ui-ds.
661
-
662
- ## 1.1.1 - 2026-01-19
663
-
664
- Release type: patch.
665
- Commits found in range: 1.
666
-
667
- ### Fixed
668
-
669
- 1. Fixes packages bump version ([7fe0732](https://github.com/imaginario27/air-ui/commit/7fe0732ec573c05b08c687f802c7c4e5c3a78c24))
670
-
671
- - Package: @imaginario27/air-ui-ds.
672
-
673
- ## 1.1.0 - 2026-01-19
674
-
675
- Release type: minor.
676
- Commits found in range: 2.
677
-
678
- ### Added
679
-
680
- 1. Replaces the Nuxt MDI icon module with Nuxt Icon module ([b3343f1](https://github.com/imaginario27/air-ui/commit/b3343f152ee8726f4312059428bec15097b64ce8))
681
- 2. add iconify module and introduce unified icon components ([6afb8a5](https://github.com/imaginario27/air-ui/commit/6afb8a587e7fad52d7a96a9f2b4d1a8cff80bba3))
682
-
683
- - Package: @imaginario27/air-ui-ds.
684
-
685
- ## 1.0.23 - 2026-01-06
686
-
687
- Release type: patch.
688
- Commits found in range: 1.
689
-
690
- ### Added
691
-
692
- 1. Add ProgressBar component and bump package version ([e2ff708](https://github.com/imaginario27/air-ui/commit/e2ff7085a50cca4e869c93fdbe8ada0cda0afe91))
693
-
694
- - Package: @imaginario27/air-ui-ds.
695
-
696
- ## 1.0.22 - 2026-01-05
697
-
698
- Release type: patch.
699
- Commits found in range: 1.
700
-
701
- ### Added
702
-
703
- 1. Improves the NavSidebar and completes the component dock page ([55c74b6](https://github.com/imaginario27/air-ui/commit/55c74b63ffda9d4b3c7ba4c8d064ac3808d55bce))
704
-
705
- - Package: @imaginario27/air-ui-ds.
706
-
707
- ## 1.0.21 - 2026-01-03
708
-
709
- Release type: patch.
710
- Commits found in range: 1.
711
-
712
- ### Added
713
-
714
- 1. Add setPageTitle to ErrorDisplay component and updates AirUI package ([406cdbb](https://github.com/imaginario27/air-ui/commit/406cdbb15efb34c9160876b15b541a5bfdac55ef))
715
-
716
- - Package: @imaginario27/air-ui-ds.
717
-
718
- ## 1.0.20 - 2025-12-31
719
-
720
- Release type: patch.
721
- Commits found in range: 1.
722
-
723
- ### Added
724
-
725
- 1. Rename error component to ErrorDisplay and add error mappings ([8ad4276](https://github.com/imaginario27/air-ui/commit/8ad4276ccc2090adbcfacab748bcfa8d695abbfa))
726
-
727
- - Package: @imaginario27/air-ui-ds.
728
-
729
- ## 1.0.19 - 2025-12-31
730
-
731
- Release type: patch.
732
- Commits found in range: 1.
733
-
734
- ### Added
735
-
736
- 1. Add Error component and adjust heading breakpoints ([2a56847](https://github.com/imaginario27/air-ui/commit/2a568475daf8581a426232cde65d99a1809419ea))
737
-
738
- - Package: @imaginario27/air-ui-ds.
739
-
740
- ## 1.0.18 - 2025-12-30
741
-
742
- Release type: patch.
743
- Commits found in range: 1.
744
-
745
- ### Added
746
-
747
- 1. add footer component, new docs pages, and unit tests; remove unused components ([717eb0d](https://github.com/imaginario27/air-ui/commit/717eb0d2f9076512288920b5f84832dee392d955))
748
-
749
- - Package: @imaginario27/air-ui-ds.
750
-
751
- ## 1.0.17 - 2025-12-29
752
-
753
- Release type: patch.
754
- Commits found in range: 0.
755
-
756
- ### Changed
757
-
758
- 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
759
-
760
- - Package: @imaginario27/air-ui-ds.
761
-
762
- ## 1.0.16 - 2025-12-29
763
-
764
- Release type: patch.
765
- Commits found in range: 2.
766
-
767
- ### Added
768
-
769
- 1. Improves the copy button + Fixes links and table description text sizes + Adds redirects middleware ([5b28953](https://github.com/imaginario27/air-ui/commit/5b289539957d2a9901cf23acead7660fb06373c7))
770
- 2. Adds new components docs pages + Fixes Toc composable ([675a956](https://github.com/imaginario27/air-ui/commit/675a95642dd4e3ce214f9ac8b9c2a8ceea3f7eab))
771
-
772
- - Package: @imaginario27/air-ui-ds.
773
-
774
- ## 1.0.15 - 2025-12-26
775
-
776
- Release type: patch.
777
- Commits found in range: 1.
778
-
779
- ### Added
780
-
781
- 1. Adds new docs pages and new info in the options in components pages + Updates some components ([3bff6ac](https://github.com/imaginario27/air-ui/commit/3bff6ac43bb9291346101252f6ba83fa872e7cb7))
782
-
783
- - Package: @imaginario27/air-ui-ds.
784
-
785
- ## 1.0.14 - 2025-12-24
786
-
787
- Release type: patch.
788
- Commits found in range: 1.
789
-
790
- ### Added
791
-
792
- 1. add interactive script to update UI theme color schemes ([a846e0a](https://github.com/imaginario27/air-ui/commit/a846e0a06eabbcdd15fd5b491257a6e34ad4c910))
793
-
794
- - Package: @imaginario27/air-ui-ds.
795
-
796
- ## 1.0.13 - 2025-12-23
797
-
798
- Release type: patch.
799
- Commits found in range: 1.
800
-
801
- ### Added
802
-
803
- 1. improve getting started pages and UI components ([999f965](https://github.com/imaginario27/air-ui/commit/999f9654e821630af762593dc712d47a46913e35))
804
-
805
- - Package: @imaginario27/air-ui-ds.
806
-
807
- ## 1.0.12 - 2025-12-13
808
-
809
- Release type: patch.
810
- Commits found in range: 0.
811
-
812
- ### Changed
813
-
814
- 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
815
-
816
- - Package: @imaginario27/air-ui-ds.
817
-
818
- ## 1.0.11 - 2025-12-13
819
-
820
- Release type: patch.
821
- Commits found in range: 0.
822
-
823
- ### Changed
824
-
825
- 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
826
-
827
- - Package: @imaginario27/air-ui-ds.
828
-
829
- ## 1.0.10 - 2025-12-10
830
-
831
- Release type: patch.
832
- Commits found in range: 0.
833
-
834
- ### Changed
835
-
836
- 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
837
-
838
- - Package: @imaginario27/air-ui-ds.
839
-
840
- ## 1.0.9 - 2025-12-10
841
-
842
- Release type: patch.
843
- Commits found in range: 0.
844
-
845
- ### Changed
846
-
847
- 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
848
-
849
- - Package: @imaginario27/air-ui-ds.
850
-
851
- ## 1.0.8 - 2025-12-10
852
-
853
- Release type: patch.
854
- Commits found in range: 0.
855
-
856
- ### Changed
857
-
858
- 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
859
-
860
- - Package: @imaginario27/air-ui-ds.
861
-
862
- ## 1.0.7 - 2025-12-10
863
-
864
- Release type: patch.
865
- Commits found in range: 0.
866
-
867
- ### Changed
868
-
869
- 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
870
-
871
- - Package: @imaginario27/air-ui-ds.
872
-
873
- ## 1.0.6 - 2025-12-09
874
-
875
- Release type: patch.
876
- Commits found in range: 0.
877
-
878
- ### Changed
879
-
880
- 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
881
-
882
- - Package: @imaginario27/air-ui-ds.
883
-
884
- ## 1.0.5 - 2025-12-09
885
-
886
- Release type: patch.
887
- Commits found in range: 0.
888
-
889
- ### Changed
890
-
891
- 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
892
-
893
- - Package: @imaginario27/air-ui-ds.
894
-
895
- ## 1.0.4 - 2025-12-09
896
-
897
- Release type: patch.
898
- Commits found in range: 0.
899
-
900
- ### Changed
901
-
902
- 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
903
-
904
- - Package: @imaginario27/air-ui-ds.
905
-
906
- ## 1.0.3 - 2025-12-08
907
-
908
- Release type: patch.
909
- Commits found in range: 0.
910
-
911
- ### Changed
912
-
913
- 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
914
-
915
- - Package: @imaginario27/air-ui-ds.
916
-
917
- ## 1.0.2 - 2025-12-07
918
-
919
- Release type: patch.
920
- Commits found in range: 0.
921
-
922
- ### Changed
923
-
924
- 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
925
-
926
- - Package: @imaginario27/air-ui-ds.
927
-
928
- ## 1.0.1 - 2025-12-07
929
-
930
- Release type: patch.
931
- Commits found in range: 2.
932
-
933
- ### Changed
934
-
935
- 1. improve app header, docs index, utils and navigation ([e81f70f](https://github.com/imaginario27/air-ui/commit/e81f70f1ea6aa21e85cd7c8faff4437712794734))
936
- 2. Init ([f153db6](https://github.com/imaginario27/air-ui/commit/f153db6d125daee38fd029ac4bcdb81190893024))
937
-
938
- - Package: @imaginario27/air-ui-ds.
939
-
940
- ## 1.0.0 - 2025-12-05
941
-
942
- Release type: initial.
943
- Commits found in range: 0.
944
-
945
- ### Changed
946
-
947
- 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
948
-
949
- - Package: @imaginario27/air-ui-ds.
950
-
1
+ # Changelog
2
+
3
+ All notable changes to this package are documented in this file.
4
+
5
+ Historical releases were reconstructed from git history (GitHub repository) and npm publish dates.
6
+ Future releases will include detailed entries generated with Changesets.
7
+
8
+ ## 1.13.5 - 2026-06-03
9
+
10
+ Release type: patch.
11
+ Commits found in range: 2.
12
+
13
+ ### Added
14
+
15
+ 1. add accessibility attributes across components ([766675d](https://github.com/imaginario27/air-ui/commit/766675db2deaa85576ed5799e9de62a5ea112c89))
16
+
17
+ ### Fixed
18
+
19
+ 1. resolve typescript errors in DropdownMenuItem and ModalDialog ([02e229b](https://github.com/imaginario27/air-ui/commit/02e229b9d6ddfa945f2817c726e3f555e079c6d4))
20
+
21
+ - Package: @imaginario27/air-ui-ds.
22
+
23
+
24
+ ## 1.13.4 - 2026-05-26
25
+
26
+ Release type: patch.
27
+ Commits found in range: 1.
28
+
29
+ ### Added
30
+
31
+ 1. make MetricCard description prop optional ([53937fb](https://github.com/imaginario27/air-ui/commit/53937fbca5cb1e3f350effdcb36a6a20bc9c50c5))
32
+
33
+ - Package: @imaginario27/air-ui-ds.
34
+
35
+ ## 1.13.3 - 2026-05-21
36
+
37
+ Release type: patch.
38
+ Commits found in range: 1.
39
+
40
+ ### Added
41
+
42
+ 1. merge InteractiveRating into Rating and add disabled option to DropdownSelect ([15a4b1c](https://github.com/imaginario27/air-ui/commit/15a4b1c8bdec9f54d5e733c0ab834aba40a1c50b))
43
+
44
+ - Package: @imaginario27/air-ui-ds.
45
+
46
+ ## 1.13.2 - 2026-05-20
47
+
48
+ Release type: patch.
49
+ Commits found in range: 0.
50
+
51
+ ### Changed
52
+
53
+ 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
54
+
55
+ - Package: @imaginario27/air-ui-ds.
56
+
57
+ ## 1.13.1 - 2026-05-19
58
+
59
+ Release type: patch.
60
+ Commits found in range: 1.
61
+
62
+ ### Added
63
+
64
+ 1. make mobile breakpoint behavior configurable ([8cd4eb6](https://github.com/imaginario27/air-ui/commit/8cd4eb6047046ba64f96177f284e0ee2db910cc3))
65
+
66
+ - Package: @imaginario27/air-ui-ds.
67
+
68
+ ## 1.13.0 - 2026-04-22
69
+
70
+ Release type: minor.
71
+ Commits found in range: 1.
72
+
73
+ ### Added
74
+
75
+ 1. update MetricCard with new props ([4841cb3](https://github.com/imaginario27/air-ui/commit/4841cb3e6c0a8385825ff91f505b9e5ca732ca44))
76
+
77
+ - Package: @imaginario27/air-ui-ds.
78
+
79
+ ## 1.12.2 - 2026-04-22
80
+
81
+ Release type: patch.
82
+ Commits found in range: 1.
83
+
84
+ ### Fixed
85
+
86
+ 1. fix focus ring in form fields and icon span rendering when icon is not set ([4b0d548](https://github.com/imaginario27/air-ui/commit/4b0d5484271d25db6902eb1888a532291830fa4d))
87
+
88
+ - Package: @imaginario27/air-ui-ds.
89
+
90
+ ## 1.12.1 - 2026-04-16
91
+
92
+ Release type: patch.
93
+ Commits found in range: 1.
94
+
95
+ ### Fixed
96
+
97
+ 1. fix NavSidebar menu items gap ([4a9cee9](https://github.com/imaginario27/air-ui/commit/4a9cee9bdede4bb3bbb1f8fc9c528bf932f62976))
98
+
99
+ - Package: @imaginario27/air-ui-ds.
100
+
101
+ ## 1.12.0 - 2026-04-16
102
+
103
+ Release type: minor.
104
+ Commits found in range: 1.
105
+
106
+ ### Added
107
+
108
+ 1. add ContextMenu and Kbd components ([9d4acce](https://github.com/imaginario27/air-ui/commit/9d4acce4d33fefec3eeab657bebfe5a5e4ff41ea))
109
+
110
+ - Package: @imaginario27/air-ui-ds.
111
+
112
+ ## 1.11.0 - 2026-04-15
113
+
114
+ Release type: minor.
115
+ Commits found in range: 1.
116
+
117
+ ### Added
118
+
119
+ 1. add nested dropdown menus, sidebar menu items and section titles ([2c49dbf](https://github.com/imaginario27/air-ui/commit/2c49dbf1fae116b377dea988f80a3fdf28ef4c4f))
120
+
121
+ - Package: @imaginario27/air-ui-ds.
122
+
123
+ ## 1.10.2 - 2026-04-14
124
+
125
+ Release type: patch.
126
+ Commits found in range: 3.
127
+
128
+ ### Fixed
129
+
130
+ 1. fix typecheck errors in selects ([eee12f8](https://github.com/imaginario27/air-ui/commit/eee12f87045fcb12556f3f38e80f87e5078a0d5c))
131
+ 2. remove duplicated imports ([a277959](https://github.com/imaginario27/air-ui/commit/a2779590034a360e1685193455e978391870a69f))
132
+ 3. fix duplicated imports ([5a324a3](https://github.com/imaginario27/air-ui/commit/5a324a3ea43ae5fdf794e345b54c57207860efbd))
133
+
134
+ - Package: @imaginario27/air-ui-ds.
135
+
136
+ ## 1.10.1 - 2026-04-09
137
+
138
+ Release type: patch.
139
+ Commits found in range: 1.
140
+
141
+ ### Fixed
142
+
143
+ 1. fix TypeScript errors in TabBar.vue ([273925b](https://github.com/imaginario27/air-ui/commit/273925bdca00ac9ad58c1c43de5668ed78a85da1))
144
+
145
+ - Package: @imaginario27/air-ui-ds.
146
+
147
+ ## 1.10.0 - 2026-04-09
148
+
149
+ Release type: minor.
150
+ Commits found in range: 1.
151
+
152
+ ### Added
153
+
154
+ 1. add prefetchOn and disabled states to navigation components ([04f9124](https://github.com/imaginario27/air-ui/commit/04f91246519958fdf3619427f39504269a49a911))
155
+
156
+ - Package: @imaginario27/air-ui-ds.
157
+
158
+ ## 1.9.4 - 2026-04-06
159
+
160
+ Release type: patch.
161
+ Commits found in range: 1.
162
+
163
+ ### Fixed
164
+
165
+ 1. fix CardTitle text color ([6a8807b](https://github.com/imaginario27/air-ui/commit/6a8807b9c4a3b22aa3f2b78eada1d8421ae9ed85))
166
+
167
+ - Package: @imaginario27/air-ui-ds.
168
+
169
+ ## 1.9.3 - 2026-04-06
170
+
171
+ Release type: patch.
172
+ Commits found in range: 1.
173
+
174
+ ### Fixed
175
+
176
+ 1. fix SelectField empty div with multiple option and badge stack ([041fd2d](https://github.com/imaginario27/air-ui/commit/041fd2df2eab1a17c83b51cc736d0d7ce591faf6))
177
+
178
+ - Package: @imaginario27/air-ui-ds.
179
+
180
+ ## 1.9.2 - 2026-03-31
181
+
182
+ Release type: patch.
183
+ Commits found in range: 1.
184
+
185
+ ### Fixed
186
+
187
+ 1. fix typecheck issues ([763c932](https://github.com/imaginario27/air-ui/commit/763c932692a380b5b172d1258dcbb38083a27fde))
188
+
189
+ - Package: @imaginario27/air-ui-ds.
190
+
191
+ ## 1.9.1 - 2026-03-31
192
+
193
+ Release type: patch.
194
+ Commits found in range: 1.
195
+
196
+ ### Added
197
+
198
+ 1. add titleClass prop to ContentPageHeader component ([17c3276](https://github.com/imaginario27/air-ui/commit/17c32762b19ac5333e87efad54fcb022a4624c0f))
199
+
200
+ - Package: @imaginario27/air-ui-ds.
201
+
202
+ ## 1.9.0 - 2026-03-28
203
+
204
+ Release type: minor.
205
+ Commits found in range: 1.
206
+
207
+ ### Added
208
+
209
+ 1. add new Dropzone and update FileUploadField component ([0be8a1f](https://github.com/imaginario27/air-ui/commit/0be8a1fcf96373f9fbf6e048113cf83b638bb0d4))
210
+
211
+ - Package: @imaginario27/air-ui-ds.
212
+
213
+ ## 1.8.0 - 2026-03-28
214
+
215
+ Release type: minor.
216
+ Commits found in range: 1.
217
+
218
+ ### Added
219
+
220
+ 1. add Slider and SliderField components ([5454fba](https://github.com/imaginario27/air-ui/commit/5454fba3558ddb98172fed4805def34d0bf1aeed))
221
+
222
+ - Package: @imaginario27/air-ui-ds.
223
+
224
+ ## 1.7.2 - 2026-03-25
225
+
226
+ Release type: patch.
227
+ Commits found in range: 1.
228
+
229
+ ### Fixed
230
+
231
+ 1. fix disable state for link types in ActionButton and ActionIconButton ([cd538d7](https://github.com/imaginario27/air-ui/commit/cd538d7722d6c68da6180cc48799b5ae168e1886))
232
+
233
+ - Package: @imaginario27/air-ui-ds.
234
+
235
+ ## 1.7.1 - 2026-03-25
236
+
237
+ Release type: patch.
238
+ Commits found in range: 1.
239
+
240
+ ### Fixed
241
+
242
+ 1. remove inexisting description prop and replace it with separatorIcon prop ([4d5ad0a](https://github.com/imaginario27/air-ui/commit/4d5ad0a0a538e685ccfb40697c54a8c368732d0b))
243
+
244
+ - Package: @imaginario27/air-ui-ds.
245
+
246
+ ## 1.7.0 - 2026-03-25
247
+
248
+ Release type: minor.
249
+ Commits found in range: 1.
250
+
251
+ ### Added
252
+
253
+ 1. add ConfirmationDetailsCard and noWrap support ([a136530](https://github.com/imaginario27/air-ui/commit/a136530bd990cdfbe0afc0dbce7098d19a3d0b8e))
254
+
255
+ - Package: @imaginario27/air-ui-ds.
256
+
257
+ ## 1.6.0 - 2026-03-24
258
+
259
+ Release type: minor.
260
+ Commits found in range: 1.
261
+
262
+ ### Added
263
+
264
+ 1. add SlotField form component ([d1e71a9](https://github.com/imaginario27/air-ui/commit/d1e71a903c25a39eedf86c4547496ad238a9da84))
265
+
266
+ - Package: @imaginario27/air-ui-ds.
267
+
268
+ ## 1.5.0 - 2026-03-23
269
+
270
+ Release type: minor.
271
+ Commits found in range: 1.
272
+
273
+ ### Added
274
+
275
+ 1. add new standalone checkbox component and fixes style issues ([560de2b](https://github.com/imaginario27/air-ui/commit/560de2b7f700565c087790c1eb3c581c0b782ba9))
276
+
277
+ - Package: @imaginario27/air-ui-ds.
278
+
279
+ ## 1.4.7 - 2026-03-21
280
+
281
+ Release type: patch.
282
+ Commits found in range: 1.
283
+
284
+ ### Fixed
285
+
286
+ 1. fix design token grammar error ([b9b9178](https://github.com/imaginario27/air-ui/commit/b9b9178e4992569c1ea2a10550e9a69ac78f9fa1))
287
+
288
+ - Package: @imaginario27/air-ui-ds.
289
+
290
+ ## 1.4.4 - 2026-03-21
291
+
292
+ Release type: patch.
293
+ Commits found in range: 1.
294
+
295
+ ### Added
296
+
297
+ 1. update package versions ([c5a01a1](https://github.com/imaginario27/air-ui/commit/c5a01a186b047bceca41d6cf50d1f9da4e1aa15e))
298
+
299
+ - Package: @imaginario27/air-ui-ds.
300
+
301
+ ## 1.4.3 - 2026-03-20
302
+
303
+ Release type: patch.
304
+ Commits found in range: 1.
305
+
306
+ ### Fixed
307
+
308
+ 1. fix whitespace wraps in docs table and fix items custom classes in nav sidebar ([96c3040](https://github.com/imaginario27/air-ui/commit/96c30402ae8464e8ad66d9a74e2f3f98db183e45))
309
+
310
+ - Package: @imaginario27/air-ui-ds.
311
+
312
+ ## 1.4.2 - 2026-03-20
313
+
314
+ Release type: patch.
315
+ Commits found in range: 1.
316
+
317
+ ### Fixed
318
+
319
+ 1. fix tags field cursor issue and updates docs ([131e48c](https://github.com/imaginario27/air-ui/commit/131e48ce977c67042996b1de036de10a43aceddd))
320
+
321
+ - Package: @imaginario27/air-ui-ds.
322
+
323
+ ## 1.4.1 - 2026-03-19
324
+
325
+ Release type: patch.
326
+ Commits found in range: 1.
327
+
328
+ ### Added
329
+
330
+ 1. add new TagsField and RulesField components + component fixes ([c8c125e](https://github.com/imaginario27/air-ui/commit/c8c125eb110eedc16f29706778578514bc28eb4f))
331
+
332
+ - Package: @imaginario27/air-ui-ds.
333
+
334
+ ## 1.4.0 - 2026-03-18
335
+
336
+ Release type: minor.
337
+ Commits found in range: 1.
338
+
339
+ ### Added
340
+
341
+ 1. add submenus to compact header and collapsed sidebar ([15af22f](https://github.com/imaginario27/air-ui/commit/15af22fb36573e517d27781b23e0e619c52cbc89))
342
+
343
+ - Package: @imaginario27/air-ui-ds.
344
+
345
+ ## 1.3.0 - 2026-03-17
346
+
347
+ Release type: minor.
348
+ Commits found in range: 1.
349
+
350
+ ### Fixed
351
+
352
+ 1. fix placeholder color in inputs ([f42f3d7](https://github.com/imaginario27/air-ui/commit/f42f3d7d35095c03b156fbc0ae347dd70cd77bca))
353
+
354
+ - Package: @imaginario27/air-ui-ds.
355
+
356
+ ## 1.2.11 - 2026-03-08
357
+
358
+ Release type: patch.
359
+ Commits found in range: 0.
360
+
361
+ ### Changed
362
+
363
+ 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
364
+
365
+ - Package: @imaginario27/air-ui-ds.
366
+
367
+ ## 1.2.10 - 2026-03-07
368
+
369
+ Release type: patch.
370
+ Commits found in range: 4.
371
+
372
+ ### Added
373
+
374
+ 1. add close on esc key in Dropdown menus ([b99930e](https://github.com/imaginario27/air-ui/commit/b99930ee272d8d4a59d7921cf7281e4626255e27))
375
+ 2. Improves feedback modal and add new props to TexteareaField ([a6d8267](https://github.com/imaginario27/air-ui/commit/a6d8267cf9bc1ce87618c8980a89313ff09156d8))
376
+ 3. Add basic feedback system, updates docs pages and add listeners + new section component ([c78ddd3](https://github.com/imaginario27/air-ui/commit/c78ddd34ccedde4191faaecc40c7c13dadb82dad))
377
+
378
+ ### Fixed
379
+
380
+ 1. fix close on escape click in modal dialog ([5085248](https://github.com/imaginario27/air-ui/commit/50852488c4a9a6ed22558aa8f8a715e76b8332f1))
381
+
382
+ - Package: @imaginario27/air-ui-ds.
383
+
384
+ ## 1.2.9 - 2026-03-03
385
+
386
+ Release type: patch.
387
+ Commits found in range: 1.
388
+
389
+ ### Added
390
+
391
+ 1. fix docs search modal and add missing docs info ([6463e28](https://github.com/imaginario27/air-ui/commit/6463e28b96433c47b3f5d7002005bf71c2b2d333))
392
+
393
+ - Package: @imaginario27/air-ui-ds.
394
+
395
+ ## 1.2.8 - 2026-03-03
396
+
397
+ Release type: patch.
398
+ Commits found in range: 1.
399
+
400
+ ### Added
401
+
402
+ 1. add copy button to prose pre and fix drawer teleport issue ([030ad03](https://github.com/imaginario27/air-ui/commit/030ad03d2df515e861260f2960674d4507d001fd))
403
+
404
+ - Package: @imaginario27/air-ui-ds.
405
+
406
+ ## 1.2.7 - 2026-03-01
407
+
408
+ Release type: patch.
409
+ Commits found in range: 1.
410
+
411
+ ### Added
412
+
413
+ 1. updage drawer component ([67f31e9](https://github.com/imaginario27/air-ui/commit/67f31e95f50979b01679103868571a9304a18f50))
414
+
415
+ - Package: @imaginario27/air-ui-ds.
416
+
417
+ ## 1.2.6 - 2026-02-28
418
+
419
+ Release type: patch.
420
+ Commits found in range: 1.
421
+
422
+ ### Added
423
+
424
+ 1. add Drawer component ([0f1dac4](https://github.com/imaginario27/air-ui/commit/0f1dac4e25eaed45c4bb24e10b62b3d190f24524))
425
+
426
+ - Package: @imaginario27/air-ui-ds.
427
+
428
+ ## 1.2.5 - 2026-02-28
429
+
430
+ Release type: patch.
431
+ Commits found in range: 1.
432
+
433
+ ### Added
434
+
435
+ 1. bump package version ([227e98b](https://github.com/imaginario27/air-ui/commit/227e98b6b8fc6fe487e3b50e0dc6e6665395cafb))
436
+
437
+ - Package: @imaginario27/air-ui-ds.
438
+
439
+ ## 1.2.4 - 2026-02-28
440
+
441
+ Release type: patch.
442
+ Commits found in range: 5.
443
+
444
+ ### Added
445
+
446
+ 1. add customRoute to Breadcrumbs and scope prop to TableHeaderCell ([08faa89](https://github.com/imaginario27/air-ui/commit/08faa897195307e3cd21f03ebabc031af3e629fe))
447
+ 2. improve search modal, badge and action button ([1635bec](https://github.com/imaginario27/air-ui/commit/1635becd7ee132929b085dc7f6bc197efb69b041))
448
+
449
+ ### Fixed
450
+
451
+ 1. updates components code, fixes file upload file and updates docs pages ([1823325](https://github.com/imaginario27/air-ui/commit/1823325462331827d2b5aef8a36e512609c19629))
452
+ 2. adjust text top padding ([568da6a](https://github.com/imaginario27/air-ui/commit/568da6a72ab4ded0178d581ddd0719bf6eb32682))
453
+ 3. removes aspect-square class from ActionButton ([147f2d4](https://github.com/imaginario27/air-ui/commit/147f2d4b95d497ddd0bf95e57bfbde698ec15366))
454
+
455
+ - Package: @imaginario27/air-ui-ds.
456
+
457
+ ## 1.2.3 - 2026-02-26
458
+
459
+ Release type: patch.
460
+ Commits found in range: 1.
461
+
462
+ ### Fixed
463
+
464
+ 1. renames modal dialog cardClasses prop to cardClass ([0f6dde3](https://github.com/imaginario27/air-ui/commit/0f6dde3399e63f6cdde9f2f0e958bf743ba55385))
465
+
466
+ - Package: @imaginario27/air-ui-ds.
467
+
468
+ ## 1.2.2 - 2026-02-23
469
+
470
+ Release type: patch.
471
+ Commits found in range: 1.
472
+
473
+ ### Added
474
+
475
+ 1. add basic search modal dialog + add custom wrapper classes to modal dialog component ([23067a1](https://github.com/imaginario27/air-ui/commit/23067a10a84f353593cb9430a8d94c673a494c1d))
476
+
477
+ - Package: @imaginario27/air-ui-ds.
478
+
479
+ ## 1.2.1 - 2026-02-22
480
+
481
+ Release type: patch.
482
+ Commits found in range: 1.
483
+
484
+ ### Changed
485
+
486
+ 1. update dependencies and improve toggles ([a119bf4](https://github.com/imaginario27/air-ui/commit/a119bf4396147b8e24652682ada438744416c0b1))
487
+
488
+ - Package: @imaginario27/air-ui-ds.
489
+
490
+ ## 1.2.0 - 2026-02-18
491
+
492
+ Release type: minor.
493
+ Commits found in range: 1.
494
+
495
+ ### Fixed
496
+
497
+ 1. fix app header style issues and new props to Form/Data field groups ([f43acaf](https://github.com/imaginario27/air-ui/commit/f43acaf6c16850f25ee0c7adfa1ab05e55bfbd1e))
498
+
499
+ - Package: @imaginario27/air-ui-ds.
500
+
501
+ ## 1.1.19 - 2026-02-13
502
+
503
+ Release type: patch.
504
+ Commits found in range: 1.
505
+
506
+ ### Added
507
+
508
+ 1. Improve documentation, toggle buttons field, composables and more ([0ddcb0c](https://github.com/imaginario27/air-ui/commit/0ddcb0cc09c8ad8b7a31922c82d8f12d1dea8343))
509
+
510
+ - Package: @imaginario27/air-ui-ds.
511
+
512
+ ## 1.1.18 - 2026-02-12
513
+
514
+ Release type: patch.
515
+ Commits found in range: 1.
516
+
517
+ ### Added
518
+
519
+ 1. Improves docs styling and updates the background of ToCSidebar ([ba5c7bd](https://github.com/imaginario27/air-ui/commit/ba5c7bd02c82884b8da8eecb01d0c27a3e875a3b))
520
+
521
+ - Package: @imaginario27/air-ui-ds.
522
+
523
+ ## 1.1.17 - 2026-02-10
524
+
525
+ Release type: patch.
526
+ Commits found in range: 1.
527
+
528
+ ### Added
529
+
530
+ 1. add PinField and ScrollArea component + add fit to content prop to SwitchField ([7891200](https://github.com/imaginario27/air-ui/commit/789120048f32c4bd594031d9067a068eae6723c7))
531
+
532
+ - Package: @imaginario27/air-ui-ds.
533
+
534
+ ## 1.1.16 - 2026-02-09
535
+
536
+ Release type: patch.
537
+ Commits found in range: 1.
538
+
539
+ ### Added
540
+
541
+ 1. Improves breadcrumbs, fixes tab styling issues and adds new functionalities to tabs an tables. ([6f35018](https://github.com/imaginario27/air-ui/commit/6f35018388a750e726ce95570c77d6b9c05deb8f))
542
+
543
+ - Package: @imaginario27/air-ui-ds.
544
+
545
+ ## 1.1.15 - 2026-02-09
546
+
547
+ Release type: patch.
548
+ Commits found in range: 1.
549
+
550
+ ### Added
551
+
552
+ 1. add SelectableCard and SelectableCardField components and docs pages + Improves TOC components and collapsible ([085df49](https://github.com/imaginario27/air-ui/commit/085df49cd271372508d2cc1430abcf79ce64efdc))
553
+
554
+ - Package: @imaginario27/air-ui-ds.
555
+
556
+ ## 1.1.14 - 2026-02-08
557
+
558
+ Release type: patch.
559
+ Commits found in range: 1.
560
+
561
+ ### Added
562
+
563
+ 1. add transitions to dropdowns and modals ([9c837a5](https://github.com/imaginario27/air-ui/commit/9c837a567265118b6607e9633632ed8e7a216fad))
564
+
565
+ - Package: @imaginario27/air-ui-ds.
566
+
567
+ ## 1.1.13 - 2026-02-06
568
+
569
+ Release type: patch.
570
+ Commits found in range: 1.
571
+
572
+ ### Added
573
+
574
+ 1. adds missing utils docs pages and fixes general issues ([3f31a47](https://github.com/imaginario27/air-ui/commit/3f31a477d1bb1c04b2065b940093cfa59c6089ae))
575
+
576
+ - Package: @imaginario27/air-ui-ds.
577
+
578
+ ## 1.1.12 - 2026-02-05
579
+
580
+ Release type: patch.
581
+ Commits found in range: 1.
582
+
583
+ ### Fixed
584
+
585
+ 1. removes export depedencies and jsPDF + bumps package versions ([9139e12](https://github.com/imaginario27/air-ui/commit/9139e1221a00638c4cdb8021006c7276d2ccaed5))
586
+
587
+ - Package: @imaginario27/air-ui-ds.
588
+
589
+ ## 1.1.11 - 2026-02-02
590
+
591
+ Release type: patch.
592
+ Commits found in range: 0.
593
+
594
+ ### Changed
595
+
596
+ 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
597
+
598
+ - Package: @imaginario27/air-ui-ds.
599
+
600
+ ## 1.1.10 - 2026-02-02
601
+
602
+ Release type: patch.
603
+ Commits found in range: 1.
604
+
605
+ ### Added
606
+
607
+ 1. Add utils docs pages + Updates components props ([6f65f04](https://github.com/imaginario27/air-ui/commit/6f65f044b0ccc85dcc00f3ba6735232ce957a02b))
608
+
609
+ - Package: @imaginario27/air-ui-ds.
610
+
611
+ ## 1.1.9 - 2026-01-31
612
+
613
+ Release type: patch.
614
+ Commits found in range: 0.
615
+
616
+ ### Changed
617
+
618
+ 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
619
+
620
+ - Package: @imaginario27/air-ui-ds.
621
+
622
+ ## 1.1.8 - 2026-01-28
623
+
624
+ Release type: patch.
625
+ Commits found in range: 0.
626
+
627
+ ### Changed
628
+
629
+ 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
630
+
631
+ - Package: @imaginario27/air-ui-ds.
632
+
633
+ ## 1.1.7 - 2026-01-25
634
+
635
+ Release type: patch.
636
+ Commits found in range: 2.
637
+
638
+ ### Added
639
+
640
+ 1. add missing component thumbnails and fix styles ([35eea46](https://github.com/imaginario27/air-ui/commit/35eea46f366995f8dace66a03b0e36ad3eeca119))
641
+ 2. Adds teleport to dropdowns + Updates dropdown activator references + Updates unit tests ([ea96bcf](https://github.com/imaginario27/air-ui/commit/ea96bcff1eaf5ec5c45695349b0acd25eda5b952))
642
+
643
+ - Package: @imaginario27/air-ui-ds.
644
+
645
+ ## 1.1.6 - 2026-01-21
646
+
647
+ Release type: patch.
648
+ Commits found in range: 0.
649
+
650
+ ### Changed
651
+
652
+ 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
653
+
654
+ - Package: @imaginario27/air-ui-ds.
655
+
656
+ ## 1.1.5 - 2026-01-20
657
+
658
+ Release type: patch.
659
+ Commits found in range: 1.
660
+
661
+ ### Fixed
662
+
663
+ 1. Fixes color and sizes issues + Add teleport version to DropdownMenu ([3419e6e](https://github.com/imaginario27/air-ui/commit/3419e6e1845e0e065dc1fcd0ebff3e0a7cbcc0eb))
664
+
665
+ - Package: @imaginario27/air-ui-ds.
666
+
667
+ ## 1.1.4 - 2026-01-20
668
+
669
+ Release type: patch.
670
+ Commits found in range: 1.
671
+
672
+ ### Fixed
673
+
674
+ 1. Adds text-inherit to Icon component ([e15bcb6](https://github.com/imaginario27/air-ui/commit/e15bcb61c39fdc42fe8538428f212bbeba5d0650))
675
+
676
+ - Package: @imaginario27/air-ui-ds.
677
+
678
+ ## 1.1.2 - 2026-01-19
679
+
680
+ Release type: patch.
681
+ Commits found in range: 1.
682
+
683
+ ### Fixed
684
+
685
+ 1. Fixes icons colors and bump version ([fa03dfd](https://github.com/imaginario27/air-ui/commit/fa03dfd197e9a63c8658230ab52a3c732ee7dd9a))
686
+
687
+ - Package: @imaginario27/air-ui-ds.
688
+
689
+ ## 1.1.1 - 2026-01-19
690
+
691
+ Release type: patch.
692
+ Commits found in range: 1.
693
+
694
+ ### Fixed
695
+
696
+ 1. Fixes packages bump version ([7fe0732](https://github.com/imaginario27/air-ui/commit/7fe0732ec573c05b08c687f802c7c4e5c3a78c24))
697
+
698
+ - Package: @imaginario27/air-ui-ds.
699
+
700
+ ## 1.1.0 - 2026-01-19
701
+
702
+ Release type: minor.
703
+ Commits found in range: 2.
704
+
705
+ ### Added
706
+
707
+ 1. Replaces the Nuxt MDI icon module with Nuxt Icon module ([b3343f1](https://github.com/imaginario27/air-ui/commit/b3343f152ee8726f4312059428bec15097b64ce8))
708
+ 2. add iconify module and introduce unified icon components ([6afb8a5](https://github.com/imaginario27/air-ui/commit/6afb8a587e7fad52d7a96a9f2b4d1a8cff80bba3))
709
+
710
+ - Package: @imaginario27/air-ui-ds.
711
+
712
+ ## 1.0.23 - 2026-01-06
713
+
714
+ Release type: patch.
715
+ Commits found in range: 1.
716
+
717
+ ### Added
718
+
719
+ 1. Add ProgressBar component and bump package version ([e2ff708](https://github.com/imaginario27/air-ui/commit/e2ff7085a50cca4e869c93fdbe8ada0cda0afe91))
720
+
721
+ - Package: @imaginario27/air-ui-ds.
722
+
723
+ ## 1.0.22 - 2026-01-05
724
+
725
+ Release type: patch.
726
+ Commits found in range: 1.
727
+
728
+ ### Added
729
+
730
+ 1. Improves the NavSidebar and completes the component dock page ([55c74b6](https://github.com/imaginario27/air-ui/commit/55c74b63ffda9d4b3c7ba4c8d064ac3808d55bce))
731
+
732
+ - Package: @imaginario27/air-ui-ds.
733
+
734
+ ## 1.0.21 - 2026-01-03
735
+
736
+ Release type: patch.
737
+ Commits found in range: 1.
738
+
739
+ ### Added
740
+
741
+ 1. Add setPageTitle to ErrorDisplay component and updates AirUI package ([406cdbb](https://github.com/imaginario27/air-ui/commit/406cdbb15efb34c9160876b15b541a5bfdac55ef))
742
+
743
+ - Package: @imaginario27/air-ui-ds.
744
+
745
+ ## 1.0.20 - 2025-12-31
746
+
747
+ Release type: patch.
748
+ Commits found in range: 1.
749
+
750
+ ### Added
751
+
752
+ 1. Rename error component to ErrorDisplay and add error mappings ([8ad4276](https://github.com/imaginario27/air-ui/commit/8ad4276ccc2090adbcfacab748bcfa8d695abbfa))
753
+
754
+ - Package: @imaginario27/air-ui-ds.
755
+
756
+ ## 1.0.19 - 2025-12-31
757
+
758
+ Release type: patch.
759
+ Commits found in range: 1.
760
+
761
+ ### Added
762
+
763
+ 1. Add Error component and adjust heading breakpoints ([2a56847](https://github.com/imaginario27/air-ui/commit/2a568475daf8581a426232cde65d99a1809419ea))
764
+
765
+ - Package: @imaginario27/air-ui-ds.
766
+
767
+ ## 1.0.18 - 2025-12-30
768
+
769
+ Release type: patch.
770
+ Commits found in range: 1.
771
+
772
+ ### Added
773
+
774
+ 1. add footer component, new docs pages, and unit tests; remove unused components ([717eb0d](https://github.com/imaginario27/air-ui/commit/717eb0d2f9076512288920b5f84832dee392d955))
775
+
776
+ - Package: @imaginario27/air-ui-ds.
777
+
778
+ ## 1.0.17 - 2025-12-29
779
+
780
+ Release type: patch.
781
+ Commits found in range: 0.
782
+
783
+ ### Changed
784
+
785
+ 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
786
+
787
+ - Package: @imaginario27/air-ui-ds.
788
+
789
+ ## 1.0.16 - 2025-12-29
790
+
791
+ Release type: patch.
792
+ Commits found in range: 2.
793
+
794
+ ### Added
795
+
796
+ 1. Improves the copy button + Fixes links and table description text sizes + Adds redirects middleware ([5b28953](https://github.com/imaginario27/air-ui/commit/5b289539957d2a9901cf23acead7660fb06373c7))
797
+ 2. Adds new components docs pages + Fixes Toc composable ([675a956](https://github.com/imaginario27/air-ui/commit/675a95642dd4e3ce214f9ac8b9c2a8ceea3f7eab))
798
+
799
+ - Package: @imaginario27/air-ui-ds.
800
+
801
+ ## 1.0.15 - 2025-12-26
802
+
803
+ Release type: patch.
804
+ Commits found in range: 1.
805
+
806
+ ### Added
807
+
808
+ 1. Adds new docs pages and new info in the options in components pages + Updates some components ([3bff6ac](https://github.com/imaginario27/air-ui/commit/3bff6ac43bb9291346101252f6ba83fa872e7cb7))
809
+
810
+ - Package: @imaginario27/air-ui-ds.
811
+
812
+ ## 1.0.14 - 2025-12-24
813
+
814
+ Release type: patch.
815
+ Commits found in range: 1.
816
+
817
+ ### Added
818
+
819
+ 1. add interactive script to update UI theme color schemes ([a846e0a](https://github.com/imaginario27/air-ui/commit/a846e0a06eabbcdd15fd5b491257a6e34ad4c910))
820
+
821
+ - Package: @imaginario27/air-ui-ds.
822
+
823
+ ## 1.0.13 - 2025-12-23
824
+
825
+ Release type: patch.
826
+ Commits found in range: 1.
827
+
828
+ ### Added
829
+
830
+ 1. improve getting started pages and UI components ([999f965](https://github.com/imaginario27/air-ui/commit/999f9654e821630af762593dc712d47a46913e35))
831
+
832
+ - Package: @imaginario27/air-ui-ds.
833
+
834
+ ## 1.0.12 - 2025-12-13
835
+
836
+ Release type: patch.
837
+ Commits found in range: 0.
838
+
839
+ ### Changed
840
+
841
+ 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
842
+
843
+ - Package: @imaginario27/air-ui-ds.
844
+
845
+ ## 1.0.11 - 2025-12-13
846
+
847
+ Release type: patch.
848
+ Commits found in range: 0.
849
+
850
+ ### Changed
851
+
852
+ 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
853
+
854
+ - Package: @imaginario27/air-ui-ds.
855
+
856
+ ## 1.0.10 - 2025-12-10
857
+
858
+ Release type: patch.
859
+ Commits found in range: 0.
860
+
861
+ ### Changed
862
+
863
+ 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
864
+
865
+ - Package: @imaginario27/air-ui-ds.
866
+
867
+ ## 1.0.9 - 2025-12-10
868
+
869
+ Release type: patch.
870
+ Commits found in range: 0.
871
+
872
+ ### Changed
873
+
874
+ 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
875
+
876
+ - Package: @imaginario27/air-ui-ds.
877
+
878
+ ## 1.0.8 - 2025-12-10
879
+
880
+ Release type: patch.
881
+ Commits found in range: 0.
882
+
883
+ ### Changed
884
+
885
+ 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
886
+
887
+ - Package: @imaginario27/air-ui-ds.
888
+
889
+ ## 1.0.7 - 2025-12-10
890
+
891
+ Release type: patch.
892
+ Commits found in range: 0.
893
+
894
+ ### Changed
895
+
896
+ 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
897
+
898
+ - Package: @imaginario27/air-ui-ds.
899
+
900
+ ## 1.0.6 - 2025-12-09
901
+
902
+ Release type: patch.
903
+ Commits found in range: 0.
904
+
905
+ ### Changed
906
+
907
+ 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
908
+
909
+ - Package: @imaginario27/air-ui-ds.
910
+
911
+ ## 1.0.5 - 2025-12-09
912
+
913
+ Release type: patch.
914
+ Commits found in range: 0.
915
+
916
+ ### Changed
917
+
918
+ 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
919
+
920
+ - Package: @imaginario27/air-ui-ds.
921
+
922
+ ## 1.0.4 - 2025-12-09
923
+
924
+ Release type: patch.
925
+ Commits found in range: 0.
926
+
927
+ ### Changed
928
+
929
+ 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
930
+
931
+ - Package: @imaginario27/air-ui-ds.
932
+
933
+ ## 1.0.3 - 2025-12-08
934
+
935
+ Release type: patch.
936
+ Commits found in range: 0.
937
+
938
+ ### Changed
939
+
940
+ 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
941
+
942
+ - Package: @imaginario27/air-ui-ds.
943
+
944
+ ## 1.0.2 - 2025-12-07
945
+
946
+ Release type: patch.
947
+ Commits found in range: 0.
948
+
949
+ ### Changed
950
+
951
+ 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
952
+
953
+ - Package: @imaginario27/air-ui-ds.
954
+
955
+ ## 1.0.1 - 2025-12-07
956
+
957
+ Release type: patch.
958
+ Commits found in range: 2.
959
+
960
+ ### Changed
961
+
962
+ 1. improve app header, docs index, utils and navigation ([e81f70f](https://github.com/imaginario27/air-ui/commit/e81f70f1ea6aa21e85cd7c8faff4437712794734))
963
+ 2. Init ([f153db6](https://github.com/imaginario27/air-ui/commit/f153db6d125daee38fd029ac4bcdb81190893024))
964
+
965
+ - Package: @imaginario27/air-ui-ds.
966
+
967
+ ## 1.0.0 - 2025-12-05
968
+
969
+ Release type: initial.
970
+ Commits found in range: 0.
971
+
972
+ ### Changed
973
+
974
+ 1. Historical release reconstructed from npm publish metadata (no package commits found in this publish window).
975
+
976
+ - Package: @imaginario27/air-ui-ds.
977
+