Skip to content

v10.21.0

Compare
Choose a tag to compare
@tujoworker tujoworker released this 21 Feb 07:20
· 1269 commits to release since this release

10.21.0 (2024-02-21)

πŸ› Bug Fixes

  • Field.Boolean: make it possible to reset the value by providing undefined (#3319) (ee545ad)
  • Form.useData: provide data on first render (2b38ee7), closes #3313
  • FormLabel: make labels selectable (accessible) (#3311) (dbb8415)
  • Table: refactor and bug fixes (#3294) (281b2d3)
  • Textarea: make element shrink and stay inside boundaries on smaller screen sizes (#3329) (6e5eb2d)

✨ Features

  • DatePicker: add support for tooltip and tabIndex (#3323) (1a048ee)
  • Dl: add grid layout to definition lists (85fb33d)
  • Field.String: add support for all input and textarea properties in camelCase (#3321) (0789d76), closes #3322
  • FieldBlock: enhance support for composition fields (53f5113)
  • FieldBlock: enhance support for composition fields (#3306) (7c5b236)
  • Form.Appearance: add theme to control size of input fields (#3325) (632574b)
  • forms: add Value.SummaryList to make accessible form summaries (1a61b65)
  • forms: add Value.SummaryList to make accessible form summaries (#3320) (6d795a7)
  • InfoCard: add optional dropShadow-prop (#3312) (1b76cc4)
  • NumberFormat: align currency display of "name" to be displayed without Norwegian (#3317) (2d8b8cf)
  • Password: move InputPassword to Field.Password (#3300) (32f5463)
  • Slider: Add marker functionality (#3295) (acb1143)