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 9, 2022 |
1.7.5 |
@chakra-ui/[email protected]
- #5319
a54757cd9
Thanks @igorwessel! - Added the propsrcSet
to the<Avatar />
and<AvatarImage />
components to allow responsive image sources. Read more on MDN
@chakra-ui/[email protected]
-
#5276
5f9407742
Thanks @prashanth-cpaul! - ### Add support forarea
prop onGridItem
Deprecated
area
prop onGrid
and added support forarea
prop to be used withGridItem
instead. This allows for usage ofGridItem
's that have named template areas to be used in conjunction with aGrid
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>
@chakra-ui/[email protected]
- #5341
11fa4e8bf
Thanks @TimKolberger! - UpdateDrawerProps
type to includeThemingProps
for the Drawer component
@chakra-ui/[email protected]
- Updated dependencies
[
d2d9af846
]
@chakra-ui/[email protected]
@chakra-ui/[email protected]
- Updated dependencies
[
d2d9af846
]
@chakra-ui/[email protected]
- #5342
d2d9af846
Thanks @TimKolberger! - Fixed an TypeScript issue where the ThemingProps type was too strict
@chakra-ui/[email protected]
- Updated dependencies
@chakra-ui/[email protected]
- #5340
ab247507a
Thanks @TimKolberger! - Added dependency to @chakra-ui/icons
- Updated dependencies
- Updated dependencies
- Updated dependencies
- Updated dependencies
@chakra-ui/[email protected]
- Updated dependencies