|
12 | 12 | </a>
|
13 | 13 | </p>
|
14 | 14 |
|
| 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 | + |
15 | 35 | ## 4.24.0
|
16 | 36 |
|
17 | 37 | [4.24.0 documentation](https://hds-website-4-24-0.vercel.app/)
|
18 | 38 |
|
19 | 39 | **Minor changes**
|
20 | 40 |
|
21 |
| - |
22 | 41 | `PopoverPrimitive` - Added support for dynamic swap/injection of the toggle element.
|
23 | 42 |
|
24 |
| - |
25 | 43 | <small class="doc-whats-new-changelog-metadata">[#3189](https://github.com/hashicorp/design-system/pull/3189)</small>
|
26 | 44 |
|
27 | 45 | <div class="doc-whats-new-changelog-separator"></div>
|
28 | 46 |
|
29 |
| - |
30 | 47 | `AdvancedTable` - Added support for column reordering.
|
31 | 48 |
|
32 | 49 | - Added `@hasReorderableColumns` argument. When set to `true`, enables column reordering.
|
|
40 | 57 |
|
41 | 58 | **Patch changes**
|
42 | 59 |
|
43 |
| - |
44 | 60 | `Table` - Update the model and returned `B.data` to use generic types, so the type of the data is retained.
|
45 | 61 |
|
46 |
| - |
47 |
| - |
48 | 62 | `KeyValueInputs` - Update the data and returned `R.rowData` to use generic types, so the type of the data is retained.
|
49 | 63 |
|
50 |
| - |
51 | 64 | <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>
|
52 | 65 |
|
53 | 66 | <div class="doc-whats-new-changelog-separator"></div>
|
@@ -1353,118 +1366,6 @@ Upgraded `ember-style-modifier` to `4.4.0`
|
1353 | 1366 |
|
1354 | 1367 | - @hashicorp/flight-icons@3.7.0
|
1355 | 1368 |
|
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 |
| - |
1468 | 1369 |
|
1469 | 1370 | ---
|
1470 | 1371 |
|
|
0 commit comments