Skip to content

Releases: chakra-ui/ark

@ark-ui/anatomy@1.0.0-beta.1

25 Oct 07:43

Choose a tag to compare

Pre-release

Added

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

@ark-ui/solid@1.0.0-beta.2

24 Oct 11:56

Choose a tag to compare

Pre-release

Changed

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

@ark-ui/solid@1.0.0-beta.1

20 Oct 17:52

Choose a tag to compare

Pre-release

Added

  • Parsed focusedValue in DatePicker

Fixed

  • Resolved an issue with @ark-ui/anatomy

@ark-ui/solid@1.0.0-beta.0

20 Oct 14:33

Choose a tag to compare

Pre-release

Added

  • Added ToggleGroup component

Changed

  • Revised Comoobox component to support multiple selection
  • Revised Select component to support multiple selection

Fixed

  • Resolved an issue where the asChild property was not working as expected

Removed

  • Removed anatomy exports. These exports are now available in @ark-ui/anatomy.
// before
import { accordionAnatomy } from '@ark-ui/solid'
// after
import { accordionAnatomy } from '@ark-ui/anatomy' // or
import { anatomy } from '@ark-ui/anatomy/accordion'

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

20 Oct 17:50

Choose a tag to compare

Pre-release

Added

  • Parsed focusedValue in DatePicker

Fixed

  • Resolved an issue with @ark-ui/anatomy

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

20 Oct 14:23

Choose a tag to compare

Pre-release

Changed

  • Add memoization to Select and Combobox item collection to improve performance.
  • Ensure all event callbacks have a stable reference

Fixed

  • Resolved an issue when controlling the Editable component.

Removed

  • Removed anatomy exports. These exports are now available in @ark-ui/anatomy.
// before
import { accordionAnatomy } from '@ark-ui/react'
// after
import { accordionAnatomy } from '@ark-ui/anatomy' // or
import { anatomy } from '@ark-ui/anatomy/accordion'

@ark-ui/anatomy@1.0.0-beta.0

20 Oct 17:43

Choose a tag to compare

Pre-release

Prepare for major release

@ark-ui/anatomy@0.1.0

19 Sep 11:36

Choose a tag to compare

Added

  • Initial release

@ark-ui/react@0.15.0

14 Sep 17:16

Choose a tag to compare

Added

  • Added ToggleGroup component
  • Added type HTMLArkProps that can be used together with the ark factory fn to create a type that can be used with asChild prop.

Changed

  • Revised Comoobox component to support multiple selection
  • Revised Select component to support multiple selection

Fixed

  • Fix issue where event callbacks that use flushSync did not have a stable reference, resulting in a noticable blocking re-renders.

    Affected components: Slider, RangeSlider, NumberInput, ColorPicker

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

14 Sep 10:31

Choose a tag to compare

Pre-release

Added

  • Added ToggleGroup component
  • Added type HTMLArkProps that can be used together with the ark factory fn to create a type that can be used with asChild prop.

Changed

  • Revised Comoobox component to support multiple selection
  • Revised Select component to support multiple selection

Fixed

  • Fix issue where event callbacks that use flushSync did not have a stable reference, resulting in a noticable blocking re-renders.

    Affected components: Slider, RangeSlider, NumberInput, ColorPicker