Skip to content

Commit 5c97305

Browse files
hashibot-hdsgithub-actions[bot]zamoore
authored
Version Packages (#2934)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Zack Moore <[email protected]>
1 parent 47029ac commit 5c97305

File tree

19 files changed

+102
-40
lines changed

19 files changed

+102
-40
lines changed

.changeset/fresh-apes-return.md

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

.changeset/nervous-eggs-kick.md

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

.changeset/seven-eyes-whisper.md

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

.changeset/swift-adults-share.md

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

packages/components/CHANGELOG.md

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

3+
## 4.20.1
4+
5+
[4.20.1 documentation](https://hds-website-4-20-1.vercel.app/)
6+
7+
### Patch Changes
8+
9+
`AdvancedTable` - Fixed a bug that prevented the `model` from updating when the argument changes
10+
11+
<small class="doc-whats-new-changelog-metadata">[#2919](https://github.com/hashicorp/design-system/pull/2919)</small>
12+
13+
<div class="doc-whats-new-changelog-separator"></div>
14+
15+
`Stepper::Nav` - Updated signature to use `WithBoundArgs` instead of `ComponentLike` for contextual components to resolve linting issues
16+
17+
<small class="doc-whats-new-changelog-metadata">[#2936](https://github.com/hashicorp/design-system/pull/2936)</small>
18+
19+
<div class="doc-whats-new-changelog-separator"></div>
20+
21+
`Accordion` - Set `aria-controls` of `Accordion::Item::Button` to `contentId` from `DisclosurePrimitive` for a11y improvements with toggled content
22+
23+
`DisclosurePrimitive` - Changed DOM structure of content section and exposed `contentId` for a11y improvements with toggled content
24+
25+
`Reveal` - Set `aria-controls` of `Reveal::Toggle` to `contentId` from `DisclosurePrimitive` for a11y improvements with toggled content
26+
27+
<small class="doc-whats-new-changelog-metadata">[#2643](https://github.com/hashicorp/design-system/pull/2643)</small>
28+
29+
<div class="doc-whats-new-changelog-separator"></div>
30+
31+
`Form::Field` - Fixed focus order a11y issue for helper text links with `@layout` of `flag`
32+
33+
<small class="doc-whats-new-changelog-metadata">[#2915](https://github.com/hashicorp/design-system/pull/2915)</small>
34+
35+
<div class="doc-whats-new-changelog-separator"></div>
36+
337
## 4.20.0
438

539
[4.20.0 documentation](https://hds-website-4-20-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.20.0",
3+
"version": "4.20.1",
44
"description": "Helios Design System Components",
55
"keywords": [
66
"hashicorp",

website/docs/components/accordion/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ navigation:
2626
- summary
2727
- expand
2828
- collapse
29+
status:
30+
updated: 4.20.1
2931
---
3032

3133
<section data-tab="Guidelines">

website/docs/components/accordion/partials/version-history/version-history.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.20.1
2+
3+
Set `aria-controls` of `Accordion::Item::Button` to `contentId` from `DisclosurePrimitive` for a11y improvements with toggled content
4+
15
## 4.15.0
26

37
Aligned private class properties to follow a standardized notation

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ navigation:
2020
- input
2121
- character count
2222
status:
23-
updated: 4.20.0
23+
updated: 4.20.1
2424
---
2525

2626
<section data-tab="Guidelines">

website/docs/components/form/primitives/partials/version-history/version-history.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.20.1
2+
3+
`Form::Field` - Fixed focus order a11y issue for helper text links with `@layout` of `flag`
4+
15
## 4.20.0
26

37
`Form::Label` - Forced the `for` HTML attribute to be converted to a string

0 commit comments

Comments
 (0)