title | description | releaseUrl | releaseDate | version |
---|---|---|---|---|
Version 2.2.3 |
Explore the changelog for Chakra UI version 2.2.3. Learn about the latest features, bug fixes, and improvements. |
July 10, 2022 |
2.2.3 |
-
Added new
Highlight
component to emphasize any part of a string with themark
tag.<Text fontWeight="semibold"> <Highlight query={"with speed"} styles={{ px: "2", py: "1", rounded: "full", bg: "teal.100" }} > Create accessible React apps with speed </Highlight> </Text>
- Exported
useStyles
equivalent for multipart component styles. Accordion exportsuseAccordionStyles
, Alert exportsuseAlertStyles
, and so on. - Fixed hydration issues when using
Suspense
- Added
displayName
andforwardRef
to components
- Export
useStyles
equivalent for multipart component styles. Accordion exportsuseAccordionStyles
, Alert exportsuseAlertStyles
, and so on. - Add
displayName
to components usingforwardRef
- Fix issue where popover opens when mouse click opens the popover and trigget
is set to
hover
.
- Added border radius of zero to the default full size modal
- Fixed emitted types that were incompatible with latest
framer-motion
release
- Fixed
TypeError
ingetCSSVar
when the theme is an empty object - Fixed issue where
getFocusables
causes excessive repaint due to computed style calls
- Fixed importing of the default exported theme