Skip to content

Commit 80d41ac

Browse files
Version Packages
1 parent 2fba699 commit 80d41ac

File tree

7 files changed

+46
-123
lines changed

7 files changed

+46
-123
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+
<!-- START components/table/advanced-table -->
8+
9+
`AdvancedTable` - Fixed styles for right and center aligned cells.
10+
11+
<!-- END -->
12+
13+
<small class="doc-whats-new-changelog-metadata">[#3093](https://github.com/hashicorp/design-system/pull/3093)</small>
14+
15+
<div class="doc-whats-new-changelog-separator"></div>
16+
17+
`AppFrame` - Changed media query styles for frame header and sidebar containers to use level 3 vs level 4 CSS syntax
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/whats-new/release-notes/partials/components.md

Lines changed: 20 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,26 @@
1212
</a>
1313
</p>
1414

15+
## 4.22.1
16+
17+
**Patch changes**
18+
19+
<!-- START components/table/advanced-table -->
20+
21+
`AdvancedTable` - Fixed styles for right and center aligned cells.
22+
23+
<!-- END -->
24+
25+
<small class="doc-whats-new-changelog-metadata">[#3093](https://github.com/hashicorp/design-system/pull/3093)</small>
26+
27+
<div class="doc-whats-new-changelog-separator"></div>
28+
29+
`AppFrame` - Changed media query styles for frame header and sidebar containers to use level 3 vs level 4 CSS syntax
30+
31+
<small class="doc-whats-new-changelog-metadata">[#3110](https://github.com/hashicorp/design-system/pull/3110)</small>
32+
33+
<div class="doc-whats-new-changelog-separator"></div>
34+
1535
## 4.22.0
1636

1737
[4.22.0 documentation](https://hds-website-4-22-0.vercel.app/)
@@ -23,109 +43,70 @@ Added `ember-intl` as a dependency
2343
- Added `hdsIntl` service for translations in HDS components with default fallback values
2444
- Added `hds-t` helper which uses the `hds-intl` service to provide translations in HSD templates
2545

26-
2746
`AdvancedTable` - Translated template strings. Removed extraneous screen-reader-only text.
2847

29-
30-
3148
`AppFooter` - Translated template strings
3249

33-
34-
3550
`AppSideNav` - Translated template strings
3651

37-
38-
3952
`ApplicationState` - Translated template strings
4053

41-
42-
4354
`CodeEditor` - Translated template strings
4455

45-
46-
4756
`DismissButton` - Translated template strings
4857

49-
50-
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,73 +1609,6 @@ 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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
### August 7th, 2025
1616

17-
`Description List` - New component template that standardizes how key value pairs can be displayed.
17+
`Description List` - Added a new Template to standardize how key-value pairs are displayed.
1818

1919
### June 4th, 2025
2020

0 commit comments

Comments
 (0)