Skip to content

Commit 5ea664d

Browse files
Version Packages
1 parent 4cddac0 commit 5ea664d

File tree

4 files changed

+41
-138
lines changed

4 files changed

+41
-138
lines changed

.changeset/rich-zoos-type.md

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

packages/components/CHANGELOG.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,37 @@
11
# @hashicorp/design-system-components
22

3+
## 4.24.1
4+
5+
### Patch Changes
6+
7+
<!-- START components/modal -->
8+
9+
`Modal` - Refactored the component to not use `ember-render-modifiers` which fixes issues where the DOM may not be cleaned up when the Modal is closed.
10+
11+
<!-- END -->
12+
13+
<!-- START components/flyout -->
14+
15+
`Flyout` - Refactored the component to not use `ember-render-modifiers` which fixes issues where the DOM may not be cleaned up when the Flyout is closed.
16+
17+
<!-- END -->
18+
19+
<small class="doc-whats-new-changelog-metadata">[#3215](https://github.com/hashicorp/design-system/pull/3215)</small>
20+
21+
<div class="doc-whats-new-changelog-separator"></div>
22+
323
## 4.24.0
424

525
[4.24.0 documentation](https://hds-website-4-24-0.vercel.app/)
626

727
### Minor Changes
828

9-
1029
`PopoverPrimitive` - Added support for dynamic swap/injection of the toggle element.
1130

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

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

17-
1835
`AdvancedTable` - Added support for column reordering.
1936

2037
- Added `@hasReorderableColumns` argument. When set to `true`, enables column reordering.
@@ -28,14 +45,10 @@
2845

2946
### Patch Changes
3047

31-
3248
`Table` - Update the model and returned `B.data` to use generic types, so the type of the data is retained.
3349

34-
35-
3650
`KeyValueInputs` - Update the data and returned `R.rowData` to use generic types, so the type of the data is retained.
3751

38-
3952
<small class="doc-whats-new-changelog-metadata">[#3150](https://github.com/hashicorp/design-system/pull/3150) - Thanks [@aklkv](https://github.com/aklkv) for the contribution! 🙏</small>
4053

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

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashicorp/design-system-components",
3-
"version": "4.24.0",
3+
"version": "4.24.1",
44
"description": "Helios Design System Components",
55
"keywords": [
66
"hashicorp",

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

Lines changed: 20 additions & 119 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,38 @@
1212
</a>
1313
</p>
1414

15+
## 4.24.1
16+
17+
**Patch changes**
18+
19+
<!-- START components/modal -->
20+
21+
`Modal` - Refactored the component to not use `ember-render-modifiers` which fixes issues where the DOM may not be cleaned up when the Modal is closed.
22+
23+
<!-- END -->
24+
25+
<!-- START components/flyout -->
26+
27+
`Flyout` - Refactored the component to not use `ember-render-modifiers` which fixes issues where the DOM may not be cleaned up when the Flyout is closed.
28+
29+
<!-- END -->
30+
31+
<small class="doc-whats-new-changelog-metadata">[#3215](https://github.com/hashicorp/design-system/pull/3215)</small>
32+
33+
<div class="doc-whats-new-changelog-separator"></div>
34+
1535
## 4.24.0
1636

1737
[4.24.0 documentation](https://hds-website-4-24-0.vercel.app/)
1838

1939
**Minor changes**
2040

21-
2241
`PopoverPrimitive` - Added support for dynamic swap/injection of the toggle element.
2342

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

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

29-
3047
`AdvancedTable` - Added support for column reordering.
3148

3249
- Added `@hasReorderableColumns` argument. When set to `true`, enables column reordering.
@@ -40,14 +57,10 @@
4057

4158
**Patch changes**
4259

43-
4460
`Table` - Update the model and returned `B.data` to use generic types, so the type of the data is retained.
4561

46-
47-
4862
`KeyValueInputs` - Update the data and returned `R.rowData` to use generic types, so the type of the data is retained.
4963

50-
5164
<small class="doc-whats-new-changelog-metadata">[#3150](https://github.com/hashicorp/design-system/pull/3150) - Thanks [@aklkv](https://github.com/aklkv) for the contribution! 🙏</small>
5265

5366
<div class="doc-whats-new-changelog-separator"></div>
@@ -1353,118 +1366,6 @@ Upgraded `ember-style-modifier` to `4.4.0`
13531366

13541367
- @hashicorp/flight-icons@3.7.0
13551368

1356-
## 4.12.0
1357-
1358-
[4.12.0 documentation](https://hds-website-4-12-0.vercel.app/)
1359-
1360-
**Minor changes**
1361-
1362-
`Dropdown` - Made the `isOpen` state available in the yielded block
1363-
1364-
<small class="doc-whats-new-changelog-metadata">[#2443](https://github.com/hashicorp/design-system/pull/2443)</small>
1365-
1366-
<div class="doc-whats-new-changelog-separator"></div>
1367-
1368-
**Patch changes**
1369-
1370-
`IconTile` - Fixed `@color` argument type signature
1371-
1372-
<small class="doc-whats-new-changelog-metadata">[#2452](https://github.com/hashicorp/design-system/pull/2452)</small>
1373-
1374-
<div class="doc-whats-new-changelog-separator"></div>
1375-
1376-
`Interactive` - Aligned types with `LinkTo`
1377-
1378-
<small class="doc-whats-new-changelog-metadata">[#2455](https://github.com/hashicorp/design-system/pull/2455)</small>
1379-
1380-
<div class="doc-whats-new-changelog-separator"></div>
1381-
1382-
`DialogPrimitive` - Fixed issue with `box-sizing` inheritance
1383-
1384-
`Modal`/`Flyout` - Updated `box-sizing` inheritance via `DialogPrimitive` fix
1385-
1386-
<small class="doc-whats-new-changelog-metadata">[#2442](https://github.com/hashicorp/design-system/pull/2442)</small>
1387-
1388-
<div class="doc-whats-new-changelog-separator"></div>
1389-
1390-
Upgraded `eslint-plugin-ember` to `12.2.0`
1391-
1392-
`AppFooter`, `AppFrame`, `SideNav` - refactored subcomponents to use `TemplateOnlyComponent` instead of empty classes.
1393-
1394-
<small class="doc-whats-new-changelog-metadata">[#2427](https://github.com/hashicorp/design-system/pull/2427)</small>
1395-
1396-
<div class="doc-whats-new-changelog-separator"></div>
1397-
1398-
`RadioCard`
1399-
1400-
- Fixed selected border colors to match Figma and interactive states.
1401-
- Updated icon, label, and description colors to use `disabled-foreground` when
1402-
the `RadioCard` is disabled.
1403-
1404-
<small class="doc-whats-new-changelog-metadata">[#2445](https://github.com/hashicorp/design-system/pull/2445)</small>
1405-
1406-
<div class="doc-whats-new-changelog-separator"></div>
1407-
1408-
`MaskedInput` - Changed textarea `scrollbar-width` to "thin" to reduce overlap with toggle button.
1409-
1410-
`CodeBlock` - Changed textarea `scrollbar-width` to "thin" to reduce overlap with copy button.
1411-
1412-
<small class="doc-whats-new-changelog-metadata">[#2444](https://github.com/hashicorp/design-system/pull/2444)</small>
1413-
1414-
<div class="doc-whats-new-changelog-separator"></div>
1415-
1416-
Removed `ember-keyboard` dependency
1417-
1418-
<small class="doc-whats-new-changelog-metadata">[#2460](https://github.com/hashicorp/design-system/pull/2460)</small>
1419-
1420-
<div class="doc-whats-new-changelog-separator"></div>
1421-
1422-
`Tabs` - Fixed signatures for subcomponents
1423-
1424-
<small class="doc-whats-new-changelog-metadata">[#2448](https://github.com/hashicorp/design-system/pull/2448)</small>
1425-
1426-
<div class="doc-whats-new-changelog-separator"></div>
1427-
1428-
`Table` - Fixed signatures for subcomponents
1429-
1430-
<small class="doc-whats-new-changelog-metadata">[#2449](https://github.com/hashicorp/design-system/pull/2449)</small>
1431-
1432-
<div class="doc-whats-new-changelog-separator"></div>
1433-
1434-
`BadgeCount` - updated the type of the `text` argument to allow numbers
1435-
1436-
`TooltipButton` - made the default value for the `placement` argument `'top'` and fixed the type definition
1437-
1438-
`TooltipButton` - made the `extraTippyOptions` argument optional and allowed to be a partial object
1439-
1440-
<small class="doc-whats-new-changelog-metadata">[#2447](https://github.com/hashicorp/design-system/pull/2447)</small>
1441-
1442-
<div class="doc-whats-new-changelog-separator"></div>
1443-
1444-
`DialogPrimitive` - added a guard so the yielded close function is always defined
1445-
1446-
<small class="doc-whats-new-changelog-metadata">[#2453](https://github.com/hashicorp/design-system/pull/2453)</small>
1447-
1448-
<div class="doc-whats-new-changelog-separator"></div>
1449-
1450-
`Hds::SideNav` - Fixed a couple of bugs where SideNav would remain inert when no longer minimized (or would not be inert when minimized)
1451-
1452-
<small class="doc-whats-new-changelog-metadata">[#2431](https://github.com/hashicorp/design-system/pull/2431) - Thanks [@DingoEatingFuzz](https://github.com/DingoEatingFuzz) for the contribution! 🙏</small>
1453-
1454-
<div class="doc-whats-new-changelog-separator"></div>
1455-
1456-
`Button` - aligned type names to convention
1457-
1458-
<small class="doc-whats-new-changelog-metadata">[#2457](https://github.com/hashicorp/design-system/pull/2457)</small>
1459-
1460-
<div class="doc-whats-new-changelog-separator"></div>
1461-
1462-
Fixed issue with icon sprite not initiated
1463-
1464-
<small class="doc-whats-new-changelog-metadata">[#2433](https://github.com/hashicorp/design-system/pull/2433) - Thanks [@aklkv](https://github.com/aklkv) for the contribution! 🙏</small>
1465-
1466-
<div class="doc-whats-new-changelog-separator"></div>
1467-
14681369

14691370
---
14701371

0 commit comments

Comments
 (0)