From 085bbccc59f9c00b57caab647fabb43939d97247 Mon Sep 17 00:00:00 2001 From: Tim Kolberger Date: Sun, 20 Feb 2022 09:28:56 +0100 Subject: [PATCH] chore: update changesets --- .changeset/breezy-bananas-sell.md | 3 ++- .changeset/fair-clocks-thank.md | 2 +- .changeset/fuzzy-zoos-kiss.md | 4 ++-- .changeset/unlucky-crabs-repeat.md | 2 +- .changeset/yellow-baboons-hang.md | 2 +- .changeset/young-poems-serve.md | 8 +++----- 6 files changed, 10 insertions(+), 11 deletions(-) diff --git a/.changeset/breezy-bananas-sell.md b/.changeset/breezy-bananas-sell.md index c24c7bbb084..a07c7daa0ac 100644 --- a/.changeset/breezy-bananas-sell.md +++ b/.changeset/breezy-bananas-sell.md @@ -2,4 +2,5 @@ "@chakra-ui/switch": patch --- -Fixed an UI issue where the Switch component rendered a few pixels off the baseline. +Fixed a UI issue where the Switch component rendered a few pixels off the +baseline. diff --git a/.changeset/fair-clocks-thank.md b/.changeset/fair-clocks-thank.md index 2cd62665038..4f46d1c7ae1 100644 --- a/.changeset/fair-clocks-thank.md +++ b/.changeset/fair-clocks-thank.md @@ -2,4 +2,4 @@ "@chakra-ui/checkbox": patch --- -Add Form-Control support for useCheckbox +Add `FormControl` support for `useCheckbox` diff --git a/.changeset/fuzzy-zoos-kiss.md b/.changeset/fuzzy-zoos-kiss.md index a7cd829f17b..88097dd7ac3 100644 --- a/.changeset/fuzzy-zoos-kiss.md +++ b/.changeset/fuzzy-zoos-kiss.md @@ -2,5 +2,5 @@ "@chakra-ui/media-query": patch --- -Fixed an issue where the hook `useBreakpoint` did not work as expected with -custom breakpoints +Fixed an issue where the hook `useBreakpoint` did not update after the first +page load. diff --git a/.changeset/unlucky-crabs-repeat.md b/.changeset/unlucky-crabs-repeat.md index 4ee90e87993..5e0055b3fc9 100644 --- a/.changeset/unlucky-crabs-repeat.md +++ b/.changeset/unlucky-crabs-repeat.md @@ -2,4 +2,4 @@ "@chakra-ui/icon": patch --- -Add missing word in comment of CreateIconOptions +Add missing word in comment of `CreateIconOptions` diff --git a/.changeset/yellow-baboons-hang.md b/.changeset/yellow-baboons-hang.md index 5dcd85ef406..9277027e133 100644 --- a/.changeset/yellow-baboons-hang.md +++ b/.changeset/yellow-baboons-hang.md @@ -2,4 +2,4 @@ "@chakra-ui/tag": patch --- -Change order of aria-label prop on TagCloseButton to be overwritable +Change order of aria-label prop on TagCloseButton to be over-writable diff --git a/.changeset/young-poems-serve.md b/.changeset/young-poems-serve.md index 0e1ddf2d795..ca77f680965 100644 --- a/.changeset/young-poems-serve.md +++ b/.changeset/young-poems-serve.md @@ -1,10 +1,8 @@ --- +"@chakra-ui/anatomy": patch "@chakra-ui/accordion": patch "@chakra-ui/theme": patch --- -Updated style config for `Accordion` & `AccordionItem` (see -https://github.com/chakra-ui/chakra-ui/issues/5593) - -This change introduces `styles.root` for styling the `Accordion`. -`styles.container` is still used for `AccordionItem` +Add a new multi style part `root` to the Accordion component. It is applied to +the topmost DOM element.