Releases: chakra-ui/ark
Releases · chakra-ui/ark
@ark-ui/anatomy@2.1.0
Added
- Added
TreeViewanatomy
@ark-ui/anatomy@2.0.0
Addded
- Added the
ItemPreviewpart to theTagsInputcomponent.
Changed
- Breaking Change: Renamed the
indicatorpart toviewin theProgresscomponent to more accurately reflect its functionality.
@ark-ui/vue@0.10.0
Added
- Added
DatePickercomponent - Added
Progresscomponent - Added
v-model:checkedforCheckboxcomponent - Added
v-model:openforDialogcomponent - Added
v-model:openforHoverCardcomponent - Added
v-model:openforPopovercomponent - Added
valueAsStringtoonValueChangeinDatePickercallback details - Exported change details typings, for example
AccordionValueChangeDetailsorDialogOpenChangeDetails
Changed
- Changed
ColorPicker.Swatchtag frombuttontodiv - Changed
Combobox.ItemTexttype frombuttontospan - Changed
Combobox.Positionertag fromultodiv - Changed
Popover.Descriptiontag fromdivtop - Rewritten all components
defineComponentto Function Signature - Rewritten all components underlying Presence logic
- Revised
Dialogcomponent stories and tests - Revised
HoverCardcomponent stories and tests - Revised
Menucomponent - Revised
Popovercomponent stories and tests - Revised
Selectcomponent stories and types - Revised
Splittercomponent - Revised
Tooltipcomponent - Revised
Tabscomponent types - Revised
TagsInputcomponent - Revised
Toastcomponent - Revised
ToggleGroupcomponent - Replaced the styling props for indicator with CSS variables in
RadioGroup,SegmentGroup, andTabs.
Fixed
- Added a missing slot with machine api in
Splittercomponent - Added a missing slot with machine api in
Tabscomponent - Added a missing slot with machine api in
Tooltipcomponent - Added missing emits in
Dialogcomponent - Added missing emits in
Presencecomponent - Added missing emits in
Slidercomponent - Fixed
Dialog.Triggeraria-controls bug - Fixed
Menu.Triggeraria-controls bug - Fixed
Popover.Triggeraria-controls bug - Fixed
Toastcomponent render bugs - Fixed lazy mounting in
Accordioncomponent - Fixed lazy mounting in
ColorPickercomponent - Fixed lazy mounting in
Comboboxcomponent - Fixed lazy mounting in
HoverCardcomponent - Fixed lazy mounting in
Menucomponent - Fixed lazy mounting in
Popovercomponent - Fixed lazy mounting in
Tabscomponent - Fixed multiple rerenders on
Selectcomponent using search params - Fixed the issue where setting
disabledonComboboxdoes not reflect in combobox item - Fix an issue that breaks the
Comboboxwhen clicking on the input while the menu is open - Fixed the issue where
DatePickerinitial value isn't set when using controlled context - Resolved an issue where
Tooltipcomponent would not handle open control state - Resolved an issue that
Menuoption item could not be activated by keyboard
@ark-ui/solid@1.3.0
Added
- Added the
Progresscomponent. - Added
valueAsStringtoonValueChangeinDatePickercallback details - Exported change details typings, for example
AccordionValueChangeDetailsorDialogOpenChangeDetails
Changed
- Changed
Popover.Descriptiontag fromdivtop - Changed
PopoverDescriptionPropstype fromdivtop - Replaced the styling props for indicator with CSS variables in
RadioGroup,SegmentGroup, andTabs.
Fixed
- Fixed multiple rerenders on
Selectcomponent using search params - Fixed reactivity with collection in
SelectandComboboxcomponents - Fixed the issue where setting
disabledonComboboxdoes not reflect in combobox item - Fix an issue that breaks the
Comboboxwhen clicking on the input while the menu is open - Fixed the issue where
DatePickerinitial value isn't set when using controlled context - Resolved an issue that
asChilddid not work properly withsvgelements. - Resolved an issue that
Menuoption item could not be activated by keyboard
@ark-ui/react@1.3.0
Added
- Added the
Progresscomponent. - Added
valueAsStringtoonValueChangeinDatePickercallback details - Exported change details typings, for example
AccordionValueChangeDetailsorDialogOpenChangeDetails - Redesign
Portalcomponent to supportgetRootNodeanddisabledprops
Changed
- Replaced the styling props for indicator with CSS variables in
RadioGroup,SegmentGroup, andTabs.
Fixed
- Added missing
placeholderprop toSelectValueTextPropstype. - Changed
PopoverDescriptionPropstype fromdivtop - Fixed multiple rerenders on
Selectcomponent with Next.js or RemixuseSearchParams - Fixed the issue where setting
disabledonComboboxdoes not reflect in combobox item - Fix an issue that breaks the
Comboboxwhen clicking on the input while the menu is open - Fixed the issue where
DatePickerinitial value isn't set when using controlled context - Resolved an issue that
Menuoption item could not be activated by keyboard
@ark-ui/anatomy@1.3.0
- Added
Progressanatomy
@ark-ui/vue@0.9.0
Added
- Added
FileUploadcomponent - Added
SegmentGroupcomponent - Added
ToggleGroupcomponent - Added
ValueTextto theColorPickercomponent - Added support to lazy mount the
ColorPickercomponent using thePresencecomponent - Added entrypoint for the
arkfactory at@ark-ui/react/factory
Changed
- Revised
Accordioncomponent - Revised
Avatarcomponent - Revised
Carouselcomponent - Revised
Checkboxcomponent - Revised
ColorPickercomponent - Revised
Comboboxcomponent - Revised
Editablecomponent - Revised
NumberInputcomponent - Revised
Paginationcomponent - Revised
PinInputcomponent - Revised
RadioGroupcomponent - Revised
RatingGroupcomponent - Revised
Selectcomponent - Revised
Switchcomponent
Fixed
- Resolved an issue where the
Accordioncomponent would not render its content. - Resolved an accessibility issue with
Select
Removed
- Removed anatomy exports. These exports are now available in
@ark-ui/anatomy.
// before
import { accordionAnatomy } from '@ark-ui/vue'
// after
import { accordionAnatomy } from '@ark-ui/anatomy' // or
import { anatomy } from '@ark-ui/anatomy/accordion'- Removed
Pressablecomponent
@ark-ui/solid@1.2.0
Added
- Added the
ToastGroupcomponent.
Changed
- Revised the
FileUploadcomponent. Check out the documentation for more information.
Fixed
- Resolved a problem where
Select.Indicatorwas assigned to the wrongdata-part. - Fixed an issue where keyboard interactions within a submenu would bubble up to the parent
Menu.
@ark-ui/react@1.2.1
Fixed
- Resolved an issue where the
arkfactory type was not being exported correctly.
@ark-ui/react@1.2.0
Added
- Added the
ToastGroupcomponent. - Added entrypoint for the
arkfactory at@ark-ui/react/factory
Changed
- Revised the
FileUploadcomponent. Check out the documentation for more information.
Fixed
- Added an explicit return type for the
Portalcomponent to resolve an issue with online code editors. - Resolved an issue where the
presentprop in the disclosure-type component was not being respected. - Resolved an issue where the
arkfunction would log a warning when theasChildprop was set tofalse. - Fixed an issue where keyboard interactions within a submenu would bubble up to the parent
Menu. - Fixed an issue with hydration mismatch in the
Portalcomponent.