Skip to content

Commit 79b1787

Browse files
Version Packages
1 parent a6118fd commit 79b1787

File tree

14 files changed

+163
-110
lines changed

14 files changed

+163
-110
lines changed

.changeset/mean-tools-repair.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/nasty-points-wait.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/olive-eagles-add.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shaggy-apes-own.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

.changeset/small-mirrors-hope.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/small-peaches-complain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tough-tigers-dress.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/components/CHANGELOG.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,70 @@
11
# @hashicorp/design-system-components
22

3+
## 4.8.0
4+
5+
### Minor Changes
6+
7+
`AppHeader` - Added new component.
8+
9+
`SideNav` - Added new `withAppHeader` option.
10+
11+
<small class="doc-whats-new-changelog-metadata">[#2161](https://github.com/hashicorp/design-system/pull/2161)</small>
12+
13+
<div class="doc-whats-new-changelog-separator"></div>
14+
15+
`Dropdown` - Converted component to TypeScript
16+
17+
`MenuPrimitive` - Converted component to TypeScript
18+
19+
`TooltipModifier` - Converted modifier to TypeScript
20+
21+
<small class="doc-whats-new-changelog-metadata">[#2272](https://github.com/hashicorp/design-system/pull/2272)</small>
22+
23+
<div class="doc-whats-new-changelog-separator"></div>
24+
25+
`Breadcrumb` - Converted component to TypeScript
26+
27+
<small class="doc-whats-new-changelog-metadata">[#2304](https://github.com/hashicorp/design-system/pull/2304)</small>
28+
29+
<div class="doc-whats-new-changelog-separator"></div>
30+
31+
`ApplicationState`:
32+
33+
- Spacing and alignment updates
34+
- New `@align` (`left` (default), `center`) argument for aligning content
35+
- Added new yielded `Media` child component
36+
37+
`ApplicationState::Header`:
38+
39+
- The header now supports an optional `@titleTag` argument that can override the default title element (`div`)
40+
41+
`ApplicationState::Footer`:
42+
43+
- The footer now yields `Button` and `Dropdown` components as well as `LinkStandalone`
44+
- The visual separator has been removed to modernize the component’s visual look
45+
46+
<small class="doc-whats-new-changelog-metadata">[#2274](https://github.com/hashicorp/design-system/pull/2274)</small>
47+
48+
<div class="doc-whats-new-changelog-separator"></div>
49+
50+
`SegmentedGroup` - Converted component to TypeScript
51+
52+
<small class="doc-whats-new-changelog-metadata">[#2094](https://github.com/hashicorp/design-system/pull/2094)</small>
53+
54+
<div class="doc-whats-new-changelog-separator"></div>
55+
56+
### Patch Changes
57+
58+
Add explicit `ember-get-config` dependency for use in the icon sprite initializer
59+
60+
<small class="doc-whats-new-changelog-metadata">[#2283](https://github.com/hashicorp/design-system/pull/2283)</small>
61+
62+
<div class="doc-whats-new-changelog-separator"></div>
63+
64+
**🔄 Updated dependencies:**
65+
66+
- @hashicorp/design-system-tokens@2.2.0
67+
368
## 4.7.0
469

570
### Minor Changes

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashicorp/design-system-components",
3-
"version": "4.7.0",
3+
"version": "4.8.0",
44
"description": "Helios Design System Components",
55
"keywords": [
66
"hashicorp",
@@ -38,7 +38,7 @@
3838
"@ember/test-waiters": "^3.1.0",
3939
"@embroider/addon-shim": "^1.8.7",
4040
"@floating-ui/dom": "^1.6.3",
41-
"@hashicorp/design-system-tokens": "^2.1.0",
41+
"@hashicorp/design-system-tokens": "^2.2.0",
4242
"@hashicorp/ember-flight-icons": "^5.1.3",
4343
"@hashicorp/flight-icons": "^3.5.0",
4444
"decorator-transforms": "^1.1.0",

packages/tokens/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @hashicorp/design-system-tokens
22

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
`AppHeader` - Added design tokens:
8+
9+
- `--token-app-header-height`
10+
- `--token-app-header-home-link-size`
11+
- `--token-app-header-logo-size`
12+
13+
<small class="doc-whats-new-changelog-metadata">[#2161](https://github.com/hashicorp/design-system/pull/2161)</small>
14+
15+
<div class="doc-whats-new-changelog-separator"></div>
16+
317
## 2.1.0
418

519
### Minor Changes

0 commit comments

Comments
 (0)