-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
626adc8
commit d922401
Showing
4 changed files
with
33 additions
and
30 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,17 +12,29 @@ | |
</a> | ||
</p> | ||
|
||
## 4.15.0 | ||
|
||
**Minor changes** | ||
|
||
`Table` - Exposed the index of the `@each` loop over the `@model` as `rowIndex` | ||
|
||
<small class="doc-whats-new-changelog-metadata">[#2554](https://github.com/hashicorp/design-system/pull/2554)</small> | ||
|
||
<div class="doc-whats-new-changelog-separator"></div> | ||
|
||
## 4.14.0 | ||
|
||
[4.14.0 documentation](https://hds-website-4-14-0.vercel.app/) | ||
|
||
**Minor changes** | ||
|
||
`Dropdown` - added `@matchToggleWidth` argument | ||
`Dropdown` - Added `@matchToggleWidth` argument | ||
|
||
<small class="doc-whats-new-changelog-metadata">[#2530](https://github.com/hashicorp/design-system/pull/2530)</small> | ||
|
||
<div class="doc-whats-new-changelog-separator"></div> | ||
|
||
`hds-clipboard`: added `clipboard-polyfill` to support product usage in non-secure environments. This impacts `Copy::Button`, `Copy::Snippet`, `CodeBlock`, and `MaskedInput`. | ||
`hds-clipboard` - Added `clipboard-polyfill` to support product usage in non-secure environments; this impacts `Copy::Button`, `Copy::Snippet`, `CodeBlock`, and `MaskedInput` | ||
|
||
<small class="doc-whats-new-changelog-metadata">[#2525](https://github.com/hashicorp/design-system/pull/2525)</small> | ||
|
||
|
@@ -60,7 +72,7 @@ Fixed instances where arguments are passed into tracked properties at declaratio | |
|
||
<div class="doc-whats-new-changelog-separator"></div> | ||
|
||
`Dropdown`: fixed the height of the chevron in `ToggleButton`. | ||
`Dropdown` - Fixed the height of the chevron in `ToggleButton` | ||
|
||
<small class="doc-whats-new-changelog-metadata">[#2522](https://github.com/hashicorp/design-system/pull/2522)</small> | ||
|
||
|
@@ -88,7 +100,7 @@ Export TypeScript signatures for all components and modifiers | |
|
||
<div class="doc-whats-new-changelog-separator"></div> | ||
|
||
`Alert` - Removed role="alert" and aria-live="polite" attributes from Alerts with color set to "neutral" or "highlight" | ||
`Alert` - Removed `role="alert"` and `aria-live="polite"` attributes from Alerts with color set to "neutral" or "highlight" | ||
|
||
<small class="doc-whats-new-changelog-metadata">[#2500](https://github.com/hashicorp/design-system/pull/2500)</small> | ||
|
||
|
@@ -100,15 +112,15 @@ Export TypeScript signatures for all components and modifiers | |
|
||
**Minor changes** | ||
|
||
`Modal` - Added `returnFocusTo` argument to control where the browser focus is returned once the modal is closed | ||
`Modal` - Added `@returnFocusTo` argument to control where the browser focus is returned once the modal is closed | ||
|
||
`Flyout` - Added `returnFocusTo` argument to control where the browser focus is returned once the flyout is closed | ||
`Flyout` - Added `@returnFocusTo` argument to control where the browser focus is returned once the flyout is closed | ||
|
||
<small class="doc-whats-new-changelog-metadata">[#2497](https://github.com/hashicorp/design-system/pull/2497)</small> | ||
|
||
<div class="doc-whats-new-changelog-separator"></div> | ||
|
||
`CodeBlock` - Added `lineNumberStart` option to set custom starting number for line numbering | ||
`CodeBlock` - Added `@lineNumberStart` option to set custom starting number for line numbering | ||
|
||
<small class="doc-whats-new-changelog-metadata">[#2467](https://github.com/hashicorp/design-system/pull/2467)</small> | ||
|
||
|
@@ -125,7 +137,7 @@ Export TypeScript signatures for all components and modifiers | |
`Dropdown` | ||
|
||
- Fixed content being preserved in the DOM when closed | ||
- Removed the `isOpen` yielded argument | ||
- Removed the `@isOpen` yielded argument | ||
- Added `@preserveContentInDom` to optionally control rendering of the content | ||
|
||
<small class="doc-whats-new-changelog-metadata">[#2490](https://github.com/hashicorp/design-system/pull/2490)</small> | ||
|
@@ -139,7 +151,7 @@ Export TypeScript signatures for all components and modifiers | |
|
||
<div class="doc-whats-new-changelog-separator"></div> | ||
|
||
`SuperSelect` - Update the the default state of selected list items to `Foreground / Primary` to match other list items and the `Dropdown`. | ||
`SuperSelect` - Update the the default state of selected list items to `Foreground` / `Primary` to match other list items and the `Dropdown`. | ||
|
||
<small class="doc-whats-new-changelog-metadata">[#2479](https://github.com/hashicorp/design-system/pull/2479)</small> | ||
|
||
|
@@ -267,7 +279,7 @@ Removed `ember-keyboard` dependency | |
|
||
<div class="doc-whats-new-changelog-separator"></div> | ||
|
||
`DialogPrimitive` - added a guard so the yielded close function is always defined' | ||
`DialogPrimitive` - added a guard so the yielded close function is always defined | ||
|
||
<small class="doc-whats-new-changelog-metadata">[#2453](https://github.com/hashicorp/design-system/pull/2453)</small> | ||
|
||
|
@@ -1140,20 +1152,6 @@ This version is a re-release of `@hashicorp/[email protected]` cont | |
|
||
<div class="doc-whats-new-changelog-separator"></div> | ||
|
||
## 4.1.1 | ||
|
||
**🚨 Caution: This version is missing the pre-compiled CSS 🚨** | ||
|
||
You can still use this version if you import styles as Sass and don't require `design-system-components.css` | ||
|
||
**Patch changes** | ||
|
||
`Flyout` - Fixed issue with Sass operators failing in old versions of Sass | ||
|
||
<small class="doc-whats-new-changelog-metadata">[#1994](https://github.com/hashicorp/design-system/pull/1994)</small> | ||
|
||
<div class="doc-whats-new-changelog-separator"></div> | ||
|
||
|
||
--- | ||
|
||
|