Skip to content

Commit cbcd708

Browse files
Version Packages
1 parent c16cb4b commit cbcd708

File tree

5 files changed

+41
-23
lines changed

5 files changed

+41
-23
lines changed

.changeset/little-sheep-shave.md

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

.changeset/rude-plants-provide.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.19.0
4+
5+
### Minor Changes
6+
7+
`CodeBlock` - Updated focus ring colors in interactive elements to fix a11y color contrast issues
8+
9+
`CodeEditor` - Updated focus ring colors in interactive elements to fix a11y color contrast issues
10+
11+
`SideNav` - Updated focus ring colors in interactive elements to fix a11y color contrast issues
12+
13+
<small class="doc-whats-new-changelog-metadata">[#2819](https://github.com/hashicorp/design-system/pull/2819)</small>
14+
15+
<div class="doc-whats-new-changelog-separator"></div>
16+
17+
`Form::SuperSelect::Multiple` - Updated the design to improve the experience when many items are selected.
18+
19+
<small class="doc-whats-new-changelog-metadata">[#2824](https://github.com/hashicorp/design-system/pull/2824)</small>
20+
21+
<div class="doc-whats-new-changelog-separator"></div>
22+
323
## 4.18.2
424

525
[4.18.2 documentation](https://hds-website-4-18-2.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.18.2",
3+
"version": "4.19.0",
44
"description": "Helios Design System Components",
55
"keywords": [
66
"hashicorp",

website/docs/whats-new/release-notes/partials/components.md

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

15+
## 4.19.0
16+
17+
**Minor changes**
18+
19+
`CodeBlock` - Updated focus ring colors in interactive elements to fix a11y color contrast issues
20+
21+
`CodeEditor` - Updated focus ring colors in interactive elements to fix a11y color contrast issues
22+
23+
`SideNav` - Updated focus ring colors in interactive elements to fix a11y color contrast issues
24+
25+
<small class="doc-whats-new-changelog-metadata">[#2819](https://github.com/hashicorp/design-system/pull/2819)</small>
26+
27+
<div class="doc-whats-new-changelog-separator"></div>
28+
29+
`Form::SuperSelect::Multiple` - Updated the design to improve the experience when many items are selected.
30+
31+
<small class="doc-whats-new-changelog-metadata">[#2824](https://github.com/hashicorp/design-system/pull/2824)</small>
32+
33+
<div class="doc-whats-new-changelog-separator"></div>
34+
1535
## 4.18.2
1636

1737
[4.18.2 documentation](https://hds-website-4-18-2.vercel.app/)
@@ -1372,14 +1392,6 @@ Fixed syncing of `<F.Error />` ids to the `aria-describedby` attribute
13721392

13731393
- @hashicorp/ember-flight-icons@5.1.0
13741394

1375-
## 4.4.1
1376-
1377-
**Patch changes**
1378-
1379-
**🔄 Updated dependencies:**
1380-
1381-
- @hashicorp/ember-flight-icons@5.0.3
1382-
13831395

13841396
---
13851397

0 commit comments

Comments
 (0)