From 8607ef9b305fcaa6a960bfe0af18297e9df8b211 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 17:32:30 +0000 Subject: [PATCH] Version Packages --- .changeset/poor-banks-rescue.md | 9 -- .changeset/six-toys-play.md | 17 --- .changeset/smooth-mugs-kneel.md | 5 - packages/components/CHANGELOG.md | 59 ++++++--- packages/components/package.json | 4 +- packages/flight-icons/CHANGELOG.md | 10 ++ packages/flight-icons/package.json | 2 +- pnpm-lock.yaml | 2 +- .../release-notes/partials/components.md | 117 +++++++----------- .../release-notes/partials/flight-icons.md | 20 +-- 10 files changed, 115 insertions(+), 130 deletions(-) delete mode 100644 .changeset/poor-banks-rescue.md delete mode 100644 .changeset/six-toys-play.md delete mode 100644 .changeset/smooth-mugs-kneel.md diff --git a/.changeset/poor-banks-rescue.md b/.changeset/poor-banks-rescue.md deleted file mode 100644 index 86fbf9f14b6..00000000000 --- a/.changeset/poor-banks-rescue.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - - - -`AdvancedTable` - Guard against accessing `hdsIntl` service after component destruction - - diff --git a/.changeset/six-toys-play.md b/.changeset/six-toys-play.md deleted file mode 100644 index d9d0413960a..00000000000 --- a/.changeset/six-toys-play.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -Added Floating UI `boundary` option to `hds-anchored-position` modifier - - -`PopoverPrimitive` - Added Floating UI `boundary` option - - - -`Dropdown` - Added Floating UI `boundary` option - - - -`RichTooltip` - Added Floating UI `boundary` option - diff --git a/.changeset/smooth-mugs-kneel.md b/.changeset/smooth-mugs-kneel.md deleted file mode 100644 index e780dbbbd7a..00000000000 --- a/.changeset/smooth-mugs-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/flight-icons": patch ---- - -Added "aap" to Ansible icon keywords for easier search. diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index f36ba6836e5..af79ce01007 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,25 +1,65 @@ # @hashicorp/design-system-components +## 5.2.0 + +### Minor Changes + +Added Floating UI `boundary` option to `hds-anchored-position` modifier + + + +`PopoverPrimitive` - Added Floating UI `boundary` option + + + + + +`Dropdown` - Added Floating UI `boundary` option + + + + + +`RichTooltip` - Added Floating UI `boundary` option + + + +[#3406](https://github.com/hashicorp/design-system/pull/3406) + +
+ +### Patch Changes + + + +`AdvancedTable` - Guard against accessing `hdsIntl` service after component destruction + + + +[#3195](https://github.com/hashicorp/design-system/pull/3195) + + + +**🔄 Updated dependencies:** + +- @hashicorp/flight-icons@4.1.1 + ## 5.1.0 [5.1.0 documentation](https://hds-website-5-1-0.vercel.app/) ### Minor Changes - `CodeEditor` - Added a new `@customExtensions` argument which allows consumers to provide their own custom CodeMirror extensions. - [#3372](https://github.com/hashicorp/design-system/pull/3372) ### Patch Changes - `Dropdown` - Updated component signature for `ListItemCheckbox` and `ListItemRadio` to have an optional `@id` argument. - [#3371](https://github.com/hashicorp/design-system/pull/3371) @@ -30,32 +70,23 @@ Fix mixed sass declaration syntax to silence warnings - `AdvancedTable` - Fixed a bug in the cleanup logic of selectable rows where data updates caused the internal selection state to be incorrectly reset. - [#3373](https://github.com/hashicorp/design-system/pull/3373) - `Button` - Optimized CSS used to apply dark theme styles within `AppHeader` and `SideNav` - - `Dropdown` - Optimized CSS used to apply dark theme styles within `AppHeader` and `SideNav` - - `SideNav`: - Made CSS updates including: - Optimized CSS used to apply dark theme styles to Buttons & Dropdowns -- Removed deprecated ".hds-side-nav__dropdown" class name which is redundant to the HDS Dropdown class name referenced in styles - +- Removed deprecated ".hds-side-nav\_\_dropdown" class name which is redundant to the HDS Dropdown class name referenced in styles `AppHeader` - Optimized CSS used to apply dark theme styles to Buttons & Dropdowns - [#3356](https://github.com/hashicorp/design-system/pull/3356) diff --git a/packages/components/package.json b/packages/components/package.json index 1d9ecd5746d..e00bd2fd84f 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@hashicorp/design-system-components", - "version": "5.1.0", + "version": "5.2.0", "description": "Helios Design System Components", "keywords": [ "hashicorp", @@ -52,7 +52,7 @@ "@embroider/util": "^1.13.4", "@floating-ui/dom": "^1.6.12", "@hashicorp/design-system-tokens": "workspace:^3.0.0", - "@hashicorp/flight-icons": "workspace:^4.1.0", + "@hashicorp/flight-icons": "workspace:^4.1.1", "@lezer/highlight": "^1.2.1", "@nullvoxpopuli/ember-composable-helpers": "^5.2.11", "clipboard-polyfill": "^4.1.1", diff --git a/packages/flight-icons/CHANGELOG.md b/packages/flight-icons/CHANGELOG.md index ffe672588f1..f63cea6924a 100644 --- a/packages/flight-icons/CHANGELOG.md +++ b/packages/flight-icons/CHANGELOG.md @@ -1,5 +1,15 @@ # @hashicorp/flight-icons +## 4.1.1 + +### Patch Changes + +Added "aap" to Ansible icon keywords for easier search. + +[#3430](https://github.com/hashicorp/design-system/pull/3430) + + + ## 4.1.0 ### Minor Changes diff --git a/packages/flight-icons/package.json b/packages/flight-icons/package.json index da4451eddac..a59ba77fd53 100644 --- a/packages/flight-icons/package.json +++ b/packages/flight-icons/package.json @@ -1,6 +1,6 @@ { "name": "@hashicorp/flight-icons", - "version": "4.1.0", + "version": "4.1.1", "description": "Flight: HashiCorp SVG icon set", "keywords": [ "hashicorp", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 107ad1e3242..1d18975675f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -125,7 +125,7 @@ importers: specifier: workspace:^3.0.0 version: link:../tokens '@hashicorp/flight-icons': - specifier: workspace:^4.1.0 + specifier: workspace:^4.1.1 version: link:../flight-icons '@lezer/highlight': specifier: ^1.2.1 diff --git a/website/docs/whats-new/release-notes/partials/components.md b/website/docs/whats-new/release-notes/partials/components.md index e4ad109b7bf..aa6366bed2c 100644 --- a/website/docs/whats-new/release-notes/partials/components.md +++ b/website/docs/whats-new/release-notes/partials/components.md @@ -12,26 +12,66 @@ +## 5.2.0 + +**Minor changes** + +Added Floating UI `boundary` option to `hds-anchored-position` modifier + + + +`PopoverPrimitive` - Added Floating UI `boundary` option + + + + + +`Dropdown` - Added Floating UI `boundary` option + + + + + +`RichTooltip` - Added Floating UI `boundary` option + + + +[#3406](https://github.com/hashicorp/design-system/pull/3406) + + + +**Patch changes** + + + +`AdvancedTable` - Guard against accessing `hdsIntl` service after component destruction + + + +[#3195](https://github.com/hashicorp/design-system/pull/3195) + + + +**🔄 Updated dependencies:** + +- @hashicorp/flight-icons@4.1.1 + ## 5.1.0 [5.1.0 documentation](https://hds-website-5-1-0.vercel.app/) **Minor changes** - `CodeEditor` - Added a new `@customExtensions` argument which allows consumers to provide their own custom CodeMirror extensions. - [#3372](https://github.com/hashicorp/design-system/pull/3372) **Patch changes** - `Dropdown` - Updated component signature for `ListItemCheckbox` and `ListItemRadio` to have an optional `@id` argument. - [#3371](https://github.com/hashicorp/design-system/pull/3371) @@ -42,32 +82,23 @@ Fix mixed sass declaration syntax to silence warnings - `AdvancedTable` - Fixed a bug in the cleanup logic of selectable rows where data updates caused the internal selection state to be incorrectly reset. - [#3373](https://github.com/hashicorp/design-system/pull/3373) - `Button` - Optimized CSS used to apply dark theme styles within `AppHeader` and `SideNav` - - `Dropdown` - Optimized CSS used to apply dark theme styles within `AppHeader` and `SideNav` - - -`SideNav`: +`SideNav`: - Made CSS updates including: - Optimized CSS used to apply dark theme styles to Buttons & Dropdowns -- Removed deprecated ".hds-side-nav__dropdown" class name which is redundant to the HDS Dropdown class name referenced in styles - +- Removed deprecated ".hds-side-nav\_\_dropdown" class name which is redundant to the HDS Dropdown class name referenced in styles `AppHeader` - Optimized CSS used to apply dark theme styles to Buttons & Dropdowns - [#3356](https://github.com/hashicorp/design-system/pull/3356) @@ -1414,62 +1445,6 @@ Aligned private class properties to follow a standardized notation - @hashicorp/design-system-tokens@2.2.2 - @hashicorp/flight-icons@3.8.0 -## 4.14.0 - -[4.14.0 documentation](https://hds-website-4-14-0.vercel.app/) - -**Minor changes** - -`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` - -[#2525](https://github.com/hashicorp/design-system/pull/2525) - - - -**Patch changes** - -`SideNav` - Made a11y related improvements including: - -- Changed `List::Title` to h3 & added visually hidden h2 to AppSideNav -- Replaced aria-label for `ToggleButton` with aria-labelledby and aria-expanded - -[#2536](https://github.com/hashicorp/design-system/pull/2536) - - - -Fixed instances where arguments are passed into tracked properties at declaration: - -- `MaskedInput` -- `TextInput` -- `Pagination::Compact` -- `Pagination::Numbered` -- `SideNav` -- `Table` -- `Table::ThSelectable` -- `Tabs` - -[#2488](https://github.com/hashicorp/design-system/pull/2488) - - - -`SideNav` - Fixed bug with hidden panels sometimes causing unnecessary overflow scrolling - -[#2535](https://github.com/hashicorp/design-system/pull/2535) - - - -`Dropdown` - Fixed the height of the chevron in `ToggleButton` - -[#2522](https://github.com/hashicorp/design-system/pull/2522) - - - --- 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 00d5fa2e578..5e7d8ea1af5 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,16 @@ +## 4.1.1 + +**Patch changes** + +Added "aap" to Ansible icon keywords for easier search. + +[#3430](https://github.com/hashicorp/design-system/pull/3430) + + + ## 4.1.0 **Minor changes** @@ -236,16 +246,6 @@ Added "category" to the icons' metadata in the `catalog.json` file. -## 2.24.0 - -**Minor changes** - -`rabbitmq`, `openid`, `jwt`, `meetup`, and `transform-data` icons added. - -[#1873](https://github.com/hashicorp/design-system/pull/1873) - - - ---