Skip to content
Merged
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/chilly-cities-stare.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/dark-pandas-buy.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/fine-rocks-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-lions-jog.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/hungry-windows-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-rooms-cry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/public-towns-write.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/rich-zoos-type.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/stupid-wombats-spend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-pears-notice.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/codemods/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @hashicorp/design-system-codemods

## 0.5.2

### Patch Changes

`dropdown-list-item-interactive` - Reworked codemod to support usage in complex conditionals, and values with concatenated handlebars values.

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

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

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/design-system-codemods",
"description": "Helios Design System codemods",
"version": "0.5.1",
"version": "0.5.2",
"scripts": {
"lint": "eslint --cache .",
"lint:fix": "eslint . --fix",
Expand Down
89 changes: 82 additions & 7 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,99 @@
# @hashicorp/design-system-components

## 4.24.1

[4.24.1 documentation](https://hds-website-4-24-1.vercel.app/)

### Patch Changes


`CodeBlock` - Fixed a11y issue with its `CopyButton` by adding `copySuccessMessageText` parameter to an aria-live region to announce to screen readers when content has been copied



`CopyButton` - Fixed a11y issue by adding `ariaMessageText` parameter to an aria-live region to announce to screen readers when content has been copied


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

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


`FileInput` - Added width of 100% to prevent the component from overflowing its container and making it consistent with other Input components


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

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


`Button` - Fixed color inheritance for Buttons within `DialogPrimitive` based components (such as the `Modal` and `Flyout`) when triggered from within the `SideNav` or `AppHeader`



`SideNav` - Fixed color inheritance for Buttons within `DialogPrimitive` based components (such as the `Modal` and `Flyout`) when triggered from within the `SideNav`



`AppHeader` - Fixed color inheritance for Buttons within `DialogPrimitive` based components (such as the `Modal` and `Flyout`) when triggered from within the `AppHeader`


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

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


`AppFooter` - Updated company name in copyright text


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

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


`SuperSelect` - Fixed issue with tabbing to `SuperSelectMultiple` with search enabled by adding tabindex of "0"


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

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


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


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


`SuperSelect` - Fixed color style for disabled option items.


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

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

**🔄 Updated dependencies:**

- @hashicorp/[email protected]

## 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 +107,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
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -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:^3.13.0",
"@hashicorp/flight-icons": "workspace:^3.14.0",
"@lezer/highlight": "^1.2.1",
"@nullvoxpopuli/ember-composable-helpers": "^5.2.11",
"clipboard-polyfill": "^4.1.1",
Expand Down
16 changes: 16 additions & 0 deletions packages/flight-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @hashicorp/flight-icons

## 3.14.0

### Minor Changes

Added `openstack` and `openstack-color` icons.

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

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

`jenkins` and `jenkins-color` icons added.

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

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

## 3.13.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/flight-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/flight-icons",
"version": "3.13.0",
"version": "3.14.0",
"description": "Flight: HashiCorp SVG icon set",
"keywords": [
"hashicorp",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions website/docs/components/app-footer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ navigation:
- security
- accessibility
- system status
status:
updated: 4.24.1
---

<section data-tab="Guidelines">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 4.24.1

Updated company name in copyright text


## 4.22.0

Translated template strings
Expand Down
2 changes: 2 additions & 0 deletions website/docs/components/app-header/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ navigation:
- navbar
- menubar
- topbar
status:
updated: 4.24.1
---

<section data-tab="Guidelines">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 4.24.1

Fixed color inheritance for Buttons within `DialogPrimitive` based components (such as the `Modal` and `Flyout`) when triggered from within the `AppHeader`


## 4.23.0

return `close` callback to the `:logo` named block so the menu actions can be hidden programmatically when the component is in a mobile view.
Expand Down
2 changes: 2 additions & 0 deletions website/docs/components/button/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ navigation:
keywords:
- action
- link
status:
updated: 4.24.1
---

<section data-tab="Guidelines">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 4.24.1

Fixed color inheritance for Buttons within `DialogPrimitive` based components (such as the `Modal` and `Flyout`) when triggered from within the `SideNav` or `AppHeader`


## 4.23.0

Removed CSS declaration for pseudo element in disabled state
Expand Down
2 changes: 2 additions & 0 deletions website/docs/components/code-block/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ navigation:
- example
- syntax
- highlight
status:
updated: 4.24.1
---

<section data-tab="Guidelines">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 4.24.1

Fixed a11y issue with its `CopyButton` by adding `copySuccessMessageText` parameter to an aria-live region to announce to screen readers when content has been copied


## 4.20.0

Updated signature to use `WithBoundArgs` instead of `ComponentLike` for contextual components to resolve linting issues
Expand Down
2 changes: 2 additions & 0 deletions website/docs/components/copy/button/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ navigation:
keywords:
- snippet
- clipboard
status:
updated: 4.24.1
---

<section data-tab="Guidelines">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 4.24.1

Fixed a11y issue by adding `ariaMessageText` parameter to an aria-live region to announce to screen readers when content has been copied


## 4.17.1

Fixed issue preventing copying of empty string and zero number values
Expand Down
2 changes: 2 additions & 0 deletions website/docs/components/flyout/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ navigation:
- panel
- side
- modal
status:
updated: 4.24.1
---

<section data-tab="Guidelines">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 4.24.1

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.


## 4.15.0

Aligned private class properties to follow a standardized notation
Expand Down
Loading