-
Notifications
You must be signed in to change notification settings - Fork 129
Version Packages (next) #2854
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
Merged
Merged
Version Packages (next) #2854
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
0f375bb to
18ef6a2
Compare
Contributor
|
Size Change: 0 B Total Size: 694 kB ℹ️ View Unchanged
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #2854 +/- ##
=======================================
Coverage 90.41% 90.41%
=======================================
Files 227 227
Lines 13976 13976
Branches 1880 1880
=======================================
Hits 12636 12636
Misses 1319 1319
Partials 21 21 🚀 New features to boost your workflow:
|
18ef6a2 to
63dce63
Compare
63dce63 to
349756b
Compare
349756b to
66dfead
Compare
66dfead to
8c3949c
Compare
8c3949c to
737a268
Compare
737a268 to
626ce8c
Compare
626ce8c to
36028ff
Compare
36028ff to
8f66ba8
Compare
8f66ba8 to
472678f
Compare
7728d36 to
37e7618
Compare
37e7618 to
8b06eeb
Compare
8b06eeb to
3168271
Compare
3168271 to
11789b0
Compare
11789b0 to
7f9eaaf
Compare
7f9eaaf to
44fb9b3
Compare
44fb9b3 to
09d8289
Compare
09d8289 to
205b816
Compare
205b816 to
685ef65
Compare
685ef65 to
646858a
Compare
646858a to
6ffa630
Compare
6ffa630 to
1f0966f
Compare
sirineJ
approved these changes
Mar 28, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
nextis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonnext.Releases
@sumup-oss/[email protected]
Major Changes
#3002
c0ca9c5Thanks @connor-baer! - Removed the deprecated RadioButton component. Use the RadioButtonGroup component instead, or – for advanced use cases – the internal RadioButtonInput component.#3002
c0ca9c5Thanks @connor-baer! - Removed the deprecated Selector component. Use the SelectorGroup component instead.#2854
bfb9130Thanks @connor-baer! - Updated the Anchor and the SideNavigation components to throw an accessibility error when external links are not provided with an alternative text.#2902
64faf5eThanks @connor-baer! - Removed the Calendar component's deprecatedcalendarprop. Support for thegregorycalendar was removed in v9.4 since it never fully worked.#2914
c01bb30Thanks @sirineJ! - Renamed the Popover component to ActionMenu to better reflect its purpose.#2922
ea6d920Thanks @connor-baer! - Removed the global style reset to improve compatibility with other UI libraries. If your app still requires the reset, download and include it manually.#3002
c0ca9c5Thanks @connor-baer! - Removed the deprecated Title component. Use the Display component instead.#2947
e925c3aThanks @connor-baer! - Required an accessible name for the SideNavigation's primary link badge to ensure it can be perceived by visually impaired users. The relevant prop has been renamed frombadge.labeltobadge.childrento match the secondary link's badge.#3002
c0ca9c5Thanks @connor-baer! - Removed the deprecated SubHeadline component. Use the Headline component in sizesinstead.#2854
bfb9130Thanks @connor-baer! - Removed the SideNavigation's optionalisExternalprop to convey when links open externally. Use a combination of thetargetorrelprops with theexternalLabelprop to create accessible external links.Minor Changes
#2906
6ad9edbThanks @sirineJ! - Removed the deprecatedprofileMenuanduserprops from the TopNavigation component.#2974
b025cf4Thanks @sirineJ! - Marked the Timestamp component as stable.#2859
3dd75c9Thanks @sirineJ! - Set an explicit minimum version for TypeScript of 4.1 or higher. While this is technically a breaking change, v4.1 was released over 4 years ago, so we don't expect this to break anyone's code. Please let us know if this causes you issues.#2859
3dd75c9Thanks @sirineJ! - Refactored the NotificationModal component to use the new Modal component under the hood.#2859
3dd75c9Thanks @sirineJ! - Added a new hookuseScrollLockto disable page scroll on demand.#2859
3dd75c9Thanks @sirineJ! - Deprecated thehideCloseButtonprop in the Modal and NotificationModal components. It had no effect.#2859
3dd75c9Thanks @sirineJ! - Added default translations for the Modal and NotificationModal components. ThecloseButtonLabelprop is now optional.#2916
40ceec5Thanks @sirineJ! - Added a Popover component that displays any given content above other content in a page upon interaction with a triggering element.#2871
6c6e2acThanks @sirineJ! - Refactored the Modal, Popover, Toggletip, DateInput, SidePanel and SideNavigation components to leverage the internal Dialog component for improved consistency and maintainability.#3016
c78f508Thanks @sirineJ! - Exported the Dialog component as an internal component.#2859
3dd75c9Thanks @sirineJ! - Refactored the Modal component to use the nativedialogelement. The Modal component can now be rendered directly in your JSX (the olderuseModalhook continues to be supported).Patch Changes
#2860
3ab5e39Thanks @sirineJ! - Fixed an issue with simultaneous instances of theuseScrollLockhook.Updated dependencies [
3dd75c9,b7ff643]:@sumup-oss/[email protected]
Major Changes
b7ff643Thanks @connor-baer! - Removed thethemePropTypeexport. Use theThemetype instead or (better) migrate to CSS custom properties.Minor Changes
3dd75c9Thanks @sirineJ! - Added "::backdrop" to the list of selectors to apply theme custom properties to. See https://developer.chrome.com/blog/css-backdrop-inheritance.@sumup-oss/[email protected]
Minor Changes
c01bb30Thanks @sirineJ! - Added ano-renamed-componentsnew ESLint rule to flag and replace renamed components.Patch Changes
#2974
b025cf4Thanks @sirineJ! - Updated thecomponent-lifecycle-importsESlint rule to flag imports of the now stable Timestamp component from@sumup-oss/circuit-ui/experimentalUpdated dependencies [
c0ca9c5,6ad9edb,b025cf4,3dd75c9,c0ca9c5,3dd75c9,3dd75c9,3dd75c9,bfb9130,64faf5e,c01bb30,ea6d920,3ab5e39,3dd75c9,b7ff643,c0ca9c5,3dd75c9,e925c3a,40ceec5,6c6e2ac,c0ca9c5,bfb9130,c78f508,3dd75c9]:@sumup-oss/[email protected]
Patch Changes
3dd75c9,b7ff643]:@sumup-oss/[email protected]
Patch Changes
c0ca9c5,6ad9edb,b025cf4,3dd75c9,c0ca9c5,3dd75c9,3dd75c9,3dd75c9,bfb9130,64faf5e,c01bb30,ea6d920,3ab5e39,3dd75c9,b7ff643,c0ca9c5,3dd75c9,e925c3a,40ceec5,6c6e2ac,c0ca9c5,bfb9130,c78f508,3dd75c9]:[email protected]
Patch Changes
c0ca9c5,6ad9edb,b025cf4,3dd75c9,c0ca9c5,3dd75c9,3dd75c9,3dd75c9,bfb9130,64faf5e,c01bb30,ea6d920,3ab5e39,3dd75c9,b7ff643,c0ca9c5,3dd75c9,e925c3a,40ceec5,6c6e2ac,c0ca9c5,bfb9130,c78f508,3dd75c9]: