@udixio/ui-react 2.9.15 → 2.9.17

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,31 @@
1
+ ## 2.9.17 (2026-02-03)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **ui-react:** add support for `onFocus` and `onBlur` props passthrough in `TextField` ([6142846](https://github.com/Udixio/UI/commit/6142846))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **ui-react:** add support for `onFocus` and `onBlur` props passthrough in `TextField` ([c26dce0](https://github.com/Udixio/UI/commit/c26dce0))
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - Joël VIGREUX
14
+
15
+ ## 2.9.16 (2026-02-02)
16
+
17
+ ### 🚀 Features
18
+
19
+ - **ui-react:** add `TextFieldInterface` import to `TextField` component ([fa7032a](https://github.com/Udixio/UI/commit/fa7032a))
20
+
21
+ ### 🩹 Fixes
22
+
23
+ - **ui-react:** enhance FabMenu button styles with text wrapping adjustments ([0d015da](https://github.com/Udixio/UI/commit/0d015da))
24
+
25
+ ### ❤️ Thank You
26
+
27
+ - Joël VIGREUX
28
+
1
29
  ## 2.9.15 (2026-02-02)
2
30
 
3
31
  ### 🚀 Features