|
12 | 12 | </a> |
13 | 13 | </p> |
14 | 14 |
|
| 15 | +## 4.10.0 |
| 16 | + |
| 17 | +**Minor changes** |
| 18 | + |
| 19 | +`AppHeader`: |
| 20 | + |
| 21 | +- Hide the closed menu content in mobile view using CSS instead of conditionally rendering/not rendering the menu content. |
| 22 | +- Add `NavigationNarrator` with associated arguments to provide a "skip link". |
| 23 | + |
| 24 | +<small class="doc-whats-new-changelog-metadata">[#2306](https://github.com/hashicorp/design-system/pull/2306)</small> |
| 25 | + |
| 26 | +<div class="doc-whats-new-changelog-separator"></div> |
| 27 | + |
| 28 | +`AppFrame`: |
| 29 | + |
| 30 | +- Modified sticky/fixed position to turn off when viewport height is under 480px in height |
| 31 | +- Refactored styles to make `AppFrame` responsible for sticky/fixed layout of `SideNav` and `AppHeader` |
| 32 | + |
| 33 | +`AppHeader`: |
| 34 | + |
| 35 | +- Styled inoperable actions as disabled (which occurs when the `SideNav` is expanded in mobile view) |
| 36 | + |
| 37 | +`SideNav`: |
| 38 | + |
| 39 | +- Removed the `withAppHeader` option as it is no longer needed. |
| 40 | + |
| 41 | +<small class="doc-whats-new-changelog-metadata">[#2299](https://github.com/hashicorp/design-system/pull/2299)</small> |
| 42 | + |
| 43 | +<div class="doc-whats-new-changelog-separator"></div> |
| 44 | + |
15 | 45 | ## 4.9.0 |
16 | 46 |
|
| 47 | +[4.9.0 documentation](https://hds-website-4-9-0.vercel.app/) |
| 48 | + |
17 | 49 | **Minor changes** |
18 | 50 |
|
19 | 51 | `Icon` - Added component: |
@@ -888,58 +920,6 @@ Added `hds-` prefix to Sass variables for component styles (where missing). |
888 | 920 |
|
889 | 921 | <div class="doc-whats-new-changelog-separator"></div> |
890 | 922 |
|
891 | | -## 3.4.0 |
892 | | - |
893 | | -**Minor changes** |
894 | | - |
895 | | -`Button` - Added `@isInline` argument |
896 | | - |
897 | | -<small class="doc-whats-new-changelog-metadata">[#1854](https://github.com/hashicorp/design-system/pull/1854)</small> |
898 | | - |
899 | | -<div class="doc-whats-new-changelog-separator"></div> |
900 | | - |
901 | | -`Table` - Added support for `baseline` vertical alignment |
902 | | - |
903 | | -<small class="doc-whats-new-changelog-metadata">[#1861](https://github.com/hashicorp/design-system/pull/1861)</small> |
904 | | - |
905 | | -<div class="doc-whats-new-changelog-separator"></div> |
906 | | - |
907 | | -**Patch changes** |
908 | | - |
909 | | -`AppFooter` - Changed visual alignment from right-aligned to centered. |
910 | | - |
911 | | -<small class="doc-whats-new-changelog-metadata">[#1867](https://github.com/hashicorp/design-system/pull/1867)</small> |
912 | | - |
913 | | -<div class="doc-whats-new-changelog-separator"></div> |
914 | | - |
915 | | -`Tooltip` - Fixed issue with text alignment, which was inherited from the parent container (now it's always left aligned). |
916 | | - |
917 | | -<small class="doc-whats-new-changelog-metadata">[#1869](https://github.com/hashicorp/design-system/pull/1869)</small> |
918 | | - |
919 | | -<div class="doc-whats-new-changelog-separator"></div> |
920 | | - |
921 | | -`Tabs` - Fixed subcomponents' backing-class names |
922 | | - |
923 | | -<small class="doc-whats-new-changelog-metadata">[#1883](https://github.com/hashicorp/design-system/pull/1883)</small> |
924 | | - |
925 | | -<div class="doc-whats-new-changelog-separator"></div> |
926 | | - |
927 | | -`AppFooter` - Updated default accessibility URL to https://hashicorp.com/accessibility |
928 | | - |
929 | | -<small class="doc-whats-new-changelog-metadata">[#1811](https://github.com/hashicorp/design-system/pull/1811)</small> |
930 | | - |
931 | | -<div class="doc-whats-new-changelog-separator"></div> |
932 | | - |
933 | | -`Form::Fieldset` as consumed by `Form::Checkbox::Group`, `Form::Radio::Group`, `Form::RadioCard::Group`, and `Form::Toggle::Group` - Changed spacing between `legend` and content from 4px to 8px |
934 | | - |
935 | | -<small class="doc-whats-new-changelog-metadata">[#1856](https://github.com/hashicorp/design-system/pull/1856)</small> |
936 | | - |
937 | | -<div class="doc-whats-new-changelog-separator"></div> |
938 | | - |
939 | | -**🔄 Updated dependencies:** |
940 | | - |
941 | | -- @hashicorp/ember-flight-icons@4.0.5 |
942 | | - |
943 | 923 |
|
944 | 924 | --- |
945 | 925 |
|
|
0 commit comments