Skip to content

Combobox & ref RFC version

Pre-release
Pre-release
Compare
Choose a tag to compare
@ketsappi ketsappi released this 10 Mar 12:44
· 2606 commits to develop since this release

Release notes

  • Update vulnerable transitive dependencies and remove redundant TSDX/Immer resolution
  • Fix AutoId code style issue

Combobox

  • Caret icon should no longer block the click to open it
  • Scroll for itemlist
    • Known issue with the keyboard focus; visually not looking as wanted as it is left behind
  • status & statusText props added
  • onChange prop added
  • debounce prop added
  • aria changes to work better with screenreader

ref

Added ref prop for: Button, Checkbox, Chip, Dropdown, RadioButton, TextInput, Textarea and Toggle

Button

  • Breaking change: static variants no longer available. Use variant prop instead.

Checkbox

  • Breaking change: static variants no longer available. Use variant prop instead.

Chip

  • Breaking change: component split into two different components, Chip and StaticChip. Old static variants are no longer in use.