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 (next) #1783

Merged
merged 1 commit into from
Oct 19, 2022
Merged

Version Packages (next) #1783

merged 1 commit into from
Oct 19, 2022

Conversation

connor-baer
Copy link
Member

@connor-baer connor-baer commented Oct 4, 2022

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 next, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

next is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on next.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@sumup/circuit-ui@6.0.0-next.1

Major Changes

  • #1772 817d7585 Thanks @a5e! - Tweaked the ButtonGroup component to switch between a secondary button (on viewports of at least mq.kilo) and a tertiary button (on viewports narrower than mq.kilo) using CSS media queries instead of rendering three buttons. Tests (e.g. using @testing-library) can now query the secondary button without using *AllBy queries.

  • #1789 3c0c98dd Thanks @robinmetral! - Rendered the Checkbox's validationHint under the input instead of in a tooltip. This makes the behavior consistent with other form components and improves accessibility.

  • #1795 426a0f63 Thanks @robinmetral! - Moved the validationHint outside the input labels and connected them to the inputs using aria-describedby. This affects form component markup and might be a breaking change in instances customizing input styles.

  • #1781 5fe99fe8 Thanks @robinmetral! - Upgraded to react-number-format version 5. This could be a breaking change if you were relying on internal react-number-format props. Refer to the react-number-format migration guide for details. Any explicit typings will also need to be updated.

Patch Changes

  • #1795 426a0f63 Thanks @robinmetral! - Fixed the size of the Input component's optional prefix and suffix (when passed as strings). They are now 16px (the size of the input's placeholder and value) instead of 14px (the size of the input's label).

  • #1795 426a0f63 Thanks @robinmetral! - Removed unintended spacing below the TextArea component.

  • #1795 426a0f63 Thanks @robinmetral! - Improved the accessibility of the RadioButtonGroup component by adding the role="radiogroup" and orientation="vertical" attributes.

@connor-baer connor-baer requested a review from a team as a code owner October 4, 2022 16:32
@connor-baer connor-baer requested review from robinmetral and removed request for a team October 4, 2022 16:32
@vercel
Copy link

vercel bot commented Oct 4, 2022

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

Name Status Preview Updated
oss-circuit-ui ✅ Ready (Inspect) Visit Preview Oct 19, 2022 at 9:10AM (UTC)

@codecov
Copy link

codecov bot commented Oct 4, 2022

Codecov Report

Merging #1783 (0797885) into next (426a0f6) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             next    #1783   +/-   ##
=======================================
  Coverage   91.78%   91.78%           
=======================================
  Files         172      172           
  Lines        3530     3530           
  Branches     1130     1130           
=======================================
  Hits         3240     3240           
  Misses        270      270           
  Partials       20       20           

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