Commit 89e0b1b
committed
chore(release): 10.97.0 [skip ci]
## [10.97.0](v10.96.0...v10.97.0) (2026-02-12)
### 📝 Documentation
* add best practices page for number formatting ([#6564](#6564)) ([f808ad3](f808ad3))
### ⚡ Refactoring
* **Form.useValidation:** prevent faulty status when changing locale ([#6603](#6603)) ([9423aab](9423aab)), closes [#6601](#6601)
### 🐛 Bug Fixes
* **Form.useSubmit:** make it work properly outside of Form.Handler ([#6592](#6592)) ([40e691d](40e691d))
* **Form.useValidation:** make hook reactive ([#6599](#6599)) ([0d7e165](0d7e165))
* **Form.useValidation:** prevent faulty status when changing locale ([#6601](#6601)) ([d2cfb45](d2cfb45))
* **Forms:** should update required error message when locale changes ([#6602](#6602)) ([7d35900](7d35900))
* **List:** reset browser given margin on ul element ([#6567](#6567)) ([299c344](299c344))
* **Tabs:** ensure Badge styles do not effect content styles ([#6606](#6606)) ([f285b0f](f285b0f))
* **Upload:** stop loading spinner when rejecting promise ([#6607](#6607)) ([2869a1e](2869a1e))
* **Value.Currency:** fix correct empty placeholder when locale is en-GB ([#6565](#6565)) ([e9e33d0](e9e33d0))
### ✨ Features
* **Field.Selection:** deprecate `radio-list` in favor of the new List component ([#6570](#6570)) ([ff77078](ff77078))
* **Forms:** add support for children given in a function to `Field.Selection` and `Field.ArraySelection` ([#6568](#6568)) ([8df1fd2](8df1fd2))
* **NumberFormat:** add when to display the sign for the number (`signDisplay`) ([#6604](#6604)) ([cfc4479](cfc4479))
* **Space:** add `inline` and `block` support to `innerSpace` ([#6595](#6595)) ([91ae029](91ae029))
* **Upload:** remove link for files by using `removeLink` ([#6608](#6608)) ([ef29eeb](ef29eeb))1 parent 26d0b97 commit 89e0b1b
1 file changed
+33
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
6 | 39 | | |
7 | 40 | | |
8 | 41 | | |
| |||
0 commit comments