From 96cf2e864ee5cdb474a2aa6975b28041fc10fb1a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 20:47:10 +0000 Subject: [PATCH] Version Packages --- .changeset/rich-zoos-type.md | 11 -- packages/components/CHANGELOG.md | 27 +++- packages/components/package.json | 2 +- .../release-notes/partials/components.md | 139 +++--------------- 4 files changed, 41 insertions(+), 138 deletions(-) delete mode 100644 .changeset/rich-zoos-type.md diff --git a/.changeset/rich-zoos-type.md b/.changeset/rich-zoos-type.md deleted file mode 100644 index b0170b669ed..00000000000 --- a/.changeset/rich-zoos-type.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - - -`Modal` - Refactored the component to not use `ember-render-modifiers` which fixes issues where the DOM may not be cleaned up when the Modal is closed. - - - -`Flyout` - Refactored the component to not use `ember-render-modifiers` which fixes issues where the DOM may not be cleaned up when the Flyout is closed. - \ No newline at end of file diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index b806c09b704..bbc9492c1e0 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,20 +1,37 @@ # @hashicorp/design-system-components +## 4.24.1 + +### Patch Changes + + + +`Modal` - Refactored the component to not use `ember-render-modifiers` which fixes issues where the DOM may not be cleaned up when the Modal is closed. + + + + + +`Flyout` - Refactored the component to not use `ember-render-modifiers` which fixes issues where the DOM may not be cleaned up when the Flyout is closed. + + + +[#3215](https://github.com/hashicorp/design-system/pull/3215) + +
+ ## 4.24.0 [4.24.0 documentation](https://hds-website-4-24-0.vercel.app/) ### Minor Changes - `PopoverPrimitive` - Added support for dynamic swap/injection of the toggle element. - [#3189](https://github.com/hashicorp/design-system/pull/3189)
- `AdvancedTable` - Added support for column reordering. - Added `@hasReorderableColumns` argument. When set to `true`, enables column reordering. @@ -28,14 +45,10 @@ ### Patch Changes - `Table` - Update the model and returned `B.data` to use generic types, so the type of the data is retained. - - `KeyValueInputs` - Update the data and returned `R.rowData` to use generic types, so the type of the data is retained. - [#3150](https://github.com/hashicorp/design-system/pull/3150) - Thanks [@aklkv](https://github.com/aklkv) for the contribution! 🙏
diff --git a/packages/components/package.json b/packages/components/package.json index 6112a99e819..adaeb34618e 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@hashicorp/design-system-components", - "version": "4.24.0", + "version": "4.24.1", "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 8c2663a4b98..29b3eed32f0 100644 --- a/website/docs/whats-new/release-notes/partials/components.md +++ b/website/docs/whats-new/release-notes/partials/components.md @@ -12,21 +12,38 @@

+## 4.24.1 + +**Patch changes** + + + +`Modal` - Refactored the component to not use `ember-render-modifiers` which fixes issues where the DOM may not be cleaned up when the Modal is closed. + + + + + +`Flyout` - Refactored the component to not use `ember-render-modifiers` which fixes issues where the DOM may not be cleaned up when the Flyout is closed. + + + +[#3215](https://github.com/hashicorp/design-system/pull/3215) + +
+ ## 4.24.0 [4.24.0 documentation](https://hds-website-4-24-0.vercel.app/) **Minor changes** - `PopoverPrimitive` - Added support for dynamic swap/injection of the toggle element. - [#3189](https://github.com/hashicorp/design-system/pull/3189)
- `AdvancedTable` - Added support for column reordering. - Added `@hasReorderableColumns` argument. When set to `true`, enables column reordering. @@ -40,14 +57,10 @@ **Patch changes** - `Table` - Update the model and returned `B.data` to use generic types, so the type of the data is retained. - - `KeyValueInputs` - Update the data and returned `R.rowData` to use generic types, so the type of the data is retained. - [#3150](https://github.com/hashicorp/design-system/pull/3150) - Thanks [@aklkv](https://github.com/aklkv) for the contribution! 🙏
@@ -1353,118 +1366,6 @@ Upgraded `ember-style-modifier` to `4.4.0` - @hashicorp/flight-icons@3.7.0 -## 4.12.0 - -[4.12.0 documentation](https://hds-website-4-12-0.vercel.app/) - -**Minor changes** - -`Dropdown` - Made the `isOpen` state available in the yielded block - -[#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! 🙏 - -
- ---