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 #2381

Merged
merged 3 commits into from
Jan 10, 2024
Merged

Version Packages #2381

merged 3 commits into from
Jan 10, 2024

Conversation

connor-baer
Copy link
Member

@connor-baer connor-baer commented Jan 10, 2024

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/[email protected]

Major Changes

  • #2299 7c92ef0 Thanks @connor-baer! - Changed the NotificationInline's action from the Button to the Anchor component. Update the action props if necessary.

  • #2299 7c92ef0 Thanks @connor-baer! - Changed the default size of the CloseButton from 40px to 48px to match the Button component.

  • #2351 cf297de Thanks @connor-baer! - Improved the accessibility of disabled Buttons. The disabled attribute has been replaced with the aria-disabled attribute which enables the disabled element to receive focus and be perceived by screenreader users. Interactions with the disabled element are blocked by a dummy click handler.

  • #2353 f33c269 Thanks @connor-baer! - Removed the legacy navigation components: Header, Sidebar, SidebarContextProvider and SidebarContextConsumer. Use the TopNavigation and SideNavigation components instead.

  • #2361 31b6f03 Thanks @connor-baer! - Removed the deprecated variant prop from the ProgressBar component.

  • #2352 08aa962 Thanks @connor-baer! - Changed the overflow behaviour of long Button labels. Text that would previously wrap is now truncated to a single line with a trailing ellipsis.

Minor Changes

  • #2372 8f6dfee Thanks @connor-baer! - Deprecated the ButtonGroup's actions.[primary|secondary].size prop. Use the top-level size prop instead.

  • #2299 7c92ef0 Thanks @connor-baer! - Replaced the NotificationBanner's "tertiary" action variant with the "secondary" one and changed the action size to medium. Update the action props if necessary.

  • #2299 7c92ef0 Thanks @connor-baer! - Changed the variant of the previous/next buttons in the Pagination component from "tertiary" to "secondary".

  • #2299 7c92ef0 Thanks @connor-baer! - Updated the look of the Button component. Corners are now rounded instead of pill-shaped, the loading spinner has been replaced with three animated dots, and the tertiary variant now sports an underline to improve accessibility.

Patch Changes

@sumup/[email protected]

Major Changes

  • #2355 43f357b Thanks @connor-baer! - Removed all colors from the legacy JavaScript theme object and theme prop type. Use the semantic color tokens instead:

    -color: ${theme.colors.p500};
    +color: var(--cui-fg-accent);
  • #2356 bc5e753 Thanks @connor-baer! - Changed the color scheme from blue to black & white.

@sumup/[email protected]

Patch Changes

@sumup/[email protected]

Patch Changes

@connor-baer connor-baer requested a review from a team as a code owner January 10, 2024 04:04
Copy link

vercel bot commented Jan 10, 2024

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 Jan 10, 2024 10:52am

Copy link

codecov bot commented Jan 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4ed49a9) 96.77% compared to head (56dac1d) 96.76%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2381      +/-   ##
==========================================
- Coverage   96.77%   96.76%   -0.02%     
==========================================
  Files         227      227              
  Lines       18878    18878              
  Branches     1178     1178              
==========================================
- Hits        18269    18267       -2     
- Misses        596      598       +2     
  Partials       13       13              

see 1 file with indirect coverage changes

@connor-baer connor-baer merged commit 2715f76 into main Jan 10, 2024
9 of 10 checks passed
@connor-baer connor-baer deleted the changeset-release/main branch January 10, 2024 10:55
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.

1 participant