title | description | releaseUrl | releaseDate | version |
---|---|---|---|---|
Version 1.3.3 |
Explore the changelog for Chakra UI version 1.3.3. Learn about the latest features, bug fixes, and improvements. |
February 13, 2021 |
1.3.3 |
7f3bb3584
#3322 Thanks @dodas! - You can now customize thenonce
of the<script>
thatColorModeScript
creates by passingnonce
prop.
091bad84a
#3337 Thanks @afermon! - Upgrade to react-remove-scroll@2.4.1 and react-focus-lock@2.5.0 to fix React 17 peer dependencies compatibility
091bad84a
#3337 Thanks @afermon! - Upgrade to react-remove-scroll@2.4.1 and react-focus-lock@2.5.0 to fix React 17 peer dependencies compatibility
- Updated dependencies
[
091bad84a
]
b99b8674f
#3364 Thanks @grahhham! - - Improve the semantic HTML structure of checkbox.label
is a phrasing content element and should not contain block elementdiv
.- Replaced
div
withspan
which is an inline element.
- Replaced
- Updated dependencies
[
51ad518e2
]
- Updated dependencies
[
51ad518e2
]
51ad518e2
#3343 Thanks @dodas! - The Popper.js instance is now created only once it is actually needed for positioning.
b99b8674f
#3364 Thanks @grahhham! - - Improve the semantic HTML structure of checkbox.label
is a phrasing content element and should not contain block elementdiv
.- Replaced
div
withspan
which is an inline element.
- Replaced
-
5a8d8c054
#3366 Thanks @TimKolberger! - TheextendTheme
function uses the typeTheme
again -
8597f58b7
#3361 Thanks @TimKolberger! - Allow halved values in design token in spacing as mentioned in the documents -
Updated dependencies [
e8113d3ca
,091bad84a
,b99b8674f
,d6808f0a4
,8597f58b7
,51ad518e2
]
- Updated dependencies
-
e8113d3ca
#3340 Thanks @MohamedSayed008! - ExportRecursive*
types from theme, styled-system -
4943a15c0
#3306 Thanks @TimKolberger! - Fixed an issue where TypeScript did not allow custom breakpoint names in ResponsiveObject
- Updated dependencies
[
b99b8674f
]
-
e8113d3ca
#3340 Thanks @MohamedSayed008! - ExportRecursive*
types from theme, styled-system -
d6808f0a4
#3366 Thanks @TimKolberger! - Bring back the TS typeTheme
export and deprecatedDefaultChakraTheme
. -
8597f58b7
#3361 Thanks @TimKolberger! - Allow halved values in design token in spacing as mentioned in the documents
- Updated dependencies
[
51ad518e2
]
b78345c36
#3309 Thanks @TimKolberger! - CLI tokens command now ignores TS errors in your theme.ts file