Releases: chakra-ui/ark
Releases · chakra-ui/ark
@ark-ui/react@0.11.0-beta.2
Changed
- BREAKING: Renamed
NumberInputFieldtoNumberInputInputto match the naming convention of other input components. - BREAKING: Renamed
PinInputFieldtoPinInputInputto match the naming convention of other input components.
@ark-ui/react@0.11.0-beta.1
- Add support for dot noation imports
@ark-ui/react@0.11.0-beta.0
Added
- Added
ComboboxOptionGroupandComboboxClearTriggercomponents to theComboboxcomponent. - Added
DatePickerPositionercomponent to theDatePickercomponent to help with positioning the calendar. - Added
ComboboxOptionGroupLabelto theComboboxcomponent. This component can be used to render a label for a group of options in theComboboxOptionGroupcomponent.
Removed
- BREAKING: Removed
CheckboxInput. This component is no longer required.
@ark-ui/vue@0.6.0
Added
- Enhanced
Carouselcomponent: IntroducedCarouselIndicatorandCarouselIndicatorGroupcomponents. These sub-components offer finer control over the carousel navigation, enabling users to directly access desired carousel slides. - Expose
use<X>Contextfor all components that use context. - Developers can now set default options for all
Toastcomponents in their application, ensuring a consistent look and feel across the board. - Added
ComboboxOptionGroupandComboboxClearTriggercomponents to theComboboxcomponent.
@ark-ui/solid@0.9.0
Added
- Enhanced
Carouselcomponent: IntroducedCarouselIndicatorandCarouselIndicatorGroupcomponents. These sub-components offer finer control over the carousel navigation, enabling users to directly access desired carousel slides. - Expose
use<X>Contextfor all components that use context. - Added
ComboboxOptionGroupandComboboxClearTriggercomponents to theComboboxcomponent. - Developers can now set default options for all
Toastcomponents in their application, ensuring a consistent look and feel across the board.
@ark-ui/react@0.10.0
Added
- Developers can now set default options for all
Toastcomponents in their application, ensuring a consistent look and feel across the board.
@ark-ui/react@0.10.0-beta.1
Changed
- Simplified forwardRef setup
@ark-ui/react@0.10.0-beta.0
Changed
- Updated number input
onChangehandler to allow synchronous updates to the value when using the scrubber. - Improved TypeScript typings in our factory functions. The changes allow for more accurate type inference for the
refproperty when dealing with both intrinsic HTML elements and custom React components.
@ark-ui/react@0.9.0
Added
- To improve performance and reduce initial load times, we've introduced two new properties to the
AccordionContent,ComboboxContent,DialogBackdrop,DialogContent,HoverCardContent,PopoverContent,SelectContent, andTooltipContentcomponents. ThelazyMountproperty allows for on-demand rendering of content, while theunmountOnExitproperty enables the removal of the component from the DOM once it's no longer required, ensuring better resource management and cleaner code.
@ark-ui/react@0.8.1
Fixed
- Resolved an issue that NextJS would throw a false error because of
use clientannotation.