Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/brave-owls-jump.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/loud-readers-sneeze.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/mean-ghosts-repeat.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/wet-files-joke.md

This file was deleted.

46 changes: 44 additions & 2 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,54 @@
# @hashicorp/design-system-components

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


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

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


`AdvancedTable` - Added support for column reordering.

- Added `@hasReorderableColumns` argument. When set to `true`, enables column reordering.
- Added optional `@columnOrder` argument for setting the initial order of columns by their keys.
- Added optional `@onColumnReorder` argument which accepts a callback function that is called when reordering is completed.
- Added optional `@reorderedMessageText` which overrides the default message text that is rendered in the table caption when a column is reordered.

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

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

### Patch Changes


`Stepper::Nav` - Fixed bug with stacking context styles causing step content's z-index to not work as expected
`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.


<small class="doc-whats-new-changelog-metadata">[#3150](https://github.com/hashicorp/design-system/pull/3150) - Thanks [@aklkv](https://github.com/aklkv) for the contribution! 🙏</small>

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

**🔄 Updated dependencies:**

- @hashicorp/[email protected]

## 4.23.1

### Patch Changes

`Stepper::Nav` - Fixed bug with stacking context styles causing step content's z-index to not work as expected

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

Expand Down
4 changes: 2 additions & 2 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.23.1",
"version": "4.24.0",
"description": "Helios Design System Components",
"keywords": [
"hashicorp",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@embroider/macros": "^1.18.1",
"@embroider/util": "^1.13.4",
"@floating-ui/dom": "^1.6.12",
"@hashicorp/design-system-tokens": "workspace:^2.3.1",
"@hashicorp/design-system-tokens": "workspace:^3.0.0",
"@hashicorp/flight-icons": "workspace:^3.13.0",
"@lezer/highlight": "^1.2.1",
"@nullvoxpopuli/ember-composable-helpers": "^5.2.11",
Expand Down
15 changes: 15 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @hashicorp/design-system-tokens

## 3.0.0

### Major Changes

Upgraded Style Dictionary to version 5

- Updated format of the `src` JSON tokens files to use the community standard DTCG format
- Updated the tokens pipeline scripts to use the new format

_Note: this is only a breaking change for consumers who use the `src` files to generate their own design tokens. For consumers using the design tokens in their compiled format, directly or via the @hashicorp/design-system-components package, this change will have no impact at all._

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

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

## 2.3.1

### 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.3.1",
"version": "3.0.0",
"description": "Helios Design Tokens",
"keywords": [
"hashicorp",
Expand Down
3 changes: 1 addition & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions website/cspell-config/project-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ wireframing
workramp
nullvoxpopuli
reorderable
DTCG

# Component-specific
dont
Expand Down
2 changes: 0 additions & 2 deletions website/docs/components/app-header/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ navigation:
- navbar
- menubar
- topbar
status:
updated: 4.23.0
---

<section data-tab="Guidelines">
Expand Down
2 changes: 0 additions & 2 deletions website/docs/components/button/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ navigation:
keywords:
- action
- link
status:
updated: 4.23.0
---

<section data-tab="Guidelines">
Expand Down
2 changes: 0 additions & 2 deletions website/docs/components/card/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ navigation:
- tile
- container
- box
status:
updated: 4.23.0
---

<section data-tab="Guidelines">
Expand Down
2 changes: 0 additions & 2 deletions website/docs/components/code-editor/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ navigation:
- syntax
- highlight
- block
status:
updated: 4.23.0
---

<section data-tab="Guidelines">
Expand Down
2 changes: 0 additions & 2 deletions website/docs/components/dropdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ navigation:
- menu
- action menu
- list
status:
updated: 4.23.0
---

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

<section data-tab="Guidelines">
Expand Down
2 changes: 2 additions & 0 deletions website/docs/components/form/key-value-inputs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ navigation:
- pair
- input
- form
status:
updated: 4.24.0
---

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

Update the data and returned `R.rowData` to use generic types, so the type of the data is retained.


## 4.21.0

Added component and related sub-components.
Expand Down
2 changes: 0 additions & 2 deletions website/docs/components/icon-tile/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ navigation:
keywords:
- symbol
- logo
status:
updated: 4.23.0
---

<section data-tab="Guidelines">
Expand Down
2 changes: 0 additions & 2 deletions website/docs/components/rich-tooltip/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ navigation:
- popover
- popup
- modal
status:
updated: 4.23.0
---

<section data-tab="Guidelines">
Expand Down
2 changes: 0 additions & 2 deletions website/docs/components/stepper/nav/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ navigation:
- tracker
- list
- indicator
status:
updated: 4.23.1
---

<section data-tab="Guidelines">
Expand Down
2 changes: 1 addition & 1 deletion website/docs/components/table/advanced-table/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ navigation:
- list
order: 101
status:
updated: 4.23.0
updated: 4.24.0
---

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

Added support for column reordering.

- Added `@hasReorderableColumns` argument. When set to `true`, enables column reordering.
- Added optional `@columnOrder` argument for setting the initial order of columns by their keys.
- Added optional `@onColumnReorder` argument which accepts a callback function that is called when reordering is completed.
- Added optional `@reorderedMessageText` which overrides the default message text that is rendered in the table caption when a column is reordered.

## 4.23.0

Added features and fixed issues for column pinning including:
Expand Down
2 changes: 2 additions & 0 deletions website/docs/components/table/table/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ navigation:
- grid
- list
order: 100
status:
updated: 4.24.0
---

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

Update the model and returned `B.data` to use generic types, so the type of the data is retained.


## 4.22.0

Updated `@isSelected` argument type from `false` to `boolean`
Expand Down
2 changes: 1 addition & 1 deletion website/docs/utilities/popover-primitive/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ navigation:
- detection
- bubble
status:
updated: 4.23.0
updated: 4.24.0
---

<section data-tab="Code">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 4.24.0

Added support for dynamic swap/injection of the toggle element.


## 4.23.0

Updated the type of the `hidePopover` callback to allow an optional event to be passed.
Expand Down
Loading