Kobalte.v0.13.1

v0.11.x

v0.11.2 (October 21, 2023)

New features

  • Added Slider component.

Bug fixes

v0.11.1 (October 20, 2023)

New features

  • Added Skeleton component.

Bug fixes

v0.11.0 (August 25, 2023)

Breaking changes

  • The disallowEmptySelection prop is false by default on Combobox.Root and Select.Root
  • The optionGroupChildren prop no longer accept a function as value on Combobox.Root and Select.Root
  • Combobox.Root requires all available options in the options prop, not a filtered list of options
  • Combobox.Root exposes a new defaultFilter prop to filter the options based on the input value

Bug fixes