@udixio/ui-react 2.9.19 → 2.9.21

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,23 @@
1
+ ## 2.9.21 (2026-02-03)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **ui-react:** add `autoFocus` prop to `TextField` component ([0ee6e4f](https://github.com/Udixio/UI/commit/0ee6e4f))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Joël VIGREUX
10
+
11
+ ## 2.9.20 (2026-02-03)
12
+
13
+ ### 🩹 Fixes
14
+
15
+ - **ui-react:** add `onFocus` and `onBlur` support to `TextField` interface ([7b48250](https://github.com/Udixio/UI/commit/7b48250))
16
+
17
+ ### ❤️ Thank You
18
+
19
+ - Joël VIGREUX
20
+
1
21
  ## 2.9.19 (2026-02-03)
2
22
 
3
23
  ### 🚀 Features