From 3e4587a55184b3bc34d902977b049ca1e596b23c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 21 May 2024 16:28:37 +0000 Subject: [PATCH] Version Packages --- .changeset/afraid-beds-serve.md | 5 - .changeset/breezy-humans-search.md | 5 - .changeset/chilled-news-sort.md | 5 - .changeset/chilly-avocados-serve.md | 5 - .changeset/cool-lemons-rush.md | 5 - .changeset/dirty-ways-wave.md | 5 - .changeset/eighty-rings-lie.md | 6 - .changeset/friendly-onions-walk.md | 5 - .changeset/hot-grapes-rule.md | 5 - .changeset/lemon-masks-carry.md | 6 - .changeset/light-dolphins-film.md | 5 - .changeset/lovely-worms-turn.md | 5 - .changeset/metal-zoos-push.md | 5 - .changeset/olive-hotels-know.md | 5 - .changeset/plenty-emus-marry.md | 5 - .changeset/purple-pears-hang.md | 6 - .changeset/real-pets-work.md | 5 - .changeset/seven-comics-cough.md | 5 - .changeset/six-wombats-press.md | 5 - .changeset/slimy-bears-mix.md | 5 - .changeset/slow-scissors-flow.md | 5 - .changeset/small-onions-grow.md | 7 - .changeset/smart-badgers-own.md | 5 - .changeset/smart-squids-fry.md | 6 - .changeset/soft-buttons-burn.md | 5 - .changeset/soft-carrots-rest.md | 5 - .changeset/strange-hairs-judge.md | 5 - .changeset/stupid-news-marry.md | 5 - .changeset/twenty-games-play.md | 5 - packages/components/CHANGELOG.md | 169 +++++++++++++++ packages/components/package.json | 4 +- packages/ember-flight-icons/CHANGELOG.md | 14 ++ packages/ember-flight-icons/package.json | 4 +- packages/flight-icons/CHANGELOG.md | 16 ++ packages/flight-icons/package.json | 2 +- .../release-notes/partials/components.md | 197 +++++++++++++++--- .../partials/ember-flight-icons.md | 22 +- .../release-notes/partials/flight-icons.md | 23 +- yarn.lock | 8 +- 39 files changed, 408 insertions(+), 202 deletions(-) delete mode 100644 .changeset/afraid-beds-serve.md delete mode 100644 .changeset/breezy-humans-search.md delete mode 100644 .changeset/chilled-news-sort.md delete mode 100644 .changeset/chilly-avocados-serve.md delete mode 100644 .changeset/cool-lemons-rush.md delete mode 100644 .changeset/dirty-ways-wave.md delete mode 100644 .changeset/eighty-rings-lie.md delete mode 100644 .changeset/friendly-onions-walk.md delete mode 100644 .changeset/hot-grapes-rule.md delete mode 100644 .changeset/lemon-masks-carry.md delete mode 100644 .changeset/light-dolphins-film.md delete mode 100644 .changeset/lovely-worms-turn.md delete mode 100644 .changeset/metal-zoos-push.md delete mode 100644 .changeset/olive-hotels-know.md delete mode 100644 .changeset/plenty-emus-marry.md delete mode 100644 .changeset/purple-pears-hang.md delete mode 100644 .changeset/real-pets-work.md delete mode 100644 .changeset/seven-comics-cough.md delete mode 100644 .changeset/six-wombats-press.md delete mode 100644 .changeset/slimy-bears-mix.md delete mode 100644 .changeset/slow-scissors-flow.md delete mode 100644 .changeset/small-onions-grow.md delete mode 100644 .changeset/smart-badgers-own.md delete mode 100644 .changeset/smart-squids-fry.md delete mode 100644 .changeset/soft-buttons-burn.md delete mode 100644 .changeset/soft-carrots-rest.md delete mode 100644 .changeset/strange-hairs-judge.md delete mode 100644 .changeset/stupid-news-marry.md delete mode 100644 .changeset/twenty-games-play.md diff --git a/.changeset/afraid-beds-serve.md b/.changeset/afraid-beds-serve.md deleted file mode 100644 index 315e5d4cdf..0000000000 --- a/.changeset/afraid-beds-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -Added `hds-register-event` modifier (for internal use) diff --git a/.changeset/breezy-humans-search.md b/.changeset/breezy-humans-search.md deleted file mode 100644 index 6505807baf..0000000000 --- a/.changeset/breezy-humans-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -`Alert::Description` - Fixed typo in `template-registry.ts` file declaration diff --git a/.changeset/chilled-news-sort.md b/.changeset/chilled-news-sort.md deleted file mode 100644 index 3a063fb085..0000000000 --- a/.changeset/chilled-news-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -`Dropdown::ListItem::Checkmark` - Fixed issue with leading icon spacing diff --git a/.changeset/chilly-avocados-serve.md b/.changeset/chilly-avocados-serve.md deleted file mode 100644 index c56cce43a7..0000000000 --- a/.changeset/chilly-avocados-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -`Tooltip` - Fixed max-width applied to the "bubble" (it was `304px`, now is `280px` per design specs) diff --git a/.changeset/cool-lemons-rush.md b/.changeset/cool-lemons-rush.md deleted file mode 100644 index cc9890d4de..0000000000 --- a/.changeset/cool-lemons-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/flight-icons": minor ---- - -Added two icon logos: `minio` and `git`. diff --git a/.changeset/dirty-ways-wave.md b/.changeset/dirty-ways-wave.md deleted file mode 100644 index 23c6895121..0000000000 --- a/.changeset/dirty-ways-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -Published type declarations diff --git a/.changeset/eighty-rings-lie.md b/.changeset/eighty-rings-lie.md deleted file mode 100644 index 5a9f1abe39..0000000000 --- a/.changeset/eighty-rings-lie.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -`Tag` - Converted component to TypeScript - diff --git a/.changeset/friendly-onions-walk.md b/.changeset/friendly-onions-walk.md deleted file mode 100644 index 5d4df8e73a..0000000000 --- a/.changeset/friendly-onions-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -`IconTile` - Converted component to TypeScript diff --git a/.changeset/hot-grapes-rule.md b/.changeset/hot-grapes-rule.md deleted file mode 100644 index d8cfb517bb..0000000000 --- a/.changeset/hot-grapes-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -`SuperSelect` - added components for single and multiple selection based on [PowerSelect](https://ember-power-select.com/) diff --git a/.changeset/lemon-masks-carry.md b/.changeset/lemon-masks-carry.md deleted file mode 100644 index 2e8577d902..0000000000 --- a/.changeset/lemon-masks-carry.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -`Alert`, `Badge`, `BadgeCount`, `Button`, `Card::Container`, `DisclosurePrimitive`, `DismissButton`, `IconTile`, `Interactive`, `Link::Inline`, `Link::Standalone`, `Tag`, `Text` - Standardized class names and signatures - diff --git a/.changeset/light-dolphins-film.md b/.changeset/light-dolphins-film.md deleted file mode 100644 index 1226641007..0000000000 --- a/.changeset/light-dolphins-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -`BadgeCount` - Converted component to TypeScript diff --git a/.changeset/lovely-worms-turn.md b/.changeset/lovely-worms-turn.md deleted file mode 100644 index ce884ac8bd..0000000000 --- a/.changeset/lovely-worms-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -`DisclosurePrimitive` - Converted component to TypeScript diff --git a/.changeset/metal-zoos-push.md b/.changeset/metal-zoos-push.md deleted file mode 100644 index d10182478a..0000000000 --- a/.changeset/metal-zoos-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -Added `hds-anchored-position` modifier (for internal use) diff --git a/.changeset/olive-hotels-know.md b/.changeset/olive-hotels-know.md deleted file mode 100644 index 8d8f1c0404..0000000000 --- a/.changeset/olive-hotels-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -`CodeBlock` - Re-mapped class-name variable to color-blue diff --git a/.changeset/plenty-emus-marry.md b/.changeset/plenty-emus-marry.md deleted file mode 100644 index f3509010b8..0000000000 --- a/.changeset/plenty-emus-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -`AppFooter` - Converted component to TypeScript diff --git a/.changeset/purple-pears-hang.md b/.changeset/purple-pears-hang.md deleted file mode 100644 index ebf4f89d2b..0000000000 --- a/.changeset/purple-pears-hang.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -`Stepper::Step::Indicator` - Converted to TypeScript -`Stepper::Task::Indicator` - Converted to TypeScript diff --git a/.changeset/real-pets-work.md b/.changeset/real-pets-work.md deleted file mode 100644 index bf48049b16..0000000000 --- a/.changeset/real-pets-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -`Badge` - Converted component to TypeScript diff --git a/.changeset/seven-comics-cough.md b/.changeset/seven-comics-cough.md deleted file mode 100644 index ddf601b6f0..0000000000 --- a/.changeset/seven-comics-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -`Accordion` - Converted component to TypeScript diff --git a/.changeset/six-wombats-press.md b/.changeset/six-wombats-press.md deleted file mode 100644 index 759d4fb7d9..0000000000 --- a/.changeset/six-wombats-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -`Dropdown` - Added support for trailing icon in `ListItem::Interactive` subcomponent diff --git a/.changeset/slimy-bears-mix.md b/.changeset/slimy-bears-mix.md deleted file mode 100644 index e80b506f22..0000000000 --- a/.changeset/slimy-bears-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/ember-flight-icons": patch ---- - -`FlightIcon` component - Removed initial whitespace (newline) from template diff --git a/.changeset/slow-scissors-flow.md b/.changeset/slow-scissors-flow.md deleted file mode 100644 index a2cdec2c37..0000000000 --- a/.changeset/slow-scissors-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -Fixed default export warnings by preventing `types.js` files from being reexported diff --git a/.changeset/small-onions-grow.md b/.changeset/small-onions-grow.md deleted file mode 100644 index 4ea4c00a24..0000000000 --- a/.changeset/small-onions-grow.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -`PopoverPrimitive` - Added low-level (internal) headless component to provide anchoring, collision detection, and popover functionalities. - -`RichTooltip` - Added component to provide tooltips that can contain more complex and structured content. diff --git a/.changeset/smart-badgers-own.md b/.changeset/smart-badgers-own.md deleted file mode 100644 index 36c1632533..0000000000 --- a/.changeset/smart-badgers-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -`AppFrame` - converted component to TypeScript diff --git a/.changeset/smart-squids-fry.md b/.changeset/smart-squids-fry.md deleted file mode 100644 index b1cfcbf4db..0000000000 --- a/.changeset/smart-squids-fry.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -`Tabs` - Fixed issue with z-index of the active tab "indicator" - diff --git a/.changeset/soft-buttons-burn.md b/.changeset/soft-buttons-burn.md deleted file mode 100644 index 6b5770eed1..0000000000 --- a/.changeset/soft-buttons-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -`Toast` - Converted component to TypeScript diff --git a/.changeset/soft-carrots-rest.md b/.changeset/soft-carrots-rest.md deleted file mode 100644 index ddd18d7e43..0000000000 --- a/.changeset/soft-carrots-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -`Reveal` - Converted component to TypeScript diff --git a/.changeset/strange-hairs-judge.md b/.changeset/strange-hairs-judge.md deleted file mode 100644 index 4962c87325..0000000000 --- a/.changeset/strange-hairs-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -`ButtonSet` - Converted component to TypeScript diff --git a/.changeset/stupid-news-marry.md b/.changeset/stupid-news-marry.md deleted file mode 100644 index 0f3173463c..0000000000 --- a/.changeset/stupid-news-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -`Separator` - Converted component to TypeScript diff --git a/.changeset/twenty-games-play.md b/.changeset/twenty-games-play.md deleted file mode 100644 index 5d6aeee258..0000000000 --- a/.changeset/twenty-games-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/flight-icons": minor ---- - -`sparkle` icon added diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 8ce4353833..810c665f19 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,174 @@ # @hashicorp/design-system-components +## 4.3.0 + +### Minor Changes + +Added `hds-register-event` modifier (for internal use) + +[#2017](https://github.com/hashicorp/design-system/pull/2017) + +
+ +Published type declarations + +[#2004](https://github.com/hashicorp/design-system/pull/2004) - Thanks [@natmegs](https://github.com/natmegs) for the contribution! 🙏 + +
+ +`Tag` - Converted component to TypeScript + +[#2089](https://github.com/hashicorp/design-system/pull/2089) + +
+ +`IconTile` - Converted component to TypeScript + +[#2033](https://github.com/hashicorp/design-system/pull/2033) + +
+ +`SuperSelect` - added components for single and multiple selection based on [PowerSelect](https://ember-power-select.com/) + +[#2022](https://github.com/hashicorp/design-system/pull/2022) + +
+ +`BadgeCount` - Converted component to TypeScript + +[#2088](https://github.com/hashicorp/design-system/pull/2088) + +
+ +`DisclosurePrimitive` - Converted component to TypeScript + +[#2025](https://github.com/hashicorp/design-system/pull/2025) - Thanks [@WenInCode](https://github.com/WenInCode) for the contribution! 🙏 + +
+ +Added `hds-anchored-position` modifier (for internal use) + +[#2020](https://github.com/hashicorp/design-system/pull/2020) + +
+ +`AppFooter` - Converted component to TypeScript + +[#2096](https://github.com/hashicorp/design-system/pull/2096) + +
+ +`Stepper::Step::Indicator` - Converted to TypeScript +`Stepper::Task::Indicator` - Converted to TypeScript + +[#2115](https://github.com/hashicorp/design-system/pull/2115) + +
+ +`Badge` - Converted component to TypeScript + +[#1991](https://github.com/hashicorp/design-system/pull/1991) - Thanks [@chris-hut](https://github.com/chris-hut) for the contribution! 🙏 + +
+ +`Accordion` - Converted component to TypeScript + +[#2101](https://github.com/hashicorp/design-system/pull/2101) + +
+ +`Dropdown` - Added support for trailing icon in `ListItem::Interactive` subcomponent + +[#2042](https://github.com/hashicorp/design-system/pull/2042) + +
+ +`PopoverPrimitive` - Added low-level (internal) headless component to provide anchoring, collision detection, and popover functionalities. + +`RichTooltip` - Added component to provide tooltips that can contain more complex and structured content. + +[#2069](https://github.com/hashicorp/design-system/pull/2069) + +
+ +`AppFrame` - converted component to TypeScript + +[#2098](https://github.com/hashicorp/design-system/pull/2098) + +
+ +`Toast` - Converted component to TypeScript + +[#2023](https://github.com/hashicorp/design-system/pull/2023) - Thanks [@WenInCode](https://github.com/WenInCode) for the contribution! 🙏 + +
+ +`Reveal` - Converted component to TypeScript + +[#2097](https://github.com/hashicorp/design-system/pull/2097) + +
+ +`ButtonSet` - Converted component to TypeScript + +[#2099](https://github.com/hashicorp/design-system/pull/2099) + +
+ +`Separator` - Converted component to TypeScript + +[#2114](https://github.com/hashicorp/design-system/pull/2114) + +
+ +### Patch Changes + +`Alert::Description` - Fixed typo in `template-registry.ts` file declaration + +[#2090](https://github.com/hashicorp/design-system/pull/2090) + +
+ +`Dropdown::ListItem::Checkmark` - Fixed issue with leading icon spacing + +[#2084](https://github.com/hashicorp/design-system/pull/2084) + +
+ +`Tooltip` - Fixed max-width applied to the "bubble" (it was `304px`, now is `280px` per design specs) + +[#2050](https://github.com/hashicorp/design-system/pull/2050) + +
+ +`Alert`, `Badge`, `BadgeCount`, `Button`, `Card::Container`, `DisclosurePrimitive`, `DismissButton`, `IconTile`, `Interactive`, `Link::Inline`, `Link::Standalone`, `Tag`, `Text` - Standardized class names and signatures + +[#2108](https://github.com/hashicorp/design-system/pull/2108) + +
+ +`CodeBlock` - Re-mapped class-name variable to color-blue + +[#2027](https://github.com/hashicorp/design-system/pull/2027) + +
+ +Fixed default export warnings by preventing `types.js` files from being reexported + +[#2030](https://github.com/hashicorp/design-system/pull/2030) - Thanks [@WenInCode](https://github.com/WenInCode) for the contribution! 🙏 + +
+ +`Tabs` - Fixed issue with z-index of the active tab "indicator" + +[#2085](https://github.com/hashicorp/design-system/pull/2085) + +
+ +**🔄 Updated dependencies:** + +- @hashicorp/ember-flight-icons@5.0.2 + ## 4.2.0 ### Minor Changes diff --git a/packages/components/package.json b/packages/components/package.json index 361a5ba649..d7c8d1223d 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@hashicorp/design-system-components", - "version": "4.2.0", + "version": "4.3.0", "description": "Helios Design System Components", "keywords": [ "hashicorp", @@ -39,7 +39,7 @@ "@embroider/addon-shim": "^1.8.7", "@floating-ui/dom": "^1.6.3", "@hashicorp/design-system-tokens": "^2.1.0", - "@hashicorp/ember-flight-icons": "^5.0.1", + "@hashicorp/ember-flight-icons": "^5.0.2", "@oddbird/popover-polyfill": "^0.4.3", "decorator-transforms": "^1.1.0", "ember-a11y-refocus": "^3.0.2", diff --git a/packages/ember-flight-icons/CHANGELOG.md b/packages/ember-flight-icons/CHANGELOG.md index d82f227939..19afc8b5ca 100644 --- a/packages/ember-flight-icons/CHANGELOG.md +++ b/packages/ember-flight-icons/CHANGELOG.md @@ -1,5 +1,19 @@ # @hashicorp/ember-flight-icons +## 5.0.2 + +### Patch Changes + +`FlightIcon` component - Removed initial whitespace (newline) from template + +[#2049](https://github.com/hashicorp/design-system/pull/2049) + +
+ +**🔄 Updated dependencies:** + +- @hashicorp/flight-icons@3.2.0 + ## 5.0.1 ### Patch Changes diff --git a/packages/ember-flight-icons/package.json b/packages/ember-flight-icons/package.json index 81aab08963..dc695c78e0 100644 --- a/packages/ember-flight-icons/package.json +++ b/packages/ember-flight-icons/package.json @@ -1,6 +1,6 @@ { "name": "@hashicorp/ember-flight-icons", - "version": "5.0.1", + "version": "5.0.2", "description": "The Ember addon for the HashiCorp Flight SVG icon set", "keywords": [ "ember-addon", @@ -29,7 +29,7 @@ }, "dependencies": { "@embroider/addon-shim": "^1.8.7", - "@hashicorp/flight-icons": "^3.1.0", + "@hashicorp/flight-icons": "^3.2.0", "ember-get-config": "^2.1.1" }, "devDependencies": { diff --git a/packages/flight-icons/CHANGELOG.md b/packages/flight-icons/CHANGELOG.md index 5866ae6343..74c31d296d 100644 --- a/packages/flight-icons/CHANGELOG.md +++ b/packages/flight-icons/CHANGELOG.md @@ -1,5 +1,21 @@ # @hashicorp/flight-icons +## 3.2.0 + +### Minor Changes + +Added two icon logos: `minio` and `git`. + +[#2058](https://github.com/hashicorp/design-system/pull/2058) + +
+ +`sparkle` icon added + +[#2081](https://github.com/hashicorp/design-system/pull/2081) + +
+ ## 3.1.0 ### Minor Changes diff --git a/packages/flight-icons/package.json b/packages/flight-icons/package.json index 7b0938e6f9..77eefbc936 100644 --- a/packages/flight-icons/package.json +++ b/packages/flight-icons/package.json @@ -1,6 +1,6 @@ { "name": "@hashicorp/flight-icons", - "version": "3.1.0", + "version": "3.2.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 59ae8fd6bf..34fe79fd0c 100644 --- a/website/docs/whats-new/release-notes/partials/components.md +++ b/website/docs/whats-new/release-notes/partials/components.md @@ -12,6 +12,175 @@

+## 4.3.0 + +**Minor changes** + +Added `hds-register-event` modifier (for internal use) + +[#2017](https://github.com/hashicorp/design-system/pull/2017) + +
+ +Published type declarations + +[#2004](https://github.com/hashicorp/design-system/pull/2004) - Thanks [@natmegs](https://github.com/natmegs) for the contribution! 🙏 + +
+ +`Tag` - Converted component to TypeScript + +[#2089](https://github.com/hashicorp/design-system/pull/2089) + +
+ +`IconTile` - Converted component to TypeScript + +[#2033](https://github.com/hashicorp/design-system/pull/2033) + +
+ +`SuperSelect` - added components for single and multiple selection based on [PowerSelect](https://ember-power-select.com/) + +[#2022](https://github.com/hashicorp/design-system/pull/2022) + +
+ +`BadgeCount` - Converted component to TypeScript + +[#2088](https://github.com/hashicorp/design-system/pull/2088) + +
+ +`DisclosurePrimitive` - Converted component to TypeScript + +[#2025](https://github.com/hashicorp/design-system/pull/2025) - Thanks [@WenInCode](https://github.com/WenInCode) for the contribution! 🙏 + +
+ +Added `hds-anchored-position` modifier (for internal use) + +[#2020](https://github.com/hashicorp/design-system/pull/2020) + +
+ +`AppFooter` - Converted component to TypeScript + +[#2096](https://github.com/hashicorp/design-system/pull/2096) + +
+ +`Stepper::Step::Indicator` - Converted to TypeScript +`Stepper::Task::Indicator` - Converted to TypeScript + +[#2115](https://github.com/hashicorp/design-system/pull/2115) + +
+ +`Badge` - Converted component to TypeScript + +[#1991](https://github.com/hashicorp/design-system/pull/1991) - Thanks [@chris-hut](https://github.com/chris-hut) for the contribution! 🙏 + +
+ +`Accordion` - Converted component to TypeScript + +[#2101](https://github.com/hashicorp/design-system/pull/2101) + +
+ +`Dropdown` - Added support for trailing icon in `ListItem::Interactive` subcomponent + +[#2042](https://github.com/hashicorp/design-system/pull/2042) + +
+ +`PopoverPrimitive` - Added low-level (internal) headless component to provide anchoring, collision detection, and popover functionalities. + +`RichTooltip` - Added component to provide tooltips that can contain more complex and structured content. + +[#2069](https://github.com/hashicorp/design-system/pull/2069) + +
+ +`AppFrame` - converted component to TypeScript + +[#2098](https://github.com/hashicorp/design-system/pull/2098) + +
+ +`Toast` - Converted component to TypeScript + +[#2023](https://github.com/hashicorp/design-system/pull/2023) - Thanks [@WenInCode](https://github.com/WenInCode) for the contribution! 🙏 + +
+ +`Reveal` - Converted component to TypeScript + +[#2097](https://github.com/hashicorp/design-system/pull/2097) + +
+ +`ButtonSet` - Converted component to TypeScript + +[#2099](https://github.com/hashicorp/design-system/pull/2099) + +
+ +`Separator` - Converted component to TypeScript + +[#2114](https://github.com/hashicorp/design-system/pull/2114) + +
+ +**Patch changes** + +`Alert::Description` - Fixed typo in `template-registry.ts` file declaration + +[#2090](https://github.com/hashicorp/design-system/pull/2090) + +
+ +`Dropdown::ListItem::Checkmark` - Fixed issue with leading icon spacing + +[#2084](https://github.com/hashicorp/design-system/pull/2084) + +
+ +`Tooltip` - Fixed max-width applied to the "bubble" (it was `304px`, now is `280px` per design specs) + +[#2050](https://github.com/hashicorp/design-system/pull/2050) + +
+ +`Alert`, `Badge`, `BadgeCount`, `Button`, `Card::Container`, `DisclosurePrimitive`, `DismissButton`, `IconTile`, `Interactive`, `Link::Inline`, `Link::Standalone`, `Tag`, `Text` - Standardized class names and signatures + +[#2108](https://github.com/hashicorp/design-system/pull/2108) + +
+ +`CodeBlock` - Re-mapped class-name variable to color-blue + +[#2027](https://github.com/hashicorp/design-system/pull/2027) + +
+ +Fixed default export warnings by preventing `types.js` files from being reexported + +[#2030](https://github.com/hashicorp/design-system/pull/2030) - Thanks [@WenInCode](https://github.com/WenInCode) for the contribution! 🙏 + +
+ +`Tabs` - Fixed issue with z-index of the active tab "indicator" + +[#2085](https://github.com/hashicorp/design-system/pull/2085) + +
+ +**🔄 Updated dependencies:** + +- @hashicorp/ember-flight-icons@5.0.2 + ## 4.2.0 **Minor changes** @@ -56,7 +225,7 @@ ## 4.1.2 -### Patch Changes +**Patch changes** This version is a re-release of `@hashicorp/design-system-components@4.1.1` containing the missing pre-compiled CSS @@ -744,32 +913,6 @@ _Notice: while technically this is a breaking change, we consider this a fast-fo [#1716](https://github.com/hashicorp/design-system/pull/1716) -## 2.14.1 - -**Patch changes** - -`Tabs` - Fixed issue with `@isSelected` dynamically changed within `#each` loops - -[#1709](https://github.com/hashicorp/design-system/pull/1709) - -## 2.14.0 - -**Minor changes** - -`Pagination::Compact` - Added option to show "SizeSelector" element - -[#1700](https://github.com/hashicorp/design-system/pull/1700) - -
- -`Tabs` - Refactored logic for `Tabs` component + `Tab/Panel` sub-components to support more complex use cases: - -- introduced `@selectedTabIndex` argument to control the "selected" tab from the consuming application, e.g. via query params (effort spearheaded by @MiniHeyd) -- fixed issue with nested tabs not initializing the "selected" indicator correctly -- fixed issue with dynamic tab content not updating the "selected" indicator correctly - -[#1688](https://github.com/hashicorp/design-system/pull/1688) - --- diff --git a/website/docs/whats-new/release-notes/partials/ember-flight-icons.md b/website/docs/whats-new/release-notes/partials/ember-flight-icons.md index 5d18b42d18..a7f894b6e7 100644 --- a/website/docs/whats-new/release-notes/partials/ember-flight-icons.md +++ b/website/docs/whats-new/release-notes/partials/ember-flight-icons.md @@ -12,6 +12,20 @@

+## 5.0.2 + +**Patch changes** + +`FlightIcon` component - Removed initial whitespace (newline) from template + +[#2049](https://github.com/hashicorp/design-system/pull/2049) + +
+ +**🔄 Updated dependencies:** + +- @hashicorp/flight-icons@3.2.0 + ## 5.0.1 **Patch changes** @@ -243,14 +257,6 @@ Shifted our supported version of Node.js from `12.* || 14.* || >= 16` to `14.* | - @hashicorp/flight-icons@2.13.1 -## 3.0.4 - -**Patch changes** - -**🔄 Updated dependencies:** - -- @hashicorp/flight-icons@2.13.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 8e41219575..e874f2dff0 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,22 @@

+## 3.2.0 + +**Minor changes** + +Added two icon logos: `minio` and `git`. + +[#2058](https://github.com/hashicorp/design-system/pull/2058) + +
+ +`sparkle` icon added + +[#2081](https://github.com/hashicorp/design-system/pull/2081) + +
+ ## 3.1.0 **Minor changes** @@ -210,13 +226,6 @@ Added `figma` and `loom` icons * [#593](https://github.com/hashicorp/design-system/pull/593) [`382fce2d`](https://github.com/hashicorp/design-system/commit/382fce2d063e8ff31849f28d68a138537354c68e) Thanks [@hashibot-hds](https://github.com/hashibot-hds)! - Added AWS Lambda and Linux icons -## 2.10.0 - -**Minor changes** - -- [#546](https://github.com/hashicorp/design-system/pull/546) [`4e557797`](https://github.com/hashicorp/design-system/commit/4e5577973154397da0b5d4302755a07b22826345) Thanks [@hashibot-hds](https://github.com/hashibot-hds)! - Add system icons for pipeline and step - Add service icons for open policy agent (opa) - --- diff --git a/yarn.lock b/yarn.lock index 843d2d45de..ee7f2b226d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3642,7 +3642,7 @@ __metadata: "@glint/environment-ember-loose": "npm:^1.4.0" "@glint/template": "npm:^1.4.0" "@hashicorp/design-system-tokens": "npm:^2.1.0" - "@hashicorp/ember-flight-icons": "npm:^5.0.1" + "@hashicorp/ember-flight-icons": "npm:^5.0.2" "@oddbird/popover-polyfill": "npm:^0.4.3" "@rollup/plugin-babel": "npm:^6.0.4" "@tsconfig/ember": "npm:^3.0.6" @@ -3725,7 +3725,7 @@ __metadata: languageName: unknown linkType: soft -"@hashicorp/ember-flight-icons@npm:^5.0.1, @hashicorp/ember-flight-icons@workspace:^, @hashicorp/ember-flight-icons@workspace:packages/ember-flight-icons": +"@hashicorp/ember-flight-icons@npm:^5.0.2, @hashicorp/ember-flight-icons@workspace:^, @hashicorp/ember-flight-icons@workspace:packages/ember-flight-icons": version: 0.0.0-use.local resolution: "@hashicorp/ember-flight-icons@workspace:packages/ember-flight-icons" dependencies: @@ -3739,7 +3739,7 @@ __metadata: "@embroider/test-setup": "npm:^3.0.2" "@glimmer/component": "npm:^1.1.2" "@glimmer/tracking": "npm:^1.1.2" - "@hashicorp/flight-icons": "npm:^3.1.0" + "@hashicorp/flight-icons": "npm:^3.2.0" "@rollup/plugin-babel": "npm:^6.0.4" ember-get-config: "npm:^2.1.1" ember-template-lint: "npm:^4.18.2" @@ -3757,7 +3757,7 @@ __metadata: languageName: unknown linkType: soft -"@hashicorp/flight-icons@npm:^3.1.0, @hashicorp/flight-icons@workspace:^, @hashicorp/flight-icons@workspace:packages/flight-icons": +"@hashicorp/flight-icons@npm:^3.2.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: