v18.3.0
Readonly states for radio- and checkbox-style components
With this release we added a readonly state to the circle toggle, radio button, checkbox, switcher and toggle button components. The number stepper has to be delayed until the next major version because of a necessary breaking change.
Please note: the readonly states on these elements is only approved for internal (expert) applications because of accessibility constraints.
Features ✨
- accordion: add flush alignment option (28a37fd)
- circle-toggle: add readonly state (c2abe67)
- multi-select: add filterInput output (d61712c)
- radio-button: add readonly state (b6ef4f6)
- switcher: add readonly state (a72712a)
- toggle-button: add readonly state (571e1df)
Bug Fixes 🐛
- circle-toggle: invalid aria-required attributes in radio group (79e18ce)
- datefield: to use plain buttons and update cell font-weight (ea29b77)
- grid: use DI for missing nxRow warning (8d4a236)
- header: change height of header to match figma designs (d5bf893)
- multi-select: open dropdown with arrow keys (785b98e)
- radio-toggle: forward focus to toggleInput (7c6edda)
- sidenavigation,action: text and icon alignment in the navigation items (b6b2c79)
Documentation 📚
- accordion: add aria-hidden to error icons (74c9106)