|
12 | 12 | </a>
|
13 | 13 | </p>
|
14 | 14 |
|
| 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 | + |
15 | 47 | ## 4.16.0
|
16 | 48 |
|
17 | 49 | [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
|
1291 | 1323 |
|
1292 | 1324 | - @hashicorp/ember-flight-icons@5.0.2
|
1293 | 1325 |
|
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 |
| - |
1338 | 1326 |
|
1339 | 1327 | ---
|
1340 | 1328 |
|
|
0 commit comments