Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #2106

Merged
merged 1 commit into from
May 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/big-scissors-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-rats-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-onions-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-lemons-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-emus-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-llamas-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-apples-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-forks-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-coins-fly.md

This file was deleted.

24 changes: 24 additions & 0 deletions packages/circuit-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/circuit-ui/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down