Version 2.3.6
v2.3.6Minor Changes#
Avatar 2.2.0#
- 
Added support for styling the AvatarGroupfrom the theme by adding thegrouppart.const theme = extendTheme({components: {Avatar: {baseStyle: {group: {// styles for the AvatarGroup},},},},})
Breadcrumb 2.1.0#
- Expose listPropsto allow passing props to underlyingolelement
System 2.3.0#
- Implement local component style merging for upcoming optimizations
Hooks 2.1.0#
- Added setValueas function exposed byuseClipboardto enable control over the value after first initialization
Checkbox 2.2.2#
- Allow checkbox control and root's style to be overriden from theme
Patch Changes#
Editable 2.0.13#
- Fixed issue where input retained focus after exiting input programmaticaly.
Modal 2.2.2#
- Fix issue where useInertdoesn't work consistently between the Drawer and Modal
Progress 2.0.12#
- Fix issue where progress bar components (ProgressandProgressFilledTrack) did not useforwardRef
Theme 2.1.14#
- Refactor theme
Toast 4.0.0#
- Allow containerStylesto accept style props, not just React CSS properties
- Expose original toast options to toast renderoptions
Transition 2.0.11#
- Force publish package due to changes in last release
Children Utilities 2.0.3#
- Don't inline React by making it a peerDependency
Theme Utilities 2.0.1#
- Moved extendThemeutilities to a dedicated package (@chakra-ui/theme-utils)