Skip to content

Commit f324646

Browse files
hashibot-hdsgithub-actions[bot]zamoore
authored
Version Packages (#3982)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Zack Moore <zack.moore@hashicorp.com>
1 parent a15c911 commit f324646

17 files changed

Lines changed: 36 additions & 194 deletions

File tree

.changeset/silent-coats-say.md

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

packages/components/CHANGELOG.md

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,59 @@
11
# @hashicorp/design-system-components
22

3+
## 6.4.0
4+
5+
[6.4.0 documentation](https://hds-website-6-4-0.vercel.app/)
6+
7+
### Minor Changes
8+
9+
10+
`FilterBar` - Added a `searchAriaLabel` feature to expose the value of the search input aria-label, allowing the value to be customized
11+
12+
13+
<small class="doc-whats-new-changelog-metadata">[#3980](https://github.com/hashicorp/design-system/pull/3980)</small>
14+
15+
<div class="doc-whats-new-changelog-separator"></div>
16+
317
## 6.3.0
418

519
[6.3.0 documentation](https://hds-website-6-3-0.vercel.app/)
620

721
### Minor Changes
822

9-
1023
`AppFooter` - Exported `THEMES` constant.
1124

12-
1325
<small class="doc-whats-new-changelog-metadata">[#3946](https://github.com/hashicorp/design-system/pull/3946)</small>
1426

1527
<div class="doc-whats-new-changelog-separator"></div>
1628

17-
1829
`Alert` - Deprecated the `Generic` yielded block which renders below actions and added `GenericContent` and `GenericFooter` yielded blocks for including custom content either above or below `Alert` actions.
1930

20-
2131
<small class="doc-whats-new-changelog-metadata">[#3932](https://github.com/hashicorp/design-system/pull/3932)</small>
2232

2333
<div class="doc-whats-new-changelog-separator"></div>
2434

2535
### Patch Changes
2636

27-
2837
`StepperList` - Fixed description and content contextual blocks to be hidden if conditionally empty
2938

30-
3139
<small class="doc-whats-new-changelog-metadata">[#3899](https://github.com/hashicorp/design-system/pull/3899)</small>
3240

3341
<div class="doc-whats-new-changelog-separator"></div>
3442

35-
3643
`Toggle` - Added the `aria-checked` attribute to the input for accessibility. It is synced with the `checked` attribute.
3744

38-
3945
<small class="doc-whats-new-changelog-metadata">[#3918](https://github.com/hashicorp/design-system/pull/3918)</small>
4046

4147
<div class="doc-whats-new-changelog-separator"></div>
4248

43-
4449
`Pagination` - Added keyboard focus management at the beginning and end of pagination. When an arrow button becomes disabled after clicking because a boundary has been reached, focus moves to the opposite arrow button.
4550

46-
4751
<small class="doc-whats-new-changelog-metadata">[#3917](https://github.com/hashicorp/design-system/pull/3917)</small>
4852

4953
<div class="doc-whats-new-changelog-separator"></div>
5054

51-
5255
`Modal` - Fixed issue causing `Modal` to close unexpectedly by checking that a click on the `Overlay` both starts and ends within the `Overlay` before closing
5356

54-
5557
<small class="doc-whats-new-changelog-metadata">[#3923](https://github.com/hashicorp/design-system/pull/3923)</small>
5658

5759
<div class="doc-whats-new-changelog-separator"></div>
@@ -62,11 +64,8 @@
6264

6365
<div class="doc-whats-new-changelog-separator"></div>
6466

65-
6667
`Flyout` - Replaced custom box shadow with standard `elevation-overlay-box-shadow` token.
6768

68-
69-
7069
`Form Primitives` - Replaced rendering of text via HDS `Text` component and used standard HTML tags, then updated CSS styles to use newly added component-level design tokens.
7170

7271
Components updated:
@@ -78,21 +77,15 @@ Components updated:
7877
- `FormLabel`
7978
- `FormLegend`
8079

81-
8280
`IconTile` - Replaced `[product]-colored` icon with standard `[product]` icon in `@logo="[product]"` variant.
8381

84-
85-
8682
`LinkStandalone` - Set explicit secondary hover state color to avoid possible overrides.
8783

88-
89-
9084
`Pagination` - Multiple changes:
9185

9286
- Added extra modifier classes `hds-pagination--numbered`/`hds-pagination—compact` to variants.
9387
- Removed extra whitespace in label for `PaginationSizeSelector`.
9488

95-
9689
`Tag` - Multiple changes:
9790

9891
- Added extra modifier classes `hds-tag--is-interactive`/`hds-tag--is-static` to variants.

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": "6.3.0",
3+
"version": "6.4.0",
44
"description": "Helios Design System Components",
55
"keywords": [
66
"hashicorp",

website/docs/components/alert/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ navigation:
1818
- notification
1919
- banner
2020
- message
21-
status:
22-
updated: 6.3.0
2321
---
2422

2523
<section data-tab="Guidelines">

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: 6.3.0
2826
---
2927

3028
<section data-tab="Guidelines">

website/docs/components/filter-bar/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ navigation:
1919
- sort
2020
- search
2121
- utility bar
22+
status:
23+
updated: 6.4.0
2224
---
2325

2426
<section data-tab="Guidelines">

website/docs/components/filter-bar/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+
## 6.4.0
2+
3+
Added a `searchAriaLabel` feature to expose the value of the search input aria-label, allowing the value to be customized
4+
5+
16
## 6.1.0
27

38
Added support for an array of values for the `generic` filter type data

website/docs/components/flyout/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ navigation:
2323
- panel
2424
- side
2525
- modal
26-
status:
27-
updated: 6.3.0
2826
---
2927

3028
<section data-tab="Guidelines">

website/docs/components/form/primitives/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ navigation:
1919
- fieldset
2020
- input
2121
- character count
22-
status:
23-
updated: 6.3.0
2422
---
2523

2624
<section data-tab="Guidelines">

website/docs/components/form/toggle/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ navigation:
2020
- toggle button
2121
- switch
2222
- light switch
23-
status:
24-
updated: 6.3.0
2523
---
2624

2725
<section data-tab="Guidelines">

0 commit comments

Comments
 (0)