Skip to content

Commit 7b91b7d

Browse files
hashibot-hdsgithub-actions[bot]KristinLBradley
authored
Version Packages (#3107)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Kristin Bradley <[email protected]>
1 parent 2fba699 commit 7b91b7d

File tree

11 files changed

+60
-125
lines changed

11 files changed

+60
-125
lines changed

.changeset/bitter-knives-call.md

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

.changeset/hungry-months-kick.md

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

packages/components/CHANGELOG.md

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

3+
## 4.22.1
4+
5+
### Patch Changes
6+
7+
8+
`AdvancedTable` - Fixed styles for right and center aligned cells.
9+
10+
11+
<small class="doc-whats-new-changelog-metadata">[#3093](https://github.com/hashicorp/design-system/pull/3093)</small>
12+
13+
<div class="doc-whats-new-changelog-separator"></div>
14+
15+
16+
`AppFrame` - Changed media query styles for frame header and sidebar containers to use level 3 vs level 4 CSS syntax
17+
18+
19+
<small class="doc-whats-new-changelog-metadata">[#3110](https://github.com/hashicorp/design-system/pull/3110)</small>
20+
21+
<div class="doc-whats-new-changelog-separator"></div>
22+
323
## 4.22.0
424

525
[4.22.0 documentation](https://hds-website-4-22-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.22.0",
3+
"version": "4.22.1",
44
"description": "Helios Design System Components",
55
"keywords": [
66
"hashicorp",

website/docs/components/table/advanced-table/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ navigation:
2222
- list
2323
order: 101
2424
status:
25-
updated: 4.22.0
25+
updated: 4.22.1
2626
---
2727

2828
<section data-tab="Guidelines">

website/docs/components/table/advanced-table/partials/version-history/version-history.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 4.22.1
2+
3+
Fixed styles for right and center aligned cells.
4+
5+
16
## 4.22.0
27

38
Translated template strings. Removed extraneous screen-reader-only text.

website/docs/layouts/app-frame/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ navigation:
1616
- sidenav
1717
- footer
1818
- modal
19+
status:
20+
updated: 4.22.1
1921
---
2022

2123
<section data-tab="Code">

website/docs/layouts/app-frame/partials/version-history/version-history.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 4.22.1
2+
3+
Changed media query styles for frame header and sidebar containers to use level 3 vs level 4 CSS syntax
4+
5+
16
## 4.10.0
27

38
Modified sticky/fixed position to turn off when viewport height is under 480px in height.

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

Lines changed: 21 additions & 107 deletions
Original file line numberDiff line numberDiff line change
@@ -12,120 +12,101 @@
1212
</a>
1313
</p>
1414

15-
## 4.22.0
16-
17-
[4.22.0 documentation](https://hds-website-4-22-0.vercel.app/)
15+
## 4.22.1
1816

19-
**Minor changes**
17+
**Patch changes**
2018

21-
Added `ember-intl` as a dependency
2219

23-
- Added `hdsIntl` service for translations in HDS components with default fallback values
24-
- Added `hds-t` helper which uses the `hds-intl` service to provide translations in HSD templates
20+
`AdvancedTable` - Fixed styles for right and center aligned cells.
2521

2622

27-
`AdvancedTable` - Translated template strings. Removed extraneous screen-reader-only text.
23+
<small class="doc-whats-new-changelog-metadata">[#3093](https://github.com/hashicorp/design-system/pull/3093)</small>
2824

25+
<div class="doc-whats-new-changelog-separator"></div>
2926

3027

31-
`AppFooter` - Translated template strings
28+
`AppFrame` - Changed media query styles for frame header and sidebar containers to use level 3 vs level 4 CSS syntax
3229

3330

31+
<small class="doc-whats-new-changelog-metadata">[#3110](https://github.com/hashicorp/design-system/pull/3110)</small>
3432

35-
`AppSideNav` - Translated template strings
33+
<div class="doc-whats-new-changelog-separator"></div>
3634

35+
## 4.22.0
3736

37+
[4.22.0 documentation](https://hds-website-4-22-0.vercel.app/)
3838

39-
`ApplicationState` - Translated template strings
39+
**Minor changes**
4040

41+
Added `ember-intl` as a dependency
4142

43+
- Added `hdsIntl` service for translations in HDS components with default fallback values
44+
- Added `hds-t` helper which uses the `hds-intl` service to provide translations in HSD templates
4245

43-
`CodeEditor` - Translated template strings
46+
`AdvancedTable` - Translated template strings. Removed extraneous screen-reader-only text.
4447

48+
`AppFooter` - Translated template strings
4549

50+
`AppSideNav` - Translated template strings
4651

47-
`DismissButton` - Translated template strings
52+
`ApplicationState` - Translated template strings
4853

54+
`CodeEditor` - Translated template strings
4955

56+
`DismissButton` - Translated template strings
5057

5158
`MaskedInput` - Translated template strings
5259

53-
54-
5560
`SuperSelect` - Translated template strings
5661

57-
58-
5962
`Pagination` - Translated template strings
6063

61-
62-
6364
`SideNav` - Translated template strings
6465

65-
66-
6766
`Table` - Translated template strings
6867

69-
70-
7168
`Time` - Translated template strings
7269

73-
7470
<small class="doc-whats-new-changelog-metadata">[#2878](https://github.com/hashicorp/design-system/pull/2878)</small>
7571

7672
<div class="doc-whats-new-changelog-separator"></div>
7773

78-
7974
`Reveal` - Added support for the `aria-describedby` attribute on the toggle.
8075

81-
8276
<small class="doc-whats-new-changelog-metadata">[#3084](https://github.com/hashicorp/design-system/pull/3084)</small>
8377

8478
<div class="doc-whats-new-changelog-separator"></div>
8579

86-
8780
**Patch changes**
8881

89-
9082
`AppHeader` - Changed the default breakpoint from `lg` to `md`.
9183

92-
9384
<small class="doc-whats-new-changelog-metadata">[#3072](https://github.com/hashicorp/design-system/pull/3072)</small>
9485

9586
<div class="doc-whats-new-changelog-separator"></div>
9687

97-
9888
`Stepper::List` - Fixed type for `status` argument in `List::Step` to be `HdsStepperStatuses` instead of enum `HdsStepperStatusesValues`
9989

100-
10190
<small class="doc-whats-new-changelog-metadata">[#3073](https://github.com/hashicorp/design-system/pull/3073)</small>
10291

10392
<div class="doc-whats-new-changelog-separator"></div>
10493

105-
10694
`AdvancedTable::Tr` - Updated `@isSelected` argument type from `false` to `boolean`
10795

108-
109-
11096
`Table::Tr` - Updated `@isSelected` argument type from `false` to `boolean`
11197

112-
11398
<small class="doc-whats-new-changelog-metadata">[#3066](https://github.com/hashicorp/design-system/pull/3066)</small>
11499

115100
<div class="doc-whats-new-changelog-separator"></div>
116101

117-
118102
`CodeEditor` - Fixed the type of the CodeEditor signature to indicate that the `[CE].Title` and `[CE].Description` have bound arguments.
119103

120-
121104
<small class="doc-whats-new-changelog-metadata">[#3068](https://github.com/hashicorp/design-system/pull/3068)</small>
122105

123106
<div class="doc-whats-new-changelog-separator"></div>
124107

125108
## 4.21.1
126109

127-
[4.21.1 documentation](https://hds-website-4-21-1.vercel.app/)
128-
129110
**Patch changes**
130111

131112
`AdvancedTable` - Removed `ember-math-helpers` dev dependency
@@ -1628,74 +1609,7 @@ Migrated all internal instances of `FlightIcon` to `Hds::Icon`
16281609

16291610
<div class="doc-whats-new-changelog-separator"></div>
16301611

1631-
## 4.8.0
1632-
1633-
[4.8.0 documentation](https://hds-website-4-8-0.vercel.app/)
1634-
1635-
**Minor changes**
1636-
1637-
`AppHeader` - Added new component.
1638-
1639-
`SideNav` - Added new `withAppHeader` option.
1640-
1641-
<small class="doc-whats-new-changelog-metadata">[#2161](https://github.com/hashicorp/design-system/pull/2161)</small>
1642-
1643-
<div class="doc-whats-new-changelog-separator"></div>
1644-
1645-
`Dropdown` - Converted component to TypeScript
1646-
1647-
`MenuPrimitive` - Converted component to TypeScript
1648-
1649-
`TooltipModifier` - Converted modifier to TypeScript
1650-
1651-
<small class="doc-whats-new-changelog-metadata">[#2272](https://github.com/hashicorp/design-system/pull/2272)</small>
1652-
1653-
<div class="doc-whats-new-changelog-separator"></div>
1654-
1655-
`Breadcrumb` - Converted component to TypeScript
1656-
1657-
<small class="doc-whats-new-changelog-metadata">[#2304](https://github.com/hashicorp/design-system/pull/2304)</small>
1658-
1659-
<div class="doc-whats-new-changelog-separator"></div>
1660-
1661-
`ApplicationState`:
1662-
1663-
- Spacing and alignment updates
1664-
- New `@align` (`left` (default), `center`) argument for aligning content
1665-
- Added new yielded `Media` child component
1666-
1667-
`ApplicationState::Header`:
1668-
1669-
- The header now supports an optional `@titleTag` argument that can override the default title element (`div`)
1670-
1671-
`ApplicationState::Footer`:
1672-
1673-
- The footer now yields `Button` and `Dropdown` components as well as `LinkStandalone`
1674-
- The visual separator has been removed to modernize the component’s visual look
1675-
1676-
<small class="doc-whats-new-changelog-metadata">[#2274](https://github.com/hashicorp/design-system/pull/2274)</small>
1677-
1678-
<div class="doc-whats-new-changelog-separator"></div>
1679-
1680-
`SegmentedGroup` - Converted component to TypeScript
1681-
1682-
<small class="doc-whats-new-changelog-metadata">[#2094](https://github.com/hashicorp/design-system/pull/2094)</small>
1683-
1684-
<div class="doc-whats-new-changelog-separator"></div>
1685-
1686-
**Patch changes**
1687-
1688-
Add explicit `ember-get-config` dependency for use in the icon sprite initializer
1689-
1690-
<small class="doc-whats-new-changelog-metadata">[#2283](https://github.com/hashicorp/design-system/pull/2283)</small>
1691-
1692-
<div class="doc-whats-new-changelog-separator"></div>
1693-
1694-
**🔄 Updated dependencies:**
1695-
1696-
- @hashicorp/design-system-tokens@2.2.0
1697-
16981612

16991613
---
17001614

1701-
_[Read the full changelog](https://github.com/hashicorp/design-system/blob/main/packages/components/CHANGELOG.md)_
1615+
_[Read the full changelog](https://github.com/hashicorp/design-system/blob/main/packages/components/CHANGELOG.md)_

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@
1313

1414

1515
### August 7th, 2025
16+
1617
This changelog corresponds with the [4.22](/whats-new/release-notes#4220) release.
1718

18-
`Modal` - Bug fix for tagline color inheritance.
19+
`Modal` - Fixed a color inheritance bug for the tagline.
1920

2021
`SuperSelect` - Updated the tags to better reflect the Ember component functionality. Added missing boolean property for helper text.
2122

22-
`Tab` - Auto layout bug fix to correct indicator length for longer text.
23+
`Tab` - Fixed an auto layout bug to correct indicator length for longer text.
2324

24-
`RadioCard` - Bug fix to the color override of the icons within each card.
25+
`RadioCard` - Fixed a color override bug for the icons within each card.
2526

2627
`Form Primitives` - Added a text property for the number/count in CharacterCount.
2728

0 commit comments

Comments
 (0)