@udixio/ui-react 2.9.17 → 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 CHANGED
@@ -1,3 +1,28 @@
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
+
16
+ ## 2.9.18 (2026-02-03)
17
+
18
+ ### 🩹 Fixes
19
+
20
+ - **ui-react:** render `AnchorPositioner` using `createPortal` ([c88c691](https://github.com/Udixio/UI/commit/c88c691))
21
+
22
+ ### ❤️ Thank You
23
+
24
+ - Joël VIGREUX
25
+
1
26
  ## 2.9.17 (2026-02-03)
2
27
 
3
28
  ### 🚀 Features