title | description | releaseUrl | releaseDate | version |
---|---|---|---|---|
Version 1.6.8 |
Explore the changelog for Chakra UI version 1.6.8. Learn about the latest features, bug fixes, and improvements. |
September 20, 2021 |
1.6.8 |
@chakra-ui/[email protected]
8c61e75ec
#3837 Thanks @mcha-dev! - Drawer: Add support for RTL-aware placement values. You can now passstart
andend
values. The drawer will useleft/right
placement depending on the specifiedtheme.direction
value.
c1d1029bc
Thanks @segunadebayo! - Drawer: omit themotionPreset
prop type sinceDrawer
only implements theSlide
transition, unlikeModal
that allows you switch its motion preset.
@chakra-ui/[email protected]
-
4146a9051
#3837 Thanks @mcha-dev! -usePopper
now accepts adirection
prop so it can handle placement for RTL languages. Values such astop-start
,top-end
,bottom-start
andbottom-end
will be flipped depending on the theme's direction value.In addition to the default
popper.js
placement, you can passstart-start
,start-end
,end-start
andend-end
. This will resolve to the equivalentpopper.js
placement as well.
@chakra-ui/[email protected]
74fada62b
#3837 Thanks @mcha-dev! - AddRTL
support by using the theme's direction ("ltr" or "rtl") to set the defaultisReversed
property when theorientation
ishorizontal
@chakra-ui/[email protected]
347294426
#3837 Thanks @mcha-dev! - Add support for RTL-awareposition
values. You can now usetop-start
,top-end
,bottom-start
andbottom-end
values. The toast will flip depending on thedirection
provided in the theme.
- Updated dependencies
[
09577b088
]
@chakra-ui/[email protected]
-
a096ccdde
#4721 Thanks @chasinhues! - Add missing breadcrumb part -
a02b0de8b
Thanks @segunadebayo! - Add container part to checkbox -
Updated dependencies [
09577b088
]:- @chakra-ui/[email protected]
@chakra-ui/[email protected]
93c99bdd7
Thanks @segunadebayo! - Fix issue where avatar blinks during API call due to its fallback logic. You can disable the fallback logic by settingignoreFallback
, just like you can with theImage
component- Updated dependencies
[
a1ca91b76
,11eebac4c
]
@chakra-ui/[email protected]
87ffdd1cb
Thanks @segunadebayo! - Fix issue where composingButton
with framer-motion'smotion
factory breaks animation/transition
@chakra-ui/[email protected]
726105acb
Thanks @segunadebayo! - Add statedata-*
attributes to the checkboxcontainer
to allow user style the_checked
,_invalid
and_disabled
states
@chakra-ui/[email protected]
-
a1ca91b76
Thanks @segunadebayo! - Fix issue where onload doesn't get called when using srcset -
11eebac4c
#4659 Thanks @takethefake! - If the user doesn't provide afallbackSrc
or afallback
ignoreFallback
is applied by default
@chakra-ui/[email protected]
19d9abe75
#4691 Thanks @segunadebayo! - Fix issue where keyboard navigation doesn't work whenMenuButton
isn't rendered. This is useful in scenarios where you want the menu to be triggered by a command or right-click.- Updated dependencies
[
4146a9051
]
@chakra-ui/[email protected]
- Updated dependencies
[
4146a9051
]
@chakra-ui/[email protected]
- Updated dependencies
[
09577b088
]
@chakra-ui/[email protected]
17c84be66
Thanks @segunadebayo! - - Resolve dependency issues caused by previous release- Add
ChakraProviderProps
type what was removed in previous release
- Add
@chakra-ui/[email protected]
- Updated dependencies
[
09577b088
,726105acb
,74fada62b
,8c61e75ec
,a1ca91b76
,4146a9051
,93c99bdd7
,347294426
,11eebac4c
,17c84be66
,c1d1029bc
,19d9abe75
,87ffdd1cb
,fba77bf32
]
@chakra-ui/[email protected]
fba77bf32
#4660 Thanks @takethefake! - The disabled state of theSelectIcon
can be reflected by a disabledFormControl
or by theisDisabled
-flag of theselect
field
@chakra-ui/[email protected]
- Updated dependencies
[
726105acb
]
@chakra-ui/[email protected]
-
09577b088
#4708 Thanks @hiroppy! - Replacetinycolor2
with@ctrl/tinycolor
to get better tree-shaking benefits
@chakra-ui/[email protected]
09577b088
#4708 Thanks @hiroppy! - Replacetinycolor2
with@ctrl/tinycolor
to get better tree-shaking benefits
@chakra-ui/[email protected]
- Updated dependencies
[
4146a9051
]
@chakra-ui/[email protected]
-
c96f44e16
#4725 Thanks @TimKolberger! - Fixed an issue where the CLI did not resolve custom tsconfig paths.🚨 Please note that only the first alias target from the string array will be resolved.
// tsconfig.json { //... compilerOptions: { baseUrl: "src", paths: { "@alias/*": ["target/*"], // ^-- only the first target will be resolved }, }, }
@chakra-ui/[email protected]
- Updated dependencies
@chakra-ui/[email protected]
3612559a7
#4687 Thanks @lazarnikolov94! - Added egghead course banner in Getting Started page
@chakra-ui/[email protected]
- Updated dependencies