@udixio/ui-react 2.9.20 → 2.9.22

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