title | description | releaseUrl | releaseDate | version |
---|---|---|---|---|
Version 2.4.9 |
Explore the changelog for Chakra UI version 2.4.9. Learn about the latest features, bug fixes, and improvements. |
January 16, 2023 |
2.4.9 |
- Improved JS Doc comments to include default values
- Fixed regression in exported components
- Add
disableEnvironment
option to disable the environment injected span. The environment is used for automatic detection of thewindow
anddocument
.
<ChakraProvider disableEnvironment>
<App />
</ChakraProvider>
- Fix ESM interop for
react-focus-lock
and Vitest