Skip to content

Commit b3c26ed

Browse files
hashibot-hdsgithub-actions[bot]didoo
authored
Version Packages (#3427)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Cristiano Rastelli <public@didoo.net>
1 parent 7e8fea1 commit b3c26ed

File tree

36 files changed

+236
-174
lines changed

36 files changed

+236
-174
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/public-toys-wave.md

Lines changed: 0 additions & 11 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.

.changeset/young-bats-beg.md

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

packages/components/CHANGELOG.md

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

3+
## 5.2.0
4+
5+
[5.2.0 documentation](https://hds-website-5-2-0.vercel.app/)
6+
7+
### Minor Changes
8+
9+
10+
`Icon` - Converted component to `.gts` format
11+
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+
20+
`PopoverPrimitive` - Added Floating UI `boundary` option
21+
22+
23+
24+
`Dropdown` - Added Floating UI `boundary` option
25+
26+
27+
28+
`RichTooltip` - Added Floating UI `boundary` option
29+
30+
31+
<small class="doc-whats-new-changelog-metadata">[#3406](https://github.com/hashicorp/design-system/pull/3406)</small>
32+
33+
<div class="doc-whats-new-changelog-separator"></div>
34+
35+
### Patch Changes
36+
37+
38+
`SuperSelect` - Removed styling incorrectly adding a checkbox next to the "Loading options..." message for search results
39+
40+
41+
<small class="doc-whats-new-changelog-metadata">[#3439](https://github.com/hashicorp/design-system/pull/3439)</small>
42+
43+
<div class="doc-whats-new-changelog-separator"></div>
44+
45+
46+
`AdvancedTable` - Added a guard against accessing `hdsIntl` service after component destruction
47+
48+
49+
<small class="doc-whats-new-changelog-metadata">[#3195](https://github.com/hashicorp/design-system/pull/3195)</small>
50+
51+
<div class="doc-whats-new-changelog-separator"></div>
52+
53+
54+
`CodeBlock` - Fixed issue with font-family and font-size targeting so styles will correctly apply to nested element containing code content
55+
56+
57+
58+
`CodeEditor` - Fixed issue with font-family and font-size targeting so styles will correctly apply to nested element containing code content
59+
60+
61+
<small class="doc-whats-new-changelog-metadata">[#3455](https://github.com/hashicorp/design-system/pull/3455)</small>
62+
63+
<div class="doc-whats-new-changelog-separator"></div>
64+
65+
66+
`Flyout` - Updated variable controlling the `Flyout` max-width to align with the `AppSideNav` minimized width
67+
68+
69+
<small class="doc-whats-new-changelog-metadata">[#3456](https://github.com/hashicorp/design-system/pull/3456)</small>
70+
71+
<div class="doc-whats-new-changelog-separator"></div>
72+
73+
**🔄 Updated dependencies:**
74+
75+
- @hashicorp/flight-icons@4.1.1
76+
377
## 5.1.0
478

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

781
### Minor Changes
882

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

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

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

1789
### Patch Changes
1890

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

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

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

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

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

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

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

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

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

48-
49-
50113
`SideNav`: - Made CSS updates including:
51114

52115
- 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-
116+
- Removed deprecated `.hds-side-nav__dropdown` class name which is redundant to the HDS Dropdown class name referenced in styles
55117

56118
`AppHeader` - Optimized CSS used to apply dark theme styles to Buttons & Dropdowns
57119

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

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

0 commit comments

Comments
 (0)