Version 2.2.3
v2.2.3Minor Changes#
Layout 2.1.0#
-
Added new
Highlightcomponent to emphasize any part of a string with themarktag.<Text fontWeight='semibold'><Highlightquery={'with speed'}styles={{ px: '2', py: '1', rounded: 'full', bg: 'teal.100' }}>Create accessible React apps with speed</Highlight></Text>
Patch Changes#
All components#
- Exported
useStylesequivalent for multipart component styles. Accordion exportsuseAccordionStyles, Alert exportsuseAlertStyles, and so on. - Fixed hydration issues when using
Suspense
Image 2.0.4#
- Added
displayNameandforwardRefto components
Popover 2.0.3#
- Export
useStylesequivalent for multipart component styles. Accordion exportsuseAccordionStyles, Alert exportsuseAlertStyles, and so on. - Add
displayNameto components usingforwardRef - Fix issue where popover opens when mouse click opens the popover and trigget
is set to
hover.
Theme 2.1.2#
- Added border radius of zero to the default full size modal
Transition 2.0.3#
- Fixed emitted types that were incompatible with latest
framer-motionrelease
Utilities 2.0.3#
- Fixed
TypeErroringetCSSVarwhen the theme is an empty object - Fixed issue where
getFocusablescauses excessive repaint due to computed style calls
CLI 2.1.2#
- Fixed importing of the default exported theme