Addded
- Added
DatePickerPositioner
component to theDatePicker
component to help with positioning the calendar. - Added
ComboboxOptionGroupLabel
to theCombobox
component. This component can be used to render a label for a group of options in theComboboxOptionGroup
component. - Exposed
ark
factory function.
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. - BREAKING: Renamed
SegmentIndicator
toSegmentGroupIndicator
to match the naming convention of other components.
Removed
- BREAKING: Removed
CheckboxInput
. This component is no longer required. - BREAKING: Removed
RadioInput
. This component is no longer required. - BREAKING: Removed
SegmentInput
. This component is no longer required.
Fixed
- Added missing exports for
ColorPicker
.