diff --git a/.changeset/chilly-cities-stare.md b/.changeset/chilly-cities-stare.md deleted file mode 100644 index 2442dbeca2d..00000000000 --- a/.changeset/chilly-cities-stare.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - - -`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 - diff --git a/.changeset/dark-pandas-buy.md b/.changeset/dark-pandas-buy.md deleted file mode 100644 index c41f457efa0..00000000000 --- a/.changeset/dark-pandas-buy.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - - -`FileInput` - Added width of 100% to prevent the component from overflowing its container and making it consistent with other Input components - diff --git a/.changeset/fine-rocks-trade.md b/.changeset/fine-rocks-trade.md deleted file mode 100644 index 25934037f70..00000000000 --- a/.changeset/fine-rocks-trade.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - - -`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` - diff --git a/.changeset/hip-lions-jog.md b/.changeset/hip-lions-jog.md deleted file mode 100644 index f0aa8e82ecf..00000000000 --- a/.changeset/hip-lions-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/flight-icons": minor ---- - -Added `openstack` and `openstack-color` icons. diff --git a/.changeset/hungry-windows-jog.md b/.changeset/hungry-windows-jog.md deleted file mode 100644 index d3db13309d2..00000000000 --- a/.changeset/hungry-windows-jog.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - - -`AppFooter` - Updated company name in copyright text - diff --git a/.changeset/kind-rooms-cry.md b/.changeset/kind-rooms-cry.md deleted file mode 100644 index ba1b1e4a77d..00000000000 --- a/.changeset/kind-rooms-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-codemods": patch ---- - -`dropdown-list-item-interactive` - Reworked codemod to support usage in complex conditionals, and values with concatenated handlebars values. diff --git a/.changeset/public-towns-write.md b/.changeset/public-towns-write.md deleted file mode 100644 index fdfdd86e562..00000000000 --- a/.changeset/public-towns-write.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - - -`SuperSelect` - Fixed issue with tabbing to `SuperSelectMultiple` with search enabled by adding tabindex of "0" - diff --git a/.changeset/rich-zoos-type.md b/.changeset/rich-zoos-type.md deleted file mode 100644 index b0170b669ed..00000000000 --- a/.changeset/rich-zoos-type.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - - -`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. - \ No newline at end of file diff --git a/.changeset/stupid-wombats-spend.md b/.changeset/stupid-wombats-spend.md deleted file mode 100644 index 7205df2cf2b..00000000000 --- a/.changeset/stupid-wombats-spend.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - - -`SuperSelect` - Fixed color style for disabled option items. - diff --git a/.changeset/tender-pears-notice.md b/.changeset/tender-pears-notice.md deleted file mode 100644 index 040de617ac1..00000000000 --- a/.changeset/tender-pears-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/flight-icons": minor ---- - -`jenkins` and `jenkins-color` icons added. diff --git a/packages/codemods/CHANGELOG.md b/packages/codemods/CHANGELOG.md index 5b7084753eb..fd55a3f5a21 100644 --- a/packages/codemods/CHANGELOG.md +++ b/packages/codemods/CHANGELOG.md @@ -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. + +[#3303](https://github.com/hashicorp/design-system/pull/3303) + +
+ ## 0.5.1 ### Patch Changes diff --git a/packages/codemods/package.json b/packages/codemods/package.json index add2b638e76..173aede8499 100644 --- a/packages/codemods/package.json +++ b/packages/codemods/package.json @@ -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", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index b806c09b704..35cad1a2b56 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -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 + + +[#3304](https://github.com/hashicorp/design-system/pull/3304) + +
+ + +`FileInput` - Added width of 100% to prevent the component from overflowing its container and making it consistent with other Input components + + +[#3318](https://github.com/hashicorp/design-system/pull/3318) + +
+ + +`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` + + +[#3335](https://github.com/hashicorp/design-system/pull/3335) + +
+ + +`AppFooter` - Updated company name in copyright text + + +[#3314](https://github.com/hashicorp/design-system/pull/3314) + +
+ + +`SuperSelect` - Fixed issue with tabbing to `SuperSelectMultiple` with search enabled by adding tabindex of "0" + + +[#3333](https://github.com/hashicorp/design-system/pull/3333) + +
+ + +`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. + + +[#3215](https://github.com/hashicorp/design-system/pull/3215) + +
+ + +`SuperSelect` - Fixed color style for disabled option items. + + +[#3331](https://github.com/hashicorp/design-system/pull/3331) + +
+ +**🔄 Updated dependencies:** + +- @hashicorp/flight-icons@3.14.0 + ## 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. - [#3189](https://github.com/hashicorp/design-system/pull/3189)
- `AdvancedTable` - Added support for column reordering. - Added `@hasReorderableColumns` argument. When set to `true`, enables column reordering. @@ -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. - [#3150](https://github.com/hashicorp/design-system/pull/3150) - Thanks [@aklkv](https://github.com/aklkv) for the contribution! 🙏
diff --git a/packages/components/package.json b/packages/components/package.json index 4c72d0b25cb..caa55b250ec 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@hashicorp/design-system-components", - "version": "4.24.0", + "version": "4.24.1", "description": "Helios Design System Components", "keywords": [ "hashicorp", @@ -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", diff --git a/packages/flight-icons/CHANGELOG.md b/packages/flight-icons/CHANGELOG.md index d6b7b4fcbab..216417ed3ef 100644 --- a/packages/flight-icons/CHANGELOG.md +++ b/packages/flight-icons/CHANGELOG.md @@ -1,5 +1,21 @@ # @hashicorp/flight-icons +## 3.14.0 + +### Minor Changes + +Added `openstack` and `openstack-color` icons. + +[#3353](https://github.com/hashicorp/design-system/pull/3353) + +
+ +`jenkins` and `jenkins-color` icons added. + +[#3337](https://github.com/hashicorp/design-system/pull/3337) + +
+ ## 3.13.0 ### Minor Changes diff --git a/packages/flight-icons/package.json b/packages/flight-icons/package.json index 7df1587d690..15826c2b294 100644 --- a/packages/flight-icons/package.json +++ b/packages/flight-icons/package.json @@ -1,6 +1,6 @@ { "name": "@hashicorp/flight-icons", - "version": "3.13.0", + "version": "3.14.0", "description": "Flight: HashiCorp SVG icon set", "keywords": [ "hashicorp", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f2a145ccb7f..5fdc76dbdb8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -121,7 +121,7 @@ importers: specifier: workspace:^3.0.0 version: link:../tokens '@hashicorp/flight-icons': - specifier: workspace:^3.13.0 + specifier: workspace:^3.14.0 version: link:../flight-icons '@lezer/highlight': specifier: ^1.2.1 diff --git a/website/docs/components/app-footer/index.md b/website/docs/components/app-footer/index.md index b377976d570..74cd6faff5d 100644 --- a/website/docs/components/app-footer/index.md +++ b/website/docs/components/app-footer/index.md @@ -23,6 +23,8 @@ navigation: - security - accessibility - system status +status: + updated: 4.24.1 ---
diff --git a/website/docs/components/app-footer/partials/version-history/version-history.md b/website/docs/components/app-footer/partials/version-history/version-history.md index 4d16744cace..a5f62f90f58 100644 --- a/website/docs/components/app-footer/partials/version-history/version-history.md +++ b/website/docs/components/app-footer/partials/version-history/version-history.md @@ -1,3 +1,8 @@ +## 4.24.1 + +Updated company name in copyright text + + ## 4.22.0 Translated template strings diff --git a/website/docs/components/app-header/index.md b/website/docs/components/app-header/index.md index e41291d82b5..9cb826f5dad 100644 --- a/website/docs/components/app-header/index.md +++ b/website/docs/components/app-header/index.md @@ -21,6 +21,8 @@ navigation: - navbar - menubar - topbar +status: + updated: 4.24.1 ---
diff --git a/website/docs/components/app-header/partials/version-history/version-history.md b/website/docs/components/app-header/partials/version-history/version-history.md index 2966060f941..91961873fcf 100644 --- a/website/docs/components/app-header/partials/version-history/version-history.md +++ b/website/docs/components/app-header/partials/version-history/version-history.md @@ -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. diff --git a/website/docs/components/button/index.md b/website/docs/components/button/index.md index f68e56db2ed..ccc72adacd7 100644 --- a/website/docs/components/button/index.md +++ b/website/docs/components/button/index.md @@ -19,6 +19,8 @@ navigation: keywords: - action - link +status: + updated: 4.24.1 ---
diff --git a/website/docs/components/button/partials/version-history/version-history.md b/website/docs/components/button/partials/version-history/version-history.md index 8a365bb027e..fdfe53982e1 100644 --- a/website/docs/components/button/partials/version-history/version-history.md +++ b/website/docs/components/button/partials/version-history/version-history.md @@ -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 diff --git a/website/docs/components/code-block/index.md b/website/docs/components/code-block/index.md index 1d34fbfa5ce..edcf8fbf082 100644 --- a/website/docs/components/code-block/index.md +++ b/website/docs/components/code-block/index.md @@ -24,6 +24,8 @@ navigation: - example - syntax - highlight +status: + updated: 4.24.1 ---
diff --git a/website/docs/components/code-block/partials/version-history/version-history.md b/website/docs/components/code-block/partials/version-history/version-history.md index 663618e2c4e..86e044c5577 100644 --- a/website/docs/components/code-block/partials/version-history/version-history.md +++ b/website/docs/components/code-block/partials/version-history/version-history.md @@ -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 diff --git a/website/docs/components/copy/button/index.md b/website/docs/components/copy/button/index.md index 8a712c5f2d8..cb0d201f6f6 100644 --- a/website/docs/components/copy/button/index.md +++ b/website/docs/components/copy/button/index.md @@ -14,6 +14,8 @@ navigation: keywords: - snippet - clipboard +status: + updated: 4.24.1 ---
diff --git a/website/docs/components/copy/button/partials/version-history/version-history.md b/website/docs/components/copy/button/partials/version-history/version-history.md index ba6d330a038..e6f8e79e587 100644 --- a/website/docs/components/copy/button/partials/version-history/version-history.md +++ b/website/docs/components/copy/button/partials/version-history/version-history.md @@ -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 diff --git a/website/docs/components/flyout/index.md b/website/docs/components/flyout/index.md index 4c52838ef3f..933ee3658ff 100644 --- a/website/docs/components/flyout/index.md +++ b/website/docs/components/flyout/index.md @@ -23,6 +23,8 @@ navigation: - panel - side - modal +status: + updated: 4.24.1 ---
diff --git a/website/docs/components/flyout/partials/version-history/version-history.md b/website/docs/components/flyout/partials/version-history/version-history.md index 61d90549432..3b2dc3e4ecf 100644 --- a/website/docs/components/flyout/partials/version-history/version-history.md +++ b/website/docs/components/flyout/partials/version-history/version-history.md @@ -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 diff --git a/website/docs/components/form/file-input/index.md b/website/docs/components/form/file-input/index.md index 09c685c378d..d08d11415cb 100644 --- a/website/docs/components/form/file-input/index.md +++ b/website/docs/components/form/file-input/index.md @@ -16,6 +16,8 @@ navigation: - upload - input - form +status: + updated: 4.24.1 ---
diff --git a/website/docs/components/form/file-input/partials/version-history/version-history.md b/website/docs/components/form/file-input/partials/version-history/version-history.md index a2ed5d623d5..353af746778 100644 --- a/website/docs/components/form/file-input/partials/version-history/version-history.md +++ b/website/docs/components/form/file-input/partials/version-history/version-history.md @@ -1,3 +1,8 @@ +## 4.24.1 + +Added width of 100% to prevent the component from overflowing its container and making it consistent with other Input components + + ## 4.23.0 Removed CSS declaration for pseudo element in disabled state that led to invalid CSS (ignored by browsers) diff --git a/website/docs/components/form/super-select/index.md b/website/docs/components/form/super-select/index.md index 03c5844c548..25058eae777 100644 --- a/website/docs/components/form/super-select/index.md +++ b/website/docs/components/form/super-select/index.md @@ -19,6 +19,8 @@ navigation: keywords: - dropdown - powerselect +status: + updated: 4.24.1 ---
diff --git a/website/docs/components/form/super-select/partials/version-history/version-history.md b/website/docs/components/form/super-select/partials/version-history/version-history.md index 22a692e87b1..a319e8f2e1a 100644 --- a/website/docs/components/form/super-select/partials/version-history/version-history.md +++ b/website/docs/components/form/super-select/partials/version-history/version-history.md @@ -1,3 +1,11 @@ +## 4.24.1 + +Fixed issue with tabbing to `SuperSelectMultiple` with search enabled by adding tabindex of "0" + + +Fixed color style for disabled option items. + + ## 4.22.0 Translated template strings diff --git a/website/docs/components/modal/index.md b/website/docs/components/modal/index.md index 611350e2118..3a86697b03a 100644 --- a/website/docs/components/modal/index.md +++ b/website/docs/components/modal/index.md @@ -24,6 +24,8 @@ navigation: - popover - popup - dialog +status: + updated: 4.24.1 ---
diff --git a/website/docs/components/modal/partials/version-history/version-history.md b/website/docs/components/modal/partials/version-history/version-history.md index 184d65c7b56..180149e1f08 100644 --- a/website/docs/components/modal/partials/version-history/version-history.md +++ b/website/docs/components/modal/partials/version-history/version-history.md @@ -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 Modal is closed. + + ## 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 diff --git a/website/docs/components/side-nav/index.md b/website/docs/components/side-nav/index.md index 94e4d812cb4..d6849f69a61 100644 --- a/website/docs/components/side-nav/index.md +++ b/website/docs/components/side-nav/index.md @@ -22,6 +22,8 @@ navigation: - side navigation - sidenav - sidebar +status: + updated: 4.24.1 ---
diff --git a/website/docs/components/side-nav/partials/version-history/version-history.md b/website/docs/components/side-nav/partials/version-history/version-history.md index 933ae873b42..ba19b15fc7e 100644 --- a/website/docs/components/side-nav/partials/version-history/version-history.md +++ b/website/docs/components/side-nav/partials/version-history/version-history.md @@ -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` + + ## 4.22.0 Translated template strings diff --git a/website/docs/whats-new/release-notes/partials/components.md b/website/docs/whats-new/release-notes/partials/components.md index 8c2663a4b98..971ee337a01 100644 --- a/website/docs/whats-new/release-notes/partials/components.md +++ b/website/docs/whats-new/release-notes/partials/components.md @@ -12,21 +12,100 @@

+## 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 + + + + +
+ + +`FileInput` - Added width of 100% to prevent the component from overflowing its container and making it consistent with other Input components + + + + +
+ + +`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` + + + + +
+ + +`AppFooter` - Updated company name in copyright text + + + + +
+ + +`SuperSelect` - Fixed issue with tabbing to `SuperSelectMultiple` with search enabled by adding tabindex of "0" + + + + +
+ + +`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. + + + + +
+ + +`SuperSelect` - Fixed color style for disabled option items. + + + + +
+ +**🔄 Updated dependencies:** + +- @hashicorp/flight-icons@3.14.0 + ## 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. -
- `AdvancedTable` - Added support for column reordering. - Added `@hasReorderableColumns` argument. When set to `true`, enables column reordering. @@ -40,14 +119,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. -
@@ -1353,118 +1428,6 @@ Upgraded `ember-style-modifier` to `4.4.0` - @hashicorp/flight-icons@3.7.0 -## 4.12.0 - -[4.12.0 documentation](https://hds-website-4-12-0.vercel.app/) - -**Minor changes** - -`Dropdown` - Made the `isOpen` state available in the yielded block - - - -
- -**Patch changes** - -`IconTile` - Fixed `@color` argument type signature - - - -
- -`Interactive` - Aligned types with `LinkTo` - - - -
- -`DialogPrimitive` - Fixed issue with `box-sizing` inheritance - -`Modal`/`Flyout` - Updated `box-sizing` inheritance via `DialogPrimitive` fix - - - -
- -Upgraded `eslint-plugin-ember` to `12.2.0` - -`AppFooter`, `AppFrame`, `SideNav` - refactored subcomponents to use `TemplateOnlyComponent` instead of empty classes. - - - -
- -`RadioCard` - -- Fixed selected border colors to match Figma and interactive states. -- Updated icon, label, and description colors to use `disabled-foreground` when - the `RadioCard` is disabled. - - - -
- -`MaskedInput` - Changed textarea `scrollbar-width` to "thin" to reduce overlap with toggle button. - -`CodeBlock` - Changed textarea `scrollbar-width` to "thin" to reduce overlap with copy button. - - - -
- -Removed `ember-keyboard` dependency - - - -
- -`Tabs` - Fixed signatures for subcomponents - - - -
- -`Table` - Fixed signatures for subcomponents - - - -
- -`BadgeCount` - updated the type of the `text` argument to allow numbers - -`TooltipButton` - made the default value for the `placement` argument `'top'` and fixed the type definition - -`TooltipButton` - made the `extraTippyOptions` argument optional and allowed to be a partial object - - - -
- -`DialogPrimitive` - added a guard so the yielded close function is always defined - - - -
- -`Hds::SideNav` - Fixed a couple of bugs where SideNav would remain inert when no longer minimized (or would not be inert when minimized) - - - -
- -`Button` - aligned type names to convention - - - -
- -Fixed issue with icon sprite not initiated - - - -
- --- 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 64065aa52f1..7af9aa3b16d 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.14.0 + +**Minor changes** + +Added `openstack` and `openstack-color` icons. + + + +
+ +`jenkins` and `jenkins-color` icons added. + + + +
+ ## 3.13.0 **Minor changes** @@ -231,16 +247,6 @@ Added `IconName` type to `iconNames` export
-## 2.21.0 - -**Minor changes** - -Added static SVG sprite sheet file - - - -
- ---