Version 2.4.0
v2.4.0Minor Changes#
All packages#
Fixed issue where using @chakra-ui/react or any sub-package in a TypeScript
project with "type": "module" in package.json and
"moduleResolution": "Node16" in tsconfig.json cannot find the types.
Card 2.1.0#
Introduced new Card component
export function Basic() {return (<Card><CardHeader><Heading size='md'> Customer dashboard</Heading></CardHeader><CardBody><Text>View a summary of all your customers over the last month.</Text></CardBody><CardFooter><Button>View here</Button></CardFooter></Card>)}
System 2.3.2#
- Removed
Dicttype dependency fromcreateStyleContext
Tooltip 2.2.1#
-
Fixed issue where dynamically changing a tooltip's
isDisabledwhen it is open didn't have any effect.Now, changing the
isDisabledprop will close the tooltip leading to a more consistent behavior.
Theme 2.2.0#
- Refactored theme to use CSS variables