Skip to content

Commit b46740d

Browse files
Version Packages
1 parent 31497e7 commit b46740d

File tree

8 files changed

+65
-71
lines changed

8 files changed

+65
-71
lines changed

.changeset/dry-frogs-smash.md

-7
This file was deleted.

.changeset/early-knives-fly.md

-7
This file was deleted.

.changeset/neat-teachers-deny.md

-5
This file was deleted.

.changeset/three-walls-lay.md

-5
This file was deleted.

packages/components/CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# @hashicorp/design-system-components
22

3+
## 4.16.1
4+
5+
### Patch Changes
6+
7+
`hds-tooltip` - Changed structure of tooltip content to add a wrapper that is always in the DOM and set `aria-controls` on trigger elements for a11y improvements with toggled content
8+
9+
`TooltipButton` - Changed structure of tooltip content to add a wrapper that is always in the DOM and set `aria-controls` on button for a11y improvements with toggled content
10+
11+
<small class="doc-whats-new-changelog-metadata">[#2648](https://github.com/hashicorp/design-system/pull/2648)</small>
12+
13+
<div class="doc-whats-new-changelog-separator"></div>
14+
15+
`Copy Button` - Fixed issue preventing copying of empty string and zero number values.
16+
17+
`Copy Snippet` - Fixed issue preventing copying of empty string and zero number values.
18+
19+
<small class="doc-whats-new-changelog-metadata">[#2685](https://github.com/hashicorp/design-system/pull/2685)</small>
20+
21+
<div class="doc-whats-new-changelog-separator"></div>
22+
23+
`CodeEditor` - Fixed import path for `HdsCodeEditorModifierSignature`
24+
25+
<small class="doc-whats-new-changelog-metadata">[#2681](https://github.com/hashicorp/design-system/pull/2681)</small>
26+
27+
<div class="doc-whats-new-changelog-separator"></div>
28+
29+
`Table` – Removed unused `updateAriaLabel` function and event listener
30+
31+
<small class="doc-whats-new-changelog-metadata">[#2690](https://github.com/hashicorp/design-system/pull/2690)</small>
32+
33+
<div class="doc-whats-new-changelog-separator"></div>
34+
335
## 4.16.0
436

537
[4.16.0 documentation](https://hds-website-4-16-0.vercel.app/)

packages/components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashicorp/design-system-components",
3-
"version": "4.16.0",
3+
"version": "4.16.1",
44
"description": "Helios Design System Components",
55
"keywords": [
66
"hashicorp",

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

+32-44
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,38 @@
1212
</a>
1313
</p>
1414

15+
## 4.16.1
16+
17+
**Patch changes**
18+
19+
`hds-tooltip` - Changed structure of tooltip content to add a wrapper that is always in the DOM and set `aria-controls` on trigger elements for a11y improvements with toggled content
20+
21+
`TooltipButton` - Changed structure of tooltip content to add a wrapper that is always in the DOM and set `aria-controls` on button for a11y improvements with toggled content
22+
23+
<small class="doc-whats-new-changelog-metadata">[#2648](https://github.com/hashicorp/design-system/pull/2648)</small>
24+
25+
<div class="doc-whats-new-changelog-separator"></div>
26+
27+
`Copy Button` - Fixed issue preventing copying of empty string and zero number values.
28+
29+
`Copy Snippet` - Fixed issue preventing copying of empty string and zero number values.
30+
31+
<small class="doc-whats-new-changelog-metadata">[#2685](https://github.com/hashicorp/design-system/pull/2685)</small>
32+
33+
<div class="doc-whats-new-changelog-separator"></div>
34+
35+
`CodeEditor` - Fixed import path for `HdsCodeEditorModifierSignature`
36+
37+
<small class="doc-whats-new-changelog-metadata">[#2681](https://github.com/hashicorp/design-system/pull/2681)</small>
38+
39+
<div class="doc-whats-new-changelog-separator"></div>
40+
41+
`Table` – Removed unused `updateAriaLabel` function and event listener
42+
43+
<small class="doc-whats-new-changelog-metadata">[#2690](https://github.com/hashicorp/design-system/pull/2690)</small>
44+
45+
<div class="doc-whats-new-changelog-separator"></div>
46+
1547
## 4.16.0
1648

1749
[4.16.0 documentation](https://hds-website-4-16-0.vercel.app/)
@@ -1291,50 +1323,6 @@ Fixed default export warnings by preventing `types.js` files from being reexport
12911323

12921324
- @hashicorp/ember-flight-icons@5.0.2
12931325

1294-
## 4.2.0
1295-
1296-
[4.2.0 documentation](https://hds-website-4-2-0.vercel.app/)
1297-
1298-
**Minor changes**
1299-
1300-
`Link::Inline` - Converted component to TypeScript
1301-
1302-
<small class="doc-whats-new-changelog-metadata">[#2013](https://github.com/hashicorp/design-system/pull/2013) - Thanks [@WenInCode](https://github.com/WenInCode) for the contribution! 🙏</small>
1303-
1304-
<div class="doc-whats-new-changelog-separator"></div>
1305-
1306-
`Card` - Converted component to TypeScript
1307-
1308-
<small class="doc-whats-new-changelog-metadata">[#1997](https://github.com/hashicorp/design-system/pull/1997) - Thanks [@valeriia-ruban](https://github.com/valeriia-ruban) for the contribution! 🙏</small>
1309-
1310-
<div class="doc-whats-new-changelog-separator"></div>
1311-
1312-
`Link::Standalone` - Converted component to TypeScript
1313-
1314-
<small class="doc-whats-new-changelog-metadata">[#2010](https://github.com/hashicorp/design-system/pull/2010) - Thanks [@WenInCode](https://github.com/WenInCode) for the contribution! 🙏</small>
1315-
1316-
<div class="doc-whats-new-changelog-separator"></div>
1317-
1318-
`Text` - Converted component to TypeScript
1319-
1320-
<small class="doc-whats-new-changelog-metadata">[#1984](https://github.com/hashicorp/design-system/pull/1984) - Thanks [@natmegs](https://github.com/natmegs) for the contribution! 🙏</small>
1321-
1322-
<div class="doc-whats-new-changelog-separator"></div>
1323-
1324-
`Alert` - Converted component to TypeScript
1325-
1326-
<small class="doc-whats-new-changelog-metadata">[#1990](https://github.com/hashicorp/design-system/pull/1990) - Thanks [@WenInCode](https://github.com/WenInCode) for the contribution! 🙏</small>
1327-
1328-
<div class="doc-whats-new-changelog-separator"></div>
1329-
1330-
**Patch changes**
1331-
1332-
`Modal`, `Flyout` - Fixed flaky tests by running `@ember/test-waiters` in all environments
1333-
1334-
<small class="doc-whats-new-changelog-metadata">[#2011](https://github.com/hashicorp/design-system/pull/2011) - Thanks [@fivetanley](https://github.com/fivetanley) for the contribution! 🙏</small>
1335-
1336-
<div class="doc-whats-new-changelog-separator"></div>
1337-
13381326

13391327
---
13401328

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

-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
### January 23rd, 2025
1616

1717
`Advanced Table` - Added new component.
18-
1918
`Code Editor` - Added new component.
20-
2119
`Table` - Added column borders.
2220

2321
### December 20th, 2024

0 commit comments

Comments
 (0)