Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 762 Bytes

v2.4.9.mdx

File metadata and controls

33 lines (24 loc) · 762 Bytes
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

All components

  • Improved JS Doc comments to include default values
  • Fixed regression in exported components

Minor Changes

Provider 2.1.0

  • Add disableEnvironment option to disable the environment injected span. The environment is used for automatic detection of the window and document.
<ChakraProvider disableEnvironment>
  <App />
</ChakraProvider>

Patch Changes

Focus Lock 2.0.16

  • Fix ESM interop for react-focus-lock and Vitest