From 435584ab06149b111ad390640245fc5f84702656 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 25 Sep 2024 14:26:26 +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/real-cobras-collect.md | 7 - .changeset/sharp-taxis-juggle.md | 5 - .changeset/thin-ghosts-share.md | 5 - .changeset/three-mugs-kneel.md | 9 -- .changeset/tricky-trains-ring.md | 5 - .changeset/warm-needles-boil.md | 5 - packages/components/CHANGELOG.md | 84 +++++++++++- packages/components/package.json | 2 +- .../release-notes/partials/components.md | 127 ++++++++++++------ 14 files changed, 167 insertions(+), 111 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/real-cobras-collect.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-trains-ring.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/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-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-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/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..78ddccedc1 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,87 @@ # @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) + +
+ +`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) + +
+ +`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) + +
+ +`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! 🙏 + +
+ +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 +1019,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 bef4971b59..fafd70fd93 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..9f5d783849 100644 --- a/website/docs/whats-new/release-notes/partials/components.md +++ b/website/docs/whats-new/release-notes/partials/components.md @@ -12,6 +12,88 @@

+## 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) + +
+ +`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) + +
+ +`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) + +
+ +`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! 🙏 + +
+ +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 +1031,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 +1161,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 - ---