Skip to content

Commit 8607ef9

Browse files
Version Packages
1 parent d12ee1d commit 8607ef9

File tree

10 files changed

+115
-130
lines changed

10 files changed

+115
-130
lines changed

.changeset/poor-banks-rescue.md

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

.changeset/six-toys-play.md

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

.changeset/smooth-mugs-kneel.md

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

packages/components/CHANGELOG.md

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

3+
## 5.2.0
4+
5+
### Minor Changes
6+
7+
Added Floating UI `boundary` option to `hds-anchored-position` modifier
8+
9+
<!-- START components/popover-primitive -->
10+
11+
`PopoverPrimitive` - Added Floating UI `boundary` option
12+
13+
<!-- END -->
14+
15+
<!-- START components/dropdown -->
16+
17+
`Dropdown` - Added Floating UI `boundary` option
18+
19+
<!-- END -->
20+
21+
<!-- START components/rich-tooltip -->
22+
23+
`RichTooltip` - Added Floating UI `boundary` option
24+
25+
<!-- END -->
26+
27+
<small class="doc-whats-new-changelog-metadata">[#3406](https://github.com/hashicorp/design-system/pull/3406)</small>
28+
29+
<div class="doc-whats-new-changelog-separator"></div>
30+
31+
### Patch Changes
32+
33+
<!-- START components/table/advanced-table -->
34+
35+
`AdvancedTable` - Guard against accessing `hdsIntl` service after component destruction
36+
37+
<!-- END -->
38+
39+
<small class="doc-whats-new-changelog-metadata">[#3195](https://github.com/hashicorp/design-system/pull/3195)</small>
40+
41+
<div class="doc-whats-new-changelog-separator"></div>
42+
43+
**🔄 Updated dependencies:**
44+
45+
- @hashicorp/flight-icons@4.1.1
46+
347
## 5.1.0
448

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

751
### Minor Changes
852

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

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

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

1759
### Patch Changes
1860

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

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

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

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

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

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

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

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

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

48-
49-
5083
`SideNav`: - Made CSS updates including:
5184

5285
- 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-
86+
- Removed deprecated ".hds-side-nav\_\_dropdown" class name which is redundant to the HDS Dropdown class name referenced in styles
5587

5688
`AppHeader` - Optimized CSS used to apply dark theme styles to Buttons & Dropdowns
5789

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

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

packages/components/package.json

Lines changed: 2 additions & 2 deletions
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.2.0",
44
"description": "Helios Design System Components",
55
"keywords": [
66
"hashicorp",
@@ -52,7 +52,7 @@
5252
"@embroider/util": "^1.13.4",
5353
"@floating-ui/dom": "^1.6.12",
5454
"@hashicorp/design-system-tokens": "workspace:^3.0.0",
55-
"@hashicorp/flight-icons": "workspace:^4.1.0",
55+
"@hashicorp/flight-icons": "workspace:^4.1.1",
5656
"@lezer/highlight": "^1.2.1",
5757
"@nullvoxpopuli/ember-composable-helpers": "^5.2.11",
5858
"clipboard-polyfill": "^4.1.1",

packages/flight-icons/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @hashicorp/flight-icons
22

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
Added "aap" to Ansible icon keywords for easier search.
8+
9+
<small class="doc-whats-new-changelog-metadata">[#3430](https://github.com/hashicorp/design-system/pull/3430)</small>
10+
11+
<div class="doc-whats-new-changelog-separator"></div>
12+
313
## 4.1.0
414

515
### Minor Changes

packages/flight-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashicorp/flight-icons",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Flight: HashiCorp SVG icon set",
55
"keywords": [
66
"hashicorp",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

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

15+
## 5.2.0
16+
17+
**Minor changes**
18+
19+
Added Floating UI `boundary` option to `hds-anchored-position` modifier
20+
21+
<!-- START components/popover-primitive -->
22+
23+
`PopoverPrimitive` - Added Floating UI `boundary` option
24+
25+
<!-- END -->
26+
27+
<!-- START components/dropdown -->
28+
29+
`Dropdown` - Added Floating UI `boundary` option
30+
31+
<!-- END -->
32+
33+
<!-- START components/rich-tooltip -->
34+
35+
`RichTooltip` - Added Floating UI `boundary` option
36+
37+
<!-- END -->
38+
39+
<small class="doc-whats-new-changelog-metadata">[#3406](https://github.com/hashicorp/design-system/pull/3406)</small>
40+
41+
<div class="doc-whats-new-changelog-separator"></div>
42+
43+
**Patch changes**
44+
45+
<!-- START components/table/advanced-table -->
46+
47+
`AdvancedTable` - Guard against accessing `hdsIntl` service after component destruction
48+
49+
<!-- END -->
50+
51+
<small class="doc-whats-new-changelog-metadata">[#3195](https://github.com/hashicorp/design-system/pull/3195)</small>
52+
53+
<div class="doc-whats-new-changelog-separator"></div>
54+
55+
**🔄 Updated dependencies:**
56+
57+
- @hashicorp/flight-icons@4.1.1
58+
1559
## 5.1.0
1660

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

1963
**Minor changes**
2064

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

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

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

2971
**Patch changes**
3072

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

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

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

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

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

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

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

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

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

60-
61-
62-
`SideNav`:
95+
`SideNav`: - Made CSS updates including:
6396

6497
- 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-
98+
- Removed deprecated ".hds-side-nav\_\_dropdown" class name which is redundant to the HDS Dropdown class name referenced in styles
6799

68100
`AppHeader` - Optimized CSS used to apply dark theme styles to Buttons & Dropdowns
69101

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

73104
<div class="doc-whats-new-changelog-separator"></div>
@@ -1414,62 +1445,6 @@ Aligned private class properties to follow a standardized notation
14141445
- @hashicorp/design-system-tokens@2.2.2
14151446
- @hashicorp/flight-icons@3.8.0
14161447

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

14741449
---
14751450

website/docs/whats-new/release-notes/partials/flight-icons.md

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

15+
## 4.1.1
16+
17+
**Patch changes**
18+
19+
Added "aap" to Ansible icon keywords for easier search.
20+
21+
<small class="doc-whats-new-changelog-metadata">[#3430](https://github.com/hashicorp/design-system/pull/3430)</small>
22+
23+
<div class="doc-whats-new-changelog-separator"></div>
24+
1525
## 4.1.0
1626

1727
**Minor changes**
@@ -236,16 +246,6 @@ Added "category" to the icons' metadata in the `catalog.json` file.
236246

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

239-
## 2.24.0
240-
241-
**Minor changes**
242-
243-
`rabbitmq`, `openid`, `jwt`, `meetup`, and `transform-data` icons added.
244-
245-
<small class="doc-whats-new-changelog-metadata">[#1873](https://github.com/hashicorp/design-system/pull/1873)</small>
246-
247-
<div class="doc-whats-new-changelog-separator"></div>
248-
249249

250250
---
251251

0 commit comments

Comments
 (0)