From e3cf3876c70055ad34d7042f9844858d41b421cb Mon Sep 17 00:00:00 2001 From: Helios HashiBot <105800889+hashibot-hds@users.noreply.github.com> Date: Thu, 27 Jun 2024 18:25:50 +0100 Subject: [PATCH] Version Packages (#2157) Co-authored-by: github-actions[bot] --- .changeset/angry-ghosts-repeat.md | 5 - .changeset/beige-clouds-occur.md | 5 - .changeset/cool-fans-bathe.md | 5 - .changeset/dirty-dots-wait.md | 9 - .changeset/friendly-rules-end.md | 5 - .changeset/honest-kids-judge.md | 5 - .changeset/long-rats-share.md | 5 - .changeset/pink-foxes-roll.md | 5 - .changeset/quick-seals-worry.md | 5 - .changeset/rotten-pets-crash.md | 5 - packages/components/CHANGELOG.md | 55 +++++ packages/components/package.json | 4 +- packages/ember-flight-icons/CHANGELOG.md | 16 ++ packages/ember-flight-icons/package.json | 4 +- packages/flight-icons/CHANGELOG.md | 18 ++ packages/flight-icons/package.json | 2 +- .../release-notes/partials/components.md | 216 +++++------------- .../partials/ember-flight-icons.md | 40 ++-- .../release-notes/partials/flight-icons.md | 24 +- yarn.lock | 8 +- 20 files changed, 187 insertions(+), 254 deletions(-) delete mode 100644 .changeset/angry-ghosts-repeat.md delete mode 100644 .changeset/beige-clouds-occur.md delete mode 100644 .changeset/cool-fans-bathe.md delete mode 100644 .changeset/dirty-dots-wait.md delete mode 100644 .changeset/friendly-rules-end.md delete mode 100644 .changeset/honest-kids-judge.md delete mode 100644 .changeset/long-rats-share.md delete mode 100644 .changeset/pink-foxes-roll.md delete mode 100644 .changeset/quick-seals-worry.md delete mode 100644 .changeset/rotten-pets-crash.md diff --git a/.changeset/angry-ghosts-repeat.md b/.changeset/angry-ghosts-repeat.md deleted file mode 100644 index a93370a26a0..00000000000 --- a/.changeset/angry-ghosts-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -`SideNav` - Adds option to exclude query params from route transition/focus management diff --git a/.changeset/beige-clouds-occur.md b/.changeset/beige-clouds-occur.md deleted file mode 100644 index 7527de01dbf..00000000000 --- a/.changeset/beige-clouds-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -`Alert` - Fixed typo in `HdsAlertTypes` diff --git a/.changeset/cool-fans-bathe.md b/.changeset/cool-fans-bathe.md deleted file mode 100644 index 4fab09b0b89..00000000000 --- a/.changeset/cool-fans-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/flight-icons": patch ---- - -`search` icon (16px only) has been increased in size to better fit within the bounding box and more closely align with other icons of the same size diff --git a/.changeset/dirty-dots-wait.md b/.changeset/dirty-dots-wait.md deleted file mode 100644 index b424d0fdb2a..00000000000 --- a/.changeset/dirty-dots-wait.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -`Dropdown::Toggle::Icon` - Fixed inconsistencies with `Button` including: - -- Added missing text color -- Reduced icon sizes - diff --git a/.changeset/friendly-rules-end.md b/.changeset/friendly-rules-end.md deleted file mode 100644 index 12cf63136ae..00000000000 --- a/.changeset/friendly-rules-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -`Tabs` - Converted component to TypeScript diff --git a/.changeset/honest-kids-judge.md b/.changeset/honest-kids-judge.md deleted file mode 100644 index 105186fac5a..00000000000 --- a/.changeset/honest-kids-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -`ApplicationState` - Converted component to TypeScript diff --git a/.changeset/long-rats-share.md b/.changeset/long-rats-share.md deleted file mode 100644 index 25ac386efb4..00000000000 --- a/.changeset/long-rats-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/ember-flight-icons": minor ---- - -`FlightIcon` - converted component to TypeScript and published types diff --git a/.changeset/pink-foxes-roll.md b/.changeset/pink-foxes-roll.md deleted file mode 100644 index 12a9f547cd8..00000000000 --- a/.changeset/pink-foxes-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -`PageHeader` - Converted component to TypeScript diff --git a/.changeset/quick-seals-worry.md b/.changeset/quick-seals-worry.md deleted file mode 100644 index dbac9bba518..00000000000 --- a/.changeset/quick-seals-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -`SideNav` - Converted component to TypeScript diff --git a/.changeset/rotten-pets-crash.md b/.changeset/rotten-pets-crash.md deleted file mode 100644 index a0b632a9842..00000000000 --- a/.changeset/rotten-pets-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/flight-icons": minor ---- - -`service-now` and `pager-duty` icons added. diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 63c596779b6..1b1e634ab0a 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,60 @@ # @hashicorp/design-system-components +## 4.5.0 + +### Minor Changes + +`SideNav` - Adds option to exclude query params from route transition/focus management + +[#2158](https://github.com/hashicorp/design-system/pull/2158) + +
+ +`Tabs` - Converted component to TypeScript + +[#2168](https://github.com/hashicorp/design-system/pull/2168) + +
+ +`ApplicationState` - Converted component to TypeScript + +[#2155](https://github.com/hashicorp/design-system/pull/2155) + +
+ +`PageHeader` - Converted component to TypeScript + +[#2160](https://github.com/hashicorp/design-system/pull/2160) + +
+ +`SideNav` - Converted component to TypeScript + +[#2102](https://github.com/hashicorp/design-system/pull/2102) + +
+ +### Patch Changes + +`Alert` - Fixed typo in `HdsAlertTypes` + +[#2154](https://github.com/hashicorp/design-system/pull/2154) + +
+ +`Dropdown::Toggle::Icon` - Fixed inconsistencies with `Button` including: + +- Added missing text color +- Reduced icon sizes + +[#2178](https://github.com/hashicorp/design-system/pull/2178) + +
+ +**πŸ”„ Updated dependencies:** + +- @hashicorp/ember-flight-icons@5.1.0 + ## 4.4.1 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index dbf46cc36ad..360b33ba308 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@hashicorp/design-system-components", - "version": "4.4.1", + "version": "4.5.0", "description": "Helios Design System Components", "keywords": [ "hashicorp", @@ -39,7 +39,7 @@ "@embroider/addon-shim": "^1.8.7", "@floating-ui/dom": "^1.6.3", "@hashicorp/design-system-tokens": "^2.1.0", - "@hashicorp/ember-flight-icons": "^5.0.3", + "@hashicorp/ember-flight-icons": "^5.1.0", "@oddbird/popover-polyfill": "^0.4.3", "decorator-transforms": "^1.1.0", "ember-a11y-refocus": "^4.1.0", diff --git a/packages/ember-flight-icons/CHANGELOG.md b/packages/ember-flight-icons/CHANGELOG.md index 8bd4f40dd47..9fe52c16ece 100644 --- a/packages/ember-flight-icons/CHANGELOG.md +++ b/packages/ember-flight-icons/CHANGELOG.md @@ -1,5 +1,21 @@ # @hashicorp/ember-flight-icons +## 5.1.0 + +### Minor Changes + +`FlightIcon` - converted component to TypeScript and published types + +[#2142](https://github.com/hashicorp/design-system/pull/2142) - Thanks [@aklkv](https://github.com/aklkv) for the contribution! πŸ™ + +
+ +### Patch Changes + +**πŸ”„ Updated dependencies:** + +- @hashicorp/flight-icons@3.4.0 + ## 5.0.3 ### Patch Changes diff --git a/packages/ember-flight-icons/package.json b/packages/ember-flight-icons/package.json index 73305178075..deeb021b756 100644 --- a/packages/ember-flight-icons/package.json +++ b/packages/ember-flight-icons/package.json @@ -1,6 +1,6 @@ { "name": "@hashicorp/ember-flight-icons", - "version": "5.0.3", + "version": "5.1.0", "description": "The Ember addon for the HashiCorp Flight SVG icon set", "keywords": [ "ember-addon", @@ -35,7 +35,7 @@ }, "dependencies": { "@embroider/addon-shim": "^1.8.7", - "@hashicorp/flight-icons": "^3.3.0", + "@hashicorp/flight-icons": "^3.4.0", "decorator-transforms": "^1.1.0", "ember-get-config": "^2.1.1" }, diff --git a/packages/flight-icons/CHANGELOG.md b/packages/flight-icons/CHANGELOG.md index 91ca24d8bca..5b9f1580c1a 100644 --- a/packages/flight-icons/CHANGELOG.md +++ b/packages/flight-icons/CHANGELOG.md @@ -1,5 +1,23 @@ # @hashicorp/flight-icons +## 3.4.0 + +### Minor Changes + +`service-now` and `pager-duty` icons added. + +[#2191](https://github.com/hashicorp/design-system/pull/2191) + +
+ +### Patch Changes + +`search` icon (16px only) has been increased in size to better fit within the bounding box and more closely align with other icons of the same size + +[#2175](https://github.com/hashicorp/design-system/pull/2175) + +
+ ## 3.3.0 ### Minor Changes diff --git a/packages/flight-icons/package.json b/packages/flight-icons/package.json index ae32bd121d1..7f5c8230508 100644 --- a/packages/flight-icons/package.json +++ b/packages/flight-icons/package.json @@ -1,6 +1,6 @@ { "name": "@hashicorp/flight-icons", - "version": "3.3.0", + "version": "3.4.0", "description": "Flight: HashiCorp SVG icon set", "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 585db004c1b..21d9e6a8928 100644 --- a/website/docs/whats-new/release-notes/partials/components.md +++ b/website/docs/whats-new/release-notes/partials/components.md @@ -12,6 +12,61 @@

+## 4.5.0 + +**Minor changes** + +`SideNav` - Adds option to exclude query params from route transition/focus management + +[#2158](https://github.com/hashicorp/design-system/pull/2158) + +
+ +`Tabs` - Converted component to TypeScript + +[#2168](https://github.com/hashicorp/design-system/pull/2168) + +
+ +`ApplicationState` - Converted component to TypeScript + +[#2155](https://github.com/hashicorp/design-system/pull/2155) + +
+ +`PageHeader` - Converted component to TypeScript + +[#2160](https://github.com/hashicorp/design-system/pull/2160) + +
+ +`SideNav` - Converted component to TypeScript + +[#2102](https://github.com/hashicorp/design-system/pull/2102) + +
+ +**Patch changes** + +`Alert` - Fixed typo in `HdsAlertTypes` + +[#2154](https://github.com/hashicorp/design-system/pull/2154) + +
+ +`Dropdown::Toggle::Icon` - Fixed inconsistencies with `Button` including: + +- Added missing text color +- Reduced icon sizes + +[#2178](https://github.com/hashicorp/design-system/pull/2178) + +
+ +**πŸ”„ Updated dependencies:** + +- @hashicorp/ember-flight-icons@5.1.0 + ## 4.4.1 **Patch changes** @@ -790,167 +845,6 @@ Explicitly added `ember-element-helper` as dependency for the `components` packa - @hashicorp/ember-flight-icons@4.0.1 -## 3.0.0 - -**Major changes** - -Dropped support for Node 14 - -[#1634](https://github.com/hashicorp/design-system/pull/1634) - -
- -`Form::VisibilityToggle` - Added component as a form base element - -`Form::TextInput::Field` - Added `Form::VisibilityToggle` to password inputs (controlled via `@hasVisibilityToggle` - Notice that this is set to be visible by default now) - -`Form::MaskedInput` - Refactored to use `Form::VisibilityToggle` - -`Form::MaskedInput` - Renamed `@isMasked` to `@isContentMasked` - -To migrate: - -- in `Form::MaskedInput` instances replace `@isMasked` arguments with `@isContentMasked` - -[#1634](https://github.com/hashicorp/design-system/pull/1634) - -
- -`Dropdown` – Removed `@listPosition` `left` and `right` (use `bottom-left` and `bottom-right`, respectively). - -To migrate: - -- in `Dropdown` instances: - - replace `@listPosition="left"` with `@listPosition="bottom-left"` - - replace `@listPosition="right"` with `@listPosition="bottom-right"` - -[#1634](https://github.com/hashicorp/design-system/pull/1634) - -
- -`SideNav` - Renamed `extraBefore/After` generic containers to `ExtraBefore/After` (uppercase `E`). - -To migrate: - -- rename all the `extraBefore/After` instances yielded within the `SideNav` component to `ExtraBefore/After` - -[#1634](https://github.com/hashicorp/design-system/pull/1634) - -
- -`Form::RadioCard` - Remove the `@layout` property. - -`Form::RadioCard::Group` - Repurposed the `@layout` property to either `horizontal` (default) or `vertical` - -To migrate `Form::RadioCard` and `Form::RadioCard::Group` instances without encountering visual changes: - -- make sure all instances with `@layout="fixed"` have a `@maxWidth` defined, then remove the `@layout="fixed"` definition -- remove all `@layout="fluid"` definitions - -[#1634](https://github.com/hashicorp/design-system/pull/1634) - -
- -**Minor changes** - -`Dropdown::ListItem::CopyItem` - Changed defaults for `@color` (now `secondary`) and `@isTruncated` (now `true`). - -_Consumers should review the defaults values for this (sub)component in their codebases, to make sure they match the intended visual designs._ - -[#1634](https://github.com/hashicorp/design-system/pull/1634) - -
- -`Button`, `Interactive` - Converted components to TypeScript. - -[#1634](https://github.com/hashicorp/design-system/pull/1634) - -
- -`Copy::Snippet` - Fixed the way in which β€œwidth/full-width” is applied to the component + Internal update to the β€œtruncation” implementation. - -- the component is not full-width anymore by default (the width now fits the content); use `@isFullWidth={{true}}` to have a full-width layout -- the internal class name `hds-copy-snippet__text--truncated` has been changed to `hds-copy-snippet--is-truncated` (and moved) - -_Consumers should review the pages where this component is used to make sure its width matches the intended visual designs (in case, use the `@isFullWidth` argument to control its full-width). In case they're using the `hds-copy-snippet__text--truncated` class name, they should also update their code to adapt to the new implementation._ - -[#1634](https://github.com/hashicorp/design-system/pull/1634) - -
- -Removed `ember-cli-clipboard` as dependency and introduced a custom `hds-clipboard` modifier (using the web [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)) - -`Copy::Button` - Multiple updates: - -- replaced third-party `clipboard` modifier with `hds-clipboard` -- removed `@container` argument (not needed anymore, it was used in the third party library as a hack to account for focus trapping and focus shifting) -- added `@onSuccess/onError` callbacks - -`Copy::Snippet` - Multiple updates: - -- replaced third-party `clipboard` modifier with `hds-clipboard` -- added `@onSuccess/onError` callbacks -- `Dropdown::ListItem::CopyItem` - - the change to the underlying `Copy::Snippet` has fixed an issue with the focus being lost on copy (causing the dropdown to close on copy) - -_Consumers should remove the `@container` argument from all the instances of `Copy::Button` (not needed anymore) and double check that the `Copy::Button/Snippet` instances work exactly as before._ - -[#1634](https://github.com/hashicorp/design-system/pull/1634) - -
- -**Patch changes** - -`Copy::Snippet` - Fixed background colors for different states according to Figma specs (main change is the default/base background is now transparent, not white). - -[#1634](https://github.com/hashicorp/design-system/pull/1634) - -
- -`Form::MaskedInput` - Changed copy logic for `CopyButton` used inside the component. - -[#1634](https://github.com/hashicorp/design-system/pull/1634) - -
- -`Accordion` - Replaced internal text styling (using `Text` component). - -`ApplicationState` - Replaced internal text styling (using `Text` component). - -`Copy::Snippet` - Replaced internal text styling (using `Text` component). - -`Dropdown` - Replaced internal text styling (using `Text` component). - -`Form:**` - Replaced internal text styling (using `Text` component). - -`Flyout` - Replaced internal text styling (using `Text` component). - -`Modal` - Replaced internal text styling (using `Text` component). - -`PageHeader` - Replaced internal text styling (using `Text` component). - -`Pagination` - Replaced internal text styling (using `Text` component). - -`Stepper` - Replaced internal text styling (using `Text` component). - -`Tag` - Replaced internal text styling (using `Text` component). - -_No impact is expected on the consumers' applications._ - -[#1634](https://github.com/hashicorp/design-system/pull/1634) - -
- -`Button` - Applied explicit text alignment to the text to fix alignment on "link" buttons. - -[#1634](https://github.com/hashicorp/design-system/pull/1634) - -
- -**πŸ”„ Updated dependencies:** - -- @hashicorp/ember-flight-icons@4.0.0 - --- diff --git a/website/docs/whats-new/release-notes/partials/ember-flight-icons.md b/website/docs/whats-new/release-notes/partials/ember-flight-icons.md index aa0ff9135f9..135936b917a 100644 --- a/website/docs/whats-new/release-notes/partials/ember-flight-icons.md +++ b/website/docs/whats-new/release-notes/partials/ember-flight-icons.md @@ -12,6 +12,22 @@

+## 5.1.0 + +**Minor changes** + +`FlightIcon` - converted component to TypeScript and published types + +[#2142](https://github.com/hashicorp/design-system/pull/2142) - Thanks [@aklkv](https://github.com/aklkv) for the contribution! πŸ™ + +
+ +**Patch changes** + +**πŸ”„ Updated dependencies:** + +- @hashicorp/flight-icons@3.4.0 + ## 5.0.3 **Patch changes** @@ -233,30 +249,6 @@ Added opt in flag to allow consumers to move sprite loading out of index.html - @hashicorp/flight-icons@2.15.0 -## 3.0.6 - -**Patch changes** - -Upgraded Ember.js to latest stable release 4.12, including upgrades to: - -- `ember-auto-import` from `2.6.0` to `2.6.3` -- `ember-cli-htmlbars` from `6.1.0` to `6.2.0` - -Upgraded the following dependencies: - -- `ember-focus-trap` from `1.0.1` to `1.0.2` -- `ember-keyboard"` from `8.1.0` to `8.2.0` -- `ember-truth-helpers` from `3.0.0` to `3.1.1` -- `sass` from `1.58.3` to `1.62.1` - -Shifted our supported version of Node.js from `12.* || 14.* || >= 16` to `14.* || 16.* || >= 18` - -**πŸ”„ Updated dependencies:** - -- @hashicorp/flight-icons@2.14.0 - -[#1395](https://github.com/hashicorp/design-system/pull/1395) - --- diff --git a/website/docs/whats-new/release-notes/partials/flight-icons.md b/website/docs/whats-new/release-notes/partials/flight-icons.md index 2194fa5c12a..cf52cbb1afa 100644 --- a/website/docs/whats-new/release-notes/partials/flight-icons.md +++ b/website/docs/whats-new/release-notes/partials/flight-icons.md @@ -12,6 +12,24 @@

+## 3.4.0 + +**Minor changes** + +`service-now` and `pager-duty` icons added. + +[#2191](https://github.com/hashicorp/design-system/pull/2191) + +
+ +**Patch changes** + +`search` icon (16px only) has been increased in size to better fit within the bounding box and more closely align with other icons of the same size + +[#2175](https://github.com/hashicorp/design-system/pull/2175) + +
+ ## 3.3.0 **Minor changes** @@ -222,12 +240,6 @@ Added `figma` and `loom` icons [#689](https://github.com/hashicorp/design-system/pull/689) -## 2.11.1 - -**Patch changes** - -- [#636](https://github.com/hashicorp/design-system/pull/636) [`27a283a5`](https://github.com/hashicorp/design-system/commit/27a283a52c2828b32c282401f91df9bd929f9dda) Thanks [@Dhaulagiri](https://github.com/Dhaulagiri)! - Add copyright notice to license file - --- diff --git a/yarn.lock b/yarn.lock index 8b4d9191726..fb6c9a749b4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4116,7 +4116,7 @@ __metadata: "@glint/environment-ember-loose": "npm:^1.4.0" "@glint/template": "npm:^1.4.0" "@hashicorp/design-system-tokens": "npm:^2.1.0" - "@hashicorp/ember-flight-icons": "npm:^5.0.3" + "@hashicorp/ember-flight-icons": "npm:^5.1.0" "@oddbird/popover-polyfill": "npm:^0.4.3" "@rollup/plugin-babel": "npm:^6.0.4" "@tsconfig/ember": "npm:^3.0.8" @@ -4200,7 +4200,7 @@ __metadata: languageName: unknown linkType: soft -"@hashicorp/ember-flight-icons@npm:^5.0.3, @hashicorp/ember-flight-icons@workspace:^, @hashicorp/ember-flight-icons@workspace:packages/ember-flight-icons": +"@hashicorp/ember-flight-icons@npm:^5.1.0, @hashicorp/ember-flight-icons@workspace:^, @hashicorp/ember-flight-icons@workspace:packages/ember-flight-icons": version: 0.0.0-use.local resolution: "@hashicorp/ember-flight-icons@workspace:packages/ember-flight-icons" dependencies: @@ -4219,7 +4219,7 @@ __metadata: "@glint/environment-ember-loose": "npm:^1.2.1" "@glint/environment-ember-template-imports": "npm:^1.2.1" "@glint/template": "npm:^1.2.1" - "@hashicorp/flight-icons": "npm:^3.3.0" + "@hashicorp/flight-icons": "npm:^3.4.0" "@rollup/plugin-babel": "npm:^6.0.4" "@tsconfig/ember": "npm:^3.0.6" "@typescript-eslint/eslint-plugin": "npm:^6.14.0" @@ -4244,7 +4244,7 @@ __metadata: languageName: unknown linkType: soft -"@hashicorp/flight-icons@npm:^3.3.0, @hashicorp/flight-icons@workspace:^, @hashicorp/flight-icons@workspace:packages/flight-icons": +"@hashicorp/flight-icons@npm:^3.4.0, @hashicorp/flight-icons@workspace:^, @hashicorp/flight-icons@workspace:packages/flight-icons": version: 0.0.0-use.local resolution: "@hashicorp/flight-icons@workspace:packages/flight-icons" dependencies: