-
Notifications
You must be signed in to change notification settings - Fork 85
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
chore: remove deprecated fieldset component #3013
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit abd385d:
|
Tested that the |
BREAKING CHANGE: The deprecated fieldset component has been removed. To upgrade please use the experimental fieldset component. Fixes FE-1921
46befc8
to
abd385d
Compare
🎉 This PR is included in version 31.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Proposed behaviour
The deprecated fieldset component has been removed.
Current behaviour
We have a deprecated and experimental version.
Checklist
- [ ] Screenshots are included in the PR
- [ ] Carbon implementation and Design System documentation are congruent
- [ ] All themes are supported- [ ] Unit tests added or updated
- [ ] Cypress automation tests added or updated
- [ ] Storybook added or updated
- [ ] Typescriptd.ts
file added or updatedAdditional context
FE-1921
Testing instructions
Ensure that the
__deprecated__
fieldset has been removed from storybook.All other fieldset components in storybook should still work.