laif-ds 0.2.74 → 0.2.75

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