diff --git a/.changeset/pre.json b/.changeset/pre.json index 9d7c5f84ee..36e2d95f5d 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -6,11 +6,13 @@ }, "changesets": [ "big-humans-know", + "blue-pens-hope", "cold-ravens-develop", "cool-parents-rescue", "eleven-coats-fix", "few-weeks-scream", "fuzzy-rabbits-nail", + "kind-suits-speak", "metal-ants-mate", "nervous-walls-love", "nine-melons-sniff", @@ -18,12 +20,16 @@ "polite-pets-reflect", "polite-wasps-own", "rh-alert-initial", + "rh-cta-initial", "rh-footer-initial", "rh-global-footer", "rich-snakes-develop", "sharp-frogs-sing", "short-llamas-hammer", + "smooth-rats-care", "three-chicken-confess", + "tough-apes-doubt", + "tricky-glasses-jam", "wild-bottles-join" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 235ee002e2..191a979f43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,56 @@ # @rhds/elements +## 1.0.0-beta.16 + +### Major Changes + +- 8f533e5: - Adds color context decorators and controllers. + Affects footer, dialog, CTA, secondary nav, and stat. + + - Adds ``, a styled link that directs a user to other pages or sometimes displays hidden content. + + ```html + + Subscribe + + ``` + +### Minor Changes + +- b940eab: Adds `` element to display floating content. + + ```html +

+ Red Hat Design System is an interoperable + + + Interoperable components work in any frontend framework, or none + + set of components with Red Hat branding guidelines built in. +

+ ``` + +### Patch Changes + +- 1f196b5: Changes to ``: + - **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 ``: + - **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 + ## 1.0.0-beta.15 ### Patch Changes diff --git a/package.json b/package.json index 2e5420bb20..10332e40f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rhds/elements", - "version": "1.0.0-beta.15", + "version": "1.0.0-beta.16", "description": "Red Hat Design System Elements", "type": "module", "license": "MIT",