Skip to content

Commit 07caecf

Browse files
Version Packages
1 parent df8f92a commit 07caecf

File tree

4 files changed

+32
-95
lines changed

4 files changed

+32
-95
lines changed

.changeset/poor-banks-rescue.md

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

packages/components/CHANGELOG.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,35 @@
11
# @hashicorp/design-system-components
22

3+
## 5.1.1
4+
5+
### Patch Changes
6+
7+
<!-- START components/table/advanced-table -->
8+
9+
`AdvancedTable` - Guard against accessing `hdsIntl` service after component destruction
10+
11+
<!-- END -->
12+
13+
<small class="doc-whats-new-changelog-metadata">[#3195](https://github.com/hashicorp/design-system/pull/3195)</small>
14+
15+
<div class="doc-whats-new-changelog-separator"></div>
16+
317
## 5.1.0
418

519
[5.1.0 documentation](https://hds-website-5-1-0.vercel.app/)
620

721
### Minor Changes
822

9-
1023
`CodeEditor` - Added a new `@customExtensions` argument which allows consumers to provide their own custom CodeMirror extensions.
1124

12-
1325
<small class="doc-whats-new-changelog-metadata">[#3372](https://github.com/hashicorp/design-system/pull/3372)</small>
1426

1527
<div class="doc-whats-new-changelog-separator"></div>
1628

1729
### Patch Changes
1830

19-
2031
`Dropdown` - Updated component signature for `ListItemCheckbox` and `ListItemRadio` to have an optional `@id` argument.
2132

22-
2333
<small class="doc-whats-new-changelog-metadata">[#3371](https://github.com/hashicorp/design-system/pull/3371)</small>
2434

2535
<div class="doc-whats-new-changelog-separator"></div>
@@ -30,32 +40,23 @@ Fix mixed sass declaration syntax to silence warnings
3040

3141
<div class="doc-whats-new-changelog-separator"></div>
3242

33-
3443
`AdvancedTable` - Fixed a bug in the cleanup logic of selectable rows where data updates caused the internal selection state to be incorrectly reset.
3544

36-
3745
<small class="doc-whats-new-changelog-metadata">[#3373](https://github.com/hashicorp/design-system/pull/3373)</small>
3846

3947
<div class="doc-whats-new-changelog-separator"></div>
4048

41-
4249
`Button` - Optimized CSS used to apply dark theme styles within `AppHeader` and `SideNav`
4350

44-
45-
4651
`Dropdown` - Optimized CSS used to apply dark theme styles within `AppHeader` and `SideNav`
4752

48-
49-
5053
`SideNav`: - Made CSS updates including:
5154

5255
- Optimized CSS used to apply dark theme styles to Buttons & Dropdowns
53-
- Removed deprecated ".hds-side-nav__dropdown" class name which is redundant to the HDS Dropdown class name referenced in styles
54-
56+
- Removed deprecated ".hds-side-nav\_\_dropdown" class name which is redundant to the HDS Dropdown class name referenced in styles
5557

5658
`AppHeader` - Optimized CSS used to apply dark theme styles to Buttons & Dropdowns
5759

58-
5960
<small class="doc-whats-new-changelog-metadata">[#3356](https://github.com/hashicorp/design-system/pull/3356)</small>
6061

6162
<div class="doc-whats-new-changelog-separator"></div>

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": "5.1.0",
3+
"version": "5.1.1",
44
"description": "Helios Design System Components",
55
"keywords": [
66
"hashicorp",

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

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

15+
## 5.1.1
16+
17+
**Patch changes**
18+
19+
<!-- START components/table/advanced-table -->
20+
21+
`AdvancedTable` - Guard against accessing `hdsIntl` service after component destruction
22+
23+
<!-- END -->
24+
25+
<small class="doc-whats-new-changelog-metadata">[#3195](https://github.com/hashicorp/design-system/pull/3195)</small>
26+
27+
<div class="doc-whats-new-changelog-separator"></div>
28+
1529
## 5.1.0
1630

1731
[5.1.0 documentation](https://hds-website-5-1-0.vercel.app/)
1832

1933
**Minor changes**
2034

21-
2235
`CodeEditor` - Added a new `@customExtensions` argument which allows consumers to provide their own custom CodeMirror extensions.
2336

24-
2537
<small class="doc-whats-new-changelog-metadata">[#3372](https://github.com/hashicorp/design-system/pull/3372)</small>
2638

2739
<div class="doc-whats-new-changelog-separator"></div>
2840

2941
**Patch changes**
3042

31-
3243
`Dropdown` - Updated component signature for `ListItemCheckbox` and `ListItemRadio` to have an optional `@id` argument.
3344

34-
3545
<small class="doc-whats-new-changelog-metadata">[#3371](https://github.com/hashicorp/design-system/pull/3371)</small>
3646

3747
<div class="doc-whats-new-changelog-separator"></div>
@@ -42,32 +52,23 @@ Fix mixed sass declaration syntax to silence warnings
4252

4353
<div class="doc-whats-new-changelog-separator"></div>
4454

45-
4655
`AdvancedTable` - Fixed a bug in the cleanup logic of selectable rows where data updates caused the internal selection state to be incorrectly reset.
4756

48-
4957
<small class="doc-whats-new-changelog-metadata">[#3373](https://github.com/hashicorp/design-system/pull/3373)</small>
5058

5159
<div class="doc-whats-new-changelog-separator"></div>
5260

53-
5461
`Button` - Optimized CSS used to apply dark theme styles within `AppHeader` and `SideNav`
5562

56-
57-
5863
`Dropdown` - Optimized CSS used to apply dark theme styles within `AppHeader` and `SideNav`
5964

60-
61-
62-
`SideNav`:
65+
`SideNav`: - Made CSS updates including:
6366

6467
- Optimized CSS used to apply dark theme styles to Buttons & Dropdowns
65-
- Removed deprecated ".hds-side-nav__dropdown" class name which is redundant to the HDS Dropdown class name referenced in styles
66-
68+
- Removed deprecated ".hds-side-nav\_\_dropdown" class name which is redundant to the HDS Dropdown class name referenced in styles
6769

6870
`AppHeader` - Optimized CSS used to apply dark theme styles to Buttons & Dropdowns
6971

70-
7172
<small class="doc-whats-new-changelog-metadata">[#3356](https://github.com/hashicorp/design-system/pull/3356)</small>
7273

7374
<div class="doc-whats-new-changelog-separator"></div>
@@ -1414,62 +1415,6 @@ Aligned private class properties to follow a standardized notation
14141415
- @hashicorp/design-system-tokens@2.2.2
14151416
- @hashicorp/flight-icons@3.8.0
14161417

1417-
## 4.14.0
1418-
1419-
[4.14.0 documentation](https://hds-website-4-14-0.vercel.app/)
1420-
1421-
**Minor changes**
1422-
1423-
`Dropdown` - Added `@matchToggleWidth` argument
1424-
1425-
<small class="doc-whats-new-changelog-metadata">[#2530](https://github.com/hashicorp/design-system/pull/2530)</small>
1426-
1427-
<div class="doc-whats-new-changelog-separator"></div>
1428-
1429-
`hds-clipboard` - Added `clipboard-polyfill` to support product usage in non-secure environments; this impacts `Copy::Button`, `Copy::Snippet`, `CodeBlock`, and `MaskedInput`
1430-
1431-
<small class="doc-whats-new-changelog-metadata">[#2525](https://github.com/hashicorp/design-system/pull/2525)</small>
1432-
1433-
<div class="doc-whats-new-changelog-separator"></div>
1434-
1435-
**Patch changes**
1436-
1437-
`SideNav` - Made a11y related improvements including:
1438-
1439-
- Changed `List::Title` to h3 & added visually hidden h2 to AppSideNav
1440-
- Replaced aria-label for `ToggleButton` with aria-labelledby and aria-expanded
1441-
1442-
<small class="doc-whats-new-changelog-metadata">[#2536](https://github.com/hashicorp/design-system/pull/2536)</small>
1443-
1444-
<div class="doc-whats-new-changelog-separator"></div>
1445-
1446-
Fixed instances where arguments are passed into tracked properties at declaration:
1447-
1448-
- `MaskedInput`
1449-
- `TextInput`
1450-
- `Pagination::Compact`
1451-
- `Pagination::Numbered`
1452-
- `SideNav`
1453-
- `Table`
1454-
- `Table::ThSelectable`
1455-
- `Tabs`
1456-
1457-
<small class="doc-whats-new-changelog-metadata">[#2488](https://github.com/hashicorp/design-system/pull/2488)</small>
1458-
1459-
<div class="doc-whats-new-changelog-separator"></div>
1460-
1461-
`SideNav` - Fixed bug with hidden panels sometimes causing unnecessary overflow scrolling
1462-
1463-
<small class="doc-whats-new-changelog-metadata">[#2535](https://github.com/hashicorp/design-system/pull/2535)</small>
1464-
1465-
<div class="doc-whats-new-changelog-separator"></div>
1466-
1467-
`Dropdown` - Fixed the height of the chevron in `ToggleButton`
1468-
1469-
<small class="doc-whats-new-changelog-metadata">[#2522](https://github.com/hashicorp/design-system/pull/2522)</small>
1470-
1471-
<div class="doc-whats-new-changelog-separator"></div>
1472-
14731418

14741419
---
14751420

0 commit comments

Comments
 (0)