@udixio/ui-react 2.10.13 → 2.10.15
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/package.json +4 -2
- package/.eslintrc.mjs +0 -22
- package/.storybook/main.ts +0 -20
- package/.storybook/preview.ts +0 -1
- package/CHANGELOG.md +0 -1144
- package/postcss.config.mjs +0 -5
- package/src/index.css +0 -4
- package/src/index.ts +0 -1
- package/src/lib/components/AnchorPositioner.tsx +0 -185
- package/src/lib/components/Button.tsx +0 -208
- package/src/lib/components/Card.tsx +0 -47
- package/src/lib/components/Carousel.tsx +0 -437
- package/src/lib/components/CarouselItem.tsx +0 -61
- package/src/lib/components/Checkbox.tsx +0 -120
- package/src/lib/components/Chip.tsx +0 -341
- package/src/lib/components/Chips.tsx +0 -331
- package/src/lib/components/ContextMenu.tsx +0 -109
- package/src/lib/components/DatePicker.tsx +0 -432
- package/src/lib/components/Divider.tsx +0 -20
- package/src/lib/components/Fab.tsx +0 -127
- package/src/lib/components/FabMenu.tsx +0 -239
- package/src/lib/components/IconButton.tsx +0 -146
- package/src/lib/components/Menu.tsx +0 -88
- package/src/lib/components/MenuGroup.tsx +0 -34
- package/src/lib/components/MenuHeadline.tsx +0 -9
- package/src/lib/components/MenuItem.tsx +0 -215
- package/src/lib/components/NavigationRail.tsx +0 -186
- package/src/lib/components/NavigationRailItem.tsx +0 -227
- package/src/lib/components/ProgressIndicator.tsx +0 -214
- package/src/lib/components/SideSheet.tsx +0 -135
- package/src/lib/components/Slider.tsx +0 -374
- package/src/lib/components/Snackbar.tsx +0 -77
- package/src/lib/components/Switch.tsx +0 -107
- package/src/lib/components/Tab.tsx +0 -123
- package/src/lib/components/TabGroup.tsx +0 -66
- package/src/lib/components/TabGroupContext.tsx +0 -16
- package/src/lib/components/TabPanel.tsx +0 -27
- package/src/lib/components/TabPanels.tsx +0 -76
- package/src/lib/components/Tabs.tsx +0 -105
- package/src/lib/components/TextField.tsx +0 -586
- package/src/lib/components/Tooltip.tsx +0 -217
- package/src/lib/components/index.ts +0 -34
- package/src/lib/config/config.interface.ts +0 -9
- package/src/lib/config/define-config.ts +0 -16
- package/src/lib/config/index.ts +0 -2
- package/src/lib/effects/AnimateOnScroll.ts +0 -391
- package/src/lib/effects/State.tsx +0 -90
- package/src/lib/effects/SyncedFixedWrapper.tsx +0 -62
- package/src/lib/effects/ThemeProvider.tsx +0 -174
- package/src/lib/effects/block-scroll.effect.tsx +0 -313
- package/src/lib/effects/custom-scroll/custom-scroll.effect.tsx +0 -407
- package/src/lib/effects/custom-scroll/custom-scroll.interface.ts +0 -29
- package/src/lib/effects/custom-scroll/custom-scroll.style.ts +0 -32
- package/src/lib/effects/custom-scroll/index.ts +0 -3
- package/src/lib/effects/index.ts +0 -7
- package/src/lib/effects/ripple/RippleEffect.tsx +0 -116
- package/src/lib/effects/ripple/index.tsx +0 -1
- package/src/lib/effects/scrollDriven.ts +0 -239
- package/src/lib/effects/smooth-scroll.effect.tsx +0 -112
- package/src/lib/effects/theme.worker.ts +0 -97
- package/src/lib/hooks/index.ts +0 -10
- package/src/lib/hooks/useTooltipTrigger.ts +0 -270
- package/src/lib/icon/icon.tsx +0 -125
- package/src/lib/icon/index.ts +0 -1
- package/src/lib/index.ts +0 -8
- package/src/lib/interfaces/button.interface.ts +0 -65
- package/src/lib/interfaces/card.interface.ts +0 -11
- package/src/lib/interfaces/carousel-item.interface.ts +0 -12
- package/src/lib/interfaces/carousel.interface.ts +0 -41
- package/src/lib/interfaces/checkbox.interface.ts +0 -39
- package/src/lib/interfaces/chip.interface.ts +0 -97
- package/src/lib/interfaces/chips.interface.ts +0 -37
- package/src/lib/interfaces/date-picker.interface.ts +0 -79
- package/src/lib/interfaces/divider.interface.ts +0 -7
- package/src/lib/interfaces/fab-menu.interface.ts +0 -12
- package/src/lib/interfaces/fab.interface.ts +0 -27
- package/src/lib/interfaces/icon-button.interface.ts +0 -38
- package/src/lib/interfaces/index.ts +0 -26
- package/src/lib/interfaces/menu-group.interface.ts +0 -13
- package/src/lib/interfaces/menu-item.interface.ts +0 -29
- package/src/lib/interfaces/menu.interface.ts +0 -19
- package/src/lib/interfaces/navigation-rail-item.interface.ts +0 -39
- package/src/lib/interfaces/navigation-rail.interface.ts +0 -39
- package/src/lib/interfaces/progress-indicator.interface.ts +0 -41
- package/src/lib/interfaces/side-sheet.interface.tsx +0 -28
- package/src/lib/interfaces/slider.interface.ts +0 -27
- package/src/lib/interfaces/snackbar.interface.ts +0 -13
- package/src/lib/interfaces/switch.interface.ts +0 -14
- package/src/lib/interfaces/tab-group.interface.ts +0 -13
- package/src/lib/interfaces/tab-panels.interface.ts +0 -21
- package/src/lib/interfaces/tab.interface.ts +0 -31
- package/src/lib/interfaces/tabs.interface.ts +0 -22
- package/src/lib/interfaces/text-field.interface.ts +0 -61
- package/src/lib/interfaces/tooltip.interface.ts +0 -61
- package/src/lib/styles/button.style.ts +0 -136
- package/src/lib/styles/card.style.ts +0 -29
- package/src/lib/styles/carousel-item.style.ts +0 -24
- package/src/lib/styles/carousel.style.ts +0 -22
- package/src/lib/styles/checkbox.style.ts +0 -64
- package/src/lib/styles/chip.style.ts +0 -62
- package/src/lib/styles/chips.style.ts +0 -20
- package/src/lib/styles/date-picker.style.ts +0 -43
- package/src/lib/styles/divider.style.ts +0 -31
- package/src/lib/styles/fab-menu.style.ts +0 -29
- package/src/lib/styles/fab.style.ts +0 -49
- package/src/lib/styles/icon-button.style.ts +0 -168
- package/src/lib/styles/index.ts +0 -25
- package/src/lib/styles/menu-group.style.ts +0 -34
- package/src/lib/styles/menu-headline.style.ts +0 -20
- package/src/lib/styles/menu-item.style.ts +0 -45
- package/src/lib/styles/menu.style.ts +0 -32
- package/src/lib/styles/navigation-rail-item.style.ts +0 -56
- package/src/lib/styles/navigation-rail.style.ts +0 -36
- package/src/lib/styles/progress-indicator.style.ts +0 -72
- package/src/lib/styles/side-sheet.style.ts +0 -45
- package/src/lib/styles/slider.style.ts +0 -41
- package/src/lib/styles/snackbar.style.ts +0 -26
- package/src/lib/styles/switch.style.ts +0 -67
- package/src/lib/styles/tab-panels.style.ts +0 -35
- package/src/lib/styles/tab.style.ts +0 -78
- package/src/lib/styles/tabs.style.ts +0 -22
- package/src/lib/styles/text-field.style.ts +0 -115
- package/src/lib/styles/tooltip.style.ts +0 -48
- package/src/lib/utils/component-helper.ts +0 -134
- package/src/lib/utils/component.ts +0 -34
- package/src/lib/utils/index.ts +0 -7
- package/src/lib/utils/string.ts +0 -9
- package/src/lib/utils/styles/classnames.ts +0 -49
- package/src/lib/utils/styles/get-classname.ts +0 -96
- package/src/lib/utils/styles/index.ts +0 -4
- package/src/lib/utils/styles/use-classnames.ts +0 -25
- package/src/stories/action/button.stories.tsx +0 -86
- package/src/stories/action/fab.stories.tsx +0 -54
- package/src/stories/action/icon-button.stories.tsx +0 -134
- package/src/stories/assets/accessibility.png +0 -0
- package/src/stories/assets/accessibility.svg +0 -5
- package/src/stories/assets/addon-library.png +0 -0
- package/src/stories/assets/assets.png +0 -0
- package/src/stories/assets/context.png +0 -0
- package/src/stories/assets/discord.svg +0 -15
- package/src/stories/assets/docs.png +0 -0
- package/src/stories/assets/figma-plugin.png +0 -0
- package/src/stories/assets/github.svg +0 -3
- package/src/stories/assets/share.png +0 -0
- package/src/stories/assets/styling.png +0 -0
- package/src/stories/assets/testing.png +0 -0
- package/src/stories/assets/theming.png +0 -0
- package/src/stories/assets/tutorials.svg +0 -12
- package/src/stories/assets/youtube.svg +0 -4
- package/src/stories/communication/ProgressIndicator.stories.tsx +0 -57
- package/src/stories/communication/SnackBar.stories.tsx +0 -32
- package/src/stories/communication/tool-tip.stories.tsx +0 -133
- package/src/stories/containment/card.stories.tsx +0 -42
- package/src/stories/containment/carousel.stories.tsx +0 -65
- package/src/stories/containment/divider.stories.tsx +0 -35
- package/src/stories/containment/slide-sheet.stories.tsx +0 -45
- package/src/stories/effect/smooth-scroll.stories.tsx +0 -54
- package/src/stories/navigation/navigation-rail/navigation-rail-item.stories.tsx +0 -65
- package/src/stories/navigation/navigation-rail/navigation-rail.stories.tsx +0 -122
- package/src/stories/navigation/tabs/tab.stories.tsx +0 -57
- package/src/stories/navigation/tabs/tabs.stories.tsx +0 -102
- package/src/stories/selection/slider.stories.tsx +0 -85
- package/src/stories/selection/switch.stories.tsx +0 -46
- package/src/stories/text-inputs/text-field.stories.tsx +0 -135
- package/src/tests/Button.spec.tsx +0 -67
- package/src/tests/useClassNames.spec.tsx +0 -82
- package/src/udixio.css +0 -120
- package/theme.config.ts +0 -7
- package/tsconfig.json +0 -16
- package/tsconfig.lib.json +0 -51
- package/tsconfig.spec.json +0 -37
- package/tsconfig.storybook.json +0 -38
- package/vite.config.ts +0 -96
package/CHANGELOG.md
DELETED
|
@@ -1,1144 +0,0 @@
|
|
|
1
|
-
## 2.10.13 (2026-04-09)
|
|
2
|
-
|
|
3
|
-
### 🚀 Features
|
|
4
|
-
|
|
5
|
-
- **config:** enhance Vite worker and output configuration ([1945ca4](https://github.com/Udixio/UI/commit/1945ca4))
|
|
6
|
-
|
|
7
|
-
### 🩹 Fixes
|
|
8
|
-
|
|
9
|
-
- **theme:** use ES module URL for worker initialization in ThemeProvider ([b4a8639](https://github.com/Udixio/UI/commit/b4a8639))
|
|
10
|
-
|
|
11
|
-
### ❤️ Thank You
|
|
12
|
-
|
|
13
|
-
- Joël VIGREUX
|
|
14
|
-
|
|
15
|
-
## 2.10.12 (2026-04-09)
|
|
16
|
-
|
|
17
|
-
### 🚀 Features
|
|
18
|
-
|
|
19
|
-
- **config:** update tsconfig and worker initialization for multi-package icon support ([8beb5ba](https://github.com/Udixio/UI/commit/8beb5ba))
|
|
20
|
-
- **theme:** remove throttling and enhance load handling ([a7335da](https://github.com/Udixio/UI/commit/a7335da))
|
|
21
|
-
- **theme:** add worker-based CSS generation and theme serialization ([14af45b](https://github.com/Udixio/UI/commit/14af45b))
|
|
22
|
-
- **theme:** sync palettes in ThemeProvider using `themeApi.palettes.sync` ([66bac8b](https://github.com/Udixio/UI/commit/66bac8b))
|
|
23
|
-
- **progress-indicator:** improve linear-indeterminate animation with margin adjustments ([57d329b](https://github.com/Udixio/UI/commit/57d329b))
|
|
24
|
-
- **carousel:** optimize layout and rendering performance ([bd9f8d2](https://github.com/Udixio/UI/commit/bd9f8d2))
|
|
25
|
-
- **card:** rename `isInteractive` to `interactive` and enhance styles ([c223e40](https://github.com/Udixio/UI/commit/c223e40))
|
|
26
|
-
- **progress-indicator:** refine linear-indeterminate animation and adjust styles ([0dbbb9f](https://github.com/Udixio/UI/commit/0dbbb9f))
|
|
27
|
-
- **progress-indicator:** refine linear animation handling and enhance styles ([520384e](https://github.com/Udixio/UI/commit/520384e))
|
|
28
|
-
- **progress-indicator:** enhance transition logic and add circular-determinate variant ([5e00a3a](https://github.com/Udixio/UI/commit/5e00a3a))
|
|
29
|
-
|
|
30
|
-
### 🧱 Updated Dependencies
|
|
31
|
-
|
|
32
|
-
- Updated @udixio/tailwind to 2.4.19
|
|
33
|
-
- Updated @udixio/theme to 2.1.19
|
|
34
|
-
|
|
35
|
-
### ❤️ Thank You
|
|
36
|
-
|
|
37
|
-
- Joël VIGREUX
|
|
38
|
-
|
|
39
|
-
## 2.10.11 (2026-03-22)
|
|
40
|
-
|
|
41
|
-
### 🧱 Updated Dependencies
|
|
42
|
-
|
|
43
|
-
- Updated @udixio/tailwind to 2.4.18
|
|
44
|
-
- Updated @udixio/theme to 2.1.18
|
|
45
|
-
|
|
46
|
-
## 2.10.10 (2026-03-21)
|
|
47
|
-
|
|
48
|
-
### 🩹 Fixes
|
|
49
|
-
|
|
50
|
-
- **button:** add `w-fit` class to button styles for improved size handling ([4cd77b0](https://github.com/Udixio/UI/commit/4cd77b0))
|
|
51
|
-
|
|
52
|
-
### ❤️ Thank You
|
|
53
|
-
|
|
54
|
-
- Joël VIGREUX
|
|
55
|
-
|
|
56
|
-
## 2.10.9 (2026-03-20)
|
|
57
|
-
|
|
58
|
-
### 🧱 Updated Dependencies
|
|
59
|
-
|
|
60
|
-
- Updated @udixio/tailwind to 2.4.17
|
|
61
|
-
- Updated @udixio/theme to 2.1.17
|
|
62
|
-
|
|
63
|
-
## 2.10.8 (2026-03-02)
|
|
64
|
-
|
|
65
|
-
### 🩹 Fixes
|
|
66
|
-
|
|
67
|
-
- **menu:** add `max-w-full` class to support responsive menu width ([1043649](https://github.com/Udixio/UI/commit/1043649))
|
|
68
|
-
- **menu:** ensure variant is preserved for nested menu items ([6c55c0e](https://github.com/Udixio/UI/commit/6c55c0e))
|
|
69
|
-
|
|
70
|
-
### ❤️ Thank You
|
|
71
|
-
|
|
72
|
-
- Joël VIGREUX
|
|
73
|
-
|
|
74
|
-
## 2.10.7 (2026-02-23)
|
|
75
|
-
|
|
76
|
-
### 🩹 Fixes
|
|
77
|
-
|
|
78
|
-
- **icon:** update default color fallback to empty string in style attribute ([bda1694](https://github.com/Udixio/UI/commit/bda1694))
|
|
79
|
-
|
|
80
|
-
### ❤️ Thank You
|
|
81
|
-
|
|
82
|
-
- Joël VIGREUX
|
|
83
|
-
|
|
84
|
-
## 2.10.6 (2026-02-15)
|
|
85
|
-
|
|
86
|
-
### 🧱 Updated Dependencies
|
|
87
|
-
|
|
88
|
-
- Updated @udixio/tailwind to 2.4.16
|
|
89
|
-
- Updated @udixio/theme to 2.1.16
|
|
90
|
-
|
|
91
|
-
## 2.10.5 (2026-02-15)
|
|
92
|
-
|
|
93
|
-
### 🧱 Updated Dependencies
|
|
94
|
-
|
|
95
|
-
- Updated @udixio/tailwind to 2.4.15
|
|
96
|
-
- Updated @udixio/theme to 2.1.15
|
|
97
|
-
|
|
98
|
-
## 2.10.4 (2026-02-13)
|
|
99
|
-
|
|
100
|
-
### 🩹 Fixes
|
|
101
|
-
|
|
102
|
-
- **text-field:** update `options` prop to use `MenuItemInterface` and improve selection handling ([8cb7537](https://github.com/Udixio/UI/commit/8cb7537))
|
|
103
|
-
- **menu:** remove unused props and simplify components ([f8bf152](https://github.com/Udixio/UI/commit/f8bf152))
|
|
104
|
-
|
|
105
|
-
### ❤️ Thank You
|
|
106
|
-
|
|
107
|
-
- Joël VIGREUX
|
|
108
|
-
|
|
109
|
-
## 2.10.3 (2026-02-12)
|
|
110
|
-
|
|
111
|
-
### 🚀 Features
|
|
112
|
-
|
|
113
|
-
- **menu:** add toggleable `MenuItem` with `onToggle` and `activated` support ([052c57f](https://github.com/Udixio/UI/commit/052c57f))
|
|
114
|
-
- **menu:** add link support to `MenuItem` ([35e4c51](https://github.com/Udixio/UI/commit/35e4c51))
|
|
115
|
-
|
|
116
|
-
### ❤️ Thank You
|
|
117
|
-
|
|
118
|
-
- Joël VIGREUX
|
|
119
|
-
|
|
120
|
-
## 2.10.2 (2026-02-08)
|
|
121
|
-
|
|
122
|
-
### 🧱 Updated Dependencies
|
|
123
|
-
|
|
124
|
-
- Updated @udixio/tailwind to 2.4.14
|
|
125
|
-
- Updated @udixio/theme to 2.1.14
|
|
126
|
-
|
|
127
|
-
## 2.10.1 (2026-02-05)
|
|
128
|
-
|
|
129
|
-
### 🩹 Fixes
|
|
130
|
-
|
|
131
|
-
- optimize SVG attribute injection logic ([e1c89e4](https://github.com/Udixio/UI/commit/e1c89e4))
|
|
132
|
-
|
|
133
|
-
### ❤️ Thank You
|
|
134
|
-
|
|
135
|
-
- Joël VIGREUX
|
|
136
|
-
|
|
137
|
-
## 2.10.0 (2026-02-05)
|
|
138
|
-
|
|
139
|
-
### 🚀 Features
|
|
140
|
-
|
|
141
|
-
- improve SVG attribute handling in `Icon` component ([faf94cb](https://github.com/Udixio/UI/commit/faf94cb))
|
|
142
|
-
|
|
143
|
-
### ❤️ Thank You
|
|
144
|
-
|
|
145
|
-
- Joël VIGREUX
|
|
146
|
-
|
|
147
|
-
## 2.9.24 (2026-02-05)
|
|
148
|
-
|
|
149
|
-
### 🚀 Features
|
|
150
|
-
|
|
151
|
-
- **ui-react, docs:** add `ContextMenu` component and update documentation ([58a431e](https://github.com/Udixio/UI/commit/58a431e))
|
|
152
|
-
- **ui-react, docs:** add `label` support for `MenuGroup` and update styles ([f9ad9e0](https://github.com/Udixio/UI/commit/f9ad9e0))
|
|
153
|
-
- **ui-react:** refine `Menu` interface, styles, and behavior ([043ebe6](https://github.com/Udixio/UI/commit/043ebe6))
|
|
154
|
-
- **ui-react:** add `MenuGroup` styling and enhance `Menu` handling ([8511906](https://github.com/Udixio/UI/commit/8511906))
|
|
155
|
-
- **ui-react, docs:** add `MenuGroup` component and update documentation ([451dfb2](https://github.com/Udixio/UI/commit/451dfb2))
|
|
156
|
-
- **ui-react:** refine `Menu` styles and adjust positioning ([be29812](https://github.com/Udixio/UI/commit/be29812))
|
|
157
|
-
- **ui-react:** enhance `MenuItem` with improved submenu handling and additional alignment options ([5f35232](https://github.com/Udixio/UI/commit/5f35232))
|
|
158
|
-
- **ui-react:** add submenu support to `MenuItem` and improve `AnchorPositioner` ([6657da2](https://github.com/Udixio/UI/commit/6657da2))
|
|
159
|
-
- **ui-react:** introduce `Menu` component for dropdown functionality ([7cc5621](https://github.com/Udixio/UI/commit/7cc5621))
|
|
160
|
-
|
|
161
|
-
### 🩹 Fixes
|
|
162
|
-
|
|
163
|
-
- **ui-react:** ensure `MenuItem` does not shrink in flex containers ([22e5baf](https://github.com/Udixio/UI/commit/22e5baf))
|
|
164
|
-
|
|
165
|
-
### ❤️ Thank You
|
|
166
|
-
|
|
167
|
-
- Joël VIGREUX
|
|
168
|
-
|
|
169
|
-
## 2.9.23 (2026-02-03)
|
|
170
|
-
|
|
171
|
-
### 🩹 Fixes
|
|
172
|
-
|
|
173
|
-
- **ui-react:** improve `TextField` date picker toggling and accessibility ([428cdbb](https://github.com/Udixio/UI/commit/428cdbb))
|
|
174
|
-
|
|
175
|
-
### ❤️ Thank You
|
|
176
|
-
|
|
177
|
-
- Joël VIGREUX
|
|
178
|
-
|
|
179
|
-
## 2.9.22 (2026-02-03)
|
|
180
|
-
|
|
181
|
-
### 🩹 Fixes
|
|
182
|
-
|
|
183
|
-
- **ui-react:** remove unused `autoFocus` prop from `TextField` and update docs ([6d22b28](https://github.com/Udixio/UI/commit/6d22b28))
|
|
184
|
-
|
|
185
|
-
### ❤️ Thank You
|
|
186
|
-
|
|
187
|
-
- Joël VIGREUX
|
|
188
|
-
|
|
189
|
-
## 2.9.21 (2026-02-03)
|
|
190
|
-
|
|
191
|
-
### 🚀 Features
|
|
192
|
-
|
|
193
|
-
- **ui-react:** add `autoFocus` prop to `TextField` component ([0ee6e4f](https://github.com/Udixio/UI/commit/0ee6e4f))
|
|
194
|
-
|
|
195
|
-
### ❤️ Thank You
|
|
196
|
-
|
|
197
|
-
- Joël VIGREUX
|
|
198
|
-
|
|
199
|
-
## 2.9.20 (2026-02-03)
|
|
200
|
-
|
|
201
|
-
### 🩹 Fixes
|
|
202
|
-
|
|
203
|
-
- **ui-react:** add `onFocus` and `onBlur` support to `TextField` interface ([7b48250](https://github.com/Udixio/UI/commit/7b48250))
|
|
204
|
-
|
|
205
|
-
### ❤️ Thank You
|
|
206
|
-
|
|
207
|
-
- Joël VIGREUX
|
|
208
|
-
|
|
209
|
-
## 2.9.19 (2026-02-03)
|
|
210
|
-
|
|
211
|
-
### 🚀 Features
|
|
212
|
-
|
|
213
|
-
- **ui-react:** improve `TextField` and `AnchorPositioner` with date picker handling ([32ebd5e](https://github.com/Udixio/UI/commit/32ebd5e))
|
|
214
|
-
|
|
215
|
-
### 🩹 Fixes
|
|
216
|
-
|
|
217
|
-
- **ui-react:** refactor `TextField` focus and blur handling ([c808202](https://github.com/Udixio/UI/commit/c808202))
|
|
218
|
-
- **ui-react:** improve `TextField` and `AnchorPositioner` with date picker handling ([61833e9](https://github.com/Udixio/UI/commit/61833e9))
|
|
219
|
-
|
|
220
|
-
### ❤️ Thank You
|
|
221
|
-
|
|
222
|
-
- Joël VIGREUX
|
|
223
|
-
|
|
224
|
-
## 2.9.18 (2026-02-03)
|
|
225
|
-
|
|
226
|
-
### 🩹 Fixes
|
|
227
|
-
|
|
228
|
-
- **ui-react:** render `AnchorPositioner` using `createPortal` ([c88c691](https://github.com/Udixio/UI/commit/c88c691))
|
|
229
|
-
|
|
230
|
-
### ❤️ Thank You
|
|
231
|
-
|
|
232
|
-
- Joël VIGREUX
|
|
233
|
-
|
|
234
|
-
## 2.9.17 (2026-02-03)
|
|
235
|
-
|
|
236
|
-
### 🚀 Features
|
|
237
|
-
|
|
238
|
-
- **ui-react:** add support for `onFocus` and `onBlur` props passthrough in `TextField` ([6142846](https://github.com/Udixio/UI/commit/6142846))
|
|
239
|
-
|
|
240
|
-
### 🩹 Fixes
|
|
241
|
-
|
|
242
|
-
- **ui-react:** add support for `onFocus` and `onBlur` props passthrough in `TextField` ([c26dce0](https://github.com/Udixio/UI/commit/c26dce0))
|
|
243
|
-
|
|
244
|
-
### ❤️ Thank You
|
|
245
|
-
|
|
246
|
-
- Joël VIGREUX
|
|
247
|
-
|
|
248
|
-
## 2.9.16 (2026-02-02)
|
|
249
|
-
|
|
250
|
-
### 🚀 Features
|
|
251
|
-
|
|
252
|
-
- **ui-react:** add `TextFieldInterface` import to `TextField` component ([fa7032a](https://github.com/Udixio/UI/commit/fa7032a))
|
|
253
|
-
|
|
254
|
-
### 🩹 Fixes
|
|
255
|
-
|
|
256
|
-
- **ui-react:** enhance FabMenu button styles with text wrapping adjustments ([0d015da](https://github.com/Udixio/UI/commit/0d015da))
|
|
257
|
-
|
|
258
|
-
### ❤️ Thank You
|
|
259
|
-
|
|
260
|
-
- Joël VIGREUX
|
|
261
|
-
|
|
262
|
-
## 2.9.15 (2026-02-02)
|
|
263
|
-
|
|
264
|
-
### 🚀 Features
|
|
265
|
-
|
|
266
|
-
- **ui-react:** replace `useTooltipPosition` hook with `AnchorPositioner` component ([755bc5d](https://github.com/Udixio/UI/commit/755bc5d))
|
|
267
|
-
|
|
268
|
-
### 🩹 Fixes
|
|
269
|
-
|
|
270
|
-
- **ui-react:** improve tooltip and text field positioning logic ([d3183c7](https://github.com/Udixio/UI/commit/d3183c7))
|
|
271
|
-
|
|
272
|
-
### ❤️ Thank You
|
|
273
|
-
|
|
274
|
-
- Joël VIGREUX
|
|
275
|
-
|
|
276
|
-
## 2.9.14 (2026-02-02)
|
|
277
|
-
|
|
278
|
-
### 🚀 Features
|
|
279
|
-
|
|
280
|
-
- **ui-react:** enhance `DatePicker` with year selection and improved navigation ([95df26c](https://github.com/Udixio/UI/commit/95df26c))
|
|
281
|
-
- **ui-react:** add animations to `DatePicker` for month transitions ([f4d6e26](https://github.com/Udixio/UI/commit/f4d6e26))
|
|
282
|
-
- **ui-react:** add `DatePicker` component with single/range selection and advanced customization ([5de514f](https://github.com/Udixio/UI/commit/5de514f))
|
|
283
|
-
- **ui-react:** rename `isInteractive` prop to `interactive` in Card component ([af49a1d](https://github.com/Udixio/UI/commit/af49a1d))
|
|
284
|
-
- **ui-react:** make `title` and `icon` props optional in `IconButton` ([a66e4dd](https://github.com/Udixio/UI/commit/a66e4dd))
|
|
285
|
-
- **ui-react:** add `children` prop support to `State` component ([56f3a98](https://github.com/Udixio/UI/commit/56f3a98))
|
|
286
|
-
- **doc:** document `Checkbox` usage and API details ([19c3bc1](https://github.com/Udixio/UI/commit/19c3bc1))
|
|
287
|
-
- **ui-react:** rename `isInteractive` prop to `interactive` across Card component ([81b9abb](https://github.com/Udixio/UI/commit/81b9abb))
|
|
288
|
-
- **ui-react:** add `@parent` metadata to Tabs components for improved API organization ([b60357e](https://github.com/Udixio/UI/commit/b60357e))
|
|
289
|
-
- **ui-react:** add Checkbox component with controlled/uncontrolled states and styles ([2d470dc](https://github.com/Udixio/UI/commit/2d470dc))
|
|
290
|
-
- **ui-react:** simplify TextField props and documentation for better clarity ([eb316bc](https://github.com/Udixio/UI/commit/eb316bc))
|
|
291
|
-
- **ui-react:** refactor TextField and FabMenu for improved flexibility and stability ([1a26d63](https://github.com/Udixio/UI/commit/1a26d63))
|
|
292
|
-
|
|
293
|
-
### 🧱 Updated Dependencies
|
|
294
|
-
|
|
295
|
-
- Updated @udixio/tailwind to 2.4.13
|
|
296
|
-
- Updated @udixio/theme to 2.1.13
|
|
297
|
-
|
|
298
|
-
### ❤️ Thank You
|
|
299
|
-
|
|
300
|
-
- Joël VIGREUX
|
|
301
|
-
|
|
302
|
-
## 2.9.13 (2026-01-30)
|
|
303
|
-
|
|
304
|
-
### 🚀 Features
|
|
305
|
-
|
|
306
|
-
- **ui-react:** sync component state with updated props via `useEffect` ([086671b](https://github.com/Udixio/UI/commit/086671b))
|
|
307
|
-
|
|
308
|
-
### 🧱 Updated Dependencies
|
|
309
|
-
|
|
310
|
-
- Updated @udixio/tailwind to 2.4.12
|
|
311
|
-
- Updated @udixio/theme to 2.1.12
|
|
312
|
-
|
|
313
|
-
### ❤️ Thank You
|
|
314
|
-
|
|
315
|
-
- Joël VIGREUX
|
|
316
|
-
|
|
317
|
-
## 2.9.12 (2026-01-26)
|
|
318
|
-
|
|
319
|
-
### 🧱 Updated Dependencies
|
|
320
|
-
|
|
321
|
-
- Updated @udixio/tailwind to 2.4.11
|
|
322
|
-
|
|
323
|
-
## 2.9.11 (2026-01-26)
|
|
324
|
-
|
|
325
|
-
### 🧱 Updated Dependencies
|
|
326
|
-
|
|
327
|
-
- Updated @udixio/tailwind to 2.4.10
|
|
328
|
-
|
|
329
|
-
## 2.9.10 (2026-01-23)
|
|
330
|
-
|
|
331
|
-
### 🚀 Features
|
|
332
|
-
|
|
333
|
-
- **ui-react:** add targetRef handlers to Tooltip for improved accessibility and interactivity ([1c4e5b4](https://github.com/Udixio/UI/commit/1c4e5b4))
|
|
334
|
-
- **docs:** integrate interactive component previews using `@udixio/ui-react` ([ee40307](https://github.com/Udixio/UI/commit/ee40307))
|
|
335
|
-
- **docs:** add development and accessibility notes to component documentation ([2b6cfd1](https://github.com/Udixio/UI/commit/2b6cfd1))
|
|
336
|
-
|
|
337
|
-
### ❤️ Thank You
|
|
338
|
-
|
|
339
|
-
- Joël VIGREUX
|
|
340
|
-
|
|
341
|
-
## 2.9.9 (2026-01-19)
|
|
342
|
-
|
|
343
|
-
### 🚀 Features
|
|
344
|
-
|
|
345
|
-
- **docs:** add API documentation for Chips, Tab components, Tooltip, and hooks ([65dd0ef](https://github.com/Udixio/UI/commit/65dd0ef))
|
|
346
|
-
|
|
347
|
-
### 🩹 Fixes
|
|
348
|
-
|
|
349
|
-
- **ui-react:** rename `ToolTip` to `Tooltip` for consistency across components ([3c29f02](https://github.com/Udixio/UI/commit/3c29f02))
|
|
350
|
-
|
|
351
|
-
### ❤️ Thank You
|
|
352
|
-
|
|
353
|
-
- Joël VIGREUX
|
|
354
|
-
|
|
355
|
-
## 2.9.8 (2026-01-18)
|
|
356
|
-
|
|
357
|
-
### 🩹 Fixes
|
|
358
|
-
|
|
359
|
-
- **ui-react:** escape slash in group state selectors for CSS compatibility ([9c96104](https://github.com/Udixio/UI/commit/9c96104))
|
|
360
|
-
- **ui-react:** refine card styles, enhance theme color support, and update dependencies ([b89ca17](https://github.com/Udixio/UI/commit/b89ca17))
|
|
361
|
-
|
|
362
|
-
### 🧱 Updated Dependencies
|
|
363
|
-
|
|
364
|
-
- Updated @udixio/tailwind to 2.4.9
|
|
365
|
-
- Updated @udixio/theme to 2.1.11
|
|
366
|
-
|
|
367
|
-
### ❤️ Thank You
|
|
368
|
-
|
|
369
|
-
- Joël VIGREUX
|
|
370
|
-
|
|
371
|
-
## 2.9.7 (2026-01-18)
|
|
372
|
-
|
|
373
|
-
### 🚀 Features
|
|
374
|
-
|
|
375
|
-
- **ui-react:** enhance ghost chip creation and editing logic in `Chips` ([8b04a1a](https://github.com/Udixio/UI/commit/8b04a1a))
|
|
376
|
-
- **ui-react:** integrate `lenis` for smooth scrolling and enhance `SmoothScroll` API ([252c043](https://github.com/Udixio/UI/commit/252c043))
|
|
377
|
-
- **ui-react:** add guard to prevent duplicate chip creation in `Chips` component ([db0a903](https://github.com/Udixio/UI/commit/db0a903))
|
|
378
|
-
- **ui-react:** add editable ghost chip support for input variant in `Chips` ([b94a6fa](https://github.com/Udixio/UI/commit/b94a6fa))
|
|
379
|
-
|
|
380
|
-
### 🧱 Updated Dependencies
|
|
381
|
-
|
|
382
|
-
- Updated @udixio/tailwind to 2.4.8
|
|
383
|
-
- Updated @udixio/theme to 2.1.10
|
|
384
|
-
|
|
385
|
-
### ❤️ Thank You
|
|
386
|
-
|
|
387
|
-
- Joël VIGREUX
|
|
388
|
-
|
|
389
|
-
## 2.9.6 (2026-01-09)
|
|
390
|
-
|
|
391
|
-
### 🚀 Features
|
|
392
|
-
|
|
393
|
-
- **ui-react:** add `TabGroup` component and enhance tab navigation system ([3e65048](https://github.com/Udixio/UI/commit/3e65048))
|
|
394
|
-
- **ui-react:** support panel content in `Tab` component and improve label handling ([3f052b4](https://github.com/Udixio/UI/commit/3f052b4))
|
|
395
|
-
|
|
396
|
-
### 🩹 Fixes
|
|
397
|
-
|
|
398
|
-
- **ui-react:** simplify `TabPanels` component and update animation styles ([8c705f4](https://github.com/Udixio/UI/commit/8c705f4))
|
|
399
|
-
|
|
400
|
-
### 🧱 Updated Dependencies
|
|
401
|
-
|
|
402
|
-
- Updated @udixio/tailwind to 2.4.7
|
|
403
|
-
- Updated @udixio/theme to 2.1.9
|
|
404
|
-
|
|
405
|
-
### ❤️ Thank You
|
|
406
|
-
|
|
407
|
-
- Joël VIGREUX
|
|
408
|
-
|
|
409
|
-
## 2.9.5 (2026-01-07)
|
|
410
|
-
|
|
411
|
-
### 🧱 Updated Dependencies
|
|
412
|
-
|
|
413
|
-
- Updated @udixio/tailwind to 2.4.6
|
|
414
|
-
- Updated @udixio/theme to 2.1.8
|
|
415
|
-
|
|
416
|
-
## 2.9.4 (2026-01-07)
|
|
417
|
-
|
|
418
|
-
### 🚀 Features
|
|
419
|
-
|
|
420
|
-
- **ui-react:** enhance `ToolTip` with transition support and refined variant styles ([d663d98](https://github.com/Udixio/UI/commit/d663d98))
|
|
421
|
-
- **ui-react:** add `label` class to `fab-menu` styles for text wrapping adjustments ([f5d7fb0](https://github.com/Udixio/UI/commit/f5d7fb0))
|
|
422
|
-
|
|
423
|
-
### 🩹 Fixes
|
|
424
|
-
|
|
425
|
-
- **ui-react:** add `label` class to `fab-menu` styles for nowrap text handling ([3084ace](https://github.com/Udixio/UI/commit/3084ace))
|
|
426
|
-
- **ui-react:** add `label` class to `fab-menu` styles for text wrapping adjustments ([511a67a](https://github.com/Udixio/UI/commit/511a67a))
|
|
427
|
-
|
|
428
|
-
### 🧱 Updated Dependencies
|
|
429
|
-
|
|
430
|
-
- Updated @udixio/tailwind to 2.4.5
|
|
431
|
-
- Updated @udixio/theme to 2.1.7
|
|
432
|
-
|
|
433
|
-
### ❤️ Thank You
|
|
434
|
-
|
|
435
|
-
- Joël VIGREUX
|
|
436
|
-
|
|
437
|
-
## 2.9.3 (2025-12-16)
|
|
438
|
-
|
|
439
|
-
### 🧱 Updated Dependencies
|
|
440
|
-
|
|
441
|
-
- Updated @udixio/tailwind to 2.4.4
|
|
442
|
-
- Updated @udixio/theme to 2.1.6
|
|
443
|
-
|
|
444
|
-
## 2.9.2 (2025-12-16)
|
|
445
|
-
|
|
446
|
-
### 🧱 Updated Dependencies
|
|
447
|
-
|
|
448
|
-
- Updated @udixio/tailwind to 2.4.3
|
|
449
|
-
- Updated @udixio/theme to 2.1.5
|
|
450
|
-
|
|
451
|
-
## 2.9.1 (2025-12-16)
|
|
452
|
-
|
|
453
|
-
### 🧱 Updated Dependencies
|
|
454
|
-
|
|
455
|
-
- Updated @udixio/tailwind to 2.4.2
|
|
456
|
-
- Updated @udixio/theme to 2.1.4
|
|
457
|
-
|
|
458
|
-
## 2.9.0 (2025-12-16)
|
|
459
|
-
|
|
460
|
-
### 🚀 Features
|
|
461
|
-
|
|
462
|
-
- **ui-react:** improve scroll handling and deprecate unstable effects ([4a20ed6](https://github.com/Udixio/UI/commit/4a20ed6))
|
|
463
|
-
- **ui-react:** improve `Chips` scroll behavior for better focus and editing UX ([401e6e8](https://github.com/Udixio/UI/commit/401e6e8))
|
|
464
|
-
- **ui-react:** enhance `Chip` and `Chips` with advanced editing and focus behavior ([94ea2d9](https://github.com/Udixio/UI/commit/94ea2d9))
|
|
465
|
-
- **ui-react:** add inline editing and chip creation for `Chips` (variant="input") ([2d6fa0e](https://github.com/Udixio/UI/commit/2d6fa0e))
|
|
466
|
-
- **ui-react:** refactor `Chips` to support controlled and uncontrolled modes ([9a6beed](https://github.com/Udixio/UI/commit/9a6beed))
|
|
467
|
-
- **ui-react:** add drag and drop support to `Chip` component ([2d36fb9](https://github.com/Udixio/UI/commit/2d36fb9))
|
|
468
|
-
- **ui-react:** enhance `Chip` component with improved selection and keyboard accessibility ([99f0dd5](https://github.com/Udixio/UI/commit/99f0dd5))
|
|
469
|
-
- **ui-react:** add `Chips` component with support for multiple variants and improved navigation ([a0725a1](https://github.com/Udixio/UI/commit/a0725a1))
|
|
470
|
-
- **ui-react:** enhance `Chip` component with new props and refactored logic ([453f12e](https://github.com/Udixio/UI/commit/453f12e))
|
|
471
|
-
- **ui-react:** introduce `Chip` component with support for multiple variants and custom behavior ([2745b66](https://github.com/Udixio/UI/commit/2745b66))
|
|
472
|
-
|
|
473
|
-
### 🩹 Fixes
|
|
474
|
-
|
|
475
|
-
- **ui-react:** update focus logic and remove redundant scrollable padding in `Chip` and `Chips` ([8cb7697](https://github.com/Udixio/UI/commit/8cb7697))
|
|
476
|
-
|
|
477
|
-
### ❤️ Thank You
|
|
478
|
-
|
|
479
|
-
- Joël VIGREUX
|
|
480
|
-
|
|
481
|
-
## 2.8.4 (2025-11-24)
|
|
482
|
-
|
|
483
|
-
### 🩹 Fixes
|
|
484
|
-
|
|
485
|
-
- **ui-react:** remove unused `type` prop from `IconButton` ([906f757](https://github.com/Udixio/UI/commit/906f757))
|
|
486
|
-
|
|
487
|
-
### ❤️ Thank You
|
|
488
|
-
|
|
489
|
-
- Joël VIGREUX
|
|
490
|
-
|
|
491
|
-
## 2.8.3 (2025-11-05)
|
|
492
|
-
|
|
493
|
-
### 🧱 Updated Dependencies
|
|
494
|
-
|
|
495
|
-
- Updated @udixio/tailwind to 2.4.1
|
|
496
|
-
- Updated @udixio/theme to 2.1.3
|
|
497
|
-
|
|
498
|
-
## 2.8.2 (2025-11-04)
|
|
499
|
-
|
|
500
|
-
### 🩹 Fixes
|
|
501
|
-
|
|
502
|
-
- **ui-react:** add unique `layoutId` to `FabMenu` with `uuid` for improved animation isolation ([06c5f7a](https://github.com/Udixio/UI/commit/06c5f7a))
|
|
503
|
-
|
|
504
|
-
### ❤️ Thank You
|
|
505
|
-
|
|
506
|
-
- Joël VIGREUX
|
|
507
|
-
|
|
508
|
-
## 2.8.1 (2025-11-04)
|
|
509
|
-
|
|
510
|
-
### 🩹 Fixes
|
|
511
|
-
|
|
512
|
-
- **ui-react:** enhance scroll handling with auto-detection of scrollable parents ([85f33ca](https://github.com/Udixio/UI/commit/85f33ca))
|
|
513
|
-
|
|
514
|
-
### ❤️ Thank You
|
|
515
|
-
|
|
516
|
-
- Joël VIGREUX
|
|
517
|
-
|
|
518
|
-
## 2.8.0 (2025-11-04)
|
|
519
|
-
|
|
520
|
-
### 🚀 Features
|
|
521
|
-
|
|
522
|
-
- **ui-react:** enhance `FabMenu` transition handling with overflow visibility ([4fcde60](https://github.com/Udixio/UI/commit/4fcde60))
|
|
523
|
-
|
|
524
|
-
### ❤️ Thank You
|
|
525
|
-
|
|
526
|
-
- Joël VIGREUX
|
|
527
|
-
|
|
528
|
-
## 2.7.0 (2025-11-03)
|
|
529
|
-
|
|
530
|
-
### 🚀 Features
|
|
531
|
-
|
|
532
|
-
- **ui-react, docs:** refine color handling and enhance `FabMenu` documentation ([a1d83fc](https://github.com/Udixio/UI/commit/a1d83fc))
|
|
533
|
-
- **ui-react:** enhance `FabMenu` with `AnimatePresence` and improved motion logic ([bea652d](https://github.com/Udixio/UI/commit/bea652d))
|
|
534
|
-
- **ui-react:** enhance `FabMenu` with customizable transitions ([e36dfc9](https://github.com/Udixio/UI/commit/e36dfc9))
|
|
535
|
-
- **ui-react, docs:** enhance `FabMenu` with motion support and update documentation ([7833a1c](https://github.com/Udixio/UI/commit/7833a1c))
|
|
536
|
-
- **ui-react:** introduce `FabMenu` component with enhanced button variants and menu styling ([286f9be](https://github.com/Udixio/UI/commit/286f9be))
|
|
537
|
-
- **ui-react, plugins-tailwind:** migrate to `State` component for unified state handling ([92996bc](https://github.com/Udixio/UI/commit/92996bc))
|
|
538
|
-
- **ui-react:** replace `RippleEffect` with `State` component for consistent state management ([c876cf6](https://github.com/Udixio/UI/commit/c876cf6))
|
|
539
|
-
- **ui-react, plugins-tailwind:** enhance `State` component and streamline state utilities ([0e1858a](https://github.com/Udixio/UI/commit/0e1858a))
|
|
540
|
-
- **ui-react:** add `State` component with dynamic styling support ([900d9b0](https://github.com/Udixio/UI/commit/900d9b0))
|
|
541
|
-
- **ui-react:** integrate `useClassNames` for consistent and reusable styles ([577e05f](https://github.com/Udixio/UI/commit/577e05f))
|
|
542
|
-
- **ui-react:** introduce `useClassNames` hook and update button styles integration ([f7a9936](https://github.com/Udixio/UI/commit/f7a9936))
|
|
543
|
-
|
|
544
|
-
### 🧱 Updated Dependencies
|
|
545
|
-
|
|
546
|
-
- Updated @udixio/tailwind to 2.4.0
|
|
547
|
-
|
|
548
|
-
### ❤️ Thank You
|
|
549
|
-
|
|
550
|
-
- Joël VIGREUX
|
|
551
|
-
|
|
552
|
-
## 2.6.0 (2025-10-25)
|
|
553
|
-
|
|
554
|
-
### 🚀 Features
|
|
555
|
-
|
|
556
|
-
- **ui-react:** enhance `AnimateOnScroll` with directional scroll detection and refined flag handling ([fb1e2e8](https://github.com/Udixio/UI/commit/fb1e2e8))
|
|
557
|
-
- **ui-react:** refactor Carousel logic for dynamic width and item visibility adjustments ([3292d4c](https://github.com/Udixio/UI/commit/3292d4c))
|
|
558
|
-
|
|
559
|
-
### 🩹 Fixes
|
|
560
|
-
|
|
561
|
-
- **ui-react:** refine Carousel width calculation and logging ([6d0b2e2](https://github.com/Udixio/UI/commit/6d0b2e2))
|
|
562
|
-
- **ui-react:** optimize width calculation and improve Carousel item handling ([6f2d7c2](https://github.com/Udixio/UI/commit/6f2d7c2))
|
|
563
|
-
- **ui-react:** add onMetricsChange prop and simplify Carousel logic ([1a9ac6f](https://github.com/Udixio/UI/commit/1a9ac6f))
|
|
564
|
-
|
|
565
|
-
### ❤️ Thank You
|
|
566
|
-
|
|
567
|
-
- Joël VIGREUX
|
|
568
|
-
|
|
569
|
-
## 2.5.2 (2025-10-23)
|
|
570
|
-
|
|
571
|
-
### 🩹 Fixes
|
|
572
|
-
|
|
573
|
-
- **ui-react:** remove redundant animation run attribute check ([25c7b65](https://github.com/Udixio/UI/commit/25c7b65))
|
|
574
|
-
|
|
575
|
-
### ❤️ Thank You
|
|
576
|
-
|
|
577
|
-
- Joël VIGREUX
|
|
578
|
-
|
|
579
|
-
## 2.5.1 (2025-10-23)
|
|
580
|
-
|
|
581
|
-
### 🩹 Fixes
|
|
582
|
-
|
|
583
|
-
- **ui-react:** add animation lifecycle listeners to `AnimateOnScroll` ([18da79e](https://github.com/Udixio/UI/commit/18da79e))
|
|
584
|
-
|
|
585
|
-
### ❤️ Thank You
|
|
586
|
-
|
|
587
|
-
- Joël VIGREUX
|
|
588
|
-
|
|
589
|
-
## 2.5.0 (2025-10-23)
|
|
590
|
-
|
|
591
|
-
### 🚀 Features
|
|
592
|
-
|
|
593
|
-
- **carousel:** add live metrics support and restore centering logic ([c0e57df](https://github.com/Udixio/UI/commit/c0e57df))
|
|
594
|
-
- **carousel:** add smooth scroll animation with framer-motion ([8ddf506](https://github.com/Udixio/UI/commit/8ddf506))
|
|
595
|
-
- **markdown:** add markdown renderer with class map support and HTML sanitization ([0ab4ae4](https://github.com/Udixio/UI/commit/0ab4ae4))
|
|
596
|
-
- **carousel:** improve dynamic item width calculation and enhance responsiveness ([0363f14](https://github.com/Udixio/UI/commit/0363f14))
|
|
597
|
-
- **carousel:** enhance `CarouselItem` width behavior and add controlled scroll progress ([fea2674](https://github.com/Udixio/UI/commit/fea2674))
|
|
598
|
-
- **carousel:** add controlled `index` prop and example with navigation buttons ([2179cbc](https://github.com/Udixio/UI/commit/2179cbc))
|
|
599
|
-
- **styles, carousel:** implement customizable themes and enhanced accessibility ([548af98](https://github.com/Udixio/UI/commit/548af98))
|
|
600
|
-
|
|
601
|
-
### 🩹 Fixes
|
|
602
|
-
|
|
603
|
-
- **ui-react:** simplify shape transformation logic in icon-button styles ([1766174](https://github.com/Udixio/UI/commit/1766174))
|
|
604
|
-
- **slider:** add relative positioning to handle for improved style control ([b4cc12f](https://github.com/Udixio/UI/commit/b4cc12f))
|
|
605
|
-
|
|
606
|
-
### ❤️ Thank You
|
|
607
|
-
|
|
608
|
-
- Joël VIGREUX
|
|
609
|
-
|
|
610
|
-
## 2.4.3 (2025-10-17)
|
|
611
|
-
|
|
612
|
-
### 🧱 Updated Dependencies
|
|
613
|
-
|
|
614
|
-
- Updated @udixio/tailwind to 2.3.7
|
|
615
|
-
- Updated @udixio/theme to 2.1.2
|
|
616
|
-
|
|
617
|
-
## 2.4.2 (2025-10-17)
|
|
618
|
-
|
|
619
|
-
### 🧱 Updated Dependencies
|
|
620
|
-
|
|
621
|
-
- Updated @udixio/tailwind to 2.3.6
|
|
622
|
-
- Updated @udixio/theme to 2.1.1
|
|
623
|
-
|
|
624
|
-
## 2.4.1 (2025-10-17)
|
|
625
|
-
|
|
626
|
-
### 🧱 Updated Dependencies
|
|
627
|
-
|
|
628
|
-
- Updated @udixio/tailwind to 2.3.5
|
|
629
|
-
|
|
630
|
-
## 2.4.0 (2025-10-17)
|
|
631
|
-
|
|
632
|
-
### 🚀 Features
|
|
633
|
-
|
|
634
|
-
- **theme:** update variant handling and enhance `UdixioVariant` support ([e413d3d](https://github.com/Udixio/UI/commit/e413d3d))
|
|
635
|
-
|
|
636
|
-
### 🧱 Updated Dependencies
|
|
637
|
-
|
|
638
|
-
- Updated @udixio/tailwind to 2.3.4
|
|
639
|
-
- Updated @udixio/theme to 2.1.0
|
|
640
|
-
|
|
641
|
-
### ❤️ Thank You
|
|
642
|
-
|
|
643
|
-
- Joël VIGREUX
|
|
644
|
-
|
|
645
|
-
## 2.3.3 (2025-10-16)
|
|
646
|
-
|
|
647
|
-
### 🩹 Fixes
|
|
648
|
-
|
|
649
|
-
- **animation:** refine scroll-driven animations logic and improve utility functions ([9c84c83](https://github.com/Udixio/UI/commit/9c84c83))
|
|
650
|
-
|
|
651
|
-
### 🧱 Updated Dependencies
|
|
652
|
-
|
|
653
|
-
- Updated @udixio/tailwind to 2.3.3
|
|
654
|
-
|
|
655
|
-
### ❤️ Thank You
|
|
656
|
-
|
|
657
|
-
- Joël VIGREUX
|
|
658
|
-
|
|
659
|
-
## 2.3.2 (2025-10-16)
|
|
660
|
-
|
|
661
|
-
### 🧱 Updated Dependencies
|
|
662
|
-
|
|
663
|
-
- Updated @udixio/tailwind to 2.3.2
|
|
664
|
-
|
|
665
|
-
## 2.3.1 (2025-10-16)
|
|
666
|
-
|
|
667
|
-
### 🧱 Updated Dependencies
|
|
668
|
-
|
|
669
|
-
- Updated @udixio/tailwind to 2.3.1
|
|
670
|
-
|
|
671
|
-
## 2.3.0 (2025-10-16)
|
|
672
|
-
|
|
673
|
-
### 🚀 Features
|
|
674
|
-
|
|
675
|
-
- **animations:** add customizable easing functions for smooth scroll effect ([98959d1](https://github.com/Udixio/UI/commit/98959d1))
|
|
676
|
-
|
|
677
|
-
### 🧱 Updated Dependencies
|
|
678
|
-
|
|
679
|
-
- Updated @udixio/tailwind to 2.3.0
|
|
680
|
-
|
|
681
|
-
### ❤️ Thank You
|
|
682
|
-
|
|
683
|
-
- Joël VIGREUX
|
|
684
|
-
|
|
685
|
-
## 2.2.0 (2025-10-16)
|
|
686
|
-
|
|
687
|
-
### 🚀 Features
|
|
688
|
-
|
|
689
|
-
- **animation:** add `animateOnScroll` alias for `initAnimateOnScroll` ([558876c](https://github.com/Udixio/UI/commit/558876c))
|
|
690
|
-
|
|
691
|
-
### 🧱 Updated Dependencies
|
|
692
|
-
|
|
693
|
-
- Updated @udixio/tailwind to 2.2.0
|
|
694
|
-
|
|
695
|
-
### ❤️ Thank You
|
|
696
|
-
|
|
697
|
-
- Joël VIGREUX
|
|
698
|
-
|
|
699
|
-
## 2.1.0 (2025-10-16)
|
|
700
|
-
|
|
701
|
-
### 🚀 Features
|
|
702
|
-
|
|
703
|
-
- **animation:** refactor and simplify `AnimateOnScroll` initialization and handling ([ad68d1f](https://github.com/Udixio/UI/commit/ad68d1f))
|
|
704
|
-
|
|
705
|
-
### 🧱 Updated Dependencies
|
|
706
|
-
|
|
707
|
-
- Updated @udixio/tailwind to 2.1.0
|
|
708
|
-
|
|
709
|
-
### ❤️ Thank You
|
|
710
|
-
|
|
711
|
-
- Joël VIGREUX
|
|
712
|
-
|
|
713
|
-
# 2.0.0 (2025-10-15)
|
|
714
|
-
|
|
715
|
-
### 🚀 Features
|
|
716
|
-
|
|
717
|
-
- **animation:** rename classes and refine scroll-driven animations ([414a875](https://github.com/Udixio/UI/commit/414a875))
|
|
718
|
-
- **animation:** update animation class names and refine scroll behavior ([54688c3](https://github.com/Udixio/UI/commit/54688c3))
|
|
719
|
-
- **animation:** enhance dependency handling and refine utility updates ([aa91136](https://github.com/Udixio/UI/commit/aa91136))
|
|
720
|
-
- **animation:** enhance state handling and optimize utility usage ([1f134b4](https://github.com/Udixio/UI/commit/1f134b4))
|
|
721
|
-
- **ui:** simplify SmoothScroll transition props and remove debug logs ([14caaba](https://github.com/Udixio/UI/commit/14caaba))
|
|
722
|
-
- **ui:** refactor SmoothScroll to replace useSpring with animate for smoother transitions ([b85e8f7](https://github.com/Udixio/UI/commit/b85e8f7))
|
|
723
|
-
- **ui:** adjust SmoothScroll transition dynamics and enhance debug support ([5a16e60](https://github.com/Udixio/UI/commit/5a16e60))
|
|
724
|
-
- **ui:** enhance SmoothScroll with spring-based motion and optimize scroll handling ([d02ed31](https://github.com/Udixio/UI/commit/d02ed31))
|
|
725
|
-
- **ui:** refactor SmoothScroll and BlockScroll for improved scroll handling ([ed225e7](https://github.com/Udixio/UI/commit/ed225e7))
|
|
726
|
-
- **ui:** refactor SmoothScroll and BlockScroll for streamlined scroll handling ([137e173](https://github.com/Udixio/UI/commit/137e173))
|
|
727
|
-
- **ui:** replace SmoothScroll with BlockScroll effect for improved scroll intent handling ([00fbd60](https://github.com/Udixio/UI/commit/00fbd60))
|
|
728
|
-
- **ui:** improve SmoothScroll effect with customizable transitions ([13b5b6a](https://github.com/Udixio/UI/commit/13b5b6a))
|
|
729
|
-
- **ui:** enhance smooth scroll effect and integrate into layout ([d5bc1ac](https://github.com/Udixio/UI/commit/d5bc1ac))
|
|
730
|
-
- **ui:** refactor animation utilities and remove redundant exit animations ([d7719cb](https://github.com/Udixio/UI/commit/d7719cb))
|
|
731
|
-
- **ui:** migrate `AnimateOnScroll` to use customizable prefix for animation utilities ([8ac82fd](https://github.com/Udixio/UI/commit/8ac82fd))
|
|
732
|
-
- **ui:** enhance AnimateOnScroll thresholds and refine animation compatibility ([e652317](https://github.com/Udixio/UI/commit/e652317))
|
|
733
|
-
- **ui:** refine animations and Tailwind plugin for better customization ([62ad9bf](https://github.com/Udixio/UI/commit/62ad9bf))
|
|
734
|
-
- **ui:** remove legacy JS-based scroll animations and refine scroll-driven components ([d098430](https://github.com/Udixio/UI/commit/d098430))
|
|
735
|
-
- **ui:** enhance scroll animations with fallback and Tailwind integration ([b5bec58](https://github.com/Udixio/UI/commit/b5bec58))
|
|
736
|
-
- **ui:** add AnimateOnScrollFallback for JS-based scroll animations ([f99eca0](https://github.com/Udixio/UI/commit/f99eca0))
|
|
737
|
-
- **ui:** add Animate component ([b69694a](https://github.com/Udixio/UI/commit/b69694a))
|
|
738
|
-
- **docs:** add API documentation and improve components layout ([bbe090f](https://github.com/Udixio/UI/commit/bbe090f))
|
|
739
|
-
- **styles:** enhance FAB styling and simplify class application ([72967d4](https://github.com/Udixio/UI/commit/72967d4))
|
|
740
|
-
- **theme:** add tone adjustment calculation and improve contrast handling ([3546f05](https://github.com/Udixio/UI/commit/3546f05))
|
|
741
|
-
- **theme:** refactor color utilities and update configuration ([177e68d](https://github.com/Udixio/UI/commit/177e68d))
|
|
742
|
-
- **theme:** streamline color management and refactor configuration ([b1b1211](https://github.com/Udixio/UI/commit/b1b1211))
|
|
743
|
-
- **theme:** introduce ThemePicker component and enhance theme configuration ([3d3d637](https://github.com/Udixio/UI/commit/3d3d637))
|
|
744
|
-
|
|
745
|
-
### 🧱 Updated Dependencies
|
|
746
|
-
|
|
747
|
-
- Updated @udixio/tailwind to 2.0.0
|
|
748
|
-
- Updated @udixio/theme to 2.0.0
|
|
749
|
-
|
|
750
|
-
### ❤️ Thank You
|
|
751
|
-
|
|
752
|
-
- Joël VIGREUX
|
|
753
|
-
|
|
754
|
-
## 1.6.3 (2025-09-04)
|
|
755
|
-
|
|
756
|
-
### 🩹 Fixes
|
|
757
|
-
|
|
758
|
-
- change theme variant and remove free-brands-svg-icons ([b5f5468](https://github.com/Udixio/UI/commit/b5f5468))
|
|
759
|
-
|
|
760
|
-
### 🧱 Updated Dependencies
|
|
761
|
-
|
|
762
|
-
- Updated @udixio/tailwind to 1.7.2
|
|
763
|
-
- Updated @udixio/theme to 1.3.0
|
|
764
|
-
|
|
765
|
-
### ❤️ Thank You
|
|
766
|
-
|
|
767
|
-
- Joël VIGREUX
|
|
768
|
-
|
|
769
|
-
## 1.6.2 (2025-08-31)
|
|
770
|
-
|
|
771
|
-
### 🧱 Updated Dependencies
|
|
772
|
-
|
|
773
|
-
- Updated @udixio/tailwind to 1.7.1
|
|
774
|
-
|
|
775
|
-
## 1.6.1 (2025-08-31)
|
|
776
|
-
|
|
777
|
-
### 🩹 Fixes
|
|
778
|
-
|
|
779
|
-
- **ui-react:** rename `SlideSheet` to `SideSheet` and update associated files ([9cc5293](https://github.com/Udixio/UI/commit/9cc5293))
|
|
780
|
-
|
|
781
|
-
### 🧱 Updated Dependencies
|
|
782
|
-
|
|
783
|
-
- Updated @udixio/tailwind to 1.7.0
|
|
784
|
-
|
|
785
|
-
### ❤️ Thank You
|
|
786
|
-
|
|
787
|
-
- Joël VIGREUX
|
|
788
|
-
|
|
789
|
-
## 1.6.0 (2025-08-29)
|
|
790
|
-
|
|
791
|
-
### 🚀 Features
|
|
792
|
-
|
|
793
|
-
- **ui-react:** add SlideSheet component with styles, interface, and stories ([b9d493c](https://github.com/Udixio/UI/commit/b9d493c))
|
|
794
|
-
- **theme:** add `onLoad` callback and enhance theme update logic ([7778504](https://github.com/Udixio/UI/commit/7778504))
|
|
795
|
-
|
|
796
|
-
### 🩹 Fixes
|
|
797
|
-
|
|
798
|
-
- **ui-react:** remove error state and replace with exception handling in ThemeProvider ([b8087e4](https://github.com/Udixio/UI/commit/b8087e4))
|
|
799
|
-
|
|
800
|
-
### 🧱 Updated Dependencies
|
|
801
|
-
|
|
802
|
-
- Updated @udixio/tailwind to 1.6.0
|
|
803
|
-
|
|
804
|
-
### ❤️ Thank You
|
|
805
|
-
|
|
806
|
-
- Joël VIGREUX
|
|
807
|
-
|
|
808
|
-
## 1.5.0 (2025-08-28)
|
|
809
|
-
|
|
810
|
-
### 🚀 Features
|
|
811
|
-
|
|
812
|
-
- **theme:** add throttling to color updates in `ThemeProvider` ([1886b68](https://github.com/Udixio/UI/commit/1886b68))
|
|
813
|
-
- **tailwind:** enhance browser integration with direct CSS compilation ([ac2caad](https://github.com/Udixio/UI/commit/ac2caad))
|
|
814
|
-
|
|
815
|
-
### 🧱 Updated Dependencies
|
|
816
|
-
|
|
817
|
-
- Updated @udixio/tailwind to 1.5.0
|
|
818
|
-
|
|
819
|
-
### ❤️ Thank You
|
|
820
|
-
|
|
821
|
-
- Joël VIGREUX
|
|
822
|
-
|
|
823
|
-
## 1.4.0 (2025-08-27)
|
|
824
|
-
|
|
825
|
-
### 🚀 Features
|
|
826
|
-
|
|
827
|
-
- **ui-react:** add `clsx` dependency for enhanced className handling ([53e2a28](https://github.com/Udixio/UI/commit/53e2a28))
|
|
828
|
-
- **theme, tailwind, ui-react:** update package entries and async plugin resolution ([be9c65c](https://github.com/Udixio/UI/commit/be9c65c))
|
|
829
|
-
- **tailwind:** split browser and node-specific logic with updated exports ([5335caa](https://github.com/Udixio/UI/commit/5335caa))
|
|
830
|
-
- **theme, ui-react, tailwind:** introduce node polyfills and improve async support ([f5c816a](https://github.com/Udixio/UI/commit/f5c816a))
|
|
831
|
-
- **ui-react:** replace `udixioVite` with `vitePlugin` in Vite config and clean up CSS file ([1abc885](https://github.com/Udixio/UI/commit/1abc885))
|
|
832
|
-
- integrate `rollup-plugin-visualizer` into Vite configs ([c92311a](https://github.com/Udixio/UI/commit/c92311a))
|
|
833
|
-
- **theme:** simplify loader utilities and remove legacy adapters ([781847e](https://github.com/Udixio/UI/commit/781847e))
|
|
834
|
-
|
|
835
|
-
### 🧱 Updated Dependencies
|
|
836
|
-
|
|
837
|
-
- Updated @udixio/tailwind to 1.4.0
|
|
838
|
-
- Updated @udixio/theme to 1.2.0
|
|
839
|
-
|
|
840
|
-
### ❤️ Thank You
|
|
841
|
-
|
|
842
|
-
- Joël VIGREUX
|
|
843
|
-
|
|
844
|
-
## 1.3.0 (2025-08-25)
|
|
845
|
-
|
|
846
|
-
### 🚀 Features
|
|
847
|
-
|
|
848
|
-
- **doc:** refactor navigation and layout structure for consistency ([644c21a](https://github.com/Udixio/UI/commit/644c21a))
|
|
849
|
-
|
|
850
|
-
### 🩹 Fixes
|
|
851
|
-
|
|
852
|
-
- **ui-react:** update `NavigationRailItem` animation handling ([0ed4606](https://github.com/Udixio/UI/commit/0ed4606))
|
|
853
|
-
|
|
854
|
-
### 🧱 Updated Dependencies
|
|
855
|
-
|
|
856
|
-
- Updated @udixio/tailwind to 1.3.0
|
|
857
|
-
- Updated @udixio/theme to 1.1.0
|
|
858
|
-
|
|
859
|
-
### ❤️ Thank You
|
|
860
|
-
|
|
861
|
-
- Joël VIGREUX
|
|
862
|
-
|
|
863
|
-
## 1.2.0 (2025-08-23)
|
|
864
|
-
|
|
865
|
-
### 🚀 Features
|
|
866
|
-
|
|
867
|
-
- **ui-react:** introduce `Icon` type and update `Icon` component interface ([ea01bfb](https://github.com/Udixio/UI/commit/ea01bfb))
|
|
868
|
-
- **ui-react:** replace `IconDefinition` with `Icon` in component interfaces ([819ebe1](https://github.com/Udixio/UI/commit/819ebe1))
|
|
869
|
-
- **ui-react:** enhance `Icon` component to support multiple icon types ([86b1c58](https://github.com/Udixio/UI/commit/86b1c58))
|
|
870
|
-
|
|
871
|
-
### 🩹 Fixes
|
|
872
|
-
|
|
873
|
-
- **ui-react:** improve readability in `navigation-rail-item.style.ts` ([a7098eb](https://github.com/Udixio/UI/commit/a7098eb))
|
|
874
|
-
|
|
875
|
-
### ❤️ Thank You
|
|
876
|
-
|
|
877
|
-
- Joël VIGREUX
|
|
878
|
-
|
|
879
|
-
## 1.1.0 (2025-08-22)
|
|
880
|
-
|
|
881
|
-
### 🚀 Features
|
|
882
|
-
|
|
883
|
-
- **ui-react:** add `disableTextMargins` prop to Button component ([ed0600b](https://github.com/Udixio/UI/commit/ed0600b))
|
|
884
|
-
|
|
885
|
-
### ❤️ Thank You
|
|
886
|
-
|
|
887
|
-
- Joël VIGREUX
|
|
888
|
-
|
|
889
|
-
## 1.0.1 (2025-08-22)
|
|
890
|
-
|
|
891
|
-
### 🧱 Updated Dependencies
|
|
892
|
-
|
|
893
|
-
- Updated @udixio/tailwind to 1.2.1
|
|
894
|
-
|
|
895
|
-
# 1.0.0 (2025-08-22)
|
|
896
|
-
|
|
897
|
-
### 🚀 Features
|
|
898
|
-
|
|
899
|
-
- **ui-react:** improve progress indicator styles and visibility logic ([b5c908b](https://github.com/Udixio/UI/commit/b5c908b))
|
|
900
|
-
- ⚠️ **ui-react:** enhance components with `children` support and refine accessibility ([d8626a5](https://github.com/Udixio/UI/commit/d8626a5))
|
|
901
|
-
|
|
902
|
-
### 🩹 Fixes
|
|
903
|
-
|
|
904
|
-
- ⚠️ **ui-react:** remove redundant variant assignment in Button component ([62a124f](https://github.com/Udixio/UI/commit/62a124f))
|
|
905
|
-
|
|
906
|
-
### ⚠️ Breaking Changes
|
|
907
|
-
|
|
908
|
-
- **ui-react:** The `filledTonal` variant behavior has been modified in the Button component. If you were relying on the previous redundant assignment logic, update your implementation to ensure consistent styling behavior.
|
|
909
|
-
- **ui-react:** The `ariaLabel` prop has been replaced with `label` across all components (`Button`, `IconButton`, `Fab`, etc.) for better accessibility compliance. Update your components to use `label` instead of `ariaLabel`. Additionally, `Snackbar` component's `supportingText` prop has been renamed to `message`.
|
|
910
|
-
|
|
911
|
-
### ❤️ Thank You
|
|
912
|
-
|
|
913
|
-
- Joël VIGREUX
|
|
914
|
-
|
|
915
|
-
## 0.1.2 (2025-08-05)
|
|
916
|
-
|
|
917
|
-
### 🩹 Fixes
|
|
918
|
-
|
|
919
|
-
- dependencies package ([a04c368](https://github.com/Udixio/UI/commit/a04c368))
|
|
920
|
-
|
|
921
|
-
### ❤️ Thank You
|
|
922
|
-
|
|
923
|
-
- Joël VIGREUX
|
|
924
|
-
|
|
925
|
-
## 0.1.1 (2025-08-04)
|
|
926
|
-
|
|
927
|
-
### 🩹 Fixes
|
|
928
|
-
|
|
929
|
-
- dependencies pakcage ([9feff43](https://github.com/Udixio/UI/commit/9feff43))
|
|
930
|
-
- dependencies pakcage ([afa3009](https://github.com/Udixio/UI/commit/afa3009))
|
|
931
|
-
|
|
932
|
-
### ❤️ Thank You
|
|
933
|
-
|
|
934
|
-
- Joël VIGREUX
|
|
935
|
-
|
|
936
|
-
## 0.4.3 (2025-07-25)
|
|
937
|
-
|
|
938
|
-
### 🩹 Fixes
|
|
939
|
-
|
|
940
|
-
- add `types` field to package exports and correct file extensions ([6b8ce9c](https://github.com/Udixio/UI/commit/6b8ce9c))
|
|
941
|
-
|
|
942
|
-
### 🧱 Updated Dependencies
|
|
943
|
-
|
|
944
|
-
- Updated tailwind to 0.5.3
|
|
945
|
-
- Updated theme to 0.5.3
|
|
946
|
-
|
|
947
|
-
### ❤️ Thank You
|
|
948
|
-
|
|
949
|
-
- Joël VIGREUX
|
|
950
|
-
|
|
951
|
-
## 0.4.2 (2025-07-25)
|
|
952
|
-
|
|
953
|
-
### 🧱 Updated Dependencies
|
|
954
|
-
|
|
955
|
-
- Updated tailwind to 0.5.2
|
|
956
|
-
- Updated theme to 0.5.2
|
|
957
|
-
|
|
958
|
-
## 0.4.1 (2025-07-25)
|
|
959
|
-
|
|
960
|
-
### 🧱 Updated Dependencies
|
|
961
|
-
|
|
962
|
-
- Updated tailwind to 0.5.1
|
|
963
|
-
- Updated theme to 0.5.1
|
|
964
|
-
|
|
965
|
-
## 0.4.0 (2025-07-25)
|
|
966
|
-
|
|
967
|
-
### 🚀 Features
|
|
968
|
-
|
|
969
|
-
- **theme:** migrate build system from Rollup to Vite for improved performance and configuration ([3f33657](https://github.com/Udixio/UI/commit/3f33657))
|
|
970
|
-
|
|
971
|
-
### 🧱 Updated Dependencies
|
|
972
|
-
|
|
973
|
-
- Updated tailwind to 0.5.0
|
|
974
|
-
- Updated theme to 0.5.0
|
|
975
|
-
|
|
976
|
-
### ❤️ Thank You
|
|
977
|
-
|
|
978
|
-
- Joël VIGREUX
|
|
979
|
-
|
|
980
|
-
## 0.3.11 (2025-07-25)
|
|
981
|
-
|
|
982
|
-
### 🩹 Fixes
|
|
983
|
-
|
|
984
|
-
- **dependencies:** update `pnpm-lock.yaml` for consistency and compatibility ([e6dfc9d](https://github.com/Udixio/UI/commit/e6dfc9d))
|
|
985
|
-
|
|
986
|
-
### 🧱 Updated Dependencies
|
|
987
|
-
|
|
988
|
-
- Updated tailwind to 0.4.1
|
|
989
|
-
- Updated theme to 0.4.2
|
|
990
|
-
|
|
991
|
-
### ❤️ Thank You
|
|
992
|
-
|
|
993
|
-
- Joël VIGREUX
|
|
994
|
-
|
|
995
|
-
## 0.3.10 (2025-07-25)
|
|
996
|
-
|
|
997
|
-
### 🧱 Updated Dependencies
|
|
998
|
-
|
|
999
|
-
- Updated tailwind to 0.4.0
|
|
1000
|
-
|
|
1001
|
-
## 0.3.9 (2025-07-25)
|
|
1002
|
-
|
|
1003
|
-
### 🧱 Updated Dependencies
|
|
1004
|
-
|
|
1005
|
-
- Updated tailwind to 0.3.7
|
|
1006
|
-
|
|
1007
|
-
## 0.3.8 (2025-07-25)
|
|
1008
|
-
|
|
1009
|
-
### 🩹 Fixes
|
|
1010
|
-
|
|
1011
|
-
- **dependencies:** update `pnpm-lock.yaml` for consistent dependency versions ([5dee7f3](https://github.com/Udixio/UI/commit/5dee7f3))
|
|
1012
|
-
|
|
1013
|
-
### ❤️ Thank You
|
|
1014
|
-
|
|
1015
|
-
- Joël VIGREUX
|
|
1016
|
-
|
|
1017
|
-
## 0.3.7 (2025-07-25)
|
|
1018
|
-
|
|
1019
|
-
### 🩹 Fixes
|
|
1020
|
-
|
|
1021
|
-
- **ui-react:** update build config to improve module compatibility ([a6de1ee](https://github.com/Udixio/UI/commit/a6de1ee))
|
|
1022
|
-
|
|
1023
|
-
### ❤️ Thank You
|
|
1024
|
-
|
|
1025
|
-
- Joël VIGREUX
|
|
1026
|
-
|
|
1027
|
-
## 0.3.6 (2025-07-25)
|
|
1028
|
-
|
|
1029
|
-
### 🧱 Updated Dependencies
|
|
1030
|
-
|
|
1031
|
-
- Updated tailwind to 0.3.6
|
|
1032
|
-
|
|
1033
|
-
## 0.3.5 (2025-07-25)
|
|
1034
|
-
|
|
1035
|
-
### 🧱 Updated Dependencies
|
|
1036
|
-
|
|
1037
|
-
- Updated tailwind to 0.3.5
|
|
1038
|
-
- Updated theme to 0.4.1
|
|
1039
|
-
|
|
1040
|
-
## 0.3.4 (2025-07-25)
|
|
1041
|
-
|
|
1042
|
-
### 🩹 Fixes
|
|
1043
|
-
|
|
1044
|
-
- **theme:** switch to ES module exports and adjust package type ([7314ded](https://github.com/Udixio/UI/commit/7314ded))
|
|
1045
|
-
|
|
1046
|
-
### 🧱 Updated Dependencies
|
|
1047
|
-
|
|
1048
|
-
- Updated tailwind to 0.3.4
|
|
1049
|
-
- Updated theme to 0.4.0
|
|
1050
|
-
|
|
1051
|
-
### ❤️ Thank You
|
|
1052
|
-
|
|
1053
|
-
- Joël VIGREUX
|
|
1054
|
-
|
|
1055
|
-
## 0.3.3 (2025-07-24)
|
|
1056
|
-
|
|
1057
|
-
### 🩹 Fixes
|
|
1058
|
-
|
|
1059
|
-
- **theme:** improve Tailwind CSS import handling in plugin ([f7c7f3a](https://github.com/Udixio/UI/commit/f7c7f3a))
|
|
1060
|
-
|
|
1061
|
-
### 🧱 Updated Dependencies
|
|
1062
|
-
|
|
1063
|
-
- Updated tailwind to 0.3.3
|
|
1064
|
-
- Updated theme to 0.3.2
|
|
1065
|
-
|
|
1066
|
-
### ❤️ Thank You
|
|
1067
|
-
|
|
1068
|
-
- Joël VIGREUX
|
|
1069
|
-
|
|
1070
|
-
## 0.3.2 (2025-07-24)
|
|
1071
|
-
|
|
1072
|
-
### 🧱 Updated Dependencies
|
|
1073
|
-
|
|
1074
|
-
- Updated tailwind to 0.3.2
|
|
1075
|
-
- Updated theme to 0.3.1
|
|
1076
|
-
|
|
1077
|
-
## 0.3.1 (2025-07-24)
|
|
1078
|
-
|
|
1079
|
-
### 🧱 Updated Dependencies
|
|
1080
|
-
|
|
1081
|
-
- Updated tailwind to 0.3.1
|
|
1082
|
-
|
|
1083
|
-
## 0.3.0 (2025-07-24)
|
|
1084
|
-
|
|
1085
|
-
### 🚀 Features
|
|
1086
|
-
|
|
1087
|
-
- **package:** add `publishConfig` to package.json for public npm publishing ([40307c0](https://github.com/Udixio/UI/commit/40307c0))
|
|
1088
|
-
|
|
1089
|
-
### 🧱 Updated Dependencies
|
|
1090
|
-
|
|
1091
|
-
- Updated tailwind to 0.3.0
|
|
1092
|
-
- Updated theme to 0.3.0
|
|
1093
|
-
|
|
1094
|
-
### ❤️ Thank You
|
|
1095
|
-
|
|
1096
|
-
- Joël VIGREUX
|
|
1097
|
-
|
|
1098
|
-
## 0.2.0 (2025-07-24)
|
|
1099
|
-
|
|
1100
|
-
### 🚀 Features
|
|
1101
|
-
|
|
1102
|
-
- **package:** add `repository` field to package.json files ([a05ca80](https://github.com/Udixio/UI/commit/a05ca80))
|
|
1103
|
-
|
|
1104
|
-
### 🧱 Updated Dependencies
|
|
1105
|
-
|
|
1106
|
-
- Updated tailwind to 0.2.0
|
|
1107
|
-
- Updated theme to 0.2.0
|
|
1108
|
-
|
|
1109
|
-
### ❤️ Thank You
|
|
1110
|
-
|
|
1111
|
-
- Joël VIGREUX
|
|
1112
|
-
|
|
1113
|
-
## 0.1.0 (2025-07-24)
|
|
1114
|
-
|
|
1115
|
-
### 🚀 Features
|
|
1116
|
-
|
|
1117
|
-
- **theme, ui-react, tailwind:** enhance dependencies, Jest config, and Button component ([04e1d00](https://github.com/Udixio/UI/commit/04e1d00))
|
|
1118
|
-
- **ui-react:** add `cursor-pointer` to interactive components and fix formatting issues ([cc499c4](https://github.com/Udixio/UI/commit/cc499c4))
|
|
1119
|
-
- **ui-react:** update ripple effect to use modern color mix function ([d721f83](https://github.com/Udixio/UI/commit/d721f83))
|
|
1120
|
-
- **ui-react:** replace FontAwesomeIcon with custom SVG rendering in Icon component ([8414c2f](https://github.com/Udixio/UI/commit/8414c2f))
|
|
1121
|
-
- **theme:** integrate new utilities and refine Tailwind plugin configuration ([3f4152e](https://github.com/Udixio/UI/commit/3f4152e))
|
|
1122
|
-
- **theme:** improve dark mode support and streamline color management ([7b72e9d](https://github.com/Udixio/UI/commit/7b72e9d))
|
|
1123
|
-
- **theme:** enhance Tailwind plugin with createOrUpdateFile utility ([4316f58](https://github.com/Udixio/UI/commit/4316f58))
|
|
1124
|
-
- **theme:** enhance Tailwind plugin with file content validation ([77aa702](https://github.com/Udixio/UI/commit/77aa702))
|
|
1125
|
-
- **theme:** simplify Tailwind plugin setup and enhance color management ([a10657f](https://github.com/Udixio/UI/commit/a10657f))
|
|
1126
|
-
- **theme:** refactor Tailwind plugin setup and clean up dependencies ([2468c56](https://github.com/Udixio/UI/commit/2468c56))
|
|
1127
|
-
- **tailwind:** refactor plugin and integrate theme dependencies ([34501e3](https://github.com/Udixio/UI/commit/34501e3))
|
|
1128
|
-
- **ui:** improve button styling and enhance Tailwind plugin configuration ([efdeeb0](https://github.com/Udixio/UI/commit/efdeeb0))
|
|
1129
|
-
- **tailwind:** remove Tailwind library and update dependencies ([bd84038](https://github.com/Udixio/UI/commit/bd84038))
|
|
1130
|
-
- **ui-react:** reintroduce TailwindCSS with Vite plugin and enhance Storybook setup ([c1a1637](https://github.com/Udixio/UI/commit/c1a1637))
|
|
1131
|
-
- **ui-react:** add Storybook support and configure with Vite ([125396b](https://github.com/Udixio/UI/commit/125396b))
|
|
1132
|
-
- **theme:** add dependencies and update lockfile for new theme module ([d615149](https://github.com/Udixio/UI/commit/d615149))
|
|
1133
|
-
- **ui-react:** add TailwindCSS support and update styles ([61bbadd](https://github.com/Udixio/UI/commit/61bbadd))
|
|
1134
|
-
- **build:** add Vite configuration and TypeScript setup for `ui-react` package ([4e04879](https://github.com/Udixio/UI/commit/4e04879))
|
|
1135
|
-
- **config:** initialize Nx workspace setup ([6204056](https://github.com/Udixio/UI/commit/6204056))
|
|
1136
|
-
|
|
1137
|
-
### 🧱 Updated Dependencies
|
|
1138
|
-
|
|
1139
|
-
- Updated tailwind to 0.1.0
|
|
1140
|
-
- Updated theme to 0.1.0
|
|
1141
|
-
|
|
1142
|
-
### ❤️ Thank You
|
|
1143
|
-
|
|
1144
|
-
- Joël VIGREUX
|