-
Notifications
You must be signed in to change notification settings - Fork 159
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
fix(radio-button): add missing slot optioin #11307
fix(radio-button): add missing slot optioin #11307
Conversation
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.
looks good to me!
Deploy preview created for package Built with commit: 776a284855ad5bc58c166c1c47f72c57b627d2d9 |
Deploy preview created for package Built with commit: 776a284855ad5bc58c166c1c47f72c57b627d2d9 |
Deploy preview created for package Built with commit: 776a284855ad5bc58c166c1c47f72c57b627d2d9 |
95e9eb5
into
carbon-design-system:main
@ariellalgilmore I just see you release @carbon/[email protected] Shouldn't this have this PR? It seems that it has not been part: Thanks! |
Since there is a workaround, this PR will go into the next release. We start code freeze on the next release this Friday |
For our case there is no workaround: #11288 (comment) But ok, we can wait until next release. |
### Related Ticket(s) Closes carbon-design-system#11288 ### Description fixes slot for radio-button ### Changelog **New** - {{new thing}} **Changed** - accidentally got removed .... but adding `<slot>` around `${labelText}` **Removed** - {{removed thing}} <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
### Related Ticket(s) Closes carbon-design-system#11288 ### Description fixes slot for radio-button ### Changelog **New** - {{new thing}} **Changed** - accidentally got removed .... but adding `<slot>` around `${labelText}` **Removed** - {{removed thing}} <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
Related Ticket(s)
Closes #11288
Description
fixes slot for radio-button
Changelog
New
Changed
<slot>
around${labelText}
Removed