-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2d5ae6a
commit dc42306
Showing
24 changed files
with
222 additions
and
101 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,85 @@ | |
</a> | ||
</p> | ||
|
||
## 4.16.0 | ||
|
||
**Minor changes** | ||
|
||
`Table` - Updated the visual design of `Table` cells by adding borders, making them more distinguishable when spanning rows or columns. | ||
|
||
<small class="doc-whats-new-changelog-metadata">[#2588](https://github.com/hashicorp/design-system/pull/2588)</small> | ||
|
||
<div class="doc-whats-new-changelog-separator"></div> | ||
|
||
Added global tokens for border radius | ||
|
||
<small class="doc-whats-new-changelog-metadata">[#2595](https://github.com/hashicorp/design-system/pull/2595)</small> | ||
|
||
<div class="doc-whats-new-changelog-separator"></div> | ||
|
||
`SuperSelect` - Added `searchFieldPosition="before-options"` to fix a11y issue in `Multiple` component | ||
|
||
<small class="doc-whats-new-changelog-metadata">[#2612](https://github.com/hashicorp/design-system/pull/2612)</small> | ||
|
||
<div class="doc-whats-new-changelog-separator"></div> | ||
|
||
**Patch changes** | ||
|
||
Upgraded the following dependencies: | ||
|
||
- `@ember/render-modifiers` from `2.0.5` to `2.1.0` | ||
- `@ember/addon-shim` from `1.8.7` to `1.9.0` | ||
- `clipboard-polyfill` from `4.1.0` to `4.1.1` | ||
- `decorator-transforms` from `1.1.0` to `1.2.1` | ||
- `ember-a11y-refocus` from `4.1.3` to `4.1.4` | ||
- `ember-element-helper` from `0.8.5` to `0.8.6` | ||
- `ember-focus-trap` from `1.1.0` to `1.1.1` | ||
- `ember-modifier` from `4.1.0` to `4.2.0` | ||
- `ember-power-select` from `8.2.0` to `8.6.2` | ||
- `sass` from `1.69.5` to `1.83.0` | ||
|
||
<small class="doc-whats-new-changelog-metadata">[#2625](https://github.com/hashicorp/design-system/pull/2625)</small> | ||
|
||
<div class="doc-whats-new-changelog-separator"></div> | ||
|
||
`Table` - fixed the aria-labels for select row and select all checkboxes so they do not change based on the state of the checkbox. | ||
|
||
<small class="doc-whats-new-changelog-metadata">[#2596](https://github.com/hashicorp/design-system/pull/2596)</small> | ||
|
||
<div class="doc-whats-new-changelog-separator"></div> | ||
|
||
`Breadcrumb` - Implemented `aria-controls` in `Breadcrumb::Truncation` for a11y improvements with toggled content from `PopoverPrimitive` | ||
`Dropdown` - Implemented `aria-controls` in `Dropdown::Toggle::Button` for a11y improvements with toggled content from `PopoverPrimitive` | ||
`PopoverPrimitve` - Implemented `aria-controls` in toggle element for a11y improvements with toggled content | ||
`RichTooltip` - Removed explicitly setting `aria-controls` in `RichTooltip::Toggle` as it is now set through the `PopoverPrimitive` | ||
|
||
<small class="doc-whats-new-changelog-metadata">[#2639](https://github.com/hashicorp/design-system/pull/2639)</small> | ||
|
||
<div class="doc-whats-new-changelog-separator"></div> | ||
|
||
`Tabs` - Implement `aria-controls` in tab for a11y improvements with toggled content | ||
|
||
<small class="doc-whats-new-changelog-metadata">[#2637](https://github.com/hashicorp/design-system/pull/2637)</small> | ||
|
||
<div class="doc-whats-new-changelog-separator"></div> | ||
|
||
Shifted our supported version of Node.js from `16* || >= 18` to `>=18` | ||
|
||
<small class="doc-whats-new-changelog-metadata">[#2619](https://github.com/hashicorp/design-system/pull/2619)</small> | ||
|
||
<div class="doc-whats-new-changelog-separator"></div> | ||
|
||
`Dropdown` - Fixed `z-index` bug which caused the focus ring of the toggle icon to not be visible when the component was nested in a container. | ||
|
||
<small class="doc-whats-new-changelog-metadata">[#2638](https://github.com/hashicorp/design-system/pull/2638)</small> | ||
|
||
<div class="doc-whats-new-changelog-separator"></div> | ||
|
||
**🔄 Updated dependencies:** | ||
|
||
- @hashicorp/design-system-tokens@2.3.0 | ||
- @hashicorp/flight-icons@3.9.0 | ||
|
||
## 4.15.0 | ||
|
||
[4.15.0 documentation](https://hds-website-4-15-0.vercel.app/) | ||
|
@@ -1235,14 +1314,6 @@ Fixed default export warnings by preventing `types.js` files from being reexport | |
|
||
<div class="doc-whats-new-changelog-separator"></div> | ||
|
||
## 4.1.2 | ||
|
||
**Patch changes** | ||
|
||
This version is a re-release of `@hashicorp/[email protected]` containing the missing pre-compiled CSS | ||
|
||
<div class="doc-whats-new-changelog-separator"></div> | ||
|
||
|
||
--- | ||
|
||
|
Oops, something went wrong.