Releases: chakra-ui/ark
@ark-ui/[email protected]
We are happy to announce the release of @ark-ui/[email protected]
. This release includes a number of breaking changes, new features, and bug fixes. Since our last release over two months ago, we will only highlight some key changes. Please refer to the documentation for each component to learn more.
Highlights
- Revised the
Presence
component:lazyMount
andunmountOnExit
have been added at the root level. For some disclosure components likeTabs
andAccordion
, this constitutes a breaking change. - Breaking changes have been implemented in
Accordion
,ColorPicker
,DatePicker
,Dialog
,RadioGroup
,SegmentGroup
,TagsInput
,Toast
, andToggleGroup
to achieve a consistent and more intuitive API. - Resolved various bugs and addressed accessibility issues across all components.
Stability and Support
With the release of version 1.0.0, we are moving towards a more stable version of @ark-ui/solid
. Future updates will strive to avoid breaking changes, ensuring a smoother experience for our users. If you encounter any issues while upgrading, please do not hesitate to open an issue on our GitHub repository. Your feedback is invaluable in helping us improve.
@ark-ui/[email protected]
We are happy to announce the release of @ark-ui/[email protected]
. This release includes a number of breaking changes, new features, and bug fixes. Since our last release over two months ago, we will only highlight some key changes. Please refer to the documentation for each component to learn more.
Highlights
- Revised the
Presence
component:lazyMount
andunmountOnExit
have been added at the root level. For some disclosure components likeTabs
andAccordion
, this constitutes a breaking change. - Breaking changes have been implemented in
Accordion
,ColorPicker
,DatePicker
,Dialog
,RadioGroup
,SegmentGroup
,TagsInput
,Toast
, andToggleGroup
to achieve a consistent and more intuitive API. - Resolved various bugs and addressed accessibility issues across all components.
Stability and Support
With the release of version 1.0.0, we are moving towards a more stable version of @ark-ui/react
. Future updates will strive to avoid breaking changes, ensuring a smoother experience for our users. If you encounter any issues while upgrading, please do not hesitate to open an issue on our GitHub repository. Your feedback is invaluable in helping us improve.
@ark-ui/[email protected]
Added
- Extended
ColorPicker
with partview
@ark-ui/[email protected]
- Integrate latest
@zag-js
packages
@ark-ui/[email protected]
Added
- Added support to lazy mount the
DatePicker
andColorPicker
components using thePresence
component - Added
ValueText
to theColorPicker
component
Changed
- Improved accessibility of all disclosure components when lazy mounting is enabled.
- Renamed
htmlFor
prop tofor
inMenuItemGroupLabel
,
ComboboxItemGroupLabel
andSelectItemGroupLabel
component
Fixed
- Added missing data attributes to
DatePickerView
component - Resolved an accessibility issue with
Select
@ark-ui/[email protected]
Fixed
- Resolved an accessibility issue with
Select
@ark-ui/[email protected]
Added
- Added support to lazy mount the
DatePicker
andColorPicker
components using thePresence
component
Changed
- Improved accessibility of all disclosure components when lazy mounting is enabled.
@ark-ui/[email protected]
Added
- Added
ValueText
to theColorPicker
component
Fixed
- Added missing data attributes to
DatePickerView
component
@ark-ui/[email protected]
Added
- Extended
ColorPicker
with partvalueText
- Extended
DatePicker
with partview
- Added
FileUpload
anatomy
@ark-ui/[email protected]
Changed
- Replaced
vite
withrollup-preset-solid
for bundling.