Skip to content

Commit 5dddaca

Browse files
Version Packages
1 parent 165517f commit 5dddaca

File tree

5 files changed

+63
-73
lines changed

5 files changed

+63
-73
lines changed

.changeset/fuzzy-melons-dream.md

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

.changeset/rich-actors-speak.md

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

packages/components/CHANGELOG.md

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

3+
## 4.10.0
4+
5+
### Minor Changes
6+
7+
`AppHeader`:
8+
9+
- Hide the closed menu content in mobile view using CSS instead of conditionally rendering/not rendering the menu content.
10+
- Add `NavigationNarrator` with associated arguments to provide a "skip link".
11+
12+
<small class="doc-whats-new-changelog-metadata">[#2306](https://github.com/hashicorp/design-system/pull/2306)</small>
13+
14+
<div class="doc-whats-new-changelog-separator"></div>
15+
16+
`AppFrame`:
17+
18+
- Modified sticky/fixed position to turn off when viewport height is under 480px in height
19+
- Refactored styles to make `AppFrame` responsible for sticky/fixed layout of `SideNav` and `AppHeader`
20+
21+
`AppHeader`:
22+
23+
- Styled inoperable actions as disabled (which occurs when the `SideNav` is expanded in mobile view)
24+
25+
`SideNav`:
26+
27+
- Removed the `withAppHeader` option as it is no longer needed.
28+
29+
<small class="doc-whats-new-changelog-metadata">[#2299](https://github.com/hashicorp/design-system/pull/2299)</small>
30+
31+
<div class="doc-whats-new-changelog-separator"></div>
32+
333
## 4.9.0
434

535
[4.9.0 documentation](https://hds-website-4-9-0.vercel.app/)

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashicorp/design-system-components",
3-
"version": "4.9.0",
3+
"version": "4.10.0",
44
"description": "Helios Design System Components",
55
"keywords": [
66
"hashicorp",

website/docs/whats-new/release-notes/partials/components.md

Lines changed: 32 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,40 @@
1212
</a>
1313
</p>
1414

15+
## 4.10.0
16+
17+
**Minor changes**
18+
19+
`AppHeader`:
20+
21+
- Hide the closed menu content in mobile view using CSS instead of conditionally rendering/not rendering the menu content.
22+
- Add `NavigationNarrator` with associated arguments to provide a "skip link".
23+
24+
<small class="doc-whats-new-changelog-metadata">[#2306](https://github.com/hashicorp/design-system/pull/2306)</small>
25+
26+
<div class="doc-whats-new-changelog-separator"></div>
27+
28+
`AppFrame`:
29+
30+
- Modified sticky/fixed position to turn off when viewport height is under 480px in height
31+
- Refactored styles to make `AppFrame` responsible for sticky/fixed layout of `SideNav` and `AppHeader`
32+
33+
`AppHeader`:
34+
35+
- Styled inoperable actions as disabled (which occurs when the `SideNav` is expanded in mobile view)
36+
37+
`SideNav`:
38+
39+
- Removed the `withAppHeader` option as it is no longer needed.
40+
41+
<small class="doc-whats-new-changelog-metadata">[#2299](https://github.com/hashicorp/design-system/pull/2299)</small>
42+
43+
<div class="doc-whats-new-changelog-separator"></div>
44+
1545
## 4.9.0
1646

47+
[4.9.0 documentation](https://hds-website-4-9-0.vercel.app/)
48+
1749
**Minor changes**
1850

1951
`Icon` - Added component:
@@ -888,58 +920,6 @@ Added `hds-` prefix to Sass variables for component styles (where missing).
888920

889921
<div class="doc-whats-new-changelog-separator"></div>
890922

891-
## 3.4.0
892-
893-
**Minor changes**
894-
895-
`Button` - Added `@isInline` argument
896-
897-
<small class="doc-whats-new-changelog-metadata">[#1854](https://github.com/hashicorp/design-system/pull/1854)</small>
898-
899-
<div class="doc-whats-new-changelog-separator"></div>
900-
901-
`Table` - Added support for `baseline` vertical alignment
902-
903-
<small class="doc-whats-new-changelog-metadata">[#1861](https://github.com/hashicorp/design-system/pull/1861)</small>
904-
905-
<div class="doc-whats-new-changelog-separator"></div>
906-
907-
**Patch changes**
908-
909-
`AppFooter` - Changed visual alignment from right-aligned to centered.
910-
911-
<small class="doc-whats-new-changelog-metadata">[#1867](https://github.com/hashicorp/design-system/pull/1867)</small>
912-
913-
<div class="doc-whats-new-changelog-separator"></div>
914-
915-
`Tooltip` - Fixed issue with text alignment, which was inherited from the parent container (now it's always left aligned).
916-
917-
<small class="doc-whats-new-changelog-metadata">[#1869](https://github.com/hashicorp/design-system/pull/1869)</small>
918-
919-
<div class="doc-whats-new-changelog-separator"></div>
920-
921-
`Tabs` - Fixed subcomponents' backing-class names
922-
923-
<small class="doc-whats-new-changelog-metadata">[#1883](https://github.com/hashicorp/design-system/pull/1883)</small>
924-
925-
<div class="doc-whats-new-changelog-separator"></div>
926-
927-
`AppFooter` - Updated default accessibility URL to https://hashicorp.com/accessibility
928-
929-
<small class="doc-whats-new-changelog-metadata">[#1811](https://github.com/hashicorp/design-system/pull/1811)</small>
930-
931-
<div class="doc-whats-new-changelog-separator"></div>
932-
933-
`Form::Fieldset` as consumed by `Form::Checkbox::Group`, `Form::Radio::Group`, `Form::RadioCard::Group`, and `Form::Toggle::Group` - Changed spacing between `legend` and content from 4px to 8px
934-
935-
<small class="doc-whats-new-changelog-metadata">[#1856](https://github.com/hashicorp/design-system/pull/1856)</small>
936-
937-
<div class="doc-whats-new-changelog-separator"></div>
938-
939-
**🔄 Updated dependencies:**
940-
941-
- @hashicorp/ember-flight-icons@4.0.5
942-
943923

944924
---
945925

0 commit comments

Comments
 (0)