From d9224018a49b193325d451d695de4e9ee79fd467 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 14 Nov 2024 20:22:25 +0000 Subject: [PATCH] Version Packages --- .changeset/thin-games-doubt.md | 5 -- packages/components/CHANGELOG.md | 10 ++++ packages/components/package.json | 2 +- .../release-notes/partials/components.md | 46 +++++++++---------- 4 files changed, 33 insertions(+), 30 deletions(-) delete mode 100644 .changeset/thin-games-doubt.md diff --git a/.changeset/thin-games-doubt.md b/.changeset/thin-games-doubt.md deleted file mode 100644 index 16cb642bac..0000000000 --- a/.changeset/thin-games-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -`Table` - Exposed the index of the `@each` loop over the `@model` as `rowIndex` diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 8ab6847bde..5c9e8b7396 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -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` + +[#2554](https://github.com/hashicorp/design-system/pull/2554) + +
+ ## 4.14.0 [4.14.0 documentation](https://hds-website-4-14-0.vercel.app/) diff --git a/packages/components/package.json b/packages/components/package.json index 018809aa49..f06f58b2dc 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@hashicorp/design-system-components", - "version": "4.14.0", + "version": "4.15.0", "description": "Helios Design System Components", "keywords": [ "hashicorp", diff --git a/website/docs/whats-new/release-notes/partials/components.md b/website/docs/whats-new/release-notes/partials/components.md index 6727566584..a33aadd9eb 100644 --- a/website/docs/whats-new/release-notes/partials/components.md +++ b/website/docs/whats-new/release-notes/partials/components.md @@ -12,17 +12,29 @@

+## 4.15.0 + +**Minor changes** + +`Table` - Exposed the index of the `@each` loop over the `@model` as `rowIndex` + +[#2554](https://github.com/hashicorp/design-system/pull/2554) + +
+ ## 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 [#2530](https://github.com/hashicorp/design-system/pull/2530)
-`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` [#2525](https://github.com/hashicorp/design-system/pull/2525) @@ -60,7 +72,7 @@ Fixed instances where arguments are passed into tracked properties at declaratio
-`Dropdown`: fixed the height of the chevron in `ToggleButton`. +`Dropdown` - Fixed the height of the chevron in `ToggleButton` [#2522](https://github.com/hashicorp/design-system/pull/2522) @@ -88,7 +100,7 @@ Export TypeScript signatures for all components and modifiers
-`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" [#2500](https://github.com/hashicorp/design-system/pull/2500) @@ -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 [#2497](https://github.com/hashicorp/design-system/pull/2497)
-`CodeBlock` - Added `lineNumberStart` option to set custom starting number for line numbering +`CodeBlock` - Added `@lineNumberStart` option to set custom starting number for line numbering [#2467](https://github.com/hashicorp/design-system/pull/2467) @@ -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 [#2490](https://github.com/hashicorp/design-system/pull/2490) @@ -139,7 +151,7 @@ Export TypeScript signatures for all components and modifiers
-`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`. [#2479](https://github.com/hashicorp/design-system/pull/2479) @@ -267,7 +279,7 @@ Removed `ember-keyboard` dependency
-`DialogPrimitive` - added a guard so the yielded close function is always defined' +`DialogPrimitive` - added a guard so the yielded close function is always defined [#2453](https://github.com/hashicorp/design-system/pull/2453) @@ -1140,20 +1152,6 @@ This version is a re-release of `@hashicorp/design-system-components@4.1.1` cont
-## 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 - -[#1994](https://github.com/hashicorp/design-system/pull/1994) - -
- ---