@udixio/ui-react 2.9.16 → 2.9.18

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,27 @@
1
+ ## 2.9.18 (2026-02-03)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **ui-react:** render `AnchorPositioner` using `createPortal` ([c88c691](https://github.com/Udixio/UI/commit/c88c691))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Joël VIGREUX
10
+
11
+ ## 2.9.17 (2026-02-03)
12
+
13
+ ### 🚀 Features
14
+
15
+ - **ui-react:** add support for `onFocus` and `onBlur` props passthrough in `TextField` ([6142846](https://github.com/Udixio/UI/commit/6142846))
16
+
17
+ ### 🩹 Fixes
18
+
19
+ - **ui-react:** add support for `onFocus` and `onBlur` props passthrough in `TextField` ([c26dce0](https://github.com/Udixio/UI/commit/c26dce0))
20
+
21
+ ### ❤️ Thank You
22
+
23
+ - Joël VIGREUX
24
+
1
25
  ## 2.9.16 (2026-02-02)
2
26
 
3
27
  ### 🚀 Features