Skip to content

Commit

Permalink
Version Packages (#2605)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex <[email protected]>
  • Loading branch information
hashibot-hds and alex-ju authored Jan 23, 2025
1 parent 2282d8f commit 116fac4
Show file tree
Hide file tree
Showing 48 changed files with 354 additions and 135 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
6 changes: 6 additions & 0 deletions packages/components/CHANGELOG-FIGMA-COMPONENTS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# [HDS Components UI Kit](https://www.figma.com/design/iweq3r2Pi8xiJfD9e6lOhF/HDS-Components-v2.0?m=auto&node-id=2-7&t=YeAupEyKdQqauO1k-1)

## January 23rd, 2025

`Advanced Table` - Added new component.
`Code Editor` - Added new component.
`Table` - Added column borders.

## December 20th, 2024

`IconTile` - Removed the border and updated the colors for improved contrast and to create a distinctive look that aligns better with the surrounding elements.
Expand Down
100 changes: 100 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,105 @@
# @hashicorp/design-system-components

## 4.16.0

[4.16.0 documentation](https://hds-website-4-16-0.vercel.app/)

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

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

`PopoverPrimitive` - 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
2 changes: 0 additions & 2 deletions website/docs/components/alert/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ navigation:
- notification
- banner
- message
status:
updated: 4.15.0
---

<section data-tab="Guidelines">
Expand Down
2 changes: 2 additions & 0 deletions website/docs/components/breadcrumb/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ navigation:
- navigation
- crumb
- path
status:
updated: 4.16.0
---

<section data-tab="Guidelines">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.16.0

Implemented `aria-controls` in `Breadcrumb::Truncation` for a11y improvements with toggled content from `PopoverPrimitive`

## 4.10.0

Replaced the underlying `MenuPrimitive` in `Breadcrumb::Truncation` with [`PopoverPrimitive`](/utilities/popover-primitive)
Expand Down
35 changes: 29 additions & 6 deletions website/docs/components/code-editor/index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,33 @@
---
title: Code Editor
description: A code editor with syntax highlighting, change history, and keyboard navigation.
caption: A code editor with syntax highlighting, change history, and keyboard navigation.
description: >-
A code editor with syntax highlighting, change history, and keyboard
navigation.
caption: >-
A code editor with syntax highlighting, change history, and keyboard
navigation.
links:
figma: https://www.figma.com/design/iweq3r2Pi8xiJfD9e6lOhF/HDS-Components-v2.0?m=auto&node-id=69795-4433&t=WuWetCw0HQ2E5TJa-1
github: https://github.com/hashicorp/design-system/tree/main/packages/components/src/components/hds/code-editor
related: ['components/code-block', 'components/copy/button', 'components/copy/snippet']
figma: >-
https://www.figma.com/design/iweq3r2Pi8xiJfD9e6lOhF/HDS-Components-v2.0?m=auto&node-id=69795-4433&t=WuWetCw0HQ2E5TJa-1
github: >-
https://github.com/hashicorp/design-system/tree/main/packages/components/src/components/hds/code-editor
related:
- components/code-block
- components/copy/button
- components/copy/snippet
previewImage: assets/illustrations/components/code-editor.jpg
navigation:
keywords: ['code', 'snippet', 'copy', 'text', 'editor', 'language', 'example', 'syntax', 'highlight', 'block']
keywords:
- code
- snippet
- copy
- text
- editor
- language
- example
- syntax
- highlight
- block
status:
added: 4.16.0
---
Expand All @@ -31,3 +50,7 @@ status:
<section data-tab="Accessibility">
@include "partials/accessibility/accessibility.md"
</section>

<section data-tab="Version history">
@include "partials/version-history/version-history.md"
</section>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## 4.16.0

Added new CodeMirror 6 supported code editor component

2 changes: 1 addition & 1 deletion website/docs/components/dropdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ navigation:
- action menu
- list
status:
updated: 4.15.0
updated: 4.16.0
---

<section data-tab="Guidelines">
Expand Down
Loading

0 comments on commit 116fac4

Please sign in to comment.