Version 2.5.2
v2.5.2Patch Changes#
Avatar 2.2.6#
Adding support for Avatar to specify crossOrigin prop for image
Checkbox 2.2.11, Radio 2.0.20#
Update dependency @zag-js/focus-visible to v0.2.2
CSSReset 2.0.13#
Attach --chakra-vh variable to :host as well
Editable 2.0.20#
Export useEditableContext hook
Menu 2.1.10#
Fix issue where MenuProvider was not exported
Styled System 2.6.2#
Add support for _firstLetter pseudo style props which translates to the css
select &::first-letter
<Text _firstLetter={{ fontSize: '80px' }}>Hello World</Text>