Skip to content

Releases: chakra-ui/ark

@ark-ui/react@4.5.0

12 Dec 20:18
220e114
Compare
Choose a tag to compare

Added

  • ColorPicker: Introduced invalid and openAutoFocus props.
  • TreeView: Exported the TreeCollection type.
  • FileUpload: Added acceptedFiles and rejectedFiles outputs to the validate method.

Changed

  • Environment: Deprecated EnvironmentContext in favor of UseEnvironmentContext.

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

27 Nov 19:07
0a65018
Compare
Choose a tag to compare

Added

  • Added Avatar component.

@ark-ui/vue@4.4.2

18 Nov 17:08
80a76d4
Compare
Choose a tag to compare

Fixed

  • TreeView: Exported missing TreeViewContext.

@ark-ui/solid@4.5.1

18 Nov 17:07
7e59bd7
Compare
Choose a tag to compare

Fixed

  • TreeView: Exported missing TreeViewContext.

@ark-ui/react@4.4.4

18 Nov 17:06
660d2f1
Compare
Choose a tag to compare

Fixed

  • TreeView: Exported missing TreeViewContext.

@ark-ui/vue@4.4.1

14 Nov 18:15
3f35a94
Compare
Choose a tag to compare

Fixed

  • Utility: Incorrect entrypoint in package.json for /anatomy.

@ark-ui/react@4.4.3

14 Nov 18:37
4c7a83c
Compare
Choose a tag to compare

Fixed

  • Anatomy: Fixed an issue where the anatomy was not properly transpiled.

@ark-ui/react@4.4.2

14 Nov 18:14
9a7c316
Compare
Choose a tag to compare

Fixed

  • Utility: Updated entrypoint in package.json for /anatomy.

@ark-ui/react@4.4.1

14 Nov 16:35
1abb5b6
Compare
Choose a tag to compare

Fixed

  • Utility: Incorrect entrypoint in package.json for /anatomy.

@ark-ui/vue@4.4.0

11 Nov 21:02
4784e8e
Compare
Choose a tag to compare

Added

  • Utility: Exported createAnatomy for defining custom component anatomy, now accessible via import { 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.
  • Combobox: Fixed a timing issue with the onValueChange callback.
  • Clipboard: Corrected missing type="button" attribute on clipboard trigger.
  • Field
    • Fixed cleanup issue with resizeObserver on Field.Textarea.
    • Triggered resize when rows attribute or fonts change.
  • TagsInput: Resolved inconsistent delete behavior across states.
  • TimePicker: Exported missing timePickerAnatomy.