-
Notifications
You must be signed in to change notification settings - Fork 25
feat: remove deprecated props in Icon CodeEditor and Bullet #5297
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
base: beta
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 8958afc The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
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 |
f9cad0b
to
7811e79
Compare
7811e79
to
2014c8c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## beta #5297 +/- ##
==========================================
- Coverage 87.63% 87.63% -0.01%
==========================================
Files 229 228 -1
Lines 7847 7822 -25
Branches 3437 3431 -6
==========================================
- Hits 6877 6855 -22
+ Misses 970 967 -3
... and 7 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Summary
Type
Summarise concisely:
BREAKING CHANGES
Deprecated props removed:
CodeEditor
: prop "title" removed -> use "label" insteadIcon
: prop "color" removed -> use "sentiment" insteadIcon
: prop "size" can only be "xsmall", "small", "medium", "large", "xlarge" or "xxlarge"Bullet
: prop "text" removed -> use "children" instead