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/cyan-beds-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-tools-return.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/tasty-teachers-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-tigers-care.md

This file was deleted.

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

## 4.20.2

[4.20.2 documentation](https://hds-website-4-20-2.vercel.app/)

### Patch Changes

Upgraded the following dependencies:

- `@embroider/addon-shim` from `1.9.0` to `1.10.0`
- `@embroider/macros` from `1.16.12` to `1.18.0`
- `@nullvoxpopuli/ember-composable-helpers` from `5.2.9` to `5.2.10`
- `ember-concurrency` from `4.0.2` to `4.0.4`
- `ember-power-select` from `8.6.2` to `8.7.1`

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

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

`Button` - added missing types to the barrel export file

`Layout::Flex` - added missing types to the barrel export file

`Layout::Grid` - added missing types to the barrel export file

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

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

`Modal` - Reverted changes introduced in [#2846](https://github.com/hashicorp/design-system/pull/2846) and [#2902](https://github.com/hashicorp/design-system/pull/2902) related to the click behavior outside the modal when dismissing is disabled

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

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

**🔄 Updated dependencies:**

- @hashicorp/[email protected]

## 4.20.1

[4.20.1 documentation](https://hds-website-4-20-1.vercel.app/)
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.20.1",
"version": "4.20.2",
"description": "Helios Design System Components",
"keywords": [
"hashicorp",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@embroider/util": "^1.13.2",
"@floating-ui/dom": "^1.6.12",
"@hashicorp/design-system-tokens": "workspace:^2.3.0",
"@hashicorp/flight-icons": "workspace:^3.11.0",
"@hashicorp/flight-icons": "workspace:^3.11.1",
"@lezer/highlight": "^1.2.1",
"@nullvoxpopuli/ember-composable-helpers": "^5.2.10",
"clipboard-polyfill": "^4.1.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/flight-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @hashicorp/flight-icons

## 3.11.1

### Patch Changes

Removed extra space in `PingID` name, and updated description.

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

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

## 3.11.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.11.0",
"version": "3.11.1",
"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/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.20.2
---

<section data-tab="Guidelines">
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## 4.20.2

added missing types to the barrel export file

2 changes: 1 addition & 1 deletion website/docs/components/modal/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ navigation:
- popup
- dialog
status:
updated: 4.20.0
updated: 4.20.2
---

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

Reverted changes introduced in [#2846](https://github.com/hashicorp/design-system/pull/2846) and [#2902](https://github.com/hashicorp/design-system/pull/2902) related to the click behavior outside the modal when dismissing is disabled

## 4.20.0

Fixed bug with click event listener not properly removed
Expand Down
2 changes: 1 addition & 1 deletion website/docs/layouts/flex/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ navigation:
- grid
label: Flex
status:
updated: 4.20.0
updated: 4.20.2
---

<section data-tab="Code">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.20.2

added missing types to the barrel export file

## 4.20.0

Added missing export of component/subcomponent
Expand Down
2 changes: 1 addition & 1 deletion website/docs/layouts/grid/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ navigation:
- flex
label: Grid
status:
updated: 4.20.0
updated: 4.20.2
---

<section data-tab="Code">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.20.2

added missing types to the barrel export file

## 4.20.0

Added missing export of component/subcomponent
Expand Down
50 changes: 39 additions & 11 deletions website/docs/whats-new/release-notes/partials/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,44 @@
</a>
</p>

## 4.20.2

[4.20.2 documentation](https://hds-website-4-20-2.vercel.app/)

**Patch changes**

Upgraded the following dependencies:

- `@embroider/addon-shim` from `1.9.0` to `1.10.0`
- `@embroider/macros` from `1.16.12` to `1.18.0`
- `@nullvoxpopuli/ember-composable-helpers` from `5.2.9` to `5.2.10`
- `ember-concurrency` from `4.0.2` to `4.0.4`
- `ember-power-select` from `8.6.2` to `8.7.1`

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

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

`Button` - added missing types to the barrel export file

`Layout::Flex` - added missing types to the barrel export file

`Layout::Grid` - added missing types to the barrel export file

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

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

`Modal` - Reverted changes introduced in [#2846](https://github.com/hashicorp/design-system/pull/2846) and [#2902](https://github.com/hashicorp/design-system/pull/2902) related to the click behavior outside the modal when dismissing is disabled

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

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

**🔄 Updated dependencies:**

- @hashicorp/[email protected]

## 4.20.1

[4.20.1 documentation](https://hds-website-4-20-1.vercel.app/)
Expand Down Expand Up @@ -1525,17 +1563,7 @@ Removed `popover-polyfill` dependency and instantiating code

- @hashicorp/[email protected]

## 4.5.2

**🚨 Caution: This version has been deprecated 🚨**

**Patch changes**

**🔄 Updated dependencies:**

- @hashicorp/[email protected]


---

_[Read the full changelog](https://github.com/hashicorp/design-system/blob/main/packages/components/CHANGELOG.md)_
_[Read the full changelog](https://github.com/hashicorp/design-system/blob/main/packages/components/CHANGELOG.md)_
24 changes: 10 additions & 14 deletions website/docs/whats-new/release-notes/partials/flight-icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
</a>
</p>

## 3.11.1

**Patch changes**

Removed extra space in `PingID` name, and updated description.

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

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

## 3.11.0

**Minor changes**
Expand Down Expand Up @@ -238,20 +248,6 @@ Added `Vault Secrets` icon.

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

## 2.18.0

**Minor changes**

Added `Vercel` and `Jira` icons

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

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

Added `twitter-x` icon, and older `twitter` icon. Also the `aws-cdk` and `jfrog` icons.

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


---

Expand Down