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

Version Packages #2106

merged 1 commit into from
May 22, 2023

Conversation

connor-baer
Copy link
Member

@connor-baer connor-baer commented May 12, 2023

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@sumup/circuit-ui@6.9.0

Minor Changes

  • #2105 9aabce8d Thanks @connor-baer! - Added support for the CheckboxGroup, RadioButtonGroup and SelectorGroup components to be used as uncontrolled inputs using the new defaultValue prop.

  • #2105 9aabce8d Thanks @connor-baer! - Deprecated the RadioButton component. Use the RadioButtonGroup component instead.

  • #2105 9aabce8d Thanks @connor-baer! - Deprecated the Selector component. Use the SelectorGroup component instead.

  • #1851 0e3bdd53 Thanks @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 9aabce8d Thanks @connor-baer! - Added support for the required and optionalLabel props to the SelectorGroup component.

Patch Changes

  • #2123 22184900 Thanks @connor-baer! - Reduced the breakpoint for the expanded SideNavigation on wide viewpoints to account for scroll bars.

  • #2115 5f955ce5 Thanks @pdrmdrs! - Fixed the styles of a checked and disabled Checkbox.

  • #2113 2bea43ff Thanks @robinmetral! - Marked Popover dividers as presentational to ensure that the right number of items is announced by screen readers.

  • #2121 eb445e65 Thanks @connor-baer! - Don't crop content overflow when the useCollapsible hook is expanded.

@connor-baer connor-baer requested a review from a team as a code owner May 12, 2023 13:45
@connor-baer connor-baer requested review from tareqlol and removed request for a team May 12, 2023 13:45
@vercel
Copy link

vercel bot commented May 12, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
oss-circuit-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 22, 2023 4:08pm

@codecov
Copy link

codecov bot commented May 12, 2023

Codecov Report

Merging #2106 (d3c7bc0) into main (eb445e6) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2106   +/-   ##
=======================================
  Coverage   92.08%   92.08%           
=======================================
  Files         170      170           
  Lines        3599     3599           
  Branches     1267     1267           
=======================================
  Hits         3314     3314           
  Misses        264      264           
  Partials       21       21           

@robinmetral
Copy link
Contributor

Holding on the merge because of the do not merge label. You may have different ideas in mind for the release @connor-baer—I'll let you handle it!

@connor-baer
Copy link
Member Author

connor-baer commented May 15, 2023

Thanks @robinmetral! I'd like to include #2105 in the next version to group all the boolean input related changes. The PR also includes some breaking changes to the CheckboxGroup component which is fine as long as it hasn't been released yet.

@connor-baer connor-baer enabled auto-merge (squash) May 22, 2023 16:06
@connor-baer connor-baer disabled auto-merge May 22, 2023 16:16
@connor-baer connor-baer merged commit 503d6e5 into main May 22, 2023
@connor-baer connor-baer deleted the changeset-release/main branch May 22, 2023 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants