Releases: chakra-ui/ark
Releases · chakra-ui/ark
@ark-ui/[email protected]
Changed
- Changed
MenuItem
from abutton
to adiv
element. Accordion
: Remove support for passing value asstring
. The value property must be an array of strings.Combobox
: RemoveselectInputOnFocus
option in favor of userland controlTagsInput
: RenameonHighlight
toonFocusChange
Removed
- Removed
'use client'
annotation fromcompose-refs
function. - Removed
Switchinput
. This component is no longer required. TagsInput
: RemovedonTagUpdate
useonChange
instead.Switch
: RemoveddefaultChecked
in favor ofdefaultIsChecked
@ark-ui/[email protected]
Changed
- Removed
'use client'
annotation fromfactory
function.
@ark-ui/[email protected]
Changed
- BREAKING: Renamed
SegmentIndicator
toSegmentGroupIndicator
to match the naming convention of other components.
@ark-ui/[email protected]
Added
- Added supoort for
defaultChecked
toCheckbox
component. - Added supoort for
defaultChecked
toSwitch
component. - Exposed
ark
factory function.
Fixed
- Fixed the display name for
EditableCancelTrigger
component.
Removed
- BREAKING: Removed
RadioInput
. This component is no longer required. - BREAKING: Removed
SegmentInput
. This component is no longer required.
@ark-ui/[email protected]
Changed
- BREAKING: Renamed
TagsInputField
toTagsInputInput
to match the naming convention of other input components.
@ark-ui/[email protected]
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.
@ark-ui/[email protected]
- Add support for dot noation imports
@ark-ui/[email protected]
Added
- Added
ComboboxOptionGroup
andComboboxClearTrigger
components to theCombobox
component. - 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.
Removed
- BREAKING: Removed
CheckboxInput
. This component is no longer required.
@ark-ui/[email protected]
Added
- Enhanced
Carousel
component: IntroducedCarouselIndicator
andCarouselIndicatorGroup
components. These sub-components offer finer control over the carousel navigation, enabling users to directly access desired carousel slides. - Expose
use<X>Context
for all components that use context. - Developers can now set default options for all
Toast
components in their application, ensuring a consistent look and feel across the board. - Added
ComboboxOptionGroup
andComboboxClearTrigger
components to theCombobox
component.
@ark-ui/[email protected]
Added
- Enhanced
Carousel
component: IntroducedCarouselIndicator
andCarouselIndicatorGroup
components. These sub-components offer finer control over the carousel navigation, enabling users to directly access desired carousel slides. - Expose
use<X>Context
for all components that use context. - Added
ComboboxOptionGroup
andComboboxClearTrigger
components to theCombobox
component. - Developers can now set default options for all
Toast
components in their application, ensuring a consistent look and feel across the board.