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