laif-ds 0.2.74 → 0.2.76

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 (155) hide show
  1. package/dist/CHANGELOG.md +446 -0
  2. package/dist/agent-docs/adoption-report.json +615 -0
  3. package/dist/agent-docs/components/Accordion.md +46 -16
  4. package/dist/agent-docs/components/Alert.md +90 -95
  5. package/dist/agent-docs/components/AlertDialog.md +132 -126
  6. package/dist/agent-docs/components/AppEditor.md +90 -90
  7. package/dist/agent-docs/components/AppRadioGroup.md +18 -18
  8. package/dist/agent-docs/components/AppSidebar.md +129 -122
  9. package/dist/agent-docs/components/AppStepper.md +81 -77
  10. package/dist/agent-docs/components/AspectRatio.md +70 -62
  11. package/dist/agent-docs/components/AudioVisualizer.md +5 -5
  12. package/dist/agent-docs/components/Avatar.md +112 -113
  13. package/dist/agent-docs/components/Badge.md +123 -118
  14. package/dist/agent-docs/components/Breadcrumb.md +8 -1
  15. package/dist/agent-docs/components/Button.md +131 -129
  16. package/dist/agent-docs/components/Card.md +172 -147
  17. package/dist/agent-docs/components/Carousel.md +148 -129
  18. package/dist/agent-docs/components/Chat.md +121 -109
  19. package/dist/agent-docs/components/ChatMessage.md +72 -61
  20. package/dist/agent-docs/components/Checkbox.md +150 -135
  21. package/dist/agent-docs/components/CircularProgress.md +53 -49
  22. package/dist/agent-docs/components/CodeHighlighter.md +4 -4
  23. package/dist/agent-docs/components/Collapsible.md +114 -95
  24. package/dist/agent-docs/components/Command.md +141 -142
  25. package/dist/agent-docs/components/Confirmer.md +182 -175
  26. package/dist/agent-docs/components/ContextMenu.md +196 -191
  27. package/dist/agent-docs/components/DataCrossTable.md +114 -94
  28. package/dist/agent-docs/components/DataTable.md +32 -24
  29. package/dist/agent-docs/components/Dialog.md +130 -125
  30. package/dist/agent-docs/components/Drawer.md +141 -127
  31. package/dist/agent-docs/components/FilePreviewer.md +138 -139
  32. package/dist/agent-docs/components/FileUploader.md +149 -129
  33. package/dist/agent-docs/components/Form.md +3 -1
  34. package/dist/agent-docs/components/FormComposer.md +163 -137
  35. package/dist/agent-docs/components/GanttChart.md +125 -122
  36. package/dist/agent-docs/components/HoverCard.md +1 -1
  37. package/dist/agent-docs/components/Icon.md +98 -99
  38. package/dist/agent-docs/components/Input.md +173 -138
  39. package/dist/agent-docs/components/InputOtp.md +6 -1
  40. package/dist/agent-docs/components/InputSelector.md +94 -97
  41. package/dist/agent-docs/components/InterruptPrompt.md +4 -4
  42. package/dist/agent-docs/components/MarkdownRenderer.md +5 -2
  43. package/dist/agent-docs/components/Menubar.md +60 -57
  44. package/dist/agent-docs/components/MessageInput.md +134 -131
  45. package/dist/agent-docs/components/MessageList.md +110 -96
  46. package/dist/agent-docs/components/MultipleSelector.md +147 -146
  47. package/dist/agent-docs/components/NavigationMenu.md +6 -2
  48. package/dist/agent-docs/components/Popover.md +112 -103
  49. package/dist/agent-docs/components/PromptSuggestions.md +5 -5
  50. package/dist/agent-docs/components/RadioGroup.md +97 -90
  51. package/dist/agent-docs/components/Resizable.md +4 -1
  52. package/dist/agent-docs/components/ResizePrompt.md +12 -13
  53. package/dist/agent-docs/components/ScrollArea.md +6 -2
  54. package/dist/agent-docs/components/SecurePdfViewer.md +10 -6
  55. package/dist/agent-docs/components/Select.md +131 -132
  56. package/dist/agent-docs/components/Sheet.md +8 -1
  57. package/dist/agent-docs/components/ShikiHighlighter.md +5 -5
  58. package/dist/agent-docs/components/Sidebar.md +94 -85
  59. package/dist/agent-docs/components/Slider.md +62 -58
  60. package/dist/agent-docs/components/Sonner.md +1 -0
  61. package/dist/agent-docs/components/Spinner.md +14 -14
  62. package/dist/agent-docs/components/Stepper.md +93 -67
  63. package/dist/agent-docs/components/Switch.md +41 -42
  64. package/dist/agent-docs/components/TableSkeleton.md +8 -8
  65. package/dist/agent-docs/components/Tabs.md +106 -86
  66. package/dist/agent-docs/components/TextArea.md +51 -52
  67. package/dist/agent-docs/components/ThemeSwitcher.md +72 -69
  68. package/dist/agent-docs/components/Toaster.md +1 -0
  69. package/dist/agent-docs/components/Tooltip.md +102 -91
  70. package/dist/agent-docs/components/Typo.md +68 -65
  71. package/dist/agent-docs/components/WeeklyCalendar.md +63 -64
  72. package/dist/agent-docs/components-list.md +1 -0
  73. package/dist/agent-docs/manifest.json +5981 -0
  74. package/dist/agent-docs/truncated-cell.md +342 -0
  75. package/dist/components/editor/editor-hooks/use-update-toolbar.js +6 -6
  76. package/dist/components/editor/plugins/actions/counter-character-plugin.js +6 -6
  77. package/dist/components/editor/plugins/toolbar/font-format-toolbar-plugin.js +18 -18
  78. package/dist/components/editor/plugins/toolbar/history-toolbar-plugin.js +10 -10
  79. package/dist/components/editor/plugins/toolbar/toolbar-plugin.js +9 -9
  80. package/dist/components/ui/app-checkbox.js +1 -1
  81. package/dist/components/ui/app-dialog.js +70 -64
  82. package/dist/components/ui/app-editor.js +51 -51
  83. package/dist/components/ui/app-form.js +81 -81
  84. package/dist/components/ui/app-multiple-select-dropdown.js +36 -36
  85. package/dist/components/ui/app-select.js +109 -104
  86. package/dist/components/ui/app-sidebar.js +41 -41
  87. package/dist/components/ui/app-stepper.js +1 -1
  88. package/dist/components/ui/app-time-picker.js +18 -18
  89. package/dist/components/ui/app-tooltip.js +1 -1
  90. package/dist/components/ui/async-select.js +5 -5
  91. package/dist/components/ui/audio-visualizer.js +61 -58
  92. package/dist/components/ui/card.js +1 -1
  93. package/dist/components/ui/carousel.js +2 -2
  94. package/dist/components/ui/chart.js +1 -1
  95. package/dist/components/ui/chat-message.js +8 -8
  96. package/dist/components/ui/chat.js +86 -88
  97. package/dist/components/ui/command.js +2 -2
  98. package/dist/components/ui/copy-button.js +4 -4
  99. package/dist/components/ui/date-picker.js +20 -20
  100. package/dist/components/ui/file-preview/index.js +13 -13
  101. package/dist/components/ui/file-previewer.js +12 -11
  102. package/dist/components/ui/file-uploader.js +86 -78
  103. package/dist/components/ui/form.js +2 -2
  104. package/dist/components/ui/gantt/components/Chart/Bars/Bars.js +56 -56
  105. package/dist/components/ui/gantt/components/Chart/Bars/BarsRow/BarItem/BarItem.js +12 -12
  106. package/dist/components/ui/gantt/components/Chart/Bars/BarsRow/BarsItems/BarItems.js +1 -1
  107. package/dist/components/ui/gantt/components/Chart/Bars/BarsRow/BarsRow.js +4 -4
  108. package/dist/components/ui/gantt/components/Chart/Bars/BarsRow/RepeteadBars/RepeteadBars.js +2 -2
  109. package/dist/components/ui/gantt/components/Chart/Chart.js +23 -23
  110. package/dist/components/ui/gantt/components/Chart/Scale/Scale.js +1 -1
  111. package/dist/components/ui/gantt/components/Chart/Tree/Tree.js +34 -34
  112. package/dist/components/ui/gantt/components/Controls/Controls.js +5 -5
  113. package/dist/components/ui/gantt/components/Gantt/Gantt.js +4 -4
  114. package/dist/components/ui/gantt/hooks/useGanttCalculate.js +25 -18
  115. package/dist/components/ui/input-selector.js +1 -1
  116. package/dist/components/ui/input.js +23 -23
  117. package/dist/components/ui/kanban.js +8 -9
  118. package/dist/components/ui/markdown-renderer.js +41 -35
  119. package/dist/components/ui/message-input.js +45 -44
  120. package/dist/components/ui/multiple-selector.js +91 -82
  121. package/dist/components/ui/secure-pdf-viewer.js +19 -7
  122. package/dist/components/ui/sidebar.js +1 -1
  123. package/dist/components/ui/slider.js +1 -1
  124. package/dist/components/ui/spinner.js +4 -4
  125. package/dist/components/ui/stepper.js +157 -138
  126. package/dist/components/ui/tables/data-cross-table/data-cross-table-buttons.js +29 -29
  127. package/dist/components/ui/tables/data-cross-table/data-cross-table.js +258 -246
  128. package/dist/components/ui/tables/data-table/components/data-table-advanced-filter.js +4 -1
  129. package/dist/components/ui/tables/data-table/components/data-table-body.js +211 -367
  130. package/dist/components/ui/tables/data-table/components/data-table-filter-inputs.js +114 -112
  131. package/dist/components/ui/tables/data-table/components/data-table-filters.js +116 -96
  132. package/dist/components/ui/tables/data-table/components/data-table-header.js +211 -0
  133. package/dist/components/ui/tables/data-table/components/data-table-searchbar.js +8 -8
  134. package/dist/components/ui/tables/data-table/components/data-table-skeleton-rows.js +33 -0
  135. package/dist/components/ui/tables/data-table/data-table.js +258 -250
  136. package/dist/components/ui/tables/data-table/data-table.service.js +112 -97
  137. package/dist/components/ui/tables/data-table/data-table.utils.js +25 -15
  138. package/dist/components/ui/textarea.js +2 -2
  139. package/dist/components/ui/theme-switcher.js +1 -1
  140. package/dist/components/ui/toggle-group.js +2 -2
  141. package/dist/components/ui/truncated-cell.js +100 -0
  142. package/dist/components/ui/weekly-calendar/appointment-card.js +16 -16
  143. package/dist/components/ui/weekly-calendar/calendar-context.js +6 -6
  144. package/dist/components/ui/weekly-calendar/calendar-header.js +12 -12
  145. package/dist/components/ui/weekly-calendar/day-column.js +16 -16
  146. package/dist/components/ui/weekly-calendar/time-column.js +4 -4
  147. package/dist/components/ui/weekly-calendar/weekly-calendar.js +4 -4
  148. package/dist/hooks/use-audio-recording.js +1 -1
  149. package/dist/hooks/use-auto-scroll.js +18 -18
  150. package/dist/hooks/use-autosize-textarea.js +12 -13
  151. package/dist/index.d.ts +100 -45
  152. package/dist/index.js +362 -360
  153. package/dist/lib/utils.js +6 -6
  154. package/dist/styles.v3.css +1 -1
  155. package/package.json +14 -4
@@ -0,0 +1,446 @@
1
+ # Technical Changelog - Template
2
+
3
+ All notable technical changes to the laif-ds core will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [laif-ds@0.2.76]
9
+
10
+ ### 🚀 Added
11
+
12
+ - **FileUploader**: Added support for archive file types including `zip`, `rar`, `7z`, `tar`, `gz`, and `tgz`
13
+ - **TruncatedCell**: Added a new component for displaying truncated text content with tooltip expansion and responsive text handling
14
+ - **DataTable**: Added `rowClassName` prop for custom CSS classes based on row data
15
+ - **DataTable**: Added `headerClassName` and `cellClassName` support in column meta for custom styling
16
+ - **DataTable**: Enhanced utils typing with mapped union for better accessor config type inference
17
+
18
+ ## [laif-ds@0.2.75]
19
+
20
+ ### ⚠️ Breaking changes
21
+
22
+ - **DataTable**: the cell value type is now defined better so some small compatibility issues my emerge with strict typing in precedent versions
23
+ - **general**: Since the introduction of strict EsLint in the repository a big number of components has got updated, some small bugs may emerge
24
+
25
+ ### 🚀 Added
26
+
27
+ - **Storybook**: Added a dedicated changelog documentation page with markdown rendering and release-oriented navigation
28
+
29
+ ### 🔧 Changed
30
+
31
+ - **DataTable**: Updated datatable with new double re-render patch and better filter interactions
32
+ - **ESLint**: Strengthened linting rules to improve code quality and prevent errors
33
+ - **Storybook**: Improved story sorting and dev server startup behavior, and disabled telemetry in the core configuration
34
+ - **Tooling**: Added parallel command execution support with animated status feedback for local development utilities
35
+
36
+ ## [laif-ds@0.2.74]
37
+
38
+ ### 🔧 Changed
39
+
40
+ - **Icon**: Updated the Lucide icon library to the latest version
41
+
42
+ ## [laif-ds@0.2.73]
43
+
44
+ ### 🚀 Added
45
+
46
+ - **FilePreview**: Added `showThumbnail` to disable thumbnail preview
47
+
48
+ ### 🔧 Changed
49
+
50
+ - **AppTimePicker and DatePicker**: Added configurable minute and second step support
51
+ - **Internal Types**: Improved internal type management
52
+ - **Action Menu**: Added support for disabling the action menu trigger
53
+
54
+ ## [laif-ds - Storybook Update]
55
+
56
+ ### 🔧 Changed
57
+
58
+ - **Map Docs**: Added Storybook documentation explaining which libraries to use when an interactive map is needed in applications
59
+
60
+ ## [laif-ds@0.2.71]
61
+
62
+ ### 🚀 Added
63
+
64
+ - **AppTimePicker**: Added a new component for selecting hours, minutes and seconds
65
+
66
+ ### 🔧 Changed
67
+
68
+ - **DatePicker**: Added DateTimePicker functionality through the `showTime` prop
69
+
70
+ ## [laif-ds@0.2.70]
71
+
72
+ ### 🐛 Fixed
73
+
74
+ - **Textarea**: Fixed long content handling
75
+
76
+ ### 🔧 Changed
77
+
78
+ - **Kanban**: Improved UI and UX
79
+
80
+ ## [laif-ds@0.2.69]
81
+
82
+ ### 🚀 Added
83
+
84
+ - **Toaster**: Added a new toaster component based on Sonner
85
+
86
+ ### 🐛 Fixed
87
+
88
+ - **AppDialog**: Fixed the console warning shown when title or description is not provided
89
+
90
+ ## [laif-ds@0.2.68]
91
+
92
+ ### 🚀 Added
93
+
94
+ - **AppForm**: Added `datePickerProps` to customize DatePicker options inside the form
95
+
96
+ ## [laif-ds@0.2.67]
97
+
98
+ ### 🚀 Added
99
+
100
+ - **Calendar**: Added range support
101
+
102
+ ### 🔧 Changed
103
+
104
+ - **Documentation**: Updated the calendar range documentation
105
+
106
+ ## [laif-ds@0.2.66]
107
+
108
+ ### 🚀 Added
109
+
110
+ - **AppSelect**: Added `renderValue` for custom selected value rendering
111
+ - **AppSelect**: Added `noGroupLabel` to customize the label for ungrouped options
112
+ - **AppCheckbox**: Added a new component for quickly building checkbox groups
113
+ - **DatePicker and Calendar**: Added `minDate` and `maxDate` constraints for selectable date ranges
114
+
115
+ ### � Changed
116
+
117
+ - **AppSelect**: Removed `groupBy`
118
+ - **AppSelect**: On open, options now scroll to the selected option
119
+ - **DatePicker and Calendar**: Reduced the default available year range to ±50 years from today
120
+
121
+ ## [laif-ds@0.2.65]
122
+
123
+ ### 🔧 Changed
124
+
125
+ - **DataTable**: Added empty / not empty operators in all column filters
126
+
127
+ ### ⚠️ Breaking Changes
128
+
129
+ - **Upstream Requirement**: Use this version only after updating to the upstream release that fixes `eq_null` and `n_eq_null`
130
+
131
+ ## [laif-ds@0.2.64]
132
+
133
+ ### 🚀 Added
134
+
135
+ - **Testing and Accessibility**: Added support for `id` and `data-testid` on interactive library components
136
+
137
+ ### 🔧 Changed
138
+
139
+ - **Interactive Components**: Updated `AppSelect`, `AsyncSelect`, `DatePicker`, `AppRadioGroup`, `InputSelector`, `FileUploader`, `DataTable`, `MessageInput` and `AppStepper`
140
+ - **Documentation**: Listed components that already support `id` and `data-testid` through spread props
141
+
142
+ ## [laif-ds@0.2.63]
143
+
144
+ ### 🐛 Fixed
145
+
146
+ - **DataTable**: Center-aligned the clear button inside the searchbar input
147
+
148
+ ## [laif-ds@0.2.62]
149
+
150
+ ### 🚀 Added
151
+
152
+ - **AppDialog**: Added the new component for simpler dialog implementation
153
+ - **DataTable**: Added support for custom components inside column headers
154
+
155
+ ## [laif-ds@0.2.61]
156
+
157
+ ### 🔧 Changed
158
+
159
+ - **AppSelect and AsyncSelect**: Improved dropdown placement to open above or below depending on available space
160
+
161
+ ## [laif-ds@0.2.60]
162
+
163
+ ### 🔧 Changed
164
+
165
+ - **Calendar**: Added search to the month and year selectors
166
+
167
+ ## [laif-ds@0.2.59]
168
+
169
+ ### 🔧 Changed
170
+
171
+ - **AppStepper**: Exported the required component types
172
+
173
+ ## [laif-ds@0.2.58]
174
+
175
+ ### 🔧 Changed
176
+
177
+ - **DataTable**: Increased horizontal scrollbar `z-index` to avoid overlap with the last row
178
+ - **DataTable**: Added `columnVisibility` support inside `initialState`
179
+
180
+ ## [laif-ds@0.2.57]
181
+
182
+ ### 🐛 Fixed
183
+
184
+ - **AsyncSelect**: Fixed missing classes in some UI states
185
+ - **AsyncSelect**: Fixed coexistence between initial options and fetched options
186
+
187
+ ## [laif-ds@0.2.54]
188
+
189
+ ### 🚀 Added
190
+
191
+ - **AppTooltip**: Added a tooltip component with variant support aligned with the rest of the library
192
+
193
+ ### 🐛 Fixed
194
+
195
+ - **FilePreview**: Fixed action menu alignment to the right side of the title area
196
+
197
+ ## [laif-ds@0.2.53]
198
+
199
+ ### 🐛 Fixed
200
+
201
+ - **UI Alignment**: Fixed focus and label alignment issues
202
+
203
+ ## [laif-ds@0.2.52]
204
+
205
+ ### 🐛 Fixed
206
+
207
+ - **Button**: Fixed shrink effect
208
+
209
+ ## [laif-ds@0.2.48]
210
+
211
+ ### 🚀 Added
212
+
213
+ - **AppKanban**: Released the first version of the component
214
+ - **AppForm**: Added `async` and `async-multiple` modes
215
+
216
+ ### 🔧 Changed
217
+
218
+ - **AsyncSelect**: Added debounce support with custom delay support and `initialOptions`
219
+
220
+ ### ⚠️ Breaking Changes
221
+
222
+ - **AsyncSelect API**: Removed `preload`, `filterFn` and `width`
223
+ - **AsyncSelect API**: Renamed `getOptionValue` to `resolveOptionValue`
224
+ - **AsyncSelect API**: Renamed `getDisplayValue` to `renderSelectedValue`
225
+ - **AsyncSelect API**: Renamed `renderOption` to `renderOptionItems`
226
+
227
+ ## [laif-ds@0.2.47]
228
+
229
+ ### 🔧 Changed
230
+
231
+ - **AppForm**: Added support for defining input types externally
232
+
233
+ ## [laif-ds@0.2.46]
234
+
235
+ ### 🔧 Changed
236
+
237
+ - **DatePicker**: Set Italian as the default language while keeping it configurable
238
+ - **AppForm**: Added `showSubmitButton`
239
+ - **AppForm**: Exported the items interface
240
+
241
+ ## [laif-ds@0.2.45]
242
+
243
+ ### 🔧 Changed
244
+
245
+ - **Documentation**: Added auto-generated docs for all `laif-ds` components under `/node_modules/laif-ds/dist/agent-docs`
246
+
247
+ ## [laif-ds@0.2.44]
248
+
249
+ ### 🚀 Added
250
+
251
+ - **Spinner**: Added a new spinner component with size, variant and `className` support
252
+
253
+ ## [laif-ds@0.2.43]
254
+
255
+ ### 🚀 Added
256
+
257
+ - **DataTable Utilities**: Added simplified utilities for column definition and state management
258
+ - **DataTable Utilities**: Added visual indicators for filterable, sortable and searchable columns
259
+ - **DataTable Utilities**: Added support for duplicate accessors, display-only columns, calculated columns and automatic unique IDs
260
+
261
+ ## [laif-ds@0.2.42]
262
+
263
+ ### 🐛 Fixed
264
+
265
+ - **DataTable**: Fixed a rare server mode loading loop caused by table loading state interaction
266
+
267
+ ## [laif-ds@0.2.39]
268
+
269
+ ### 🔧 Changed
270
+
271
+ - **DatePicker**: Set the default upper year selector limit to 100 years in the future
272
+
273
+ ## [laif-ds@0.2.38]
274
+
275
+ ### 🚀 Added
276
+
277
+ - **DatePicker**: Added `locale`, `initialCalendarMonth` and `customCalendarProps`
278
+
279
+ ### 🔧 Changed
280
+
281
+ - **DatePicker**: The calendar now opens on the selected day by default
282
+ - **DatePicker**: Added default month and year selectors
283
+
284
+ ## [laif-ds@0.2.37]
285
+
286
+ ### 🚀 Added
287
+
288
+ - **Input**: Added `showValidMessage`, `showValidityMessage` and `validityI18n`
289
+ - **Storybook**: Added a showcase story for validation behavior
290
+
291
+ ## [laif-ds@0.2.36]
292
+
293
+ ### 🚀 Added
294
+
295
+ - **Badge**: Added `iconLeft`, `iconRight` and `disabled`
296
+ - **Badge**: Added new variants including `success` and `warning`
297
+
298
+ ### ⚠️ Breaking Changes
299
+
300
+ - **CSS Variables**: To use `success` and `warning` variants immediately, update the required `shadcn.css` variables in the template or upstream them first
301
+
302
+ ## [laif-ds@0.2.35]
303
+
304
+ ### 🚀 Added
305
+
306
+ - **Input**: Added `startContent` and `endContent` support for custom React nodes
307
+ - **Input**: Added native validation support through the HTML5 validation API
308
+ - **Input**: Added `errorMessage`, internal validation state and ARIA improvements
309
+
310
+ ## [laif-ds@0.2.34]
311
+
312
+ ### 🚀 Added
313
+
314
+ - **Button**: Added the `outline-destructive` variant and improved IntelliSense for variants and sizes
315
+
316
+ ### 🔧 Changed
317
+
318
+ - **Checkbox**: Updated cursor behavior to `pointer` when enabled
319
+ - **Checkbox**: Updated border color for consistency with the radio button and improved contrast
320
+
321
+ ## [laif-ds@0.2.32]
322
+
323
+ ### 🚀 Added
324
+
325
+ - **AppRadioGroup**: Added a new radio group component with icon, layout, orientation, required indicator, disabled option and TypeScript support
326
+ - **TextArea**: Added `wrpClassName`
327
+
328
+ ### 🔧 Changed
329
+
330
+ - **RadioGroup**: Deprecated in favor of `AppRadioGroup`
331
+ - **Storybook**: Deprecated components are now visible in Storybook
332
+
333
+ ## [laif-ds@0.2.30]
334
+
335
+ ### 🐛 Fixed
336
+
337
+ - **Checkbox**: Fixed incorrect checkmark color
338
+
339
+ ## [laif-ds@0.2.28 / 0.2.29]
340
+
341
+ ### 🔧 Changed
342
+
343
+ - **Documentation**: Updated documentation only, with no component logic changes
344
+
345
+ ## [laif-ds@0.2.26]
346
+
347
+ ### 🔧 Changed
348
+
349
+ - **Documentation**: Updated docs pages with no component logic changes
350
+
351
+ ## [laif-ds@0.2.24]
352
+
353
+ ### 🚀 Added
354
+
355
+ - **Confirmer**: Added a `destructive` variant for delete flows
356
+ - **Button**: Added new ghost variants
357
+ - **AppSelect**: Added `isSingleSelectClearable` for single-select clearing
358
+
359
+ ### 🐛 Fixed
360
+
361
+ - **AppSelect**: Fixed HTML label rendering
362
+
363
+ ### 🔧 Changed
364
+
365
+ - **DataTable**: Refactored the component and published updated documentation
366
+
367
+ ## [laif-ds@0.2.21]
368
+
369
+ ### 🚀 Added
370
+
371
+ - **Stepper**: Added `Stepper` and `AppStepper`
372
+
373
+ ## [laif-ds@0.2.15]
374
+
375
+ ### 🐛 Fixed
376
+
377
+ - **AppSelect**: Fixed options overflow when used inside `Dialog`
378
+
379
+ ## [laif-ds@0.2.14]
380
+
381
+ ### 🚀 Added
382
+
383
+ - **File Preview Modal**: Added `previewFileModal` utility for modal previews
384
+ - **File Preview Modal**: Added `FilePreviewer` integration at layout level
385
+
386
+ ## [laif-ds@0.2.13]
387
+
388
+ ### 🐛 Fixed
389
+
390
+ - **AppSelect**: Fixed options overflow when used inside `Drawer` or `Sheet`
391
+
392
+ ## [laif-ds@0.2.12]
393
+
394
+ ### ⚠️ Breaking Changes
395
+
396
+ - **Select Components**: Deprecated `AppMultipleSelectDropdown` and `MultipleSelector` in favor of `AppSelect`
397
+
398
+ ### 🔧 Changed
399
+
400
+ - **AppSelect**: Documented supported value types and main props
401
+
402
+ ## [laif-ds@0.2.8]
403
+
404
+ ### 🚀 Added
405
+
406
+ - **FileUploader**: Added `maxTotalSize` and `maxFiles`
407
+
408
+ ## [laif-ds@0.2.6]
409
+
410
+ ### 🚀 Added
411
+
412
+ - **File Management**: Added `FileUploader` and `FilePreview`
413
+
414
+ ## [laif-ds@0.2.5]
415
+
416
+ ### 🔧 Changed
417
+
418
+ - **MultipleSelector**: Updated default `placeholder` to `Cerca...`
419
+ - **MultipleSelector**: Set `hidePlaceholderWhenSelected` default to `true`
420
+
421
+ ## [laif-ds@0.2.4]
422
+
423
+ ### ⚠️ Breaking Changes
424
+
425
+ - **AppMultipleSelectDropdown**: Removed `cancelButtonLabel`
426
+ - **AppMultipleSelectDropdown**: Renamed `filterable` to `searchable`
427
+ - **AppMultipleSelectDropdown**: Renamed `filterPlaceholder` to `searchPlaceholder`
428
+
429
+ ### 🔧 Changed
430
+
431
+ - **AppMultipleSelectDropdown**: Enabled `searchable` by default
432
+
433
+ ---
434
+
435
+ ## Version History
436
+
437
+ For older versions and detailed commit history, please refer to the Git repository history.
438
+
439
+ ## Contributing
440
+
441
+ When adding new features or making changes:
442
+
443
+ 1. Update this changelog with your changes
444
+ 2. Follow the format: Added/Changed/Fixed/Breaking Changes
445
+ 3. Include migration instructions for breaking changes
446
+ 4. Update version number in `version.laif-template.txt`