Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 22, 2025
1 parent 4294055 commit a760099
Show file tree
Hide file tree
Showing 26 changed files with 252 additions and 114 deletions.
16 changes: 0 additions & 16 deletions .changeset/forty-vans-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-days-call.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hungry-mayflies-destroy.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/long-poets-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-goats-work.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/many-apples-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-paws-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-beds-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-rockets-press.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silver-trees-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-months-repair.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/strange-wolves-press.md

This file was deleted.

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

## 0.5.1

### Patch Changes

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>

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/design-system-codemods",
"description": "Helios Design System codemods",
"version": "0.5.0",
"version": "0.5.1",
"scripts": {
"lint": "eslint --cache .",
"lint:fix": "eslint . --fix",
Expand Down
94 changes: 94 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,99 @@
# @hashicorp/design-system-components

## 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>

`Hds::CodeEditor` - Added new CodeMirror 6 supported code editor component
`hds-code-editor` modifier - Added new code editor modifier which converts the element it is applied to into a CodeMirror 6 code editor

<small class="doc-whats-new-changelog-metadata">[#2573](https://github.com/hashicorp/design-system/pull/2573)</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>

`AdvancedTable` - Added `AdvancedTable` component and related sub-components

Add `tabbable` as a dependency.

<small class="doc-whats-new-changelog-metadata">[#2615](https://github.com/hashicorp/design-system/pull/2615)</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/)
Expand Down
6 changes: 3 additions & 3 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.15.0",
"version": "4.16.0",
"description": "Helios Design System Components",
"keywords": [
"hashicorp",
Expand Down Expand Up @@ -49,8 +49,8 @@
"@ember/test-waiters": "^3.1.0",
"@embroider/addon-shim": "^1.9.0",
"@floating-ui/dom": "^1.6.12",
"@hashicorp/design-system-tokens": "^2.2.2",
"@hashicorp/flight-icons": "^3.8.0",
"@hashicorp/design-system-tokens": "^2.3.0",
"@hashicorp/flight-icons": "^3.9.0",
"clipboard-polyfill": "^4.1.1",
"codemirror-lang-hcl": "^0.0.0-beta.2",
"decorator-transforms": "^1.2.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.9.0",
"@hashicorp/flight-icons": "^3.8.0",
"@hashicorp/flight-icons": "^3.9.0",
"decorator-transforms": "^1.2.1",
"ember-get-config": "^2.1.1"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/flight-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @hashicorp/flight-icons

## 3.9.0

### Minor Changes

`confluence` and `confluence-color` icons added.

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

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

## 3.8.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.8.0",
"version": "3.9.0",
"description": "Flight: HashiCorp SVG icon set",
"keywords": [
"hashicorp",
Expand Down
10 changes: 10 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @hashicorp/design-system-tokens

## 2.3.0

### Minor Changes

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>

## 2.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/design-system-tokens",
"version": "2.2.2",
"version": "2.3.0",
"description": "Helios Design Tokens",
"keywords": [
"hashicorp",
Expand Down
Loading

0 comments on commit a760099

Please sign in to comment.