title | description | releaseUrl | releaseDate | version |
---|---|---|---|---|
Version 1.6.4 |
Explore the changelog for Chakra UI version 1.6.4. Learn about the latest features, bug fixes, and improvements. |
June 18, 2021 |
1.6.4 |
-
afb9b3cfa
#4103 Thanks @with-heart! - Update transitions to use theme tokens and remove outline transitions -
ff946d73e
#4245 Thanks @Mattinton! - fix(icon-button): update IconButton to use theme borderRadius -
Updated dependencies [
4c157e320
]:- @chakra-ui/spinner@1.1.10
31ec6466c
#4029 Thanks @jesstelford! -useBreakpointValue()
now supports receiving adefaultBreakpoint
as the second argument to support SSR/SSG.
5afa7ef49
#4180 Thanks @segunadebayo! - AddedcomputePositionOnMount
prop to allow positioning the popover or menu before initial open
-
9fadbc80f
#4211 Thanks @tim-stasse! - Fixed menu typeahead -
afb9b3cfa
#4103 Thanks @with-heart! - Update transitions to use theme tokens and remove outline transitions -
245a164f6
Thanks @segunadebayo! - Fix issue where closeOnSelect won't work sometime -
Updated dependencies [
e8da4c65f
,aa374ffcb
,5afa7ef49
]:- @chakra-ui/transition@1.3.2
- @chakra-ui/hooks@1.5.3
- @chakra-ui/popper@2.2.1
5afa7ef49
#4180 Thanks @segunadebayo! - AddedcomputePositionOnMount
prop to allow positioning the popover or menu before initial open
-
8881d925d
#4146 Thanks @anubra266! - Fix issue where arrowshadowcolor didn't work -
Updated dependencies [
aa374ffcb
,5afa7ef49
]:- @chakra-ui/hooks@1.5.3
- @chakra-ui/popper@2.2.1
ebda07095
Thanks @segunadebayo! - Added the_activeStep
pseudoselector which is applied whenaria-current="step"
. See thewai-aria
documentation for more information onaria-current
.
-
991ea2e29
#3998 Thanks @terrierscript! - Thestyled
function allows a functionalbaseStyle
property:import { styled } from '@chakra-ui/react' const MyComponent = styled('div', { baseStyle: (props) => ({ bg: props.highlightColor }) }) // ... <MyComponent highlightColor="red.500" />
- Updated dependencies
[
ebda07095
]:- @chakra-ui/styled-system@1.12.0
- @chakra-ui/color-mode@1.1.9
-
fe2557584
#4067 Thanks @jrolfs! - Thetokens
command now supports generating theme token type definitions from a Chakra UI theme published as a package:npx @chakra-ui/cli tokens <@your-org/chakra-theme-package>
A published theme package should export a theme object as either the
default
export or an export namedtheme
.// chakra-theme-package/src/index.js import { extendTheme } from "@chakra-ui/react" const theme = extendTheme({}) // as default export export default theme // as named export export { theme }
-
4c157e320
#4057 Thanks @mcha-dev! - updated @see doc links to point to shorthand see PR #4046 comment -
afb9b3cfa
#4103 Thanks @with-heart! - Update transitions to use theme tokens and remove outline transitions -
Updated dependencies [
e8da4c65f
,aa374ffcb
]:- @chakra-ui/transition@1.3.2
- @chakra-ui/hooks@1.5.3
- Updated dependencies
[
4c157e320
]:- @chakra-ui/image@1.0.16
4c157e320
#4057 Thanks @mcha-dev! - updated @see doc links to point to shorthand see PR #4046 comment
-
4c157e320
#4057 Thanks @mcha-dev! - updated @see doc links to point to shorthand see PR #4046 comment -
afb9b3cfa
#4103 Thanks @with-heart! - Update transitions to use theme tokens and remove outline transitions -
Updated dependencies [
aa374ffcb
]:- @chakra-ui/hooks@1.5.3
- Updated dependencies
[
aa374ffcb
]:- @chakra-ui/hooks@1.5.3
afb9b3cfa
#4103 Thanks @with-heart! - Update transitions to use theme tokens and remove outline transitions
- Updated dependencies
[
aa374ffcb
]:- @chakra-ui/hooks@1.5.3
-
4c157e320
#4057 Thanks @mcha-dev! - updated @see doc links to point to shorthand see PR #4046 comment -
Updated dependencies [
aa374ffcb
]:- @chakra-ui/hooks@1.5.3
- Updated dependencies
[
aa374ffcb
]:- @chakra-ui/hooks@1.5.3
aa374ffcb
#4166 Thanks @segunadebayo! - Fix inconsisent id generation between client and server
-
4c157e320
#4057 Thanks @mcha-dev! - updated @see doc links to point to shorthand see PR #4046 comment -
Updated dependencies [
aa374ffcb
]:- @chakra-ui/hooks@1.5.3
- Updated dependencies
- @chakra-ui/form-control@1.3.7
4c157e320
#4057 Thanks @mcha-dev! - updated @see doc links to point to shorthand see PR #4046 comment
-
4c157e320
#4057 Thanks @mcha-dev! - updated @see doc links to point to shorthand see PR #4046 comment -
afb9b3cfa
#4103 Thanks @with-heart! - Update transitions to use theme tokens and remove outline transitions -
Updated dependencies [
4c157e320
,e8da4c65f
,aa374ffcb
]:- @chakra-ui/portal@1.2.6
- @chakra-ui/transition@1.3.2
- @chakra-ui/hooks@1.5.3
-
afb9b3cfa
#4103 Thanks @with-heart! - Update transitions to use theme tokens and remove outline transitions -
Updated dependencies [
aa374ffcb
]:- @chakra-ui/hooks@1.5.3
- @chakra-ui/counter@1.1.6
- @chakra-ui/form-control@1.3.7
- Updated dependencies
[
aa374ffcb
]:- @chakra-ui/hooks@1.5.3
5afa7ef49
#4180 Thanks @segunadebayo! - - Wrap force update within a function to prevent null scenarios- Add default
inset
value to prevent overflow in scenarios whereenabled
isfalse
(i.e. when the popper is not visible)
- Add default
-
4c157e320
#4057 Thanks @mcha-dev! - updated @see doc links to point to shorthand see PR #4046 comment -
Updated dependencies [
aa374ffcb
]:- @chakra-ui/hooks@1.5.3
-
4c157e320
#4057 Thanks @mcha-dev! - updated @see doc links to point to shorthand see PR #4046 comment -
afb9b3cfa
#4103 Thanks @with-heart! - Update transitions to use theme tokens and remove outline transitions
-
4c157e320
#4057 Thanks @mcha-dev! - updated @see doc links to point to shorthand see PR #4046 comment -
Updated dependencies [
aa374ffcb
]:- @chakra-ui/hooks@1.5.3
- @chakra-ui/form-control@1.3.7
-
aa374ffcb
#4166 Thanks @segunadebayo! - Fix inconsisent id generation between client and server -
Updated dependencies [
9fadbc80f
,8acd3c11a
,8881d925d
,7e3d3ff35
,31ec6466c
,5afa7ef49
,cbf8bbdf0
,4c157e320
,e8da4c65f
,f2c0480ee
,aa374ffcb
,b93eb007e
,afb9b3cfa
,a66258a01
,991ea2e29
,245a164f6
,5afa7ef49
,ff946d73e
]:- @chakra-ui/menu@1.7.0
- @chakra-ui/tabs@1.5.2
- @chakra-ui/popover@1.8.0
- @chakra-ui/button@1.4.0
- @chakra-ui/media-query@1.1.0
- @chakra-ui/theme@1.9.1
- @chakra-ui/accordion@1.3.3
- @chakra-ui/breadcrumb@1.2.6
- @chakra-ui/checkbox@1.5.3
- @chakra-ui/editable@1.2.6
- @chakra-ui/image@1.0.16
- @chakra-ui/layout@1.4.6
- @chakra-ui/modal@1.8.8
- @chakra-ui/portal@1.2.6
- @chakra-ui/progress@1.1.10
- @chakra-ui/radio@1.3.7
- @chakra-ui/slider@1.2.6
- @chakra-ui/spinner@1.1.10
- @chakra-ui/tag@1.1.10
- @chakra-ui/textarea@1.1.11
- @chakra-ui/transition@1.3.2
- @chakra-ui/stat@1.1.10
- @chakra-ui/hooks@1.5.3
- @chakra-ui/control-box@1.0.13
- @chakra-ui/number-input@1.2.7
- @chakra-ui/toast@1.2.8
- @chakra-ui/system@1.7.0
- @chakra-ui/popper@2.2.1
- @chakra-ui/skeleton@1.1.15
- @chakra-ui/switch@1.2.6
- @chakra-ui/avatar@1.2.6
- @chakra-ui/tooltip@1.3.7
- @chakra-ui/counter@1.1.6
- @chakra-ui/form-control@1.3.7
- @chakra-ui/pin-input@1.6.2
- @chakra-ui/input@1.2.7
- @chakra-ui/select@1.1.11
- Updated dependencies
- @chakra-ui/form-control@1.3.7
- Updated dependencies
[
31ec6466c
,aa374ffcb
,991ea2e29
]:- @chakra-ui/media-query@1.1.0
- @chakra-ui/hooks@1.5.3
- @chakra-ui/system@1.7.0
-
4c157e320
#4057 Thanks @mcha-dev! - updated @see doc links to point to shorthand see PR #4046 comment -
Updated dependencies [
aa374ffcb
]:- @chakra-ui/hooks@1.5.3
4c157e320
#4057 Thanks @mcha-dev! - updated @see doc links to point to shorthand see PR #4046 comment
f2c0480ee
#4124 Thanks @anubra266! - Export TypeScript interfaceStatGroupProps
-
8acd3c11a
#4102 Thanks @cschroeter! - fix(tabs): render tab indicator at the correct pos -
b93eb007e
#4204 Thanks @jesstelford! - Remove erroneous note about<Tabs>
not rendering to DOM -
afb9b3cfa
#4103 Thanks @with-heart! - Update transitions to use theme tokens and remove outline transitions -
Updated dependencies [
aa374ffcb
]:- @chakra-ui/hooks@1.5.3
-
4c157e320
#4057 Thanks @mcha-dev! - updated @see doc links to point to shorthand see PR #4046 comment -
afb9b3cfa
#4103 Thanks @with-heart! - Update transitions to use theme tokens and remove outline transitions
-
4c157e320
#4057 Thanks @mcha-dev! - updated @see doc links to point to shorthand see PR #4046 comment -
Updated dependencies
- @chakra-ui/form-control@1.3.7
-
cbf8bbdf0
#4157 Thanks @vcastroi! - Fix an issue where the distance to the next element below a textarea was too large in some browsers. -
afb9b3cfa
#4103 Thanks @with-heart! - Update transitions to use theme tokens and remove outline transitions
-
a66258a01
#3935 Thanks @n1ru4l! - Resolved an issue whereoverflowX
couldn't be used within a toast'stitle
ordescription
by addingmaxWidth="100%"
to the containingdiv
. -
Updated dependencies [
cbf8bbdf0
,e8da4c65f
,aa374ffcb
,afb9b3cfa
]:- @chakra-ui/theme@1.9.1
- @chakra-ui/transition@1.3.2
- @chakra-ui/hooks@1.5.3
- Updated dependencies
[
4c157e320
,aa374ffcb
,5afa7ef49
]:- @chakra-ui/portal@1.2.6
- @chakra-ui/hooks@1.5.3
- @chakra-ui/popper@2.2.1
e8da4c65f
#4069 Thanks @lazarnikolov94! - Fixing an issue in the Collapse transition's enter animation in case ofunmountOnExit
3dd5a653c
#3910 Thanks @joaorodrs! - Clicking an icon in the icons list now copies the icon name to clipboard.
-
4c157e320
#4057 Thanks @mcha-dev! - updated @see doc links to point to shorthand see PR #4046 comment -
afb9b3cfa
#4103 Thanks @with-heart! - Update transitions to use theme tokens and remove outline transitions -
Updated dependencies [
aa374ffcb
,fe2557584
]:- @chakra-ui/react@1.6.4
- @chakra-ui/cli@1.4.0
- @chakra-ui/props-docs@1.0.29
- Updated dependencies
[
aa374ffcb
]:- @chakra-ui/react@1.6.4