Releases: chakra-ui/ark
Releases · chakra-ui/ark
@ark-ui/[email protected]
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/[email protected]
Added
- Developers can now set default options for all
Toastcomponents in their application, ensuring a consistent look and feel across the board.
@ark-ui/[email protected]
Changed
- Simplified forwardRef setup
@ark-ui/[email protected]
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/[email protected]
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/[email protected]
Fixed
- Resolved an issue that NextJS would throw a false error because of
use clientannotation.
@ark-ui/[email protected]
Added
- Enhanced
Carouselcomponent: IntroducedCarouselIndicatorandCarouselIndicatorGroupcomponents. These sub-components offer finer control over the carousel navigation, enabling users to directly access desired carousel slides. - Introduced
Presencecomponent, a new utility designed to delay the unmount of child components to assist with animation processes. - Added support to animate the
Dialog,TooltipandPopoverelements using thePresencecomponent. Check out the documentation for these components to learn more. - Expose
use<X>Contextfor all components that use context.
@ark-ui/[email protected]
Fixed
- Resolved an issue whre the
Toastcomponent would not render custom content. - Fixed an issue where standalone imports were not working as expected.
- Resolved an issue where the
SegmentGroupcomponent would not animate on the first click.
@ark-ui/[email protected]
Fixed
- Resolved an issue whre the
Toastcomponent would not render custom content. - Fixed an issue where standalone imports were not working as expected.
@ark-ui/[email protected]
Fixed
- Resolved an issue where the
SegmentGroupcomponent would not animate on the first click. - Fixed an issue where standalone imports were not working as expected.
- Resolved an issue whre the
Toastcomponent would not render custom content.