@udixio/ui-react 2.10.11 → 2.10.13

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/CHANGELOG.md CHANGED
@@ -1,3 +1,41 @@
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
+
1
39
  ## 2.10.11 (2026-03-22)
2
40
 
3
41
  ### 🧱 Updated Dependencies