@udixio/ui-react 2.9.18 → 2.9.19
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 +15 -0
- package/dist/index.cjs +3 -3
- package/dist/index.js +3283 -3267
- package/dist/lib/components/AnchorPositioner.d.ts +2 -1
- package/dist/lib/components/AnchorPositioner.d.ts.map +1 -1
- package/dist/lib/components/TextField.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/lib/components/AnchorPositioner.tsx +9 -3
- package/src/lib/components/TextField.tsx +42 -25
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## 2.9.19 (2026-02-03)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **ui-react:** improve `TextField` and `AnchorPositioner` with date picker handling ([32ebd5e](https://github.com/Udixio/UI/commit/32ebd5e))
|
|
6
|
+
|
|
7
|
+
### 🩹 Fixes
|
|
8
|
+
|
|
9
|
+
- **ui-react:** refactor `TextField` focus and blur handling ([c808202](https://github.com/Udixio/UI/commit/c808202))
|
|
10
|
+
- **ui-react:** improve `TextField` and `AnchorPositioner` with date picker handling ([61833e9](https://github.com/Udixio/UI/commit/61833e9))
|
|
11
|
+
|
|
12
|
+
### ❤️ Thank You
|
|
13
|
+
|
|
14
|
+
- Joël VIGREUX
|
|
15
|
+
|
|
1
16
|
## 2.9.18 (2026-02-03)
|
|
2
17
|
|
|
3
18
|
### 🩹 Fixes
|