Skip to content

Releases: chakra-ui/ark

@ark-ui/[email protected]

29 Aug 20:41
Compare
Choose a tag to compare

Changed

  • Changed MenuItem from a button to a div element.
  • Accordion: Remove support for passing value as string. The value property must be an array of strings.
  • Combobox: Remove selectInputOnFocus option in favor of userland control
  • TagsInput: Rename onHighlight to onFocusChange

Removed

  • Removed 'use client' annotation from compose-refs function.
  • Removed Switchinput. This component is no longer required.
  • TagsInput: RemovedonTagUpdate use onChange instead.
  • Switch: Removed defaultChecked in favor of defaultIsChecked

@ark-ui/[email protected]

13 Aug 10:35
Compare
Choose a tag to compare

Changed

  • Removed 'use client' annotation from factory function.

@ark-ui/[email protected]

13 Aug 09:10
Compare
Choose a tag to compare

Changed

  • BREAKING: Renamed SegmentIndicator to SegmentGroupIndicator to match the naming convention of other components.

@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.