|
12 | 12 | </a> |
13 | 13 | </p> |
14 | 14 |
|
| 15 | +## 4.9.0 |
| 16 | + |
| 17 | +**Minor changes** |
| 18 | + |
| 19 | +`Icon` - Added component: |
| 20 | + |
| 21 | +`Hds::Icon` is meant to replace usage of the `FlightIcon` component from `ember-flight-icons`. |
| 22 | + |
| 23 | +- Displays `block` by default. (`FlightIcon` displays `inline-block` by default) |
| 24 | +- Exposes a set of predefined "foreground" colors via the `@color` argument |
| 25 | + |
| 26 | +<small class="doc-whats-new-changelog-metadata">[#2207](https://github.com/hashicorp/design-system/pull/2207)</small> |
| 27 | + |
| 28 | +<div class="doc-whats-new-changelog-separator"></div> |
| 29 | + |
| 30 | +`CodeBlock`: Converted component to TypeScript |
| 31 | + |
| 32 | +<small class="doc-whats-new-changelog-metadata">[#2313](https://github.com/hashicorp/design-system/pull/2313)</small> |
| 33 | + |
| 34 | +<div class="doc-whats-new-changelog-separator"></div> |
| 35 | + |
| 36 | +`TooltipButton`: Converted component to TypeScript |
| 37 | + |
| 38 | +<small class="doc-whats-new-changelog-metadata">[#2317](https://github.com/hashicorp/design-system/pull/2317)</small> |
| 39 | + |
| 40 | +<div class="doc-whats-new-changelog-separator"></div> |
| 41 | + |
15 | 42 | ## 4.8.0 |
16 | 43 |
|
| 44 | +[4.8.0 documentation](https://hds-website-4-8-0.vercel.app/) |
| 45 | + |
17 | 46 | **Minor changes** |
18 | 47 |
|
19 | 48 | `AppHeader` - Added new component. |
@@ -907,32 +936,6 @@ Added `hds-` prefix to Sass variables for component styles (where missing). |
907 | 936 |
|
908 | 937 | - @hashicorp/ember-flight-icons@4.0.5 |
909 | 938 |
|
910 | | -## 3.3.0 |
911 | | - |
912 | | -**Minor changes** |
913 | | - |
914 | | -`Form::CharacterCount` - Added new component |
915 | | -`Form::Field` - Added `CharacterCount` contextual component |
916 | | -`Form::MaskedInput::Field` - Added `CharacterCount` contextual component |
917 | | -`Form::TextInput::Field` - Added `CharacterCount` contextual component |
918 | | -`Form::Textarea::Field` - Added `CharacterCount` contextual component |
919 | | - |
920 | | -<small class="doc-whats-new-changelog-metadata">[#1802](https://github.com/hashicorp/design-system/pull/1802)</small> |
921 | | - |
922 | | -<div class="doc-whats-new-changelog-separator"></div> |
923 | | - |
924 | | -**Patch changes** |
925 | | - |
926 | | -`Button` - Updated DOM structure to contain only `span` elements |
927 | | - |
928 | | -`Dropdown` - Updated button elements DOM structure to contain only `span` elements |
929 | | - |
930 | | -`Link::Standalone` - Updated DOM structure to contain only `span` elements |
931 | | - |
932 | | -<small class="doc-whats-new-changelog-metadata">[#1840](https://github.com/hashicorp/design-system/pull/1840)</small> |
933 | | - |
934 | | -<div class="doc-whats-new-changelog-separator"></div> |
935 | | - |
936 | 939 |
|
937 | 940 | --- |
938 | 941 |
|
|
0 commit comments