Skip to content

Latest commit

 

History

History
142 lines (97 loc) · 4.31 KB

v1.7.5.mdx

File metadata and controls

142 lines (97 loc) · 4.31 KB
title description releaseUrl releaseDate version
Version 1.7.5
Explore the changelog for Chakra UI version 1.7.5. Learn about the latest features, bug fixes, and improvements.
January 10, 2022
1.7.5

Patch Changes

Patch Changes

  • #5276 5f9407742 Thanks @prashanth-cpaul! - ### Add support for area prop on GridItem

    Deprecated area prop on Grid and added support for area prop to be used with GridItem instead. This allows for usage of GridItem's that have named template areas to be used in conjunction with a Grid that has a defined template area.

    <Grid templateAreas='"one two three"'>
      <GridItem area="one">one</Grid>
      <GridItem area="two">two</Grid>
      <GridItem area="three">three</Grid>
    </Grid>

Patch Changes

Patch Changes

Patch Changes

Patch Changes

Patch Changes

Patch Changes

Patch Changes

Patch Changes

Patch Changes

Patch Changes

Patch Changes

Patch Changes