Skip to content

Releases: chakra-ui/ark

@ark-ui/react@0.11.0-beta.2

08 Aug 17:36

Choose a tag to compare

Pre-release

Changed

  • BREAKING: Renamed NumberInputField to NumberInputInput to match the naming convention of other input components.
  • BREAKING: Renamed PinInputField to PinInputInput to match the naming convention of other input components.

@ark-ui/react@0.11.0-beta.1

08 Aug 14:57

Choose a tag to compare

Pre-release
  • Add support for dot noation imports

@ark-ui/react@0.11.0-beta.0

07 Aug 22:59

Choose a tag to compare

Pre-release

Added

  • Added ComboboxOptionGroup and ComboboxClearTrigger components to the Combobox component.
  • Added DatePickerPositioner component to the DatePicker component to help with positioning the calendar.
  • Added ComboboxOptionGroupLabel to the Combobox component. This component can be used to render a label for a group of options in the ComboboxOptionGroup component.

Removed

  • BREAKING: Removed CheckboxInput. This component is no longer required.

@ark-ui/vue@0.6.0

06 Aug 08:26

Choose a tag to compare

Added

  • Enhanced Carousel component: Introduced CarouselIndicator and CarouselIndicatorGroup 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 and ComboboxClearTrigger components to the Combobox component.

@ark-ui/solid@0.9.0

06 Aug 08:13

Choose a tag to compare

Added

  • Enhanced Carousel component: Introduced CarouselIndicator and CarouselIndicatorGroup 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 and ComboboxClearTrigger components to the Combobox 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/react@0.10.0

02 Aug 13:47

Choose a tag to compare

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/react@0.10.0-beta.1

29 Jul 18:48

Choose a tag to compare

Pre-release

Changed

  • Simplified forwardRef setup

@ark-ui/react@0.10.0-beta.0

29 Jul 10:28

Choose a tag to compare

Pre-release

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.

@ark-ui/react@0.9.0

21 Jul 19:45

Choose a tag to compare

Added

  • To improve performance and reduce initial load times, we've introduced two new properties to the AccordionContent, ComboboxContent, DialogBackdrop, DialogContent, HoverCardContent, PopoverContent, SelectContent, and TooltipContent components. The lazyMount property allows for on-demand rendering of content, while the unmountOnExit property enables the removal of the component from the DOM once it's no longer required, ensuring better resource management and cleaner code.

@ark-ui/react@0.8.1

19 Jul 06:52

Choose a tag to compare

Fixed

  • Resolved an issue that NextJS would throw a false error because of use client annotation.