Added
- Added
ComboboxOptionGroupLabel
to theCombobox
component. This component can be used to render a label for a group of options in theComboboxOptionGroup
component.
Changed
- BREAKING: Renamed
NumberInputField
toNumberInputInput
to match the naming convention of other input components. - BREAKING: Renamed
PinInputField
toPinInputInput
to match the naming convention of other input components. - BREAKING: Renamed
TagsInputField
toTagsInputInput
to match the naming convention of other input components.
Removed
- BREAKING: Removed
CheckboxInput
. This component is no longer required. - BREAKING: Removed
RadioInput
. This component is no longer required.
Fixed
- Fixed a bug in the
CarouselControl
component where it was returning a function instead of the expected component.