Skip to content

Commit 116fac4

Browse files
Version Packages (#2605)
Co-authored-by: Alex <alex-ju@users.noreply.github.com>
1 parent 2282d8f commit 116fac4

File tree

48 files changed

+354
-135
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+354
-135
lines changed

.changeset/forty-vans-laugh.md

-16
This file was deleted.

.changeset/gorgeous-days-call.md

-5
This file was deleted.

.changeset/hungry-mayflies-destroy.md

-6
This file was deleted.

.changeset/long-poets-wonder.md

-6
This file was deleted.

.changeset/lovely-goats-work.md

-5
This file was deleted.

.changeset/many-apples-film.md

-8
This file was deleted.

.changeset/new-paws-cross.md

-5
This file was deleted.

.changeset/sharp-beds-approve.md

-5
This file was deleted.

.changeset/short-rockets-press.md

-5
This file was deleted.

.changeset/silver-trees-occur.md

-6
This file was deleted.

.changeset/smooth-months-repair.md

-5
This file was deleted.

.changeset/strange-wolves-press.md

-7
This file was deleted.

packages/codemods/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @hashicorp/design-system-codemods
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
Shifted our supported version of Node.js from `16* || >= 18` to `>=18`
8+
9+
<small class="doc-whats-new-changelog-metadata">[#2619](https://github.com/hashicorp/design-system/pull/2619)</small>
10+
11+
<div class="doc-whats-new-changelog-separator"></div>
12+
313
## 0.5.0
414

515
### Minor Changes

packages/codemods/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hashicorp/design-system-codemods",
33
"description": "Helios Design System codemods",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"scripts": {
66
"lint": "eslint --cache .",
77
"lint:fix": "eslint . --fix",

packages/components/CHANGELOG-FIGMA-COMPONENTS.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# [HDS Components UI Kit](https://www.figma.com/design/iweq3r2Pi8xiJfD9e6lOhF/HDS-Components-v2.0?m=auto&node-id=2-7&t=YeAupEyKdQqauO1k-1)
22

3+
## January 23rd, 2025
4+
5+
`Advanced Table` - Added new component.
6+
`Code Editor` - Added new component.
7+
`Table` - Added column borders.
8+
39
## December 20th, 2024
410

511
`IconTile` - Removed the border and updated the colors for improved contrast and to create a distinctive look that aligns better with the surrounding elements.

packages/components/CHANGELOG.md

+100
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,105 @@
11
# @hashicorp/design-system-components
22

3+
## 4.16.0
4+
5+
[4.16.0 documentation](https://hds-website-4-16-0.vercel.app/)
6+
7+
### Minor Changes
8+
9+
`Table` - Updated the visual design of `Table` cells by adding borders, making them more distinguishable when spanning rows or columns.
10+
11+
<small class="doc-whats-new-changelog-metadata">[#2588](https://github.com/hashicorp/design-system/pull/2588)</small>
12+
13+
<div class="doc-whats-new-changelog-separator"></div>
14+
15+
Added global tokens for border radius
16+
17+
<small class="doc-whats-new-changelog-metadata">[#2595](https://github.com/hashicorp/design-system/pull/2595)</small>
18+
19+
<div class="doc-whats-new-changelog-separator"></div>
20+
21+
`CodeEditor` - Added new CodeMirror 6 supported code editor component
22+
23+
`hds-code-editor` modifier - Added new code editor modifier which converts the element it is applied to into a CodeMirror 6 code editor
24+
25+
<small class="doc-whats-new-changelog-metadata">[#2573](https://github.com/hashicorp/design-system/pull/2573)</small>
26+
27+
<div class="doc-whats-new-changelog-separator"></div>
28+
29+
`SuperSelect` - Added `searchFieldPosition="before-options"` to fix a11y issue in `Multiple` component
30+
31+
<small class="doc-whats-new-changelog-metadata">[#2612](https://github.com/hashicorp/design-system/pull/2612)</small>
32+
33+
<div class="doc-whats-new-changelog-separator"></div>
34+
35+
`AdvancedTable` - Added `AdvancedTable` component and related sub-components
36+
37+
Add `tabbable` as a dependency.
38+
39+
<small class="doc-whats-new-changelog-metadata">[#2615](https://github.com/hashicorp/design-system/pull/2615)</small>
40+
41+
<div class="doc-whats-new-changelog-separator"></div>
42+
43+
### Patch Changes
44+
45+
Upgraded the following dependencies:
46+
47+
- `@ember/render-modifiers` from `2.0.5` to `2.1.0`
48+
- `@ember/addon-shim` from `1.8.7` to `1.9.0`
49+
- `clipboard-polyfill` from `4.1.0` to `4.1.1`
50+
- `decorator-transforms` from `1.1.0` to `1.2.1`
51+
- `ember-a11y-refocus` from `4.1.3` to `4.1.4`
52+
- `ember-element-helper` from `0.8.5` to `0.8.6`
53+
- `ember-focus-trap` from `1.1.0` to `1.1.1`
54+
- `ember-modifier` from `4.1.0` to `4.2.0`
55+
- `ember-power-select` from `8.2.0` to `8.6.2`
56+
- `sass` from `1.69.5` to `1.83.0`
57+
58+
<small class="doc-whats-new-changelog-metadata">[#2625](https://github.com/hashicorp/design-system/pull/2625)</small>
59+
60+
<div class="doc-whats-new-changelog-separator"></div>
61+
62+
`Table` - Fixed the `aria-labels` for select row and select all checkboxes so they do not change based on the state of the checkbox.
63+
64+
<small class="doc-whats-new-changelog-metadata">[#2596](https://github.com/hashicorp/design-system/pull/2596)</small>
65+
66+
<div class="doc-whats-new-changelog-separator"></div>
67+
68+
`Breadcrumb` - Implemented `aria-controls` in `Breadcrumb::Truncation` for a11y improvements with toggled content from `PopoverPrimitive`
69+
70+
`Dropdown` - Implemented `aria-controls` in `Dropdown::Toggle::Button` for a11y improvements with toggled content from `PopoverPrimitive`
71+
72+
`PopoverPrimitive` - Implemented `aria-controls` in toggle element for a11y improvements with toggled content
73+
74+
`RichTooltip` - Removed explicitly setting `aria-controls` in `RichTooltip::Toggle` as it is now set through the `PopoverPrimitive`
75+
76+
<small class="doc-whats-new-changelog-metadata">[#2639](https://github.com/hashicorp/design-system/pull/2639)</small>
77+
78+
<div class="doc-whats-new-changelog-separator"></div>
79+
80+
`Tabs` - Implement `aria-controls` in tab for a11y improvements with toggled content
81+
82+
<small class="doc-whats-new-changelog-metadata">[#2637](https://github.com/hashicorp/design-system/pull/2637)</small>
83+
84+
<div class="doc-whats-new-changelog-separator"></div>
85+
86+
Shifted our supported version of Node.js from `16* || >= 18` to `>=18`
87+
88+
<small class="doc-whats-new-changelog-metadata">[#2619](https://github.com/hashicorp/design-system/pull/2619)</small>
89+
90+
<div class="doc-whats-new-changelog-separator"></div>
91+
92+
`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.
93+
94+
<small class="doc-whats-new-changelog-metadata">[#2638](https://github.com/hashicorp/design-system/pull/2638)</small>
95+
96+
<div class="doc-whats-new-changelog-separator"></div>
97+
98+
**🔄 Updated dependencies:**
99+
100+
- @hashicorp/design-system-tokens@2.3.0
101+
- @hashicorp/flight-icons@3.9.0
102+
3103
## 4.15.0
4104

5105
[4.15.0 documentation](https://hds-website-4-15-0.vercel.app/)

packages/components/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashicorp/design-system-components",
3-
"version": "4.15.0",
3+
"version": "4.16.0",
44
"description": "Helios Design System Components",
55
"keywords": [
66
"hashicorp",
@@ -49,8 +49,8 @@
4949
"@ember/test-waiters": "^3.1.0",
5050
"@embroider/addon-shim": "^1.9.0",
5151
"@floating-ui/dom": "^1.6.12",
52-
"@hashicorp/design-system-tokens": "^2.2.2",
53-
"@hashicorp/flight-icons": "^3.8.0",
52+
"@hashicorp/design-system-tokens": "^2.3.0",
53+
"@hashicorp/flight-icons": "^3.9.0",
5454
"clipboard-polyfill": "^4.1.1",
5555
"codemirror-lang-hcl": "^0.0.0-beta.2",
5656
"decorator-transforms": "^1.2.1",

packages/ember-flight-icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"@embroider/addon-shim": "^1.9.0",
38-
"@hashicorp/flight-icons": "^3.8.0",
38+
"@hashicorp/flight-icons": "^3.9.0",
3939
"decorator-transforms": "^1.2.1",
4040
"ember-get-config": "^2.1.1"
4141
},

packages/flight-icons/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @hashicorp/flight-icons
22

3+
## 3.9.0
4+
5+
### Minor Changes
6+
7+
`confluence` and `confluence-color` icons added.
8+
9+
<small class="doc-whats-new-changelog-metadata">[#2635](https://github.com/hashicorp/design-system/pull/2635)</small>
10+
11+
<div class="doc-whats-new-changelog-separator"></div>
12+
313
## 3.8.0
414

515
### Minor Changes

packages/flight-icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashicorp/flight-icons",
3-
"version": "3.8.0",
3+
"version": "3.9.0",
44
"description": "Flight: HashiCorp SVG icon set",
55
"keywords": [
66
"hashicorp",

packages/tokens/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @hashicorp/design-system-tokens
22

3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
Added global tokens for border radius
8+
9+
<small class="doc-whats-new-changelog-metadata">[#2595](https://github.com/hashicorp/design-system/pull/2595)</small>
10+
11+
<div class="doc-whats-new-changelog-separator"></div>
12+
313
## 2.2.2
414

515
### Patch Changes

packages/tokens/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashicorp/design-system-tokens",
3-
"version": "2.2.2",
3+
"version": "2.3.0",
44
"description": "Helios Design Tokens",
55
"keywords": [
66
"hashicorp",

website/docs/components/alert/index.md

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ navigation:
1818
- notification
1919
- banner
2020
- message
21-
status:
22-
updated: 4.15.0
2321
---
2422

2523
<section data-tab="Guidelines">

website/docs/components/breadcrumb/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ navigation:
1818
- navigation
1919
- crumb
2020
- path
21+
status:
22+
updated: 4.16.0
2123
---
2224

2325
<section data-tab="Guidelines">

website/docs/components/breadcrumb/partials/version-history/version-history.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.16.0
2+
3+
Implemented `aria-controls` in `Breadcrumb::Truncation` for a11y improvements with toggled content from `PopoverPrimitive`
4+
15
## 4.10.0
26

37
Replaced the underlying `MenuPrimitive` in `Breadcrumb::Truncation` with [`PopoverPrimitive`](/utilities/popover-primitive)

website/docs/components/code-editor/index.md

+29-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,33 @@
11
---
22
title: Code Editor
3-
description: A code editor with syntax highlighting, change history, and keyboard navigation.
4-
caption: A code editor with syntax highlighting, change history, and keyboard navigation.
3+
description: >-
4+
A code editor with syntax highlighting, change history, and keyboard
5+
navigation.
6+
caption: >-
7+
A code editor with syntax highlighting, change history, and keyboard
8+
navigation.
59
links:
6-
figma: https://www.figma.com/design/iweq3r2Pi8xiJfD9e6lOhF/HDS-Components-v2.0?m=auto&node-id=69795-4433&t=WuWetCw0HQ2E5TJa-1
7-
github: https://github.com/hashicorp/design-system/tree/main/packages/components/src/components/hds/code-editor
8-
related: ['components/code-block', 'components/copy/button', 'components/copy/snippet']
10+
figma: >-
11+
https://www.figma.com/design/iweq3r2Pi8xiJfD9e6lOhF/HDS-Components-v2.0?m=auto&node-id=69795-4433&t=WuWetCw0HQ2E5TJa-1
12+
github: >-
13+
https://github.com/hashicorp/design-system/tree/main/packages/components/src/components/hds/code-editor
14+
related:
15+
- components/code-block
16+
- components/copy/button
17+
- components/copy/snippet
918
previewImage: assets/illustrations/components/code-editor.jpg
1019
navigation:
11-
keywords: ['code', 'snippet', 'copy', 'text', 'editor', 'language', 'example', 'syntax', 'highlight', 'block']
20+
keywords:
21+
- code
22+
- snippet
23+
- copy
24+
- text
25+
- editor
26+
- language
27+
- example
28+
- syntax
29+
- highlight
30+
- block
1231
status:
1332
added: 4.16.0
1433
---
@@ -31,3 +50,7 @@ status:
3150
<section data-tab="Accessibility">
3251
@include "partials/accessibility/accessibility.md"
3352
</section>
53+
54+
<section data-tab="Version history">
55+
@include "partials/version-history/version-history.md"
56+
</section>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 4.16.0
2+
3+
Added new CodeMirror 6 supported code editor component
4+

website/docs/components/dropdown/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ navigation:
2020
- action menu
2121
- list
2222
status:
23-
updated: 4.15.0
23+
updated: 4.16.0
2424
---
2525

2626
<section data-tab="Guidelines">

0 commit comments

Comments
 (0)