Skip to content

v10.19.0

Compare
Choose a tag to compare
@tujoworker tujoworker released this 22 Jan 21:40
· 1122 commits to release since this release

10.19.0 (2024-01-22)

πŸ› Bug Fixes

  • Autocomplete: replace existing aria-live handling with the AriaLive component (#3258) (0ec06ca)
  • Breadcrumb: fix rehydration disturbance (#3254) (dcf3a8b), closes #2762 #2671
  • DrawerList: update original data when data prop changes (#3247) (d1b03c2)
  • Field: show error state without error object if parent FieldBlock has error (#3225) (35fe238), closes #2958
  • Flex.Container: ensure rowGap=false has effect (#3242) (e18ddfd)
  • forms: rename contents to content (#3257) (2c9a397)
  • Input: should not clear input value with escape key (#3235) (979b3e3)
  • PhoneNumber: handle pattern, schema and validator with country code (#3249) (ed115d5)
  • Table.Accordion: prevent accordion from opening on label click (#3228) (ee5014f)
  • Textarea: correct outline to be inset (#3237) (6433470)

✨ Features