|
12 | 12 | </a> |
13 | 13 | </p> |
14 | 14 |
|
15 | | -## 4.22.1 |
| 15 | +## 4.23.0 |
| 16 | + |
| 17 | +**Minor changes** |
| 18 | + |
| 19 | +<!-- START components/card --> |
| 20 | + |
| 21 | +`Card` - Updated all exported types to use template literals instead of enum values. |
| 22 | + |
| 23 | +<!-- END --> |
| 24 | + |
| 25 | +<!-- START components/icon-tile --> |
| 26 | + |
| 27 | +`IconTile` - Updated exported `HdsIconTileColors` type to use template literals instead of enum values. |
| 28 | + |
| 29 | +<!-- END --> |
| 30 | + |
| 31 | +<small class="doc-whats-new-changelog-metadata">[#3106](https://github.com/hashicorp/design-system/pull/3106)</small> |
| 32 | + |
| 33 | +<div class="doc-whats-new-changelog-separator"></div> |
| 34 | + |
| 35 | +<!-- START components/table/advanced-table --> |
| 36 | + |
| 37 | +`AdvancedTable` - Added features and fixed issues for column pinning including: |
| 38 | + |
| 39 | +- Added support for pinning first column in context menu |
| 40 | +- Translated template strings in context menu |
| 41 | +- Fixed style for scroll indicator when first column is sticky and has a px width |
| 42 | +<!-- END --> |
| 43 | + |
| 44 | +<small class="doc-whats-new-changelog-metadata">[#3104](https://github.com/hashicorp/design-system/pull/3104)</small> |
| 45 | + |
| 46 | +<div class="doc-whats-new-changelog-separator"></div> |
16 | 47 |
|
17 | 48 | **Patch changes** |
18 | 49 |
|
| 50 | +<!-- START components/table/advanced-table --> |
19 | 51 |
|
20 | | -`AdvancedTable` - Fixed styles for right and center aligned cells. |
| 52 | +`AdvancedTable` - simplified `AdvancedTable::Tr` type signature so the `@selectionKey` argument is not incorrectly marked as required. |
21 | 53 |
|
| 54 | +<!-- END --> |
22 | 55 |
|
23 | | -<small class="doc-whats-new-changelog-metadata">[#3093](https://github.com/hashicorp/design-system/pull/3093)</small> |
| 56 | +<small class="doc-whats-new-changelog-metadata">[#3108](https://github.com/hashicorp/design-system/pull/3108)</small> |
24 | 57 |
|
25 | 58 | <div class="doc-whats-new-changelog-separator"></div> |
26 | 59 |
|
| 60 | +<!-- START components/app-header --> |
27 | 61 |
|
28 | | -`AppFrame` - Changed media query styles for frame header and sidebar containers to use level 3 vs level 4 CSS syntax |
| 62 | +`AppHeader` - Fixed classname so that non-active controls in the `AppHeader` will be styled as disabled when the `AppSideNav` is expanded and in overlay mode |
| 63 | + |
| 64 | +<!-- END --> |
| 65 | + |
| 66 | +<small class="doc-whats-new-changelog-metadata">[#3116](https://github.com/hashicorp/design-system/pull/3116)</small> |
| 67 | + |
| 68 | +<div class="doc-whats-new-changelog-separator"></div> |
| 69 | + |
| 70 | +## 4.22.1 |
29 | 71 |
|
| 72 | +**Patch changes** |
| 73 | + |
| 74 | +`AdvancedTable` - Fixed styles for right and center aligned cells. |
| 75 | + |
| 76 | +<small class="doc-whats-new-changelog-metadata">[#3093](https://github.com/hashicorp/design-system/pull/3093)</small> |
| 77 | + |
| 78 | +<div class="doc-whats-new-changelog-separator"></div> |
| 79 | + |
| 80 | +`AppFrame` - Changed media query styles for frame header and sidebar containers to use level 3 vs level 4 CSS syntax |
30 | 81 |
|
31 | 82 | <small class="doc-whats-new-changelog-metadata">[#3110](https://github.com/hashicorp/design-system/pull/3110)</small> |
32 | 83 |
|
@@ -1580,36 +1631,7 @@ Migrated all internal instances of `FlightIcon` to `Hds::Icon` |
1580 | 1631 |
|
1581 | 1632 | - @hashicorp/design-system-tokens@2.2.1 |
1582 | 1633 |
|
1583 | | -## 4.9.0 |
1584 | | - |
1585 | | -[4.9.0 documentation](https://hds-website-4-9-0.vercel.app/) |
1586 | | - |
1587 | | -**Minor changes** |
1588 | | - |
1589 | | -`Icon` - Added component: |
1590 | | - |
1591 | | -`Hds::Icon` is meant to replace usage of the `FlightIcon` component from `ember-flight-icons`. |
1592 | | - |
1593 | | -- Displays `block` by default. (`FlightIcon` displays `inline-block` by default) |
1594 | | -- Exposes a set of predefined "foreground" colors via the `@color` argument |
1595 | | - |
1596 | | -<small class="doc-whats-new-changelog-metadata">[#2207](https://github.com/hashicorp/design-system/pull/2207)</small> |
1597 | | - |
1598 | | -<div class="doc-whats-new-changelog-separator"></div> |
1599 | | - |
1600 | | -`CodeBlock`: Converted component to TypeScript |
1601 | | - |
1602 | | -<small class="doc-whats-new-changelog-metadata">[#2313](https://github.com/hashicorp/design-system/pull/2313)</small> |
1603 | | - |
1604 | | -<div class="doc-whats-new-changelog-separator"></div> |
1605 | | - |
1606 | | -`TooltipButton`: Converted component to TypeScript |
1607 | | - |
1608 | | -<small class="doc-whats-new-changelog-metadata">[#2317](https://github.com/hashicorp/design-system/pull/2317)</small> |
1609 | | - |
1610 | | -<div class="doc-whats-new-changelog-separator"></div> |
1611 | | - |
1612 | 1634 |
|
1613 | 1635 | --- |
1614 | 1636 |
|
1615 | | -_[Read the full changelog](https://github.com/hashicorp/design-system/blob/main/packages/components/CHANGELOG.md)_ |
| 1637 | +_[Read the full changelog](https://github.com/hashicorp/design-system/blob/main/packages/components/CHANGELOG.md)_ |
0 commit comments