diff --git a/.changeset/brown-eagles-fry.md b/.changeset/brown-eagles-fry.md deleted file mode 100644 index d2fc287685..0000000000 --- a/.changeset/brown-eagles-fry.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -`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 diff --git a/.changeset/eighty-geese-camp.md b/.changeset/eighty-geese-camp.md deleted file mode 100644 index 96b5b19ffe..0000000000 --- a/.changeset/eighty-geese-camp.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -`Modal` - Fixed `isDismissDisabled` functionality -`Flyout` - Removed `isDismissDisabled` from signature (not an actual argument) diff --git a/.changeset/new-days-enjoy.md b/.changeset/new-days-enjoy.md deleted file mode 100644 index 20999f3e42..0000000000 --- a/.changeset/new-days-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -`SuperSelect` - Update the the default state of selected list items to `Foreground / Primary` to match other list items and the `Dropdown`. diff --git a/.changeset/nice-llamas-tap.md b/.changeset/nice-llamas-tap.md deleted file mode 100644 index 00ec2dae53..0000000000 --- a/.changeset/nice-llamas-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -`SuperSelect::Multiple` - Fixed placeholder style and layout diff --git a/.changeset/odd-poets-complain.md b/.changeset/odd-poets-complain.md deleted file mode 100644 index 4ca5898d11..0000000000 --- a/.changeset/odd-poets-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -`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`). diff --git a/.changeset/rich-lemons-think.md b/.changeset/rich-lemons-think.md deleted file mode 100644 index 23fcd61691..0000000000 --- a/.changeset/rich-lemons-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -`CodeBlock` - Decoupled the display of line numbers from `highlightLines` diff --git a/.changeset/spicy-grapes-happen.md b/.changeset/spicy-grapes-happen.md deleted file mode 100644 index f34200bb72..0000000000 --- a/.changeset/spicy-grapes-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -`CodeBlock` - Added `lineNumberStart` option to set custom starting number for line numbering` diff --git a/.changeset/spotty-boxes-do.md b/.changeset/spotty-boxes-do.md deleted file mode 100644 index fe50aed9ef..0000000000 --- a/.changeset/spotty-boxes-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -`SuperSelect::Multiple` - Added `@resultCountMessage` argument to enable override diff --git a/.changeset/spotty-experts-repair.md b/.changeset/spotty-experts-repair.md deleted file mode 100644 index 13f59ea677..0000000000 --- a/.changeset/spotty-experts-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -Upgraded `ember-style-modifier` to `4.4.0` diff --git a/.changeset/young-buckets-glow.md b/.changeset/young-buckets-glow.md deleted file mode 100644 index d2fd4e8977..0000000000 --- a/.changeset/young-buckets-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/flight-icons": minor ---- - -Updated `okta` and `okta-color` to reflect updated branding. diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index e30fb075b2..2e94841562 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,72 @@ # @hashicorp/design-system-components +## 4.13.0 + +### 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 + +[#2497](https://github.com/hashicorp/design-system/pull/2497) + +
+ +`CodeBlock` - Added `lineNumberStart` option to set custom starting number for line numbering` + +[#2467](https://github.com/hashicorp/design-system/pull/2467) + + + +`SuperSelect::Multiple` - Added `@resultCountMessage` argument to enable override + +[#2502](https://github.com/hashicorp/design-system/pull/2502) + + + +### Patch Changes + +`Modal` - Fixed `isDismissDisabled` functionality +`Flyout` - Removed `isDismissDisabled` from signature (not an actual argument) + +[#2485](https://github.com/hashicorp/design-system/pull/2485) + + + +`SuperSelect` - Update the the default state of selected list items to `Foreground / Primary` to match other list items and the `Dropdown`. + +[#2479](https://github.com/hashicorp/design-system/pull/2479) + + + +`SuperSelect::Multiple` - Fixed placeholder style and layout + +[#2473](https://github.com/hashicorp/design-system/pull/2473) + + + +`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`). + +[#2464](https://github.com/hashicorp/design-system/pull/2464) + + + +`CodeBlock` - Decoupled the display of line numbers from `highlightLines` + +[#2474](https://github.com/hashicorp/design-system/pull/2474) + + + +Upgraded `ember-style-modifier` to `4.4.0` + +[#2482](https://github.com/hashicorp/design-system/pull/2482) + + + +**🔄 Updated dependencies:** + +- @hashicorp/flight-icons@3.7.0 + ## 4.12.0 [4.12.0 documentation](https://hds-website-4-12-0.vercel.app/) diff --git a/packages/components/package.json b/packages/components/package.json index f14d5b62dc..5818d9478f 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@hashicorp/design-system-components", - "version": "4.12.0", + "version": "4.13.0", "description": "Helios Design System Components", "keywords": [ "hashicorp", @@ -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", diff --git a/packages/ember-flight-icons/package.json b/packages/ember-flight-icons/package.json index 592304963d..af93d426ab 100644 --- a/packages/ember-flight-icons/package.json +++ b/packages/ember-flight-icons/package.json @@ -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" }, diff --git a/packages/flight-icons/CHANGELOG.md b/packages/flight-icons/CHANGELOG.md index 20c6694621..cb00b3d32e 100644 --- a/packages/flight-icons/CHANGELOG.md +++ b/packages/flight-icons/CHANGELOG.md @@ -1,5 +1,15 @@ # @hashicorp/flight-icons +## 3.7.0 + +### Minor Changes + +Updated `okta` and `okta-color` to reflect updated branding. + +[#2489](https://github.com/hashicorp/design-system/pull/2489) + + + ## 3.6.0 ### Minor Changes diff --git a/packages/flight-icons/package.json b/packages/flight-icons/package.json index dd58f7ab19..e015f6b7a0 100644 --- a/packages/flight-icons/package.json +++ b/packages/flight-icons/package.json @@ -1,6 +1,6 @@ { "name": "@hashicorp/flight-icons", - "version": "3.6.0", + "version": "3.7.0", "description": "Flight: HashiCorp SVG icon set", "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 7acb618d44..4ffee167a6 100644 --- a/website/docs/whats-new/release-notes/partials/components.md +++ b/website/docs/whats-new/release-notes/partials/components.md @@ -12,6 +12,73 @@ +## 4.13.0 + +**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 + +[#2497](https://github.com/hashicorp/design-system/pull/2497) + + + +`CodeBlock` - Added `lineNumberStart` option to set custom starting number for line numbering` + +[#2467](https://github.com/hashicorp/design-system/pull/2467) + + + +`SuperSelect::Multiple` - Added `@resultCountMessage` argument to enable override + +[#2502](https://github.com/hashicorp/design-system/pull/2502) + + + +**Patch changes** + +`Modal` - Fixed `isDismissDisabled` functionality +`Flyout` - Removed `isDismissDisabled` from signature (not an actual argument) + +[#2485](https://github.com/hashicorp/design-system/pull/2485) + + + +`SuperSelect` - Update the the default state of selected list items to `Foreground / Primary` to match other list items and the `Dropdown`. + +[#2479](https://github.com/hashicorp/design-system/pull/2479) + + + +`SuperSelect::Multiple` - Fixed placeholder style and layout + +[#2473](https://github.com/hashicorp/design-system/pull/2473) + + + +`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`). + +[#2464](https://github.com/hashicorp/design-system/pull/2464) + + + +`CodeBlock` - Decoupled the display of line numbers from `highlightLines` + +[#2474](https://github.com/hashicorp/design-system/pull/2474) + + + +Upgraded `ember-style-modifier` to `4.4.0` + +[#2482](https://github.com/hashicorp/design-system/pull/2482) + + + +**🔄 Updated dependencies:** + +- @hashicorp/flight-icons@3.7.0 + ## 4.12.0 [4.12.0 documentation](https://hds-website-4-12-0.vercel.app/) @@ -1178,19 +1245,6 @@ Removed `ember-deep-tracked` dependency that was not used - @hashicorp/ember-flight-icons@5.0.0 - @hashicorp/design-system-tokens@2.0.0 -## 3.6.0 - -[3.6.0 documentation](https://hds-website-3-6-0.vercel.app/) - -**Minor changes** - -_Since this is an update brand colors and product icons, we consider this a `minor` version release_ - -**🔄 Updated dependencies:** - -- @hashicorp/design-system-tokens@1.11.0 -- @hashicorp/ember-flight-icons@4.1.0 - --- diff --git a/website/docs/whats-new/release-notes/partials/flight-icons.md b/website/docs/whats-new/release-notes/partials/flight-icons.md index bfee9c6018..d42c48164f 100644 --- a/website/docs/whats-new/release-notes/partials/flight-icons.md +++ b/website/docs/whats-new/release-notes/partials/flight-icons.md @@ -12,6 +12,16 @@ +## 3.7.0 + +**Minor changes** + +Updated `okta` and `okta-color` to reflect updated branding. + +[#2489](https://github.com/hashicorp/design-system/pull/2489) + + + ## 3.6.0 **Minor changes** @@ -228,14 +238,6 @@ Added `robot` icon (for Service Principals) [#1428](https://github.com/hashicorp/design-system/pull/1428) -## 2.13.1 - -**Patch changes** - -Fix color for `connection-gateway` icon - -[#1420](https://github.com/hashicorp/design-system/pull/1420) - --- diff --git a/yarn.lock b/yarn.lock index c2b9226a54..b7b2744a01 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4271,7 +4271,7 @@ __metadata: "@glint/environment-ember-loose": "npm:^1.4.0" "@glint/template": "npm:^1.4.0" "@hashicorp/design-system-tokens": "npm:^2.2.1" - "@hashicorp/flight-icons": "npm:^3.6.0" + "@hashicorp/flight-icons": "npm:^3.7.0" "@rollup/plugin-babel": "npm:^6.0.4" "@tsconfig/ember": "npm:^3.0.8" "@types/ember-qunit": "npm:^6.1.1" @@ -4375,7 +4375,7 @@ __metadata: "@glint/environment-ember-loose": "npm:^1.2.1" "@glint/environment-ember-template-imports": "npm:^1.2.1" "@glint/template": "npm:^1.2.1" - "@hashicorp/flight-icons": "npm:^3.6.0" + "@hashicorp/flight-icons": "npm:^3.7.0" "@rollup/plugin-babel": "npm:^6.0.4" "@tsconfig/ember": "npm:^3.0.6" "@typescript-eslint/eslint-plugin": "npm:^8.5.0" @@ -4400,7 +4400,7 @@ __metadata: languageName: unknown linkType: soft -"@hashicorp/flight-icons@npm:^3.6.0, @hashicorp/flight-icons@workspace:^, @hashicorp/flight-icons@workspace:packages/flight-icons": +"@hashicorp/flight-icons@npm:^3.7.0, @hashicorp/flight-icons@workspace:^, @hashicorp/flight-icons@workspace:packages/flight-icons": version: 0.0.0-use.local resolution: "@hashicorp/flight-icons@workspace:packages/flight-icons" dependencies: