Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 14, 2024
1 parent 626adc8 commit d922401
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/thin-games-doubt.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @hashicorp/design-system-components

## 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/)
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/design-system-components",
"version": "4.14.0",
"version": "4.15.0",
"description": "Helios Design System Components",
"keywords": [
"hashicorp",
Expand Down
46 changes: 22 additions & 24 deletions website/docs/whats-new/release-notes/partials/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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>

Expand Down Expand Up @@ -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>

Expand All @@ -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>

Expand All @@ -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>
Expand All @@ -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>

Expand Down Expand Up @@ -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>

Expand Down Expand Up @@ -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>


---

Expand Down

0 comments on commit d922401

Please sign in to comment.