v1.0.0-beta.16
Pre-release
Pre-release
github-actions
released this
29 Aug 14:38
·
737 commits
to main
since this release
Major Changes
-
8f533e5: - Adds color context decorators and controllers.
Affects footer, dialog, CTA, secondary nav, and stat.-
Adds
<rh-cta>
, a styled link that directs a user to other pages or sometimes displays hidden content.<rh-cta> <a href="/subscribe">Subscribe</a> </rh-cta>
-
Minor Changes
-
b940eab: Adds
<rh-tooltip>
element to display floating content.<p> Red Hat Design System is an interoperable <rh-tooltip position="top"> <rh-icon icon="info" aria-label="information"></rh-icon> <span slot="content" >Interoperable components work in any frontend framework, or none</span > </rh-tooltip> set of components with Red Hat branding guidelines built in. </p>
Patch Changes
- 1f196b5: Changes to
<rh-stat>
:- BREAKING: remove
@pfelement
decorator - BREAKING: remove
is-mobile
attribute - BREAKING: remove
description
slot, replace with anonymous slot - replace internal
MatchMediaController
withScreenSizeController
- document slots and css properties
- hide empty slots
- make
updateIcons
method private, and refactor it to run on slot
change and affect only the icon slotted intoicon
- initialize properties in class field initializers
- BREAKING: remove
- ac4ef8f: Footer: Main footer logo fills height first
- d7af072: Changes to
<rh-secondary-nav>
:- BREAKING: replaces
variant="dark"
attribute withcolor-palette="darker"
- replaces internal
#textDirection
method withDirController
implementation for consistent RTL support - updates documentation
- BREAKING: replaces
- 034e28d: Blockquote: Add design tokens to rh-blockquote's css files