Skip to content

v10.97.0

Choose a tag to compare

@tujoworker tujoworker released this 12 Feb 08:34
· 218 commits to release since this release

10.97.0 (2026-02-12)

πŸ“ Documentation

  • add best practices page for number formatting (#6564) (f808ad3)

πŸ› Bug Fixes

  • Form.useSubmit: make it work properly outside of Form.Handler (#6592) (40e691d)
  • Form.useValidation: make hook reactive (#6599) (0d7e165)
  • Form.useValidation: prevent faulty status when changing locale (#6601) (d2cfb45)
  • Forms: should update required error message when locale changes (#6602) (7d35900)
  • List: reset browser given margin on ul element (#6567) (299c344)
  • Tabs: ensure Badge styles do not effect content styles (#6606) (f285b0f)
  • Upload: stop loading spinner when rejecting promise (#6607) (2869a1e)
  • Value.Currency: fix correct empty placeholder when locale is en-GB (#6565) (e9e33d0)

✨ Features

  • Field.Selection: deprecate radio-list in favor of the new List component (#6570) (ff77078)
  • Forms: add support for children given in a function to Field.Selection and Field.ArraySelection (#6568) (8df1fd2)
  • NumberFormat: add when to display the sign for the number (signDisplay) (#6604) (cfc4479)
  • Space: add inline and block support to innerSpace (#6595) (91ae029)
  • Upload: remove link for files by using removeLink (#6608) (ef29eeb)