title | description | releaseUrl | releaseDate | version |
---|---|---|---|---|
Version 2.3.1 |
Explore the changelog for Chakra UI version 2.3.1. Learn about the latest features, bug fixes, and improvements. |
August 29, 2022 |
2.3.1 |
cc0598ddc
Thanks @segunadebayo! - Fix css in 100vh polyfill
-
732195d17
Thanks @segunadebayo! - Fix regression in use menu group state -
Updated dependencies
- Updated dependencies
[
cc0598ddc
]
-
ec23eb020
Thanks @segunadebayo! - Allow user optin to the 100vh polyfill because it's only useful in absolute or fixed layout modes.Chakra new polyfills the
100vh
attribute to use either the literal100vh
or-webkit-fill-available
where supported. To use this feature, set the height values to$100vh
instead of100vh
.// Might not work in all cases <Box minHeight="100vh" position="absolute"> Test </Box> // Polyfilled version ensures 100vh work correctly <Box minHeight="$100vh" position="absolute"> Test </Box>
- Updated dependencies
[
ec23eb020
]
-
ec23eb020
Thanks @segunadebayo! - Allow user optin to the 100vh polyfill because it's only useful in absolute or fixed layout modes.Chakra new polyfills the
100vh
attribute to use either the literal100vh
or-webkit-fill-available
where supported. To use this feature, set the height values to$100vh
instead of100vh
.// Might not work in all cases <Box minHeight="100vh" position="absolute"> Test </Box> // Polyfilled version ensures 100vh work correctly <Box minHeight="$100vh" position="absolute"> Test </Box>
-
Updated dependencies
- Updated dependencies
[
ec23eb020
]
- Updated dependencies
[
ec23eb020
]
- Updated dependencies
[
ec23eb020
]