Skip to content

Combobox RFC version

Pre-release
Pre-release
Compare
Choose a tag to compare
@LJKaski LJKaski released this 26 Feb 11:06
· 2645 commits to develop since this release

This beta release contains the first public draft of the Combobox component. The component still has some issues with NVDA, but most of the functionalities are in place.

Changes

Combobox

  • Combobox RFC version added

Toggle

  • Breaking Changes:
    • Changed:
      • ToggleButton onClick parameter type is now boolean instead of { toggleState: boolean }
    • Removed:
      • variant support. <Toggle.withInput> no longer work. Use ToggleButton and ToggleInput components instead.
      • toggleInputProps
      • toggleInputComponent
      • onClick from ToggleInput, use onChange instead
  • Additional props are now passed for button and input elements.
  • Added support for wrapperProps to support styling better.
  • Added support for AutoId to support Server Side Rendering

Text Input

  • Breaking changes
    • inputContainerProps renamed to wrapperProps
    • Error and success status border width now 2px

Icons

  • Breaking changes:
    • StaticIcon and ComponentIcon class name changes
  • New icons and colour fixes for Icon and StaticIcon. StaticIcon now supports highlight colour.
  • Fixes for Toggle and RadioButton icons

Tokens

  • Breaking Changes:
    • Tokens prop is now removed from all components