Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ju committed Nov 6, 2024
1 parent 13bfc4c commit 716808d
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@

## 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>

Expand Down Expand Up @@ -48,7 +50,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>

Expand Down Expand Up @@ -76,7 +78,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>

Expand All @@ -88,15 +90,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>

Expand All @@ -113,7 +115,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>
Expand All @@ -127,7 +129,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>

Expand Down Expand Up @@ -255,7 +257,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>

Expand Down

0 comments on commit 716808d

Please sign in to comment.