Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/rich-zoos-type.md

This file was deleted.

27 changes: 20 additions & 7 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,37 @@
# @hashicorp/design-system-components

## 4.24.1

### Patch Changes

<!-- START components/modal -->

`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.

<!-- END -->

<!-- START components/flyout -->

`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.

<!-- END -->

<small class="doc-whats-new-changelog-metadata">[#3215](https://github.com/hashicorp/design-system/pull/3215)</small>

<div class="doc-whats-new-changelog-separator"></div>

## 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.


<small class="doc-whats-new-changelog-metadata">[#3189](https://github.com/hashicorp/design-system/pull/3189)</small>

<div class="doc-whats-new-changelog-separator"></div>


`AdvancedTable` - Added support for column reordering.

- Added `@hasReorderableColumns` argument. When set to `true`, enables column reordering.
Expand All @@ -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.


<small class="doc-whats-new-changelog-metadata">[#3150](https://github.com/hashicorp/design-system/pull/3150) - Thanks [@aklkv](https://github.com/aklkv) for the contribution! 🙏</small>

<div class="doc-whats-new-changelog-separator"></div>
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/design-system-components",
"version": "4.24.0",
"version": "4.24.1",
"description": "Helios Design System Components",
"keywords": [
"hashicorp",
Expand Down
139 changes: 20 additions & 119 deletions website/docs/whats-new/release-notes/partials/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,38 @@
</a>
</p>

## 4.24.1

**Patch changes**

<!-- START components/modal -->

`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.

<!-- END -->

<!-- START components/flyout -->

`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.

<!-- END -->

<small class="doc-whats-new-changelog-metadata">[#3215](https://github.com/hashicorp/design-system/pull/3215)</small>

<div class="doc-whats-new-changelog-separator"></div>

## 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.


<small class="doc-whats-new-changelog-metadata">[#3189](https://github.com/hashicorp/design-system/pull/3189)</small>

<div class="doc-whats-new-changelog-separator"></div>


`AdvancedTable` - Added support for column reordering.

- Added `@hasReorderableColumns` argument. When set to `true`, enables column reordering.
Expand All @@ -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.


<small class="doc-whats-new-changelog-metadata">[#3150](https://github.com/hashicorp/design-system/pull/3150) - Thanks [@aklkv](https://github.com/aklkv) for the contribution! 🙏</small>

<div class="doc-whats-new-changelog-separator"></div>
Expand Down Expand Up @@ -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

<small class="doc-whats-new-changelog-metadata">[#2443](https://github.com/hashicorp/design-system/pull/2443)</small>

<div class="doc-whats-new-changelog-separator"></div>

**Patch changes**

`IconTile` - Fixed `@color` argument type signature

<small class="doc-whats-new-changelog-metadata">[#2452](https://github.com/hashicorp/design-system/pull/2452)</small>

<div class="doc-whats-new-changelog-separator"></div>

`Interactive` - Aligned types with `LinkTo`

<small class="doc-whats-new-changelog-metadata">[#2455](https://github.com/hashicorp/design-system/pull/2455)</small>

<div class="doc-whats-new-changelog-separator"></div>

`DialogPrimitive` - Fixed issue with `box-sizing` inheritance

`Modal`/`Flyout` - Updated `box-sizing` inheritance via `DialogPrimitive` fix

<small class="doc-whats-new-changelog-metadata">[#2442](https://github.com/hashicorp/design-system/pull/2442)</small>

<div class="doc-whats-new-changelog-separator"></div>

Upgraded `eslint-plugin-ember` to `12.2.0`

`AppFooter`, `AppFrame`, `SideNav` - refactored subcomponents to use `TemplateOnlyComponent` instead of empty classes.

<small class="doc-whats-new-changelog-metadata">[#2427](https://github.com/hashicorp/design-system/pull/2427)</small>

<div class="doc-whats-new-changelog-separator"></div>

`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.

<small class="doc-whats-new-changelog-metadata">[#2445](https://github.com/hashicorp/design-system/pull/2445)</small>

<div class="doc-whats-new-changelog-separator"></div>

`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.

<small class="doc-whats-new-changelog-metadata">[#2444](https://github.com/hashicorp/design-system/pull/2444)</small>

<div class="doc-whats-new-changelog-separator"></div>

Removed `ember-keyboard` dependency

<small class="doc-whats-new-changelog-metadata">[#2460](https://github.com/hashicorp/design-system/pull/2460)</small>

<div class="doc-whats-new-changelog-separator"></div>

`Tabs` - Fixed signatures for subcomponents

<small class="doc-whats-new-changelog-metadata">[#2448](https://github.com/hashicorp/design-system/pull/2448)</small>

<div class="doc-whats-new-changelog-separator"></div>

`Table` - Fixed signatures for subcomponents

<small class="doc-whats-new-changelog-metadata">[#2449](https://github.com/hashicorp/design-system/pull/2449)</small>

<div class="doc-whats-new-changelog-separator"></div>

`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

<small class="doc-whats-new-changelog-metadata">[#2447](https://github.com/hashicorp/design-system/pull/2447)</small>

<div class="doc-whats-new-changelog-separator"></div>

`DialogPrimitive` - added a guard so the yielded close function is always defined

<small class="doc-whats-new-changelog-metadata">[#2453](https://github.com/hashicorp/design-system/pull/2453)</small>

<div class="doc-whats-new-changelog-separator"></div>

`Hds::SideNav` - Fixed a couple of bugs where SideNav would remain inert when no longer minimized (or would not be inert when minimized)

<small class="doc-whats-new-changelog-metadata">[#2431](https://github.com/hashicorp/design-system/pull/2431) - Thanks [@DingoEatingFuzz](https://github.com/DingoEatingFuzz) for the contribution! 🙏</small>

<div class="doc-whats-new-changelog-separator"></div>

`Button` - aligned type names to convention

<small class="doc-whats-new-changelog-metadata">[#2457](https://github.com/hashicorp/design-system/pull/2457)</small>

<div class="doc-whats-new-changelog-separator"></div>

Fixed issue with icon sprite not initiated

<small class="doc-whats-new-changelog-metadata">[#2433](https://github.com/hashicorp/design-system/pull/2433) - Thanks [@aklkv](https://github.com/aklkv) for the contribution! 🙏</small>

<div class="doc-whats-new-changelog-separator"></div>


---

Expand Down