Skip to content

Commit

Permalink
chore: version package (#464)
Browse files Browse the repository at this point in the history
chore: version package (beta)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 29, 2022
1 parent 8f533e5 commit 570b84a
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,30 @@
},
"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",
"plenty-tools-mix",
"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"
]
}
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 `<rh-cta>`, a styled link that directs a user to other pages or sometimes displays hidden content.

```html
<rh-cta>
<a href="/subscribe">Subscribe</a>
</rh-cta>
```

### Minor Changes

- b940eab: Adds `<rh-tooltip>` element to display floating content.

```html
<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

## 1.0.0-beta.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 570b84a

Please sign in to comment.