@weni/unnnic-system 3.12.6-alpha-teleports.0 → 3.12.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/.vscode/extensions.json +3 -0
  2. package/CHANGELOG.md +1074 -0
  3. package/README.md +1 -9
  4. package/dist/{es-ebc7770b.mjs → es-e7dc92a2.mjs} +1 -1
  5. package/dist/{index-f117a889.mjs → index-84ade580.mjs} +51079 -53907
  6. package/dist/index.d.ts +1363 -4701
  7. package/dist/{pt-br-b1a08da0.mjs → pt-br-51fd679a.mjs} +1 -1
  8. package/dist/style.css +1 -1
  9. package/dist/unnnic.mjs +206 -234
  10. package/dist/unnnic.umd.js +44 -48
  11. package/package.json +2 -3
  12. package/src/assets/scss/tailwind.scss +0 -8
  13. package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +1 -1
  14. package/src/components/ChartFunnel/DefaultFunnel/ChartDefaultFunnelBase.vue +1 -2
  15. package/src/components/ChartFunnel/SvgFunnel/ChartFunnelTwoRows.vue +60 -61
  16. package/src/components/Checkbox/Checkbox.vue +8 -2
  17. package/src/components/CheckboxGroup/CheckboxGroup.vue +7 -5
  18. package/src/components/Chip/Chip.vue +1 -1
  19. package/src/components/Drawer/Drawer.vue +270 -180
  20. package/src/components/Drawer/__tests__/Drawer.spec.js +43 -32
  21. package/src/components/Drawer/__tests__/__snapshots__/Drawer.spec.js.snap +19 -18
  22. package/src/components/FormElement/FormElement.vue +96 -87
  23. package/src/components/Input/Input.vue +2 -2
  24. package/src/components/ModalDialog/ModalDialog.vue +154 -63
  25. package/src/components/ModalDialog/__tests__/ModalDialog.spec.js +221 -11
  26. package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +22 -1
  27. package/src/components/Radio/Radio.vue +12 -6
  28. package/src/components/Radio/__test__/Radio.spec.js +3 -1
  29. package/src/components/RadioGroup/RadioGroup.vue +18 -10
  30. package/src/components/Switch/Switch.vue +10 -3
  31. package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +1 -3
  32. package/src/components/TemplatePreview/TemplatePreview.vue +28 -25
  33. package/src/components/TemplatePreview/TemplatePreviewModal.vue +10 -10
  34. package/src/components/TemplatePreview/types.d.ts +3 -3
  35. package/src/components/Toast/Toast.vue +1 -4
  36. package/src/components/Toast/ToastManager.ts +1 -4
  37. package/src/components/Toast/__tests__/ToastManager.spec.js +6 -10
  38. package/src/components/ToolTip/ToolTip.vue +177 -25
  39. package/src/components/ToolTip/__tests__/ToolTip.spec.js +61 -339
  40. package/src/components/index.ts +0 -56
  41. package/src/components/ui/popover/PopoverContent.vue +3 -7
  42. package/src/components/ui/popover/PopoverTrigger.vue +1 -5
  43. package/src/index.ts +2 -9
  44. package/src/stories/Drawer.stories.js +1 -1
  45. package/src/stories/ModalDialog.mdx +0 -3
  46. package/src/stories/ModalDialog.stories.js +1 -1
  47. package/src/stories/TemplatePreview.stories.js +27 -27
  48. package/src/stories/TemplatePreviewModal.stories.js +31 -31
  49. package/src/components/ui/dialog/Dialog.vue +0 -19
  50. package/src/components/ui/dialog/DialogClose.vue +0 -29
  51. package/src/components/ui/dialog/DialogContent.vue +0 -140
  52. package/src/components/ui/dialog/DialogFooter.vue +0 -50
  53. package/src/components/ui/dialog/DialogHeader.vue +0 -83
  54. package/src/components/ui/dialog/DialogTitle.vue +0 -38
  55. package/src/components/ui/dialog/DialogTrigger.vue +0 -16
  56. package/src/components/ui/dialog/index.ts +0 -7
  57. package/src/components/ui/drawer/Drawer.vue +0 -27
  58. package/src/components/ui/drawer/DrawerClose.vue +0 -31
  59. package/src/components/ui/drawer/DrawerContent.vue +0 -113
  60. package/src/components/ui/drawer/DrawerDescription.vue +0 -40
  61. package/src/components/ui/drawer/DrawerFooter.vue +0 -38
  62. package/src/components/ui/drawer/DrawerHeader.vue +0 -57
  63. package/src/components/ui/drawer/DrawerOverlay.vue +0 -33
  64. package/src/components/ui/drawer/DrawerTitle.vue +0 -37
  65. package/src/components/ui/drawer/DrawerTrigger.vue +0 -31
  66. package/src/components/ui/drawer/index.ts +0 -10
  67. package/src/components/ui/tooltip/Tooltip.vue +0 -21
  68. package/src/components/ui/tooltip/TooltipContent.vue +0 -77
  69. package/src/components/ui/tooltip/TooltipTrigger.vue +0 -24
  70. package/src/components/ui/tooltip/index.ts +0 -3
  71. package/src/lib/__tests__/teleport-target.spec.ts +0 -73
  72. package/src/lib/layer-manager.ts +0 -64
  73. package/src/lib/teleport-target.ts +0 -46
  74. package/src/stories/Dialog.stories.js +0 -832
  75. package/src/stories/DrawerNext.stories.js +0 -611
  76. package/src/stories/LayerManager.docs.mdx +0 -40
  77. package/src/stories/LayerManager.stories.js +0 -407
package/CHANGELOG.md ADDED
@@ -0,0 +1,1074 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ # 3.12.6 (2025-12-26)
9
+
10
+ ### Changed
11
+
12
+ - **Disclaimer Component**:
13
+ - Replaced the icon names and normalized icon sizes to align with the latest design tokens.
14
+ - Refactored the component classes to simplify the structure and keep styling consistent across variations.
15
+ - Unified `DisclaimerV2` into `Disclaimer`, introducing an adapter layer so legacy props continue to work without breaking changes.
16
+ - Updated the related test suites to reflect the consolidated component API.
17
+
18
+ # 3.12.5 (2025-12-26)
19
+
20
+ ### Fixed
21
+
22
+ - **Type Declarations**:
23
+ - Exported `FunnelStep` so Chart Funnel typings remain publicly accessible.
24
+ - Cast `unnnicInputDatePicker` to `VueComponent` to prevent leaking SFC-only prop types.
25
+ - Typed `PopoverContent` slots using `Slots` to restore `slots.default` inference.
26
+ - Enabled `rollupTypes` (using the project `tsconfig`) so `vite-plugin-dts` emits a resolvable `dist/index.d.ts`.
27
+
28
+ # 3.12.4 (2025-12-23)
29
+
30
+ ### Added
31
+
32
+ - **ChatsContact**:
33
+ - Change yesterday translations logic
34
+ - Added empty contact name tratative
35
+
36
+ # 3.12.3 (2025-12-12)
37
+
38
+ ### Added
39
+
40
+ - **DisclaimerV2 Component**:
41
+ - Introduced the new `UnnnicDisclaimerV2` component using `<script setup lang="ts">` and Composition API.
42
+ - Added support for multiple semantic variants (`informational`, `success`, `attention`, `error`, `neutral`) with dedicated icon and color mappings.
43
+ - Added unit tests covering default content, conditional title/description rendering, center alignment behavior, and variant-specific icon/scheme selection.
44
+ - Documented the component in Storybook under `Example/DisclaimerV2` with stories for each variant.
45
+
46
+ # 3.12.2 (2025-12-05)
47
+
48
+ ### Fixed
49
+
50
+ - **Popover module exports**:
51
+ - Exposed `unnnicPopoverOption`/`UnnnicPopoverOption`.
52
+ - Added the missing `unnnicPopoverFooter` exports.
53
+ - `UnnnicInputDatePicker` as `VueComponent` at exports to fixes Typescript issue.
54
+
55
+ # 3.12.1 (2025-12-04)
56
+
57
+ ### Added
58
+
59
+ - **PopoverOption Component**:
60
+ - Added `PopoverOption` component.
61
+
62
+ # 3.12.0 (2025-12-03)
63
+
64
+ ### Added
65
+
66
+ - **SegmentedControl Component**:
67
+ - Introduced a segmented-control built on top of the `reka-ui` tabs primitives, composed by `SegmentedControl`, `SegmentedControlList`, `SegmentedControlTrigger`, and `SegmentedControlContent`.
68
+ - Documented the component in Storybook under `Navigation/SegmentedControl`, covering default, disabled, adaptive-width, and small examples to guide adoption.
69
+
70
+ # 3.11.2 (2025-11-27)
71
+
72
+ ### Added
73
+
74
+ - **DatePicker Component**:
75
+ - Added `periodBaseDate` prop to allow custom reference dates for predefined periods (e.g. `last-7-days`, `last-12-months`, `current-month`, `previous-month`), enabling use cases like "Last 7 days (up to 24h ago)".
76
+ - Added `data-testid` attributes to key interactive elements (root, navigation buttons, day/month/year cells, options, clear/apply buttons) to improve testability and coverage quality.
77
+ - Added new Storybook stories demonstrating multiple usage patterns:
78
+ - `SmallDayPicker` (type `day`, size `small`)
79
+ - `MonthView` (type `month`)
80
+ - `YearView` (type `year`)
81
+ - `WithMinAndMaxDateRange` (date range constrained by `minDate` and `maxDate`)
82
+ - `WithCustomLabelsAndDisableClear` (custom action/clear labels and `disableClear`)
83
+ - `CustomRelativePeriodsWithBaseDate` (custom relative filters backed by `periodBaseDate`).
84
+ - **InputDatePicker Component**:
85
+ - Added `periodBaseDate` prop passthrough so external consumers can leverage the new relative date presets from `UnnnicDatePicker` (e.g. "Last 7 days (up to 24h ago)").
86
+ - Added new Storybook story `WithCustomRelativePeriodsAndBaseDate` showcasing InputDatePicker with relative filters backed by `periodBaseDate`.
87
+ - Added focused unit tests for InputDatePicker covering integration with DatePicker, v-model behavior, formatting, and dropdown open/close logic.
88
+
89
+ ### Changed
90
+
91
+ - **DatePicker Component**:
92
+ - Migrated implementation to `<script setup lang="ts">` with Vue 3 Composition API while preserving the existing public API (props, events, and behavior) for backward compatibility.
93
+ - Normalized internal date-handling logic to use typed helpers (`dateToString`, `stringToTime`, etc.) for safer arithmetic across day, month, and year views.
94
+ - **InputDatePicker Component**:
95
+ - Migrated implementation to `<script setup lang="ts">` Composition API while preserving existing props (`modelValue`, `type`, `format`, `inputFormat`, etc.), events, and visual behavior for backward compatibility.
96
+
97
+ ### Fixed
98
+
99
+ - **DatePicker Component**:
100
+ - Corrected month label rendering in `type="month"` view by aligning month indices with the localized `monthsLocale` array (fixes incorrect labels and potential indexing errors).
101
+
102
+ # 3.11.0 (2025-11-24)
103
+
104
+ ### Added
105
+
106
+ - **Toast Component**: New inline notification system with ToastManager for programmatic toast display
107
+ - **Component**: Complete Toast component with multiple variants (success, info, warning, error)
108
+ - **Toast Manager**: Programmatic API for displaying toasts via `this.$unnnicCallToast()`
109
+ - **Storybook Documentation**: Complete documentation with interactive examples
110
+
111
+ - **PageHeader Component**: New page header component for consistent page layouts
112
+ - **Flexible Layout**: Support for title, subtitle, and custom content slots
113
+ - **Slot Support**: Left and right content slots for custom elements
114
+
115
+ - **Form Group Components**: New wrapper components for better form organization
116
+ - **CheckboxGroup**: Group multiple checkboxes with shared label and tooltip support
117
+ - **RadioGroup**: Group radio buttons with helper text and label styling
118
+
119
+ - **Form Elements Enhancement**: Major improvements to all form components
120
+ - **Tooltip Support**: Added to Input, TextArea, Label, and Radio components
121
+ - **Helper Text**: Added to Radio and RadioGroup components
122
+ - **MaxLength Support**: Added to Input component with visual feedback
123
+ - **Disabled State**: Improved disabled state styling across all form elements
124
+
125
+ - **New Icons**: Added dedicated SVG icons for form states
126
+ - `checkbox-checked.svg` and `checkbox-checked-disabled.svg`
127
+ - `checkbox-less.svg` and `checkbox-less-disabled.svg`
128
+ - `radio-checked.svg`
129
+ - `switch-checked.svg` and `switch-checked-disabled.svg`
130
+
131
+ - **Icon Component**: New foreground color types added to color scheme
132
+
133
+ ### Changed
134
+
135
+ - **Form Elements Redesign**: Complete visual and structural redesign of form components
136
+ - **Button**: Updated to use new design tokens, removed 'alternative' type, added transition effects
137
+ - **Checkbox**: Redesigned with improved styling, restored intermediate state, new disabled state handling, also removed size prop
138
+ - **Radio**: Complete redesign with improved structure and styling, also removed size prop
139
+ - **Switch**: Redesigned with updated icons and improved component styles
140
+ - **Input**: Enhanced with computed error handling, improved layout, dynamic styling based on size
141
+ - **TextArea**: Restructured with improved error handling and message display
142
+ - **Label**: Refactored with tooltip support and improved structure
143
+
144
+ - **FormElement Component**: Major refactoring for better structure and maintainability
145
+ - **Label Integration**: Now uses UnnnicLabel component for improved consistency
146
+ - **Error Handling**: Updated to allow null type for TextArea errors
147
+ - **Improved Layout**: Restructured for better clarity and usability
148
+ - **Spacing Updates**: Enhanced spacing for improved visual hierarchy
149
+
150
+ - **Tag Component**: Restructured and simplified
151
+ - **Default Variation**: Consolidated to contain only default variation
152
+ - **Improved Styling**: Enhanced with fit-content width and text overflow handling
153
+ - **Type Safety**: Added comprehensive prop type definitions
154
+
155
+ - **Alert Component**: Simplified architecture
156
+ - **Toast Integration**: Integrated with new UnnnicToast component
157
+ - **Removed Deprecated**: Removed version variation 1.0 and AlertBanner and AlertCaller components
158
+ - **Streamlined version 1.1**: Removed link (linkHref prop) variation
159
+ - **Updated Tests**: Reflected version changes and removed deprecated props
160
+
161
+ - **Tab Component**: Enhanced functionality
162
+ - **Disabled State**: Added support for disabled tabs
163
+ - **Dynamic Tooltip**: Tooltip icon size now adjusts based on tab size
164
+
165
+ - **SelectSmart Component**: Improved consistency
166
+ - **Border Styling**: Updated border radius and border styling
167
+ - **Layout Adjustments**: Improved margin properties for better layout
168
+
169
+ - **ChatsContact Component**: Changed to have its own tag instead of using UnnnicTag
170
+
171
+ ### Fixed
172
+
173
+ - **Input Component**: Added transition effect for smoother border color change on focus
174
+ - **Icon Component**: Fixed cursor styling for better UX
175
+
176
+ ### Refactored
177
+
178
+ - **Button Component**: Replaced 'next' prop with 'clickable' for icon buttons, standardized text across stories
179
+ - **Input Component**: Replaced label section with UnnnicLabel component for improved structure
180
+ - **Label Component**: Renamed Props interface to LabelProps for clarity
181
+
182
+ # 3.10.0 (2025-11-24)
183
+
184
+ ### Added
185
+
186
+ - **Icon Component**: Added filled attribute to rating component in MarketplaceCard.
187
+
188
+ ### Changed
189
+
190
+ - **Refactor**: Replace old font files with a new material-symbols font.
191
+
192
+ ### Fixed
193
+
194
+ - **Collapse Component**: Update icon size in Collapse component from 'xs' to 'ant'.
195
+
196
+ # 3.9.4 (2025-11-21)
197
+
198
+ ### Changed
199
+
200
+ - **Border Radius Tokens**: Updated `$unnnic-radius-full` token from percentage-based to fixed pixel value. Changed from `100%` to `1000px` for more consistent circular shapes.
201
+
202
+ # 3.9.3 (2025-11-18)
203
+
204
+ ### Added
205
+
206
+ - **ChatsContact Component**: Added the `lastInteractionTimePrefix` prop, which allows adding text preceding the time of the last interaction.
207
+
208
+ # 3.9.2 (2025-11-13)
209
+
210
+ ### Added
211
+
212
+ - **DataTable Component - Infinite Scroll Support**:
213
+ - **Infinite Scroll Functionality**: Native infinite scroll using VueUse's `useInfiniteScroll` composable
214
+ - **New Props**:
215
+ - `infiniteScroll` (Boolean, default: false) - Enables infinite scroll functionality
216
+ - `infiniteScrollDistance` (Number, default: 100) - Distance in pixels from bottom to trigger the loadMore event
217
+ - `infiniteScrollDisabled` (Boolean, default: false) - Disables infinite scroll (useful when all data has been loaded)
218
+ - `isLoadingMore` (Boolean, default: false) - Indicates whether more data is being loaded for infinite scroll
219
+ - **New Event**: `loadMore` - Emitted when user scrolls near the bottom of the table
220
+ - **Visual Feedback**: Loading indicator at the bottom of the table during data loading
221
+ - **Seamless Integration**: Works alongside existing pagination system (can be disabled with `hidePagination`)
222
+ - **Fixed Headers Support**: Compatible with `fixedHeaders` prop for optimal scrolling experience
223
+
224
+ # 3.9.1 (2025-11-12)
225
+
226
+ ### Added
227
+
228
+ - **SelectSmart Component - Infinite Scroll & External Search**:
229
+ - **Infinite Scroll Support**: Native infinite scroll using VueUse's `useInfiniteScroll` composable
230
+ - **External Search Support**: New `disableInternalFilter` prop for API-based search with debounce
231
+ - **New Props**:
232
+ - `infiniteScroll` (Boolean, default: false) - Enables infinite scroll functionality
233
+ - `infiniteScrollDistance` (Number, default: 10) - Distance in pixels from bottom to trigger loading
234
+ - `infiniteScrollCanLoadMore` (Function, default: () => true) - Callback to determine if more data is available
235
+ - `disableInternalFilter` (Boolean, default: false) - Disables internal filtering for external search control
236
+ - **New Event**: `scroll-end` - Emitted when user scrolls near the bottom of options list
237
+ - **Public Methods**:
238
+ - `finishInfiniteScroll()` - Must be called after loading data to reset loading state
239
+ - `resetInfiniteScroll()` - Resets infinite scroll state completely
240
+ - **Separate Loading States**:
241
+ - `isLoading` prop now only for initial load (shows centered loading, hides options)
242
+ - Internal `infiniteScrollLoading` state for pagination (shows loading at bottom, keeps options visible)
243
+ - **Visual Feedback**: Dedicated loading indicator at the end of options list during pagination
244
+ - **Performance Optimized**: Automatic cleanup on unmount, prevents memory leaks
245
+
246
+ # 3.9.0 (2025-11-07)
247
+
248
+ ### Added
249
+
250
+ - **Tabs Component**:
251
+ - Add and register Tabs, TabsList, TabsContent, and TabsTrigger components in the main index;
252
+ - Add Tabs stories.
253
+
254
+ # 3.8.1 (2025-11-06)
255
+
256
+ ### Fixed
257
+
258
+ - **Tailwind CSS**: Disabled Tailwind CSS container styles to prevent query styles from affecting existing containers
259
+
260
+ # 3.8.0 (2025-11-05)
261
+
262
+ ### Added
263
+
264
+ - **Popover Component**:
265
+ - Add `@vueuse/core` dependency;
266
+ - Add and register Popover, PopoverContent, and PopoverTrigger components in the main index;
267
+ - Add Popover stories.
268
+
269
+ # 3.7.1 (2025-11-03)
270
+
271
+ ### Fixed
272
+
273
+ - **Upload Modal**: Fix close event emitter
274
+
275
+ # 3.7.0 (2025-10-31)
276
+
277
+ ### Added
278
+
279
+ - **Iconify Integration**: Added the Iconify package to support icons not available in Material Symbols.
280
+ - **Icon Component**: Implemented Iconify icon rendering logic in `Icon.vue`, expanding the component’s icon support.
281
+
282
+ # 3.6.0 (2025-10-31)
283
+
284
+ ### Added
285
+
286
+ - **Icon Mappings**: Added more mappings for older icons to point to the icons in Material Symbols for better compatibility
287
+
288
+ ### Changed
289
+
290
+ - **Icon Component**: Updated Icon sizes to use new design tokens
291
+
292
+ ### Removed
293
+
294
+ - **Font Files**: Deleted 5 unused font files from icomoon pack
295
+ - **Icon Files**: Deleted approximately 265 unused icon files
296
+ - **Icon Utilities**: Deleted icons util with old icons
297
+ - **Icon Props**: Removed unnecessary lineHeight property
298
+
299
+ # 3.5.2 (2025-10-29)
300
+
301
+ ### Fixed
302
+
303
+ - **Tailwind CSS**: Disabled Tailwind CSS preflight styles to prevent base styles from affecting existing components (fixes unexpected behavior in TableNext loading icon)
304
+
305
+ # 3.5.1 (2025-10-29)
306
+
307
+ ### Fixed
308
+
309
+ - **Color Tokens**: Fixed `brand-weni-soft` color token referencing incorrect color after applying new color tokens (updated from `teal-100` to `teal-600` in scheme-colors)
310
+
311
+ # 3.5.0 (2025-10-28)
312
+
313
+ ### Added
314
+ - **Template Preview**: Add template preview compontents
315
+
316
+ # 3.4.0 (2025-10-23)
317
+
318
+ ### Added
319
+
320
+ - **shadcn-vue Integration**: Integrated shadcn-vue component library with Tailwind CSS v3
321
+ - **Tailwind CSS v3**: Added Tailwind CSS v3 with CSS-first configuration approach
322
+ - **shadcn-vue CLI**: Integrated shadcn-vue CLI for component scaffolding
323
+ - **Component Library**: Added Reka UI as the headless component foundation
324
+ - **Utility Libraries**: Added class-variance-authority, clsx, and tailwind-merge for component styling
325
+ - **Design Token Integration**: Mapped unnnic design tokens to Tailwind via CSS variables
326
+
327
+ ### Changed
328
+
329
+ - **Main Entry**: Updated `src/main.ts` to import Tailwind CSS styles
330
+ - **Color System**: Exposed all unnnic color tokens as HSL
331
+
332
+ ### Technical Details
333
+
334
+ - **Dependencies Added**:
335
+ - `tailwindcss@3.4.18` - CSS framework
336
+ - `postcss` - CSS processor
337
+ - `autoprefixer` - PostCSS plugin
338
+ - `tailwindcss-animate` - Animation utilities
339
+ - `class-variance-authority` - Variant management
340
+ - `clsx` - Class concatenation utility
341
+ - `tailwind-merge` - Smart class merging
342
+ - `reka-ui` - Headless UI components
343
+ - `ajv` - JSON schema validator
344
+
345
+ - **Files Created**:
346
+ - `tailwind.config.js` - Tailwind configuration with unnnic token mapping
347
+ - `postcss.config.cjs` - PostCSS configuration
348
+ - `components.json` - shadcn-vue CLI configuration
349
+
350
+ # 3.3.3 (2025-10-22)
351
+
352
+ ### Fixed
353
+
354
+ - **Style Dictionary**: Regenerated design tokens to properly export `bg-info` and `bg-success` scheme color updates to the token system
355
+
356
+ # 3.3.2 (2025-10-17)
357
+
358
+ ### Changed
359
+ - **Scheme Colors**:
360
+ - **Updated `bg-info` token**: Changed from blue-100 to blue-50
361
+ - **Updated `bg-success` token**: Changed from green-100 to green-50
362
+ - **Expanded color scheme**: Added missing color token definitions to ensure complete coverage of the design system
363
+
364
+ # 3.3.1 (2025-10-17)
365
+
366
+ ### Added
367
+
368
+ - **DataTable**: Added optional `sort` prop for external sort state control:
369
+ - **Controlled Mode**: Pass `sort` prop to control sort state externally
370
+ - **Uncontrolled Mode**: Component manages sort state internally (default behavior)
371
+ - **v-model Support**: Full support for `v-model:sort` pattern
372
+ - **Backward Compatible**: Existing implementations continue working without changes
373
+
374
+ # 3.3.0 (2025-10-15)
375
+ - **Chart Funnel**: Added two items variation
376
+
377
+ # 3.2.9 (2025-10-14)
378
+
379
+ ### Fixed
380
+
381
+ - **Chip Component**: Fixed layout shift issue when border state changes:
382
+ - **Consistent Sizing**: Component now maintains consistent dimensions regardless of border visibility
383
+ - **Smooth Transitions**: Eliminated visual "jumps" when toggling between selected/unselected states
384
+ - **ESLint Configuration**: Update ESLint configuration and project package.json to use CommonJS
385
+
386
+ # 3.2.8 (2025-09-25)
387
+
388
+ ### Changed
389
+
390
+ - **ESLint Configuration Migration**: Migrated from legacy `.eslintrc.js` to modern flat config format (`eslint.config.js`)
391
+ - **Modern Configuration**: Updated to use `@vue/eslint-config-typescript` with flat config structure
392
+ - **Enhanced TypeScript Support**: Improved TypeScript linting rules and configurations
393
+ - **Code Standardization**: Applied consistent code formatting across all components and files
394
+ - **Dependency Updates**: Updated ESLint-related package dependencies for better compatibility
395
+ - **Rule Optimization**: Enhanced linting rules for better code quality and consistency
396
+
397
+ ### Fixed
398
+
399
+ - **Code Quality**: Standardized formatting across multiple components including AudioRecorder, Button, ChartMultiLine, ChatsHeader, ChatsMessage, DataTable, DatePicker, Drawer, EmojiPicker, FormElement, Input, InputDatePicker, Label, ModalNext, SelectSmart, Tag, and Tour components
400
+
401
+ # 3.2.7 (2025-09-23)
402
+
403
+ ### Fixed
404
+
405
+ - **DataTable**:
406
+ - Fixed without results colum grid
407
+ - Fixed loading variation console warnings
408
+ - Add `itemKey` in `update:sort` event
409
+
410
+ # 3.2.6 (2025-09-22)
411
+
412
+ ### Added
413
+
414
+ - **SelectSmart Component**: New `onActiveChange` event that emits when dropdown options become active/inactive:
415
+ - **Event Emission**: Emits `true` when dropdown opens and `false` when dropdown closes
416
+ - **Full Integration**: Works seamlessly with all existing SelectSmart functionality (keyboard navigation, click outside, escape key)
417
+ - **Comprehensive Testing**: Added 4 new unit tests covering all scenarios including toggle, escape key, and outside click behaviors
418
+
419
+ - **Dropdown Component**: Enhanced `forceOpen` functionality with comprehensive test coverage:
420
+ - **Comprehensive Testing**: Added 5 new unit tests covering all `forceOpen` scenarios
421
+ - **Trigger Prevention**: Tests verify that clicking trigger doesn't toggle dropdown when `forceOpen` is enabled
422
+ - **Outside Click Prevention**: Tests confirm dropdown stays open when clicking outside with `forceOpen` enabled
423
+ - **Prop Compatibility**: Tests validate proper behavior with `useOpenProp` combinations
424
+ - **Event Validation**: Tests ensure no unwanted events are emitted when `forceOpen` is active
425
+
426
+ # 3.2.5 (2025-09-19)
427
+
428
+ ### Added
429
+
430
+ - **Chip Component**: New simplified compact element component for selection and filtering:
431
+ - **Core Features**: Support for text, count badges, and automatic icon handling
432
+ - **Selection States**: Built-in `isSelected` state with automatic styling (teal background when selected)
433
+ - **Type System**: Support for `single` and `multiple` types with context-appropriate icons
434
+ - **Smart Icons**: Automatic add/close icons for multiple type based on selection state
435
+ - **Smart Border Logic**: Automatic border application for unselected state only
436
+ - **Click Interaction**: Built-in click event handling with optional `isClickable` styling (cursor pointer)
437
+ - **TypeScript Support**: Full TypeScript integration with streamlined type definitions (`ChipProps`)
438
+ - **Storybook Documentation**: Complete documentation with interactive examples
439
+ - **Comprehensive Testing**: 15 focused unit tests covering all functionality and interaction patterns
440
+
441
+ - **Global Scheme Colors System**: Centralized color scheme management to eliminate code duplication:
442
+ - **New File**: `src/assets/scss/scheme-colors.scss` with all color scheme definitions
443
+ - **New Tokens**: Added `bg-base`, `bg-soft`, and complete `teal-*` color scale (teal-50 to teal-950) support
444
+ - **Utility Functions**: Added `generate-scheme-classes()` mixin and `get-scheme-color()` function for easier component development
445
+ - **Legacy Compatibility**: Automatic mapping of legacy color names to new color system
446
+
447
+ ### Changed
448
+
449
+ - **Color System Refactoring**: Migrated Chip, Icon, and Card components to use global `$unnnic-scheme-colors` instead of local definitions
450
+ - **TypeScript Types Centralization**: Moved `SchemeColor` type to global `src/types/scheme-colors.d.ts` for better maintainability
451
+ - **Import Optimization**: Updated component imports to use centralized type definitions from `@/types/scheme-colors`
452
+
453
+ ### Removed
454
+
455
+ - **Code Duplication**: Eliminated ~136 lines of duplicate `$scheme-colors` definitions across components
456
+
457
+ # 3.2.4 (2025-09-15)
458
+
459
+ ### Added
460
+
461
+ - **ChatsContact**: Added `forceShowUnreadMessages` prop to always keep the number of unread messages visible.
462
+
463
+ # 3.2.3 (2025-09-12)
464
+
465
+ ### Added
466
+
467
+ - **TypeScript Composition API Migration**: Migrated Icon, Button, and Disclaimer components from Options API to Composition API with full TypeScript support
468
+ - **Component Renaming**: Renamed `Icon` component to `UnnnicIcon` for Pascal Case consistency
469
+ - **Type Definitions**: Added comprehensive TypeScript interfaces and types:
470
+ - `IconSize`, `LineHeight`, `SchemeColor`, `IconProps` for Icon component
471
+ - `ButtonSize`, `ButtonType`, `ButtonProps` for Button component
472
+ - `DisclaimerProps` for Disclaimer component
473
+ - **Type Safety**: Full compile-time type validation for all component props
474
+ - **Modular Types**: Separate type definition files for each component (`types.ts`)
475
+
476
+ ### Changed
477
+
478
+ - **BREAKING**: Icon component name changed from `Icon` to `UnnnicIcon`
479
+ - **BREAKING**: Components migrated to `<script setup lang="ts">` syntax
480
+ - **Test Updates**: Updated all component tests to work with new TypeScript structure
481
+ - **Prop Validation**: Replaced runtime validators with TypeScript compile-time validation
482
+
483
+ ### Fixed
484
+
485
+ - CSS warning for `font-feature-settings` compatibility in Icon component
486
+ - Style property typing issues in Button component
487
+
488
+
489
+ # 3.2.2 (2025-09-12)
490
+
491
+ ### Added
492
+ - **ChatsMessage**: Added automatic message variation
493
+
494
+ # 3.2.1 (2025-09-11)
495
+
496
+ ### Fixed
497
+ - Adjusted the formatting of font tokens to conform to the css font attribute
498
+
499
+ # 3.2.0 (2025-09-11)
500
+
501
+ ### Added
502
+ - Support for **Node.js v22**
503
+ - Introduced **Style Dictionary**:
504
+ - Added the Style Dictionary package
505
+ - Migrated all SCSS tokens to Style Dictionary exports
506
+
507
+ # 3.1.4 (2025-09-05)
508
+
509
+ - **EmojiPicker Refactoring**: Complete modernization of EmojiPicker component:
510
+ - **Security Enhancement**: Local emoji sprite sheets to eliminate external CDN requests (CORS/CSP compliance)
511
+
512
+ ### Fixed
513
+
514
+ - **Security**: Eliminated external requests to unpkg.com for emoji sprite sheets
515
+ - **CSP Compliance**: EmojiPicker now works with strict Content Security Policy headers
516
+ - **Performance**: Reduced bundle size and improved loading times
517
+
518
+ # 3.1.3 (2025-09-05)
519
+
520
+ ### Added
521
+
522
+ - Dependency: Added `emoji-mart-vue-fast` as the new emoji provider
523
+
524
+ ### Removed
525
+
526
+ - Dependencies: Removed `emoji-mart` and `@emoji-mart/data`
527
+
528
+ ### Changed
529
+
530
+ - EmojiPicker: Refactored to use `emoji-mart-vue-fast` while preserving backward compatibility (public props, events, and slots remain unchanged)
531
+
532
+ ## 3.1.2 (2025-09-03)
533
+
534
+ ### Added
535
+
536
+ - **Semantic Color Tokens**: Added comprehensive semantic color token system with dedicated `$unnnic-color-` variables:
537
+ - **Background Semantic Tokens**: `$unnnic-color-bg-base`, `$unnnic-color-bg-soft`, `$unnnic-color-bg-muted`, `$unnnic-color-bg-active`, `$unnnic-color-bg-info`, `$unnnic-color-bg-success`, `$unnnic-color-bg-warning`, `$unnnic-color-bg-critical`
538
+ - **Text Semantic Tokens**: `$unnnic-color-fg-base`, `$unnnic-color-fg-muted`, `$unnnic-color-fg-emphasized`, `$unnnic-color-fg-inverted`, `$unnnic-color-fg-active`, `$unnnic-color-fg-info`, `$unnnic-color-fg-success`, `$unnnic-color-fg-warning`, `$unnnic-color-fg-critical`
539
+ - **Border Semantic Tokens**: `$unnnic-color-border-base`, `$unnnic-color-border-soft`, `$unnnic-color-border-muted`, `$unnnic-color-border-emphasized`, `$unnnic-color-border-active`, `$unnnic-color-border-info`, `$unnnic-color-border-success`, `$unnnic-color-border-warning`, `$unnnic-color-border-critical`
540
+
541
+ ### Changed
542
+
543
+ - **Color System Refactoring**: Updated `$scheme-colors` map to reference the new semantic tokens instead of direct color values for improved maintainability and consistency
544
+
545
+ ## 3.1.1 (2025-08-29)
546
+
547
+ ### Added
548
+
549
+ - **SelectSmart**: Added `multipleLimit` props to limit items selection
550
+ - **SelectSmart**: Added `disableRemove` option attribute to disable remove selected items
551
+
552
+ ## 3.1.0 (2025-08-29)
553
+
554
+ ### Added
555
+
556
+ - **DataTable**: Added new component
557
+
558
+ ## 3.0.4 (2025-08-27)
559
+
560
+ ### Added
561
+
562
+ - **Semantic Color Tokens**: Added new active state semantic color tokens:
563
+ - `bg-active`: Background color for active states using teal-600
564
+ - `fg-active`: Foreground/text color for active states using teal-600
565
+ - `border-active`: Border color for active states using teal-600
566
+
567
+ ## 3.0.3 (2025-08-25)
568
+
569
+ ### Added
570
+
571
+ - **Chats Header**: Add right content slot
572
+
573
+ ## 3.0.2 (2025-08-25)
574
+
575
+ ### Changed
576
+
577
+ - **Red Color Tokens**: Updated red color token values for improved design consistency
578
+
579
+ ## 3.0.1 (2025-08-25)
580
+
581
+ ### Added
582
+
583
+ - **Design Tokens**: New spacing, icon size, border radius, and shadow level tokens
584
+ - **Typography Tokens**: New typography tokens and line heights for better consistency
585
+ - **Color System**: Complete expansion of the color system with new tokens:
586
+ - Added teal color tokens to the design system
587
+ - Expanded tokens for yellow, orange, red, purple, blue, green, and gray
588
+ - New semantic color tokens for improved design consistency
589
+ - **Weni Colors**: Restoration and redefinition of weni color tokens
590
+
591
+ ### Changed
592
+
593
+ - **Color Migration**: Updated color tokens to use teal instead of weni where appropriate
594
+ - **Color Consolidation**: Consolidated color tokens for enhanced design consistency
595
+ - **Semantic Colors**: Improved semantic color tokens, including bg-muted color token adjustment
596
+
597
+ ## 3.0.0 (2025-08-15)
598
+
599
+ ### Added
600
+
601
+ - **TypeScript Support**: Full TypeScript integration with complete type definitions
602
+ - **Type Exports**: All component types are now exported for external use
603
+ - **IntelliSense**: Complete autocomplete support for props, events, and component configuration
604
+ - **Backward Compatibility**: 100% compatible with existing JavaScript projects
605
+ - **Build System**: Updated Vite configuration with TypeScript support and automatic type generation
606
+ - **Component Types**: Comprehensive type definitions for all components starting with Icon component
607
+ - **Type Safety**: Runtime type validation and development-time type checking
608
+
609
+ ### Changed
610
+
611
+ - **BREAKING**: Migrated core files from JavaScript to TypeScript (`src/index.js` → `src/index.ts`, `src/components/index.js` → `src/components/index.ts`)
612
+ - **Build Process**: Enhanced build pipeline with TypeScript compilation and type generation
613
+ - **Package Exports**: Updated package.json exports to include TypeScript declaration files
614
+
615
+ ## 2.36.0 (2025-07-24)
616
+
617
+ ### Added
618
+
619
+ - SelectTime: add component.
620
+
621
+ ## 2.35.0 (2025-07-24)
622
+
623
+ - DatePicker: updates icons, fixes buttons translations, selects the equivalent dates automatically on menu option, prevents the custom option to be selectable.
624
+
625
+ ## 2.34.0 (2025-06-16)
626
+
627
+ - ChatMessage: Added message status
628
+
629
+ ## 2.33.6 (2025-06-11)
630
+
631
+ - Alert: Update pointer-events in Alert component for better interaction handling
632
+
633
+ ## 2.33.5 (2025-06-04)
634
+
635
+ - ChatsContact: Add new pin variant
636
+
637
+ ## 2.33.4 (2025-05-27)
638
+
639
+ ### Fixed
640
+
641
+ - DatePicker: Fixed current month selection
642
+
643
+ ## 2.33.3 (2025-05-26)
644
+
645
+ ### Added
646
+
647
+ - ChatMessage: Added click replied message emitter
648
+
649
+ ## 2.33.2 (2025-05-22)
650
+
651
+ ### Fix
652
+
653
+ - AudioRecorder: Added corrections for NaN values
654
+
655
+ ## 2.33.1 (2025-05-20)
656
+
657
+ ### Fix
658
+
659
+ - TableNext: Added default case prevention without ordering
660
+
661
+ ### Added
662
+
663
+ - DatePicker: Added previous month shortcut
664
+ - DatePicker: Added emitter to send the selected date
665
+
666
+ ## 2.33.0 (2025-05-12)
667
+
668
+ ### Added
669
+
670
+ - Added SelectSmart `enableSearchByValue` prop. This allows you to search for items by the value field
671
+
672
+ ## 2.32.0 (2025-04-30)
673
+
674
+ ### Added
675
+
676
+ - Added support for viewing replied messages in the ChatsMessage component
677
+ - Added reply event to ChatsMessage component
678
+
679
+ ## 2.31.0 (2025-04-29)
680
+
681
+ ### Added
682
+
683
+ - Add project info to ChatsContact component
684
+
685
+ ## 2.30.1 (2025-04-28)
686
+
687
+ ### Added
688
+
689
+ - Add useOpenProp to dropdown component (Use this if you want to control your state by the prop instead of the internal variable)
690
+
691
+ ### Fixed
692
+
693
+ - Fix dropdown not open when click project status chip in ProjectCard
694
+
695
+ ## 2.30.0 (2025-04-24)
696
+
697
+ ### Added
698
+
699
+ - Add contact last message media support
700
+
701
+ ## 2.29.0 (2025-04-23)
702
+
703
+ ### Added
704
+
705
+ - New CardProject component
706
+
707
+ ## 2.28.0 (2025-04-04)
708
+
709
+ ### Added
710
+
711
+ - Added XSS security to form components
712
+
713
+ ## 2.27.0 (2025-04-03)
714
+
715
+ ### Added
716
+
717
+ - Add SelectSmart update:searchValue event
718
+ - Add SelectSmart loading variation
719
+
720
+ ## 2.26.0 (2025-03-27)
721
+
722
+ ### Added
723
+
724
+ - Add DatePicker disableClear prop to ocult clear button
725
+
726
+ ### Fixed
727
+
728
+ - InputDatePicker mouseover cursor pointer
729
+
730
+ ## 2.25.0 (2025-03-12)
731
+
732
+ ### Added
733
+
734
+ - Add InputDatePicker next, fillW, minDate and maxDate props
735
+
736
+ - Add InputDatePicker new visual (to this, use next prop)
737
+
738
+ ### Fixed
739
+
740
+ - InputDatePicker select dates logic improvements
741
+
742
+ ## 2.24.0 (2025-02-27)
743
+
744
+ ### Added
745
+
746
+ - Add new initial 'next' type to UnnnicTag component
747
+
748
+ ## 2.23.0 (2025-02-27)
749
+
750
+ ### Added
751
+
752
+ - Add SelectSmart secondary variation
753
+
754
+ ## 2.22.0 (2025-02-17)
755
+
756
+ ### Added
757
+
758
+ - Add verify to fix style-errors in Modal
759
+ - Upgrade and migrate imports sass to fix warnings
760
+ - Fix witdh calculator in CardStatusesContainer
761
+ - Add ? to SelectSmart scrollIntoView
762
+
763
+ ## 2.21.2 (2025-02-17)
764
+
765
+ ### Added
766
+
767
+ - Added ChatMessage geolocation visual variation
768
+
769
+ ## 2.21.1 (2025-02-11)
770
+
771
+ ### Added
772
+
773
+ - Added HTML support to Disclaimer component
774
+
775
+ ## 2.21.0 (2025-01-30)
776
+
777
+ ### Added
778
+
779
+ - Drawer giant size and customized title
780
+ - Added IconsFilled prop at Button component
781
+
782
+ ## 2.20.0 (2025-01-02)
783
+
784
+ ### Added
785
+
786
+ - ChatsMessage: Added last interaction time
787
+
788
+ ## 2.19.0 (2024-12-10)
789
+
790
+ ### Added
791
+
792
+ - TableNext: Added sort rows by columns
793
+
794
+ ## 2.18.1 (2024-11-27)
795
+
796
+ ### Added
797
+
798
+ - ToolTip: Added Support to HTML
799
+
800
+ ## 2.18.0 (2024-11-27)
801
+
802
+ ### Added
803
+
804
+ - Exports: package.json
805
+
806
+ ## 2.17.0 (2024-11-25)
807
+
808
+ ### Added
809
+
810
+ - TableNext: Added row click event
811
+
812
+ ## 2.16.0 (2024-11-08)
813
+
814
+ ### Added
815
+
816
+ - ChartFunnel: Adjust Chart Funnel variation to not use svg and have better performance
817
+
818
+ ## 2.15.1 (2024-10-31)
819
+
820
+ ### Added
821
+
822
+ - ChartFunnel: Added new variant's 'default' | 'basic'
823
+
824
+ ## 2.15.0 (2024-10-31)
825
+
826
+ ### Added
827
+
828
+ - Tag: `leftIcon` and `rightIcon` props;
829
+ - TableNext: `hideHeaders` and `size` props;
830
+ - TableNext: Added the possibility of column sizes being `'auto'`;
831
+ - TableNext: Removed the requirement to pass the headers prop.
832
+
833
+ ## 2.14.2 (2024-10-22)
834
+
835
+ ### Fixed
836
+
837
+ - Resolved SelectSmart empty option
838
+ - Resolved translate icons issue
839
+
840
+ ## 2.14.1 (2024-10-17)
841
+
842
+ ### Fixed
843
+
844
+ - Resolved DatePicker addMonth issue
845
+
846
+ ## 2.14.0 (2024-10-17)
847
+
848
+ ### Added
849
+
850
+ - Navigator Component
851
+
852
+ ### Fixed
853
+
854
+ - Resolved DatePicker issue showing NaN in safari browser
855
+
856
+ ## 2.13.1 (2024-10-15)
857
+
858
+ ### Fixed
859
+
860
+ - Resolved an issue where the AudioRecorder player displayed incorrect audio duration. ([Related to this Chromium bug](https://bugs.chromium.org/p/chromium/issues/detail?id=642012))
861
+
862
+ ## 2.13.0 (2024-09-30)
863
+
864
+ ### Added
865
+
866
+ - Migrated InputNext component to Vue 3
867
+
868
+ ## 2.12.0 (2024-09-25)
869
+
870
+ ### Added
871
+
872
+ - Added SimpleCard component
873
+
874
+ ## 2.11.0 (2024-08-30)
875
+
876
+ ### Added
877
+
878
+ - Docs of ChartBar, ChartFunnel, ChartLine, ChartMultiLine, ChartRainbow, ChatsContact, ChatsContact, ChatsDashboardTagLive, ChatsHeader, ChatsMessage, ChatsNavbar, ChatsUserAvatar, ChatText, CircleProgressBar, Collapse, Comment and DataArea.
879
+
880
+ ### Fixed
881
+
882
+ - Change `autoNavigateSingleChild ` to `autoNavigateFirstChild` in `SideBar` component and logic improvements
883
+
884
+ ## 2.11.0 (2024-08-26)
885
+
886
+ ### Added
887
+
888
+ - Update `SideBar` visual
889
+
890
+ ## 2.10.0 (2024-08-22)
891
+
892
+ ### Added
893
+
894
+ - Added Button, Icon, Switch and Tooltip tests;
895
+ - Change `wide` to `size` prop in `Drawer.vue` to support extra-large size;
896
+ - Added html tags support in `Tour` step description.
897
+
898
+ ## 2.9.0 (2024-08-21)
899
+
900
+ ### Added
901
+
902
+ - Docs of Checkbox, Radio, Accordion, Alert, AudioRecorder, AvatarIcon, Banner, Breadcrumb, ButtonIcon, Card, CardData, CardImage, CardInformation, CardNumber, CardProject, Carousel and ChartBar;
903
+ - EmojiPicker position bottom variation;
904
+ - Drawer distinct close and back actions variation.
905
+
906
+ ## 2.8.2 (2024-08-21)
907
+
908
+ ### Added
909
+
910
+ - Add new iconFilled property to sideBarItem component
911
+
912
+ ## 2.8.1 (2024-08-20)
913
+
914
+ ### Added
915
+
916
+ - `Tour.vue` component added beforeRender prop, emitting events and dealing with hiding the understood button if desired by step.
917
+
918
+ ## 2.8.0 (2024-08-16)
919
+
920
+ ### Added
921
+
922
+ - `DropArea.vue` component from `UploadArea` component.
923
+
924
+ ### Changed
925
+
926
+ - Update `ImportCard.vue` design.
927
+
928
+ ## 2.7.0 (2024-08-14)
929
+
930
+ ### Added
931
+
932
+ - Added Tour component;
933
+ - Added Tour story.
934
+
935
+ ## 2.6.2 (2024-08-13)
936
+
937
+ ### Added
938
+
939
+ - Added returnName prop in EmojiPicker component to return the id/name instead of its native
940
+
941
+ ## 2.6.1 (2024-08-02)
942
+
943
+ ### Fixed
944
+
945
+ - Fixed CI workflow to create pre-release versions
946
+
947
+ ## 2.6.0 (2024-08-02)
948
+
949
+ ### Added
950
+
951
+ - Added Vitest
952
+ - Added Checkbox and Label components tests
953
+
954
+ ## 2.5.0 (2024-07-29)
955
+
956
+ ### Added
957
+
958
+ - Added Drawer without overlay variation and its story.
959
+
960
+ ### Fixed
961
+
962
+ - Fixed close icon of Drawer to be dynamic.
963
+
964
+ ## 2.4.0 (2024-07-23)
965
+
966
+ ### Added
967
+
968
+ - `leftSidebar` slot in the `ModalDialog` component;
969
+ - Boolean `hideSecondaryButton` prop in the `ModalDialog` component.
970
+
971
+ ## 2.3.0 (2024-07-19)
972
+
973
+ ### Added
974
+
975
+ - Added auto docs template to stories;
976
+ - Usage autodocs at Button story.
977
+
978
+ ### Changed
979
+
980
+ - Fixed button props defaults;
981
+ - Improve Button story it.
982
+
983
+ ## 2.2.0 (2024-07-19)
984
+
985
+ ### Added
986
+
987
+ - Customizing the size of each column in `TableNext` via props.
988
+
989
+ ## 2.1.1 (2024-07-18)
990
+
991
+ ### Added
992
+
993
+ - Added `ModalDialog` all button props support and remove 'buttonType' and 'buttonText' props. Now, all button props should come in a single object.
994
+
995
+ ## 2.1.0 (2024-07-08)
996
+
997
+ ### Added
998
+
999
+ - Added `ModalDialog` component.
1000
+
1001
+ ## 2.0.31 (2024-07-03)
1002
+
1003
+ ### Fixed
1004
+
1005
+ - Export `UnnnicAlert` component.
1006
+
1007
+ ## 2.0.30 (2024-06-28)
1008
+
1009
+ ### Fixed
1010
+
1011
+ - When started with an item selected, that item was duplicated in the selection of the smart select when multiple selection was enabled.
1012
+
1013
+ ## 2.0.29 (2024-06-25)
1014
+
1015
+ ### Fixed
1016
+
1017
+ - Correction in the visual of the remove file button in the file upload modal.
1018
+
1019
+ ## 2.0.28 (2024-06-21)
1020
+
1021
+ ### Fixed
1022
+
1023
+ - Correction in the listener check on $attrs. This was preventing the correct operation of the listeners.
1024
+
1025
+ ## 2.0.27 (2024-06-20)
1026
+
1027
+ ### Fixed
1028
+
1029
+ - Adding ModalNext export component, before this it is not possible to use the component.
1030
+
1031
+ ## 2.0.26 (2024-06-20)
1032
+
1033
+ ### Added
1034
+
1035
+ - Migrated ModalNext to Vue 3.
1036
+
1037
+ ## 2.0.25 (2024-06-20)
1038
+
1039
+ ### Fixed
1040
+
1041
+ - The slider component had a bug in the tooltip positioning when initialized with an initialValue. This was fixed in this version by normalizing the tooltip positioning.
1042
+
1043
+ ## 2.0.24 (2024-06-18)
1044
+
1045
+ ### Fixed
1046
+
1047
+ - The interval of TableNext component automatically calculated the pagination interval, generating a bug when the request was on the last page and it did not return the rows.length of other requests. This was fixed by adding a prop to receive the range in a fixed way.
1048
+
1049
+ ## 2.0.23 (2024-06-14)
1050
+
1051
+ ### Fixed
1052
+
1053
+ - Bug fix in the ChatsContact component that triggered the click event twice.
1054
+
1055
+ ## 2.0.22 (2024-06-12)
1056
+
1057
+ ### Added
1058
+
1059
+ - Tag creation in the workflow when a new official version is released on npmjs.
1060
+
1061
+ ## 2.0.21 (2024-06-12)
1062
+
1063
+ ### Added
1064
+
1065
+ - Project changelog file.
1066
+ - Created `Publish Pre Release Package to npmjs` workflow to publish alpha versions when a new version goes up to the staging environment from tags with the pattern `x.x.x-staging`.
1067
+
1068
+ ### Fixed
1069
+
1070
+ - Updated the eslint version to fix dependency conflicts and ran lint again.
1071
+
1072
+ ### Changed
1073
+
1074
+ - Node version of Dockerfile to `20.14.0`.