Releases: chakra-ui/ark
Releases · chakra-ui/ark
@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.
@ark-ui/[email protected]
Added
- Developers can now set default options for all
Toast
components in their application, ensuring a consistent look and feel across the board.
@ark-ui/[email protected]
Changed
- Simplified forwardRef setup
@ark-ui/[email protected]
Changed
- Updated number input
onChange
handler to allow synchronous updates to the value when using the scrubber. - Improved TypeScript typings in our factory functions. The changes allow for more accurate type inference for the
ref
property when dealing with both intrinsic HTML elements and custom React components.