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
0 commit comments