Skip to content

Latest commit

 

History

History
173 lines (134 loc) · 5.41 KB

v2.3.1.mdx

File metadata and controls

173 lines (134 loc) · 5.41 KB
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

@chakra-ui/css-reset@2.0.7

Patch Changes

@chakra-ui/menu@2.0.13

Patch Changes

  • 732195d17 Thanks @segunadebayo! - Fix regression in use menu group state

  • Updated dependencies []:

    • @chakra-ui/clickable@2.0.9
    • @chakra-ui/descendant@3.0.9

@chakra-ui/provider@2.0.16

Patch Changes

  • Updated dependencies [cc0598ddc]:
    • @chakra-ui/css-reset@2.0.7
    • @chakra-ui/system@2.2.9

@chakra-ui/react@2.3.1

Patch Changes

  • Updated dependencies [732195d17, ec23eb020, cc0598ddc]:
    • @chakra-ui/menu@2.0.13
    • @chakra-ui/theme@2.1.10
    • @chakra-ui/css-reset@2.0.7
    • @chakra-ui/system@2.2.9
    • @chakra-ui/button@2.0.9
    • @chakra-ui/media-query@3.2.5
    • @chakra-ui/skeleton@2.0.15
    • @chakra-ui/slider@2.0.10
    • @chakra-ui/toast@3.0.9
    • @chakra-ui/provider@2.0.16
    • @chakra-ui/accordion@2.0.12
    • @chakra-ui/alert@2.0.9
    • @chakra-ui/avatar@2.1.0
    • @chakra-ui/breadcrumb@2.0.9
    • @chakra-ui/checkbox@2.1.8
    • @chakra-ui/close-button@2.0.9
    • @chakra-ui/control-box@2.0.9
    • @chakra-ui/editable@2.0.9
    • @chakra-ui/form-control@2.0.9
    • @chakra-ui/icon@3.0.9
    • @chakra-ui/image@2.0.10
    • @chakra-ui/input@2.0.9
    • @chakra-ui/layout@2.1.6
    • @chakra-ui/modal@2.1.7
    • @chakra-ui/number-input@2.0.9
    • @chakra-ui/pin-input@2.0.12
    • @chakra-ui/popover@2.0.9
    • @chakra-ui/progress@2.0.10
    • @chakra-ui/radio@2.0.10
    • @chakra-ui/select@2.0.10
    • @chakra-ui/spinner@2.0.9
    • @chakra-ui/stat@2.0.9
    • @chakra-ui/switch@2.0.11
    • @chakra-ui/table@2.0.9
    • @chakra-ui/tabs@2.1.1
    • @chakra-ui/tag@2.0.9
    • @chakra-ui/textarea@2.0.10
    • @chakra-ui/tooltip@2.0.10
    • @chakra-ui/visually-hidden@2.0.9

@chakra-ui/styled-system@2.3.1

Patch Changes

  • 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 literal 100vh or -webkit-fill-available where supported. To use this feature, set the height values to $100vh instead of 100vh.

    // 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>

@chakra-ui/system@2.2.9

Patch Changes

  • Updated dependencies [ec23eb020]:
    • @chakra-ui/styled-system@2.3.1

@chakra-ui/theme@2.1.10

Patch Changes

  • 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 literal 100vh or -webkit-fill-available where supported. To use this feature, set the height values to $100vh instead of 100vh.

    // 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 []:

    • @chakra-ui/theme-tools@2.0.11

@chakra-ui/toast@3.0.9

Patch Changes

  • Updated dependencies [ec23eb020]:
    • @chakra-ui/theme@2.1.10
    • @chakra-ui/system@2.2.9
    • @chakra-ui/alert@2.0.9
    • @chakra-ui/close-button@2.0.9

@chakra-ui/props-docs@2.0.17

Patch Changes

  • Updated dependencies [ec23eb020]:
    • @chakra-ui/styled-system@2.3.1
    • @chakra-ui/react@2.3.1

@chakra-ui/test-utils@2.0.17

Patch Changes

  • Updated dependencies [ec23eb020]:
    • @chakra-ui/theme@2.1.10
    • @chakra-ui/provider@2.0.16