Skip to content

Commit

Permalink
chore: update changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
TimKolberger committed Feb 20, 2022
1 parent 0416e07 commit 085bbcc
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .changeset/breezy-bananas-sell.md
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion .changeset/fair-clocks-thank.md
Expand Up @@ -2,4 +2,4 @@
"@chakra-ui/checkbox": patch
---

Add Form-Control support for useCheckbox
Add `FormControl` support for `useCheckbox`
4 changes: 2 additions & 2 deletions .changeset/fuzzy-zoos-kiss.md
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion .changeset/unlucky-crabs-repeat.md
Expand Up @@ -2,4 +2,4 @@
"@chakra-ui/icon": patch
---

Add missing word in comment of CreateIconOptions
Add missing word in comment of `CreateIconOptions`
2 changes: 1 addition & 1 deletion .changeset/yellow-baboons-hang.md
Expand Up @@ -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
8 changes: 3 additions & 5 deletions .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.

1 comment on commit 085bbcc

@vercel
Copy link

@vercel vercel bot commented on 085bbcc Feb 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.