Releases: chakra-ui/ark
Releases · chakra-ui/ark
@ark-ui/anatomy@1.0.0-beta.1
Added
- Extended
ColorPickerwith partvalueText - Extended
DatePickerwith partview - Added
FileUploadanatomy
@ark-ui/solid@1.0.0-beta.2
Changed
- Replaced
vitewithrollup-preset-solidfor bundling.
@ark-ui/solid@1.0.0-beta.1
Added
- Parsed
focusedValueinDatePicker
Fixed
- Resolved an issue with
@ark-ui/anatomy
@ark-ui/solid@1.0.0-beta.0
Added
- Added
ToggleGroupcomponent
Changed
- Revised
Comooboxcomponent to support multiple selection - Revised
Selectcomponent to support multiple selection
Fixed
- Resolved an issue where the
asChildproperty 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
Added
- Parsed
focusedValueinDatePicker
Fixed
- Resolved an issue with
@ark-ui/anatomy
@ark-ui/react@1.0.0-beta.0
Changed
- Add memoization to
SelectandComboboxitem collection to improve performance. - Ensure all event callbacks have a stable reference
Fixed
- Resolved an issue when controlling the
Editablecomponent.
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
Prepare for major release
@ark-ui/anatomy@0.1.0
Added
- Initial release
@ark-ui/react@0.15.0
Added
- Added
ToggleGroupcomponent - Added
type HTMLArkPropsthat can be used together with thearkfactory fn to create a type that can be used withasChildprop.
Changed
- Revised
Comooboxcomponent to support multiple selection - Revised
Selectcomponent to support multiple selection
Fixed
- Fix issue where event callbacks that use
flushSyncdid 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
Added
- Added
ToggleGroupcomponent - Added
type HTMLArkPropsthat can be used together with thearkfactory fn to create a type that can be used withasChildprop.
Changed
- Revised
Comooboxcomponent to support multiple selection - Revised
Selectcomponent to support multiple selection
Fixed
- Fix issue where event callbacks that use
flushSyncdid not have a stable reference, resulting in a noticable blocking re-renders.Affected components:
Slider,RangeSlider,NumberInput,ColorPicker