From 2dc7972fad0b240132d5d7a06cb55c7b75076db9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 26 Sep 2024 17:18:43 +0000 Subject: [PATCH] Version Packages --- .changeset/chilled-cups-divide.md | 5 - .changeset/famous-dragons-march.md | 5 - .changeset/forty-hounds-nail.md | 5 - .changeset/hot-timers-complain.md | 7 - .changeset/loud-grapes-refuse.md | 7 - .changeset/quiet-ducks-develop.md | 9 - .changeset/real-cobras-collect.md | 7 - .changeset/sharp-phones-wait.md | 5 - .changeset/sharp-taxis-juggle.md | 5 - .changeset/thin-ghosts-share.md | 5 - .changeset/three-mugs-kneel.md | 9 - .changeset/tricky-forks-lay.md | 5 - .changeset/tricky-trains-ring.md | 5 - .changeset/twenty-pumpkins-notice.md | 5 - .changeset/warm-needles-boil.md | 5 - packages/components/CHANGELOG.md | 112 ++++++++++++- packages/components/package.json | 2 +- .../release-notes/partials/components.md | 155 +++++++++++++----- 18 files changed, 223 insertions(+), 135 deletions(-) delete mode 100644 .changeset/chilled-cups-divide.md delete mode 100644 .changeset/famous-dragons-march.md delete mode 100644 .changeset/forty-hounds-nail.md delete mode 100644 .changeset/hot-timers-complain.md delete mode 100644 .changeset/loud-grapes-refuse.md delete mode 100644 .changeset/quiet-ducks-develop.md delete mode 100644 .changeset/real-cobras-collect.md delete mode 100644 .changeset/sharp-phones-wait.md delete mode 100644 .changeset/sharp-taxis-juggle.md delete mode 100644 .changeset/thin-ghosts-share.md delete mode 100644 .changeset/three-mugs-kneel.md delete mode 100644 .changeset/tricky-forks-lay.md delete mode 100644 .changeset/tricky-trains-ring.md delete mode 100644 .changeset/twenty-pumpkins-notice.md delete mode 100644 .changeset/warm-needles-boil.md diff --git a/.changeset/chilled-cups-divide.md b/.changeset/chilled-cups-divide.md deleted file mode 100644 index 2ebf8961fa..0000000000 --- a/.changeset/chilled-cups-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -`Dropdown`: added `isOpen` state to the Dropdown content diff --git a/.changeset/famous-dragons-march.md b/.changeset/famous-dragons-march.md deleted file mode 100644 index 9be2059be3..0000000000 --- a/.changeset/famous-dragons-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -`IconTile`: fixed `@color` argument type signature diff --git a/.changeset/forty-hounds-nail.md b/.changeset/forty-hounds-nail.md deleted file mode 100644 index f7eefb8684..0000000000 --- a/.changeset/forty-hounds-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -`Interactive` - aligned types with `LinkTo` diff --git a/.changeset/hot-timers-complain.md b/.changeset/hot-timers-complain.md deleted file mode 100644 index 0111c9c8c1..0000000000 --- a/.changeset/hot-timers-complain.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -`DialogPrimitive` - Fixed issue with `box-sizing` inheritance - -`Modal`/`Flyout` - Updated `box-sizing` inheritance via `DialogPrimitive` fix diff --git a/.changeset/loud-grapes-refuse.md b/.changeset/loud-grapes-refuse.md deleted file mode 100644 index 237e54bb40..0000000000 --- a/.changeset/loud-grapes-refuse.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -Upgraded `eslint-plugin-ember` to `12.2.0` - -`AppFooter`, `AppFrame`, `SideNav` - refactored subcomponents to use `TemplateOnlyComponent` instead of empty classes. \ No newline at end of file diff --git a/.changeset/quiet-ducks-develop.md b/.changeset/quiet-ducks-develop.md deleted file mode 100644 index fc401ea533..0000000000 --- a/.changeset/quiet-ducks-develop.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@hashicorp/design-system-components': patch ---- - -`RadioCard` - -- Fixed selected border colors to match Figma and interactive states. -- Updated icon, label, and description colors to use `disabled-foreground` when - the `RadioCard` is disabled. diff --git a/.changeset/real-cobras-collect.md b/.changeset/real-cobras-collect.md deleted file mode 100644 index 1b1628a641..0000000000 --- a/.changeset/real-cobras-collect.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -`MaskedInput` - Changed textarea scrollbar-width to "thin" to reduce overlap with toggle button. - -`CodeBlock` - Changed textarea scrollbar-width to "thin" to reduce overlap with copy button. diff --git a/.changeset/sharp-phones-wait.md b/.changeset/sharp-phones-wait.md deleted file mode 100644 index 08e058fcac..0000000000 --- a/.changeset/sharp-phones-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -Removed `ember-keyboard` dependency diff --git a/.changeset/sharp-taxis-juggle.md b/.changeset/sharp-taxis-juggle.md deleted file mode 100644 index 50d4944f56..0000000000 --- a/.changeset/sharp-taxis-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -`Tabs` - fixed signatures for subcomponents diff --git a/.changeset/thin-ghosts-share.md b/.changeset/thin-ghosts-share.md deleted file mode 100644 index 2c208c8d9b..0000000000 --- a/.changeset/thin-ghosts-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -`Table` - fixed signatures for subcomponents diff --git a/.changeset/three-mugs-kneel.md b/.changeset/three-mugs-kneel.md deleted file mode 100644 index 440f362188..0000000000 --- a/.changeset/three-mugs-kneel.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -`BadgeCount`: updated the type of the `text` argument to allow numbers - -`TooltipButton`: made the default value for the `placement` argument `'top'` and fixed the type definition - -`TooltipButton`: made the `extraTippyOptions` argument optional and allowed to be a partial object diff --git a/.changeset/tricky-forks-lay.md b/.changeset/tricky-forks-lay.md deleted file mode 100644 index efd29e59ab..0000000000 --- a/.changeset/tricky-forks-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -`DialogPrimitive`: added a guard so the yielded close function is always defined' diff --git a/.changeset/tricky-trains-ring.md b/.changeset/tricky-trains-ring.md deleted file mode 100644 index ba04f852f3..0000000000 --- a/.changeset/tricky-trains-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -`Hds::SideNav` - Fixed a couple of bugs where SideNav would remain inert when no longer minimized (or would not be inert when minimized) diff --git a/.changeset/twenty-pumpkins-notice.md b/.changeset/twenty-pumpkins-notice.md deleted file mode 100644 index 47e4808c75..0000000000 --- a/.changeset/twenty-pumpkins-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -`Button` - aligned type names to convention diff --git a/.changeset/warm-needles-boil.md b/.changeset/warm-needles-boil.md deleted file mode 100644 index c6ee1d2895..0000000000 --- a/.changeset/warm-needles-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -Fixed issue with icon sprite not initiated diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index dc7b9dea67..4614d2c451 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,115 @@ # @hashicorp/design-system-components +## 4.12.0 + +### Minor Changes + +`Dropdown`: added `isOpen` state to the Dropdown content + +[#2443](https://github.com/hashicorp/design-system/pull/2443) + +
+ +### Patch Changes + +`IconTile`: fixed `@color` argument type signature + +[#2452](https://github.com/hashicorp/design-system/pull/2452) + +
+ +`Interactive` - aligned types with `LinkTo` + +[#2455](https://github.com/hashicorp/design-system/pull/2455) + +
+ +`DialogPrimitive` - Fixed issue with `box-sizing` inheritance + +`Modal`/`Flyout` - Updated `box-sizing` inheritance via `DialogPrimitive` fix + +[#2442](https://github.com/hashicorp/design-system/pull/2442) + +
+ +Upgraded `eslint-plugin-ember` to `12.2.0` + +`AppFooter`, `AppFrame`, `SideNav` - refactored subcomponents to use `TemplateOnlyComponent` instead of empty classes. + +[#2427](https://github.com/hashicorp/design-system/pull/2427) + +
+ +`RadioCard` + +- Fixed selected border colors to match Figma and interactive states. +- Updated icon, label, and description colors to use `disabled-foreground` when + the `RadioCard` is disabled. + +[#2445](https://github.com/hashicorp/design-system/pull/2445) + +
+ +`MaskedInput` - Changed textarea scrollbar-width to "thin" to reduce overlap with toggle button. + +`CodeBlock` - Changed textarea scrollbar-width to "thin" to reduce overlap with copy button. + +[#2444](https://github.com/hashicorp/design-system/pull/2444) + +
+ +Removed `ember-keyboard` dependency + +[#2460](https://github.com/hashicorp/design-system/pull/2460) + +
+ +`Tabs` - fixed signatures for subcomponents + +[#2448](https://github.com/hashicorp/design-system/pull/2448) + +
+ +`Table` - fixed signatures for subcomponents + +[#2449](https://github.com/hashicorp/design-system/pull/2449) + +
+ +`BadgeCount`: updated the type of the `text` argument to allow numbers + +`TooltipButton`: made the default value for the `placement` argument `'top'` and fixed the type definition + +`TooltipButton`: made the `extraTippyOptions` argument optional and allowed to be a partial object + +[#2447](https://github.com/hashicorp/design-system/pull/2447) + +
+ +`DialogPrimitive`: added a guard so the yielded close function is always defined' + +[#2453](https://github.com/hashicorp/design-system/pull/2453) + +
+ +`Hds::SideNav` - Fixed a couple of bugs where SideNav would remain inert when no longer minimized (or would not be inert when minimized) + +[#2431](https://github.com/hashicorp/design-system/pull/2431) - Thanks [@DingoEatingFuzz](https://github.com/DingoEatingFuzz) for the contribution! 🙏 + +
+ +`Button` - aligned type names to convention + +[#2457](https://github.com/hashicorp/design-system/pull/2457) + +
+ +Fixed issue with icon sprite not initiated + +[#2433](https://github.com/hashicorp/design-system/pull/2433) - Thanks [@aklkv](https://github.com/aklkv) for the contribution! 🙏 + +
+ ## 4.11.0 [4.11.0 documentation](https://hds-website-4-11-0.vercel.app/) @@ -937,7 +1047,7 @@ Alternatively, you can import the CSS by adding this configuration in `ember-cli ```js app.import( - 'node_modules/@hashicorp/design-system-components/dist/styles/@hashicorp/design-system-components.css' + "node_modules/@hashicorp/design-system-components/dist/styles/@hashicorp/design-system-components.css", ); ``` diff --git a/packages/components/package.json b/packages/components/package.json index e7d0d7ab7e..fecd09d84e 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@hashicorp/design-system-components", - "version": "4.11.0", + "version": "4.12.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 e4a380f503..9194087e60 100644 --- a/website/docs/whats-new/release-notes/partials/components.md +++ b/website/docs/whats-new/release-notes/partials/components.md @@ -12,6 +12,116 @@

+## 4.12.0 + +**Minor changes** + +`Dropdown`: added `isOpen` state to the Dropdown content + +[#2443](https://github.com/hashicorp/design-system/pull/2443) + +
+ +**Patch changes** + +`IconTile`: fixed `@color` argument type signature + +[#2452](https://github.com/hashicorp/design-system/pull/2452) + +
+ +`Interactive` - aligned types with `LinkTo` + +[#2455](https://github.com/hashicorp/design-system/pull/2455) + +
+ +`DialogPrimitive` - Fixed issue with `box-sizing` inheritance + +`Modal`/`Flyout` - Updated `box-sizing` inheritance via `DialogPrimitive` fix + +[#2442](https://github.com/hashicorp/design-system/pull/2442) + +
+ +Upgraded `eslint-plugin-ember` to `12.2.0` + +`AppFooter`, `AppFrame`, `SideNav` - refactored subcomponents to use `TemplateOnlyComponent` instead of empty classes. + +[#2427](https://github.com/hashicorp/design-system/pull/2427) + +
+ +`RadioCard` + +- Fixed selected border colors to match Figma and interactive states. +- Updated icon, label, and description colors to use `disabled-foreground` when + the `RadioCard` is disabled. + +[#2445](https://github.com/hashicorp/design-system/pull/2445) + +
+ +`MaskedInput` - Changed textarea scrollbar-width to "thin" to reduce overlap with toggle button. + +`CodeBlock` - Changed textarea scrollbar-width to "thin" to reduce overlap with copy button. + +[#2444](https://github.com/hashicorp/design-system/pull/2444) + +
+ +Removed `ember-keyboard` dependency + +[#2460](https://github.com/hashicorp/design-system/pull/2460) + +
+ +`Tabs` - fixed signatures for subcomponents + +[#2448](https://github.com/hashicorp/design-system/pull/2448) + +
+ +`Table` - fixed signatures for subcomponents + +[#2449](https://github.com/hashicorp/design-system/pull/2449) + +
+ +`BadgeCount`: updated the type of the `text` argument to allow numbers + +`TooltipButton`: made the default value for the `placement` argument `'top'` and fixed the type definition + +`TooltipButton`: made the `extraTippyOptions` argument optional and allowed to be a partial object + +[#2447](https://github.com/hashicorp/design-system/pull/2447) + +
+ +`DialogPrimitive`: added a guard so the yielded close function is always defined' + +[#2453](https://github.com/hashicorp/design-system/pull/2453) + +
+ +`Hds::SideNav` - Fixed a couple of bugs where SideNav would remain inert when no longer minimized (or would not be inert when minimized) + +[#2431](https://github.com/hashicorp/design-system/pull/2431) - Thanks [@DingoEatingFuzz](https://github.com/DingoEatingFuzz) for the contribution! 🙏 + +
+ +`Button` - aligned type names to convention + +[#2457](https://github.com/hashicorp/design-system/pull/2457) + +
+ +Fixed issue with icon sprite not initiated + +[#2433](https://github.com/hashicorp/design-system/pull/2433) - Thanks [@aklkv](https://github.com/aklkv) for the contribution! 🙏 + +
+ ## 4.11.0 [4.11.0 documentation](https://hds-website-4-11-0.vercel.app/) @@ -949,7 +1059,7 @@ Alternatively, you can import the CSS by adding this configuration in `ember-cli ```js app.import( - 'node_modules/@hashicorp/design-system-components/dist/styles/@hashicorp/design-system-components.css' + "node_modules/@hashicorp/design-system-components/dist/styles/@hashicorp/design-system-components.css", ); ``` @@ -1079,49 +1189,6 @@ _Since this is an update brand colors and product icons, we consider this a `min - @hashicorp/design-system-tokens@1.11.0 - @hashicorp/ember-flight-icons@4.1.0 -## 3.5.0 - -[3.5.0 documentation](https://hds-website-3-5-0.vercel.app/) - -**Minor changes** - -`IconTile` - updated component adding support for `vault-radar` product - -[#1904](https://github.com/hashicorp/design-system/pull/1904) - -
- -**Patch changes** - -`SideNav::List::Title`, `SideNav::List::BackLink`, `SideNav::List::Link`: fixed issue with long text strings without spaces not wrapping - -[#1899](https://github.com/hashicorp/design-system/pull/1899) - -
- -Added `hds-` prefix to Sass variables for component styles (where missing). - -[#1903](https://github.com/hashicorp/design-system/pull/1903) - -
- -`Tabs` - removed `@cached` decorator and the associated `ember-cached-decorator-polyfill` - -[#1905](https://github.com/hashicorp/design-system/pull/1905) - -
- -`CodeBlock` - Fixed the default token color in the syntax highlighting theme. - -[#1893](https://github.com/hashicorp/design-system/pull/1893) - -
- -**🔄 Updated dependencies:** - -- @hashicorp/design-system-tokens@1.10.0 -- @hashicorp/ember-flight-icons@4.0.6 - ---