Releases: chakra-ui/ark
Releases · chakra-ui/ark
@ark-ui/react@4.5.0
Added
- ColorPicker: Introduced
invalid
andopenAutoFocus
props. - TreeView: Exported the
TreeCollection
type. - FileUpload: Added
acceptedFiles
andrejectedFiles
outputs to thevalidate
method.
Changed
- Environment: Deprecated
EnvironmentContext
in favor ofUseEnvironmentContext
.
Fixed
- Presence, Collapsible: Fixed a potential memory leak after component unmount.
- Environment: Correctly exported
EnvironmentContext
. - SignaturePad: Resolved an issue where
getDataUrl(...)
rendered improperly scaled images in
Firefox. - NumberInput: Fixed an issue where the locale provided by
LocaleProvider
was not applied
correctly.
Removed
- DatePicker: Dropped the unimplemented
modal
prop.
@ark-ui/svelte@0.1.0
Added
- Added
Avatar
component.
@ark-ui/vue@4.4.2
Fixed
- TreeView: Exported missing
TreeViewContext
.
@ark-ui/solid@4.5.1
Fixed
- TreeView: Exported missing
TreeViewContext
.
@ark-ui/react@4.4.4
Fixed
- TreeView: Exported missing
TreeViewContext
.
@ark-ui/vue@4.4.1
Fixed
- Utility: Incorrect entrypoint in
package.json
for/anatomy
.
@ark-ui/react@4.4.3
Fixed
- Anatomy: Fixed an issue where the
anatomy
was not properly transpiled.
@ark-ui/react@4.4.2
Fixed
- Utility: Updated entrypoint in
package.json
for/anatomy
.
@ark-ui/react@4.4.1
Fixed
- Utility: Incorrect entrypoint in
package.json
for/anatomy
.
@ark-ui/vue@4.4.0
Added
- Utility: Exported
createAnatomy
for defining custom component anatomy, now accessible viaimport { createAnatomy } from '@ark-ui/vue/anatomy'
.
Fixed
- ColorPicker
- Added
--color
CSS variable to swatch and swatch trigger parts. - Enabled clicking on swatch when in the open state.
- Added
- Combobox: Fixed a timing issue with the
onValueChange
callback. - Clipboard: Corrected missing
type="button"
attribute on clipboard trigger. - Field
- Fixed cleanup issue with
resizeObserver
onField.Textarea
. - Triggered resize when
rows
attribute or fonts change.
- Fixed cleanup issue with
- TagsInput: Resolved inconsistent delete behavior across states.
- TimePicker: Exported missing
timePickerAnatomy
.