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