Skip to content

Commit 02f7fb3

Browse files
Version Packages
1 parent d9bc3b5 commit 02f7fb3

File tree

7 files changed

+69
-33
lines changed

7 files changed

+69
-33
lines changed

.changeset/chilled-phones-give.md

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

.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.

.changeset/swift-icons-pay.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.19.0
4+
5+
### Minor Changes
6+
7+
Use luxon 3.x
8+
9+
<small class="doc-whats-new-changelog-metadata">[#2839](https://github.com/hashicorp/design-system/pull/2839) - Thanks [@RobbieTheWagner](https://github.com/RobbieTheWagner) for the contribution! 🙏</small>
10+
11+
<div class="doc-whats-new-changelog-separator"></div>
12+
13+
`CodeBlock` - Updated focus ring colors in interactive elements to fix a11y color contrast issues
14+
15+
`CodeEditor` - Updated focus ring colors in interactive elements to fix a11y color contrast issues
16+
17+
`SideNav` - Updated focus ring colors in interactive elements to fix a11y color contrast issues
18+
19+
<small class="doc-whats-new-changelog-metadata">[#2819](https://github.com/hashicorp/design-system/pull/2819)</small>
20+
21+
<div class="doc-whats-new-changelog-separator"></div>
22+
23+
`Form::SuperSelect::Multiple` - Updated the design to improve the experience when many items are selected.
24+
25+
<small class="doc-whats-new-changelog-metadata">[#2824](https://github.com/hashicorp/design-system/pull/2824)</small>
26+
27+
<div class="doc-whats-new-changelog-separator"></div>
28+
29+
### Patch Changes
30+
31+
`Modal` - Fixed issue with focus trap when modal is displayed inline.
32+
33+
<small class="doc-whats-new-changelog-metadata">[#2834](https://github.com/hashicorp/design-system/pull/2834)</small>
34+
35+
<div class="doc-whats-new-changelog-separator"></div>
36+
337
## 4.18.2
438

539
[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: 34 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,40 @@
1212
</a>
1313
</p>
1414

15+
## 4.19.0
16+
17+
**Minor changes**
18+
19+
Use luxon 3.x
20+
21+
<small class="doc-whats-new-changelog-metadata">[#2839](https://github.com/hashicorp/design-system/pull/2839) - Thanks [@RobbieTheWagner](https://github.com/RobbieTheWagner) for the contribution! 🙏</small>
22+
23+
<div class="doc-whats-new-changelog-separator"></div>
24+
25+
`CodeBlock` - Updated focus ring colors in interactive elements to fix a11y color contrast issues
26+
27+
`CodeEditor` - Updated focus ring colors in interactive elements to fix a11y color contrast issues
28+
29+
`SideNav` - Updated focus ring colors in interactive elements to fix a11y color contrast issues
30+
31+
<small class="doc-whats-new-changelog-metadata">[#2819](https://github.com/hashicorp/design-system/pull/2819)</small>
32+
33+
<div class="doc-whats-new-changelog-separator"></div>
34+
35+
`Form::SuperSelect::Multiple` - Updated the design to improve the experience when many items are selected.
36+
37+
<small class="doc-whats-new-changelog-metadata">[#2824](https://github.com/hashicorp/design-system/pull/2824)</small>
38+
39+
<div class="doc-whats-new-changelog-separator"></div>
40+
41+
**Patch changes**
42+
43+
`Modal` - Fixed issue with focus trap when modal is displayed inline.
44+
45+
<small class="doc-whats-new-changelog-metadata">[#2834](https://github.com/hashicorp/design-system/pull/2834)</small>
46+
47+
<div class="doc-whats-new-changelog-separator"></div>
48+
1549
## 4.18.2
1650

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

13731407
- @hashicorp/ember-flight-icons@5.1.0
13741408

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

13841410
---
13851411

0 commit comments

Comments
 (0)