@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 +20 -0
- package/dist/index.cjs +3 -3
- package/dist/index.js +1926 -1922
- package/dist/lib/components/TextField.d.ts +1 -1
- package/dist/lib/components/TextField.d.ts.map +1 -1
- package/dist/lib/interfaces/text-field.interface.d.ts +1 -0
- package/dist/lib/interfaces/text-field.interface.d.ts.map +1 -1
- package/dist/lib/styles/text-field.style.d.ts +3 -0
- package/dist/lib/styles/text-field.style.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/lib/components/TextField.tsx +11 -4
- package/src/lib/interfaces/text-field.interface.ts +1 -0
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
|