Skip to content

Releases: chakra-ui/ark

@ark-ui/[email protected]

09 Nov 12:20
Compare
Choose a tag to compare

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 and unmountOnExit have been added at the root level. For some disclosure components like Tabs and Accordion, this constitutes a breaking change.
  • Breaking changes have been implemented in Accordion, ColorPicker, DatePicker, Dialog, RadioGroup, SegmentGroup, TagsInput, Toast, and ToggleGroup 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]

09 Nov 09:51
Compare
Choose a tag to compare

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 and unmountOnExit have been added at the root level. For some disclosure components like Tabs and Accordion, this constitutes a breaking change.
  • Breaking changes have been implemented in Accordion, ColorPicker, DatePicker, Dialog, RadioGroup, SegmentGroup, TagsInput, Toast, and ToggleGroup 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]

09 Nov 09:07
Compare
Choose a tag to compare

Added

  • Extended ColorPicker with part view

@ark-ui/[email protected]

09 Nov 08:15
Compare
Choose a tag to compare
Pre-release
  • Integrate latest @zag-js packages

@ark-ui/[email protected]

31 Oct 10:42
Compare
Choose a tag to compare
Pre-release

Added

  • Added support to lazy mount the DatePicker and ColorPicker components using the Presence component
  • Added ValueText to the ColorPicker component

Changed

  • Improved accessibility of all disclosure components when lazy mounting is enabled.
  • Renamed htmlFor prop to for in MenuItemGroupLabel,
    ComboboxItemGroupLabel and SelectItemGroupLabel component

Fixed

  • Added missing data attributes to DatePickerView component
  • Resolved an accessibility issue with Select

@ark-ui/[email protected]

31 Oct 10:39
Compare
Choose a tag to compare
Pre-release

Fixed

  • Resolved an accessibility issue with Select

@ark-ui/[email protected]

26 Oct 08:25
Compare
Choose a tag to compare
Pre-release

Added

  • Added support to lazy mount the DatePicker and ColorPicker components using the Presence component

Changed

  • Improved accessibility of all disclosure components when lazy mounting is enabled.

@ark-ui/[email protected]

25 Oct 07:51
Compare
Choose a tag to compare
Pre-release

Added

  • Added ValueText to the ColorPicker component

Fixed

  • Added missing data attributes to DatePickerView component

@ark-ui/[email protected]

25 Oct 07:43
Compare
Choose a tag to compare
Pre-release

Added

  • Extended ColorPicker with part valueText
  • Extended DatePicker with part view
  • Added FileUpload anatomy

@ark-ui/[email protected]

24 Oct 11:56
Compare
Choose a tag to compare
Pre-release

Changed

  • Replaced vite with rollup-preset-solid for bundling.