Skip to content

Commit b64f357

Browse files
committed
Chore: updated badges and website history of components
1 parent 1010b57 commit b64f357

File tree

30 files changed

+74
-70
lines changed

30 files changed

+74
-70
lines changed

packages/components/CHANGELOG.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,59 +6,47 @@
66

77
### Major Changes
88

9-
<!-- START components/flyout -->
109

1110
`Flyout` - Removed deprecated `HdsFlyoutHeader`, `HdsFlyoutBody`, `HdsFlyoutDescription`, and `HdsFlyoutFooter` subcomponents.
1211

13-
<!-- END -->
1412

15-
<!-- START components/modal -->
1613

1714
`Modal` - Removed deprecated `HdsModalHeader`, `HdsModalBody`, and `HdsModalFooter` subcomponents.
1815

19-
<!-- END -->
2016

2117
<small class="doc-whats-new-changelog-metadata">[#3211](https://github.com/hashicorp/design-system/pull/3211)</small>
2218

2319
<div class="doc-whats-new-changelog-separator"></div>
2420

25-
<!-- START components/dropdown -->
2621

2722
`Dropdown` - Removed the deprecated `@text` argument from the `HdsDropdownListItemInteractive` component.
2823

2924
To migrate, run the codemod `v4/dropdown-list-item-interactive` (see [readme file](https://github.com/hashicorp/design-system/tree/main/packages/codemods/transforms/v4/dropdown-list-item-interactive))
3025

31-
<!-- END -->
3226

3327
<small class="doc-whats-new-changelog-metadata">[#3211](https://github.com/hashicorp/design-system/pull/3211)</small>
3428

3529
<div class="doc-whats-new-changelog-separator"></div>
3630

37-
<!-- START components/dropdown -->
3831

3932
`Dropdown` - Added assertion to the `ToggleIcon` to provide improved developer guidance for the `hasChevron` attribute
4033

41-
<!-- END -->
4234

4335
<small class="doc-whats-new-changelog-metadata">[#3211](https://github.com/hashicorp/design-system/pull/3211)</small>
4436

4537
<div class="doc-whats-new-changelog-separator"></div>
4638

47-
<!-- START components/form/super-select -->
4839

4940
Added `ember-basic-dropdown` as a peer dependency required by `ember-power-select`. To migrate, if your application uses `SuperSelect`, make sure to add this dependency.
5041

51-
<!-- END -->
5242

5343
<small class="doc-whats-new-changelog-metadata">[#3211](https://github.com/hashicorp/design-system/pull/3211)</small>
5444

5545
<div class="doc-whats-new-changelog-separator"></div>
5646

57-
<!-- START components/application-state -->
5847

5948
`ApplicationState` - Replaced the default opinionated `margin: 0 auto;` rule from the component's root element with a new `@isAutoCentered` argument (which defaults to `true`, to preserve the existing centering behavior). This delegates the horizontal alignment control to the consumers, allowing them to disable it when needed.
6049

61-
<!-- END -->
6250

6351
<small class="doc-whats-new-changelog-metadata">[#3211](https://github.com/hashicorp/design-system/pull/3211)</small>
6452

@@ -76,11 +64,9 @@ Removed `sass` and `ember-cli-sass` dependencies. Consumers using `sass` in thei
7664

7765
<div class="doc-whats-new-changelog-separator"></div>
7866

79-
<!-- START components/table/advanced-table -->
8067

8168
`AdvancedTable` - Removed the `@isVisuallyHidden` argument from `HdsAdvancedTableTh` component. This setting is supported via setting `isVisuallyHidden` in the corresponding `@columns` item's configuration.
8269

83-
<!-- END -->
8470

8571
<small class="doc-whats-new-changelog-metadata">[#3211](https://github.com/hashicorp/design-system/pull/3211)</small>
8672

@@ -99,34 +85,28 @@ Upgraded `@glimmer/component` dependency to version `2.0`
9985

10086
<div class="doc-whats-new-changelog-separator"></div>
10187

102-
<!-- START components/card -->
10388

10489
`Card` - Removed the component invocation paths `Hds::Card` and `hds/card`. Consumers must update their templates to use `<Hds::Card::Container>` or `{{hds/card/container}}`
10590

106-
<!-- END -->
10791

10892
<small class="doc-whats-new-changelog-metadata">[#3211](https://github.com/hashicorp/design-system/pull/3211)</small>
10993

11094
<div class="doc-whats-new-changelog-separator"></div>
11195

112-
<!-- START components/side-nav -->
11396

11497
`SideNav` - Removed deprecated features
11598

11699
- Removed the `@ariaLabel` argument
117100
- Removed the `HdsSideNavHeaderIconButton` component
118101
- Updated the deprecation removal version from `5.0.0` to `6.0.0`
119-
<!-- END -->
120102

121103
<small class="doc-whats-new-changelog-metadata">[#3211](https://github.com/hashicorp/design-system/pull/3211)</small>
122104

123105
<div class="doc-whats-new-changelog-separator"></div>
124106

125-
<!-- START components/icon -->
126107

127108
`Icon` - Renamed the `volume-2` icon to `volume-up`
128109

129-
<!-- END -->
130110

131111
<small class="doc-whats-new-changelog-metadata">[#3211](https://github.com/hashicorp/design-system/pull/3211)</small>
132112

@@ -140,17 +120,13 @@ Removed support for deprecated `ember-flight-icons` `lazyEmbed` config
140120

141121
### Patch Changes
142122

143-
<!-- START components/side-nav -->
144123

145124
`SideNav` - Fixed the type of `@a11yRefocusRouteChangeValidator` to match the expected type from `ember-a11y-refocus`. The new type is `(transition: Transition) => boolean` instead of `string`.
146125

147-
<!-- END -->
148126

149-
<!-- START components/app-header -->
150127

151128
`AppHeader` - Fixed the type of `@a11yRefocusRouteChangeValidator` to match the expected type from `ember-a11y-refocus`. The new type is `(transition: Transition) => boolean` instead of `string`.
152129

153-
<!-- END -->
154130

155131
<small class="doc-whats-new-changelog-metadata">[#3211](https://github.com/hashicorp/design-system/pull/3211)</small>
156132

website/docs/components/app-footer/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ navigation:
2323
- security
2424
- accessibility
2525
- system status
26-
status:
27-
updated: 4.24.1
2826
---
2927

3028
<section data-tab="Guidelines">

website/docs/components/app-header/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ navigation:
2222
- menubar
2323
- topbar
2424
status:
25-
updated: 4.24.1
25+
updated: 5.0.0
2626
---
2727

2828
<section data-tab="Guidelines">

website/docs/components/app-header/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+
## 5.0.0
2+
3+
Fixed the type of `@a11yRefocusRouteChangeValidator` to match the expected type from `ember-a11y-refocus`. The new type is `(transition: Transition) => boolean` instead of `string`.
4+
5+
16
## 4.24.1
27

38
Fixed color inheritance for Buttons within `DialogPrimitive` based components (such as the `Modal` and `Flyout`) when triggered from within the `AppHeader`

website/docs/components/application-state/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ navigation:
1313
- empty state
1414
- error state
1515
- message
16+
status:
17+
updated: 5.0.0
1618
---
1719

1820
<section data-tab="Guidelines">

website/docs/components/application-state/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+
## 5.0.0
2+
3+
Replaced the default opinionated `margin: 0 auto;` rule from the component's root element with a new `@isAutoCentered` argument (which defaults to `true`, to preserve the existing centering behavior). This delegates the horizontal alignment control to the consumers, allowing them to disable it when needed.
4+
5+
16
## 4.22.0
27

38
Translated template strings

website/docs/components/button/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ navigation:
1919
keywords:
2020
- action
2121
- link
22-
status:
23-
updated: 4.24.1
2422
---
2523

2624
<section data-tab="Guidelines">

website/docs/components/card/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ navigation:
1313
- tile
1414
- container
1515
- box
16+
status:
17+
updated: 5.0.0
1618
---
1719

1820
<section data-tab="Guidelines">

website/docs/components/card/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+
## 5.0.0
2+
3+
Removed the component invocation paths `Hds::Card` and `hds/card`. Consumers must update their templates to use `<Hds::Card::Container>` or `{{hds/card/container}}`
4+
5+
16
## 4.23.0
27

38
Updated all exported types to use template literals instead of enum values.

website/docs/components/code-block/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ navigation:
2424
- example
2525
- syntax
2626
- highlight
27-
status:
28-
updated: 4.24.1
2927
---
3028

3129
<section data-tab="Guidelines">

0 commit comments

Comments
 (0)