Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #2469

Merged
merged 8 commits into from
Oct 15, 2024
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
7 changes: 0 additions & 7 deletions .changeset/brown-eagles-fry.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/curly-apples-share.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/eighty-geese-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-days-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-llamas-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-poets-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-mice-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-lemons-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-taxis-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-grapes-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-boxes-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-experts-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-buckets-glow.md

This file was deleted.

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

## 4.13.0

[4.13.0 documentation](https://hds-website-4-13-0.vercel.app/)

### Minor Changes

`Modal` - Added `returnFocusTo` argument to control where the browser focus is returned once the modal is closed

`Flyout` - Added `returnFocusTo` argument to control where the browser focus is returned once the flyout is closed

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

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

`CodeBlock` - Added `lineNumberStart` option to set custom starting number for line numbering

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

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

`SuperSelect::Multiple` - Added `@resultCountMessage` argument to enable override

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

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

### Patch Changes

`Dropdown`

- Fixed content being preserved in the DOM when closed
- Removed the `isOpen` yielded argument
- Added `@preserveContentInDom` to optionally control rendering of the content

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

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

`Modal` - Fixed `isDismissDisabled` functionality
`Flyout` - Removed `isDismissDisabled` from signature (not an actual argument)

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

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

`SuperSelect` - Update the the default state of selected list items to `Foreground / Primary` to match other list items and the `Dropdown`.

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

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

`SuperSelect::Multiple` - Fixed placeholder style and layout

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

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

`Dropdown` - Update the color of the text and icons in the selected state checkmark list item to match the styling of the ListItems (`Radio` and `Checkbox`).

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

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

`CodeBlock` - Decoupled the display of line numbers from `highlightLines`

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

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

`Dropdown` - Fixed dropdown content not being preserved when interacted with

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

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

Upgraded `ember-style-modifier` to `4.4.0`

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

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

**🔄 Updated dependencies:**

- @hashicorp/flight-icons@3.7.0

## 4.12.0

[4.12.0 documentation](https://hds-website-4-12-0.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.12.0",
"version": "4.13.0",
"description": "Helios Design System Components",
"keywords": [
"hashicorp",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@embroider/addon-shim": "^1.8.7",
"@floating-ui/dom": "^1.6.3",
"@hashicorp/design-system-tokens": "^2.2.1",
"@hashicorp/flight-icons": "^3.6.0",
"@hashicorp/flight-icons": "^3.7.0",
"decorator-transforms": "^1.1.0",
"ember-a11y-refocus": "^4.1.3",
"ember-cli-sass": "^11.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-flight-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@embroider/addon-shim": "^1.8.7",
"@hashicorp/flight-icons": "^3.6.0",
"@hashicorp/flight-icons": "^3.7.0",
"decorator-transforms": "^1.1.0",
"ember-get-config": "^2.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.7.0

### Minor Changes

Confluent icon added

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

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

Updated `okta` and `okta-color` to reflect updated branding.

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

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

## 3.6.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.6.0",
"version": "3.7.0",
"description": "Flight: HashiCorp SVG icon set",
"keywords": [
"hashicorp",
Expand Down
2 changes: 0 additions & 2 deletions website/docs/components/accordion/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ previewImage: assets/illustrations/components/accordion.jpg
navigation:
hidden: false
keywords: ['toggle', 'disclosure', 'details', 'reveal', 'list', 'summary', 'expand', 'collapse']
status:
updated: 4.10.0
---

<section data-tab="Guidelines">
Expand Down
2 changes: 0 additions & 2 deletions website/docs/components/alert/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ related: ['components/modal', 'components/toast']
previewImage: assets/illustrations/components/alert.jpg
navigation:
keywords: ['alert', 'toast', 'notification', 'banner', 'message']
status:
updated: 4.10.0
---

<section data-tab="Guidelines">
Expand Down
2 changes: 0 additions & 2 deletions website/docs/components/app-header/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ related: ['components/side-nav', 'components/app-footer', 'layouts/app-frame']
previewImage: assets/illustrations/components/app-header.jpg
navigation:
keywords: ['navigation', 'header', 'navbar', 'menubar', 'topbar']
status:
updated: 4.10.0
---

<section data-tab="Guidelines">
Expand Down
2 changes: 0 additions & 2 deletions website/docs/components/application-state/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ links:
previewImage: assets/illustrations/components/application-state.jpg
navigation:
keywords: ['empty state', 'error state', 'message']
status:
updated: 4.10.0
---

<section data-tab="Guidelines">
Expand Down
2 changes: 0 additions & 2 deletions website/docs/components/breadcrumb/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ related: ['components/side-nav', 'components/tabs']
previewImage: assets/illustrations/components/breadcrumb.jpg
navigation:
keywords: ['navigation', 'crumb', 'path']
status:
updated: 4.10.0
---

<section data-tab="Guidelines">
Expand Down
2 changes: 0 additions & 2 deletions website/docs/components/card/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ links:
previewImage: assets/illustrations/components/card.jpg
navigation:
keywords: ['tile', 'container', 'box']
status:
updated: 4.10.0
---

<section data-tab="Guidelines">
Expand Down
3 changes: 2 additions & 1 deletion website/docs/components/code-block/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ previewImage: assets/illustrations/components/code-block.jpg
navigation:
keywords: ['code', 'snippet', 'copy', 'text', 'editor', 'language', 'example', 'syntax', 'highlight']
status:
updated: 4.12.0
updated: 4.13.0
---

<section data-tab="Guidelines">
Expand All @@ -33,6 +33,7 @@ status:
</section>

<section data-tab="Version history">
@include "partials/version-history/4.13.0.md"
@include "partials/version-history/4.12.0.md"
@include "partials/version-history/4.10.0.md"
</section>
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 4.13.0

### Updated

Added `lineNumberStart` option to set custom starting number for line numbering

Decoupled the display of line numbers from `highlightLines`
3 changes: 2 additions & 1 deletion website/docs/components/dropdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ previewImage: assets/illustrations/components/dropdown.jpg
navigation:
keywords: ['select', 'menu', 'action menu', 'list']
status:
updated: 4.12.0
updated: 4.13.0
---

<section data-tab="Guidelines">
Expand All @@ -33,6 +33,7 @@ status:
</section>

<section data-tab="Version history">
@include "partials/version-history/4.13.0.md"
@include "partials/version-history/4.12.0.md"
@include "partials/version-history/4.10.0.md"
</section>
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## 4.13.0

### Updated

Fixed content being preserved in the DOM when closed

Removed the `isOpen` yielded argument

Added `@preserveContentInDom` to optionally control rendering of the content

Fixed dropdown content not being preserved when interacted with

Updated the color of the text and icons in the selected state checkmark list item to match the styling of the ListItems (`Radio` and `Checkbox`)
3 changes: 2 additions & 1 deletion website/docs/components/flyout/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ previewImage: assets/illustrations/components/flyout.jpg
navigation:
keywords: ['drawer', 'panel', 'side', 'modal']
status:
updated: 4.12.0
updated: 4.13.0
---

<section data-tab="Guidelines">
Expand All @@ -32,6 +32,7 @@ status:
</section>

<section data-tab="Version history">
@include "partials/version-history/4.13.0.md"
@include "partials/version-history/4.12.0.md"
@include "partials/version-history/4.10.0.md"
@include "partials/version-history/4.7.0.md"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 4.13.0

### Updated

Added `returnFocusTo` argument to control where the browser focus is returned once the flyout is closed

Removed `isDismissDisabled` from signature (not an actual argument)
3 changes: 2 additions & 1 deletion website/docs/components/form/super-select/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ previewImage: assets/illustrations/components/form/super-select.jpg
navigation:
keywords: ['dropdown', 'powerselect']
status:
updated: 4.10.0
updated: 4.13.0
---

<section data-tab="Guidelines">
Expand All @@ -33,5 +33,6 @@ status:
</section>

<section data-tab="Version history">
@include "partials/version-history/4.13.0.md"
@include "partials/version-history/4.10.0.md"
</section>
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 4.13.0

### Updated

Update the the default state of selected list items to Foreground / Primary to match other list items and the Dropdown

Fixed placeholder style and layout in `SuperSelect::Multiple`

Added `@resultCountMessage` argument to enable override in `SuperSelect::Multiple`
Loading