From d3c7bc03d700aaca5cb57dc92a720b0795592bee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 22 May 2023 16:05:40 +0000 Subject: [PATCH] Version Packages --- .changeset/big-scissors-draw.md | 5 ----- .changeset/eight-rats-look.md | 5 ----- .changeset/five-onions-confess.md | 5 ----- .changeset/fresh-lemons-add.md | 5 ----- .changeset/fuzzy-emus-add.md | 5 ----- .changeset/lazy-llamas-tap.md | 5 ----- .changeset/mighty-apples-do.md | 5 ----- .changeset/purple-forks-shop.md | 5 ----- .changeset/red-coins-fly.md | 5 ----- packages/circuit-ui/CHANGELOG.md | 24 ++++++++++++++++++++++++ packages/circuit-ui/package.json | 2 +- 11 files changed, 25 insertions(+), 46 deletions(-) delete mode 100644 .changeset/big-scissors-draw.md delete mode 100644 .changeset/eight-rats-look.md delete mode 100644 .changeset/five-onions-confess.md delete mode 100644 .changeset/fresh-lemons-add.md delete mode 100644 .changeset/fuzzy-emus-add.md delete mode 100644 .changeset/lazy-llamas-tap.md delete mode 100644 .changeset/mighty-apples-do.md delete mode 100644 .changeset/purple-forks-shop.md delete mode 100644 .changeset/red-coins-fly.md diff --git a/.changeset/big-scissors-draw.md b/.changeset/big-scissors-draw.md deleted file mode 100644 index f3e8254a9a..0000000000 --- a/.changeset/big-scissors-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': minor ---- - -Added support for the CheckboxGroup, RadioButtonGroup and SelectorGroup components to be used as uncontrolled inputs using the new `defaultValue` prop. diff --git a/.changeset/eight-rats-look.md b/.changeset/eight-rats-look.md deleted file mode 100644 index 08cff6e8a9..0000000000 --- a/.changeset/eight-rats-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': patch ---- - -Reduced the breakpoint for the expanded SideNavigation on wide viewpoints to account for scroll bars. diff --git a/.changeset/five-onions-confess.md b/.changeset/five-onions-confess.md deleted file mode 100644 index fe69f6f2a4..0000000000 --- a/.changeset/five-onions-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': minor ---- - -Deprecated the RadioButton component. Use the RadioButtonGroup component instead. diff --git a/.changeset/fresh-lemons-add.md b/.changeset/fresh-lemons-add.md deleted file mode 100644 index 810343de65..0000000000 --- a/.changeset/fresh-lemons-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': patch ---- - -Fixed the styles of a checked and disabled Checkbox. diff --git a/.changeset/fuzzy-emus-add.md b/.changeset/fuzzy-emus-add.md deleted file mode 100644 index d2e234951a..0000000000 --- a/.changeset/fuzzy-emus-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': patch ---- - -Marked `Popover` dividers as presentational to ensure that the right number of items is announced by screen readers. diff --git a/.changeset/lazy-llamas-tap.md b/.changeset/lazy-llamas-tap.md deleted file mode 100644 index 5ad66e6621..0000000000 --- a/.changeset/lazy-llamas-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': patch ---- - -Don't crop content overflow when the `useCollapsible` hook is expanded. diff --git a/.changeset/mighty-apples-do.md b/.changeset/mighty-apples-do.md deleted file mode 100644 index ea419d4a18..0000000000 --- a/.changeset/mighty-apples-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': minor ---- - -Deprecated the Selector component. Use the SelectorGroup component instead. diff --git a/.changeset/purple-forks-shop.md b/.changeset/purple-forks-shop.md deleted file mode 100644 index 3b50e8b366..0000000000 --- a/.changeset/purple-forks-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': minor ---- - -Added the `CheckboxGroup` component. The `options` prop specifies how the Checkboxes are rendered. Each option in the `options` prop must have a `value` key and a `label` key. The `value` prop indicates which Checkboxes are checked by default. The `validationHint` for the individual Checkboxes are disallowed in favor of a single `validationHint` for the `CheckboxGroup`. diff --git a/.changeset/red-coins-fly.md b/.changeset/red-coins-fly.md deleted file mode 100644 index f114c998da..0000000000 --- a/.changeset/red-coins-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': minor ---- - -Added support for the `required` and `optionalLabel` props to the SelectorGroup component. diff --git a/packages/circuit-ui/CHANGELOG.md b/packages/circuit-ui/CHANGELOG.md index 75bce25740..5dd3d464f9 100644 --- a/packages/circuit-ui/CHANGELOG.md +++ b/packages/circuit-ui/CHANGELOG.md @@ -1,5 +1,29 @@ # @sumup/circuit-ui +## 6.9.0 + +### Minor Changes + +- [#2105](https://github.com/sumup-oss/circuit-ui/pull/2105) [`9aabce8d`](https://github.com/sumup-oss/circuit-ui/commit/9aabce8d5a43847f00bab9d0f218fcf28367f715) Thanks [@connor-baer](https://github.com/connor-baer)! - Added support for the CheckboxGroup, RadioButtonGroup and SelectorGroup components to be used as uncontrolled inputs using the new `defaultValue` prop. + +- [#2105](https://github.com/sumup-oss/circuit-ui/pull/2105) [`9aabce8d`](https://github.com/sumup-oss/circuit-ui/commit/9aabce8d5a43847f00bab9d0f218fcf28367f715) Thanks [@connor-baer](https://github.com/connor-baer)! - Deprecated the RadioButton component. Use the RadioButtonGroup component instead. + +- [#2105](https://github.com/sumup-oss/circuit-ui/pull/2105) [`9aabce8d`](https://github.com/sumup-oss/circuit-ui/commit/9aabce8d5a43847f00bab9d0f218fcf28367f715) Thanks [@connor-baer](https://github.com/connor-baer)! - Deprecated the Selector component. Use the SelectorGroup component instead. + +- [#1851](https://github.com/sumup-oss/circuit-ui/pull/1851) [`0e3bdd53`](https://github.com/sumup-oss/circuit-ui/commit/0e3bdd53c86845da58afcc6b27b5360d71d02e00) Thanks [@tranhoangan22](https://github.com/tranhoangan22)! - Added the `CheckboxGroup` component. The `options` prop specifies how the Checkboxes are rendered. Each option in the `options` prop must have a `value` key and a `label` key. The `value` prop indicates which Checkboxes are checked by default. The `validationHint` for the individual Checkboxes are disallowed in favor of a single `validationHint` for the `CheckboxGroup`. + +- [#2105](https://github.com/sumup-oss/circuit-ui/pull/2105) [`9aabce8d`](https://github.com/sumup-oss/circuit-ui/commit/9aabce8d5a43847f00bab9d0f218fcf28367f715) Thanks [@connor-baer](https://github.com/connor-baer)! - Added support for the `required` and `optionalLabel` props to the SelectorGroup component. + +### Patch Changes + +- [#2123](https://github.com/sumup-oss/circuit-ui/pull/2123) [`22184900`](https://github.com/sumup-oss/circuit-ui/commit/221849002806c91783afdc54750b8d23210fcf35) Thanks [@connor-baer](https://github.com/connor-baer)! - Reduced the breakpoint for the expanded SideNavigation on wide viewpoints to account for scroll bars. + +- [#2115](https://github.com/sumup-oss/circuit-ui/pull/2115) [`5f955ce5`](https://github.com/sumup-oss/circuit-ui/commit/5f955ce5bc532803185feb25ff9dba4ecc8345d7) Thanks [@pdrmdrs](https://github.com/pdrmdrs)! - Fixed the styles of a checked and disabled Checkbox. + +- [#2113](https://github.com/sumup-oss/circuit-ui/pull/2113) [`2bea43ff`](https://github.com/sumup-oss/circuit-ui/commit/2bea43ff074ddfe1148a80da5b64affeb11056c5) Thanks [@robinmetral](https://github.com/robinmetral)! - Marked `Popover` dividers as presentational to ensure that the right number of items is announced by screen readers. + +- [#2121](https://github.com/sumup-oss/circuit-ui/pull/2121) [`eb445e65`](https://github.com/sumup-oss/circuit-ui/commit/eb445e655ed5d7d1b482d8a2551e37776acd487f) Thanks [@connor-baer](https://github.com/connor-baer)! - Don't crop content overflow when the `useCollapsible` hook is expanded. + ## 6.8.0 ### Minor Changes diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index c1a8b08909..2b79d9dd02 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sumup/circuit-ui", - "version": "6.8.0", + "version": "6.9.0", "description": "SumUp's React UI component library", "main": "dist/cjs/index.js", "module": "dist/es/index.js",