Skip to content

v1.0.0-beta.16

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Aug 14:38
· 737 commits to main since this release
570b84a

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 with ScreenSizeController
    • 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 into icon
    • initialize properties in class field initializers
  • ac4ef8f: Footer: Main footer logo fills height first
  • d7af072: Changes to <rh-secondary-nav>:
    • BREAKING: replaces variant="dark" attribute with color-palette="darker"
    • replaces internal #textDirection method with DirController implementation for consistent RTL support
    • updates documentation
  • 034e28d: Blockquote: Add design tokens to rh-blockquote's css files