Skip to content

Releases: chakra-ui/ark

@ark-ui/[email protected]

13 Aug 08:22
Compare
Choose a tag to compare

Added

  • Added supoort for defaultChecked to Checkbox component.
  • Added supoort for defaultChecked to Switch 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]

08 Aug 18:32
Compare
Choose a tag to compare

Changed

  • BREAKING: Renamed TagsInputField to TagsInputInput to match the naming convention of other input components.

@ark-ui/[email protected]

08 Aug 17:36
Compare
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/[email protected]

08 Aug 14:57
Compare
Choose a tag to compare
Pre-release
  • Add support for dot noation imports

@ark-ui/[email protected]

07 Aug 22:59
Compare
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/[email protected]

06 Aug 08:26
Compare
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/[email protected]

06 Aug 08:13
Compare
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/[email protected]

02 Aug 13:47
Compare
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/[email protected]

29 Jul 18:48
Compare
Choose a tag to compare
Pre-release

Changed

  • Simplified forwardRef setup

@ark-ui/[email protected]

29 Jul 10:28
Compare
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.