|
1 | 1 | # @hashicorp/design-system-components |
2 | 2 |
|
| 3 | +## 4.8.0 |
| 4 | + |
| 5 | +### Minor Changes |
| 6 | + |
| 7 | +`AppHeader` - Added new component. |
| 8 | + |
| 9 | +`SideNav` - Added new `withAppHeader` option. |
| 10 | + |
| 11 | +<small class="doc-whats-new-changelog-metadata">[#2161](https://github.com/hashicorp/design-system/pull/2161)</small> |
| 12 | + |
| 13 | +<div class="doc-whats-new-changelog-separator"></div> |
| 14 | + |
| 15 | +`Dropdown` - Converted component to TypeScript |
| 16 | + |
| 17 | +`MenuPrimitive` - Converted component to TypeScript |
| 18 | + |
| 19 | +`TooltipModifier` - Converted modifier to TypeScript |
| 20 | + |
| 21 | +<small class="doc-whats-new-changelog-metadata">[#2272](https://github.com/hashicorp/design-system/pull/2272)</small> |
| 22 | + |
| 23 | +<div class="doc-whats-new-changelog-separator"></div> |
| 24 | + |
| 25 | +`Breadcrumb` - Converted component to TypeScript |
| 26 | + |
| 27 | +<small class="doc-whats-new-changelog-metadata">[#2304](https://github.com/hashicorp/design-system/pull/2304)</small> |
| 28 | + |
| 29 | +<div class="doc-whats-new-changelog-separator"></div> |
| 30 | + |
| 31 | +`ApplicationState`: |
| 32 | + |
| 33 | +- Spacing and alignment updates |
| 34 | +- New `@align` (`left` (default), `center`) argument for aligning content |
| 35 | +- Added new yielded `Media` child component |
| 36 | + |
| 37 | +`ApplicationState::Header`: |
| 38 | + |
| 39 | +- The header now supports an optional `@titleTag` argument that can override the default title element (`div`) |
| 40 | + |
| 41 | +`ApplicationState::Footer`: |
| 42 | + |
| 43 | +- The footer now yields `Button` and `Dropdown` components as well as `LinkStandalone` |
| 44 | +- The visual separator has been removed to modernize the component’s visual look |
| 45 | + |
| 46 | +<small class="doc-whats-new-changelog-metadata">[#2274](https://github.com/hashicorp/design-system/pull/2274)</small> |
| 47 | + |
| 48 | +<div class="doc-whats-new-changelog-separator"></div> |
| 49 | + |
| 50 | +`SegmentedGroup` - Converted component to TypeScript |
| 51 | + |
| 52 | +<small class="doc-whats-new-changelog-metadata">[#2094](https://github.com/hashicorp/design-system/pull/2094)</small> |
| 53 | + |
| 54 | +<div class="doc-whats-new-changelog-separator"></div> |
| 55 | + |
| 56 | +### Patch Changes |
| 57 | + |
| 58 | +Add explicit `ember-get-config` dependency for use in the icon sprite initializer |
| 59 | + |
| 60 | +<small class="doc-whats-new-changelog-metadata">[#2283](https://github.com/hashicorp/design-system/pull/2283)</small> |
| 61 | + |
| 62 | +<div class="doc-whats-new-changelog-separator"></div> |
| 63 | + |
| 64 | +**🔄 Updated dependencies:** |
| 65 | + |
| 66 | +- @hashicorp/design-system-tokens@2.2.0 |
| 67 | + |
3 | 68 | ## 4.7.0 |
4 | 69 |
|
5 | 70 | ### Minor Changes |
|
0 commit comments