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/form/super-select -->
46+
47+ ` SuperSelect ` - Removed styling incorrectly adding a checkbox next to the "Loading options..." message for search results
48+
49+ <!-- END -->
50+
51+ <small class =" doc-whats-new-changelog-metadata " >[ #3439 ] ( https://github.com/hashicorp/design-system/pull/3439 ) </small >
52+
53+ <div class =" doc-whats-new-changelog-separator " ></div >
54+
55+ <!-- START components/table/advanced-table -->
56+
57+ ` AdvancedTable ` - Guard against accessing ` hdsIntl ` service after component destruction
58+
59+ <!-- END -->
60+
61+ <small class =" doc-whats-new-changelog-metadata " >[ #3195 ] ( https://github.com/hashicorp/design-system/pull/3195 ) </small >
62+
63+ <div class =" doc-whats-new-changelog-separator " ></div >
64+
65+ ** 🔄 Updated dependencies:**
66+
67+ - @hashicorp/flight-icons @4.1.1
68+
1569## 5.1.0
1670
1771[ 5.1.0 documentation] ( https://hds-website-5-1-0.vercel.app/ )
1872
1973** Minor changes**
2074
21-
2275` CodeEditor ` - Added a new ` @customExtensions ` argument which allows consumers to provide their own custom CodeMirror extensions.
2376
24-
2577<small class =" doc-whats-new-changelog-metadata " >[ #3372 ] ( https://github.com/hashicorp/design-system/pull/3372 ) </small >
2678
2779<div class =" doc-whats-new-changelog-separator " ></div >
2880
2981** Patch changes**
3082
31-
3283` Dropdown ` - Updated component signature for ` ListItemCheckbox ` and ` ListItemRadio ` to have an optional ` @id ` argument.
3384
34-
3585<small class =" doc-whats-new-changelog-metadata " >[ #3371 ] ( https://github.com/hashicorp/design-system/pull/3371 ) </small >
3686
3787<div class =" doc-whats-new-changelog-separator " ></div >
@@ -42,32 +92,23 @@ Fix mixed sass declaration syntax to silence warnings
4292
4393<div class =" doc-whats-new-changelog-separator " ></div >
4494
45-
4695` AdvancedTable ` - Fixed a bug in the cleanup logic of selectable rows where data updates caused the internal selection state to be incorrectly reset.
4796
48-
4997<small class =" doc-whats-new-changelog-metadata " >[ #3373 ] ( https://github.com/hashicorp/design-system/pull/3373 ) </small >
5098
5199<div class =" doc-whats-new-changelog-separator " ></div >
52100
53-
54101` Button ` - Optimized CSS used to apply dark theme styles within ` AppHeader ` and ` SideNav `
55102
56-
57-
58103` Dropdown ` - Optimized CSS used to apply dark theme styles within ` AppHeader ` and ` SideNav `
59104
60-
61-
62- ` SideNav ` :
105+ ` SideNav ` : - Made CSS updates including:
63106
64107- 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-
108+ - Removed deprecated ".hds-side-nav\_\_ dropdown" class name which is redundant to the HDS Dropdown class name referenced in styles
67109
68110` AppHeader ` - Optimized CSS used to apply dark theme styles to Buttons & Dropdowns
69111
70-
71112<small class =" doc-whats-new-changelog-metadata " >[ #3356 ] ( https://github.com/hashicorp/design-system/pull/3356 ) </small >
72113
73114<div class =" doc-whats-new-changelog-separator " ></div >
@@ -1414,62 +1455,6 @@ Aligned private class properties to follow a standardized notation
14141455- @hashicorp/design-system-tokens @2.2.2
14151456- @hashicorp/flight-icons @3.8.0
14161457
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-
14731458
14741459---
14751460
0 commit comments