Skip to content

Commit ee8490c

Browse files
Version Packages
1 parent 2a28fc7 commit ee8490c

File tree

12 files changed

+155
-144
lines changed

12 files changed

+155
-144
lines changed

.changeset/empty-animals-warn.md

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

.changeset/little-games-design.md

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

.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: 65 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,85 @@
11
# @hashicorp/design-system-components
22

3+
## 5.2.0
4+
5+
### Minor Changes
6+
7+
<!-- START components/icon -->
8+
9+
`Icon` - Converted component to `.gts` format
10+
11+
<!-- END -->
12+
13+
<small class="doc-whats-new-changelog-metadata">[#3444](https://github.com/hashicorp/design-system/pull/3444)</small>
14+
15+
<div class="doc-whats-new-changelog-separator"></div>
16+
17+
Added Floating UI `boundary` option to `hds-anchored-position` modifier
18+
19+
<!-- START components/popover-primitive -->
20+
21+
`PopoverPrimitive` - Added Floating UI `boundary` option
22+
23+
<!-- END -->
24+
25+
<!-- START components/dropdown -->
26+
27+
`Dropdown` - Added Floating UI `boundary` option
28+
29+
<!-- END -->
30+
31+
<!-- START components/rich-tooltip -->
32+
33+
`RichTooltip` - Added Floating UI `boundary` option
34+
35+
<!-- END -->
36+
37+
<small class="doc-whats-new-changelog-metadata">[#3406](https://github.com/hashicorp/design-system/pull/3406)</small>
38+
39+
<div class="doc-whats-new-changelog-separator"></div>
40+
41+
### Patch Changes
42+
43+
<!-- START components/form/super-select -->
44+
45+
`SuperSelect` - Removed styling incorrectly adding a checkbox next to the "Loading options..." message for search results
46+
47+
<!-- END -->
48+
49+
<small class="doc-whats-new-changelog-metadata">[#3439](https://github.com/hashicorp/design-system/pull/3439)</small>
50+
51+
<div class="doc-whats-new-changelog-separator"></div>
52+
53+
<!-- START components/table/advanced-table -->
54+
55+
`AdvancedTable` - Guard against accessing `hdsIntl` service after component destruction
56+
57+
<!-- END -->
58+
59+
<small class="doc-whats-new-changelog-metadata">[#3195](https://github.com/hashicorp/design-system/pull/3195)</small>
60+
61+
<div class="doc-whats-new-changelog-separator"></div>
62+
63+
**🔄 Updated dependencies:**
64+
65+
- @hashicorp/flight-icons@4.1.1
66+
367
## 5.1.0
468

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

771
### Minor Changes
872

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

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

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

1779
### Patch Changes
1880

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

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

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

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

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

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

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

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

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

48-
49-
50103
`SideNav`: - Made CSS updates including:
51104

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

56108
`AppHeader` - Optimized CSS used to apply dark theme styles to Buttons & Dropdowns
57109

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

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

0 commit comments

Comments
 (0)