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: prepare release (beta) #652
Conversation
✅ Deploy Preview for red-hat-design-system ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
bdda599
to
e045002
Compare
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.
I'd like to clean up the changesets and make the color context decorator default to no attribute before releasing this
223552e
to
43df5b0
Compare
|
Let's sit on this release perhaps until January, if there's no pressing need. |
43df5b0
to
8f57cb8
Compare
1971997
to
afb6504
Compare
51c7a77
to
8242b1c
Compare
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.
🚀 it
|
@bennypowers I think you need to approve this release. Are you good with releasing this without defaulting the color context to no attribute? |
8242b1c
to
6457be3
Compare
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 main, this PR will be updated.
mainis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmain.Releases
@rhds/elements@1.0.0-beta.28
Minor Changes
99cf19e: ✨ Added
<rh-tag>.A tag is an inline-block element component that provides a distinct visual style for metadata in a UI. Supports adding icon by attribute or slotted.
f58c607: ✨ Added
<rh-accordion>.Accordion displays multiple, related disclosure widgets.
ffc4ddd: ✨ Added
<rh-badge>.A badge is used to annotate other information with numerical content.
0703a7e:
rh-tooltipis being moved from the previous version ofpfe-tooltipto the newest version which includes the migration from popperjs to floating-ui.This will provide user experience and performance improvements and eliminate the need for the
process.env.NODE_ENVvariable to be set by the user going forward.Patch Changes
aa2d5b4:
<rh-tooltip>: calculated the tooltip offset when the element is first updatedaa2d5b4:
<rh-blockquote>: added colour context and updated style tokensb7aa79a: Color Context: added
attributeoption to@colorContextConsumer(defaultsto
false), allowing elements to make their context private to the shadow DOM.41e27dd:
<rh-tag>: Fixed styles and tests connected with upstream changes inBaseLabel185df89: Color Context: fixed context features, making sure they update the host
element.
db3c6af:
<rh-spinner>: made color context implementation private (removedonattribute).
54a2bbc:
<rh-alert>: fixed empty footer actions container still taking up blockwisespace.
ee8e16d:
<rh-secondary-nav>:rh-context-providerin shadowroot to ensure ctacentering.
color-palette="darker"tocolor-palette="dark"Color Context: added
lightanddarkcontext-color css rules to matchsurface tokens
--rh-color-surface-lightand--rh-color-surface-dark750f451: Added support for PFE 2.0 icon color in rh-footer
57f660c:
<rh-cta>: made color context implementation private (removedonattribute).aa2d5b4:
<rh-dialog>: internal refactoring6f8c8e7:
<rh-footer>: fixed representation of social media links list for assistive technologiesa76169e: chore: added the
lib/directory to the exports inpackage.json.Users can now do things like import controllers into their own projects:
d2e77b5:
<rh-tooltip>: removedonattribute3edd725:
<rh-cta>: fixed styles.b7aa79a:
<rh-stat>: fixediconslot and attribute.