Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 6b7ab36

Browse files
authored
🔄 Synced file(s) with chakra-ui/chakra-ui (#1370)
1 parent c5e88fc commit 6b7ab36

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

‎content/changelog/v2.4.9.mdx

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: Version 2.4.9
3+
description:
4+
Explore the changelog for Chakra UI version 2.4.9. Learn about the latest
5+
features, bug fixes, and improvements.
6+
releaseUrl: https://github.com/chakra-ui/chakra-ui/pull/7233
7+
releaseDate: January 16, 2023
8+
version: 2.4.9
9+
---
10+
11+
## All components
12+
13+
- Improved JS Doc comments to include default values
14+
- Fixed regression in exported components
15+
16+
## Minor Changes
17+
18+
### Provider `2.1.0`
19+
20+
- Add `disableEnvironment` option to disable the environment injected span. The
21+
environment is used for automatic detection of the `window` and `document`.
22+
23+
```jsx
24+
<ChakraProvider disableEnvironment>
25+
<App />
26+
</ChakraProvider>
27+
```
28+
29+
## Patch Changes
30+
31+
### Focus Lock `2.0.16`
32+
33+
- Fix ESM interop for `react-focus-lock` and Vitest

0 commit comments

Comments
 (0)