@udixio/ui-react 2.10.12 → 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 +14 -0
- package/dist/index.cjs +3 -3
- package/dist/index.js +2696 -2710
- package/dist/lib/effects/ThemeProvider.d.ts.map +1 -1
- package/dist/theme.worker.js +6633 -0
- package/package.json +1 -1
- package/src/lib/effects/ThemeProvider.tsx +4 -2
- package/vite.config.ts +14 -0
- package/dist/scrollDriven-AP2yWhzi.js +0 -121
- /package/dist/{scrollDriven-DWAu7CR0.cjs → scrollDriven.js} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
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
|
+
|
|
1
15
|
## 2.10.12 (2026-04-09)
|
|
2
16
|
|
|
3
17
|
### 🚀 Features
|