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 >
0 commit comments