-
Notifications
You must be signed in to change notification settings - Fork 127
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
Introduce experimental and legacy component status #2094
Conversation
🦋 Changeset detectedLatest commit: 4dab74c The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
66406e1
to
e04328e
Compare
Codecov Report
@@ Coverage Diff @@
## next #2094 +/- ##
==========================================
- Coverage 96.91% 96.88% -0.04%
==========================================
Files 258 258
Lines 23148 23186 +38
Branches 2160 2160
==========================================
+ Hits 22434 22463 +29
- Misses 707 715 +8
- Partials 7 8 +1
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excited to see the bundlephobia drop 😬
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
0614a03
to
c239e07
Compare
@connor-baer from our chat about #1677 (comment): Basically when we release a new Maybe we can clarify that the "deprecated" status is an extra state that can apply to components on both the stable and legacy namespaces? |
ec860e8
to
4dab74c
Compare
Purpose
Legacy components enable us to evolve the codebase without being held back by problematic components that don't have a viable alternative yet. They are exported from
@sumup/circuit-ui/legacy
.Experimental components enable us to test and refine the API of new components and lower the bar for contributions. They are exported from
@sumup/circuit-ui/experimental
.Approach and changes
Definition of done