Skip to content

Commit 26697ea

Browse files
hashibot-hdsgithub-actions[bot]shleewhite
authored andcommitted
Version Packages (#3182)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: shleewhite <[email protected]>
1 parent 02b7c16 commit 26697ea

File tree

29 files changed

+153
-148
lines changed

29 files changed

+153
-148
lines changed

.changeset/brave-owls-jump.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/loud-readers-sneeze.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/mean-ghosts-repeat.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/wet-files-joke.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/components/CHANGELOG.md

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,54 @@
11
# @hashicorp/design-system-components
22

3-
## 4.23.1
3+
## 4.24.0
4+
5+
[4.24.0 documentation](https://hds-website-4-24-0.vercel.app/)
6+
7+
### Minor Changes
8+
9+
10+
`PopoverPrimitive` - Added support for dynamic swap/injection of the toggle element.
11+
12+
13+
<small class="doc-whats-new-changelog-metadata">[#3189](https://github.com/hashicorp/design-system/pull/3189)</small>
14+
15+
<div class="doc-whats-new-changelog-separator"></div>
16+
17+
18+
`AdvancedTable` - Added support for column reordering.
19+
20+
- Added `@hasReorderableColumns` argument. When set to `true`, enables column reordering.
21+
- Added optional `@columnOrder` argument for setting the initial order of columns by their keys.
22+
- Added optional `@onColumnReorder` argument which accepts a callback function that is called when reordering is completed.
23+
- Added optional `@reorderedMessageText` which overrides the default message text that is rendered in the table caption when a column is reordered.
24+
25+
<small class="doc-whats-new-changelog-metadata">[#2997](https://github.com/hashicorp/design-system/pull/2997)</small>
26+
27+
<div class="doc-whats-new-changelog-separator"></div>
428

529
### Patch Changes
630

731

8-
`Stepper::Nav` - Fixed bug with stacking context styles causing step content's z-index to not work as expected
32+
`Table` - Update the model and returned `B.data` to use generic types, so the type of the data is retained.
33+
34+
35+
36+
`KeyValueInputs` - Update the data and returned `R.rowData` to use generic types, so the type of the data is retained.
37+
38+
39+
<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>
40+
41+
<div class="doc-whats-new-changelog-separator"></div>
942

43+
**🔄 Updated dependencies:**
44+
45+
- @hashicorp/design-system-tokens@3.0.0
46+
47+
## 4.23.1
48+
49+
### Patch Changes
50+
51+
`Stepper::Nav` - Fixed bug with stacking context styles causing step content's z-index to not work as expected
1052

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

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashicorp/design-system-components",
3-
"version": "4.23.1",
3+
"version": "4.24.0",
44
"description": "Helios Design System Components",
55
"keywords": [
66
"hashicorp",
@@ -51,7 +51,7 @@
5151
"@embroider/macros": "^1.18.1",
5252
"@embroider/util": "^1.13.4",
5353
"@floating-ui/dom": "^1.6.12",
54-
"@hashicorp/design-system-tokens": "workspace:^2.3.1",
54+
"@hashicorp/design-system-tokens": "workspace:^3.0.0",
5555
"@hashicorp/flight-icons": "workspace:^3.13.0",
5656
"@lezer/highlight": "^1.2.1",
5757
"@nullvoxpopuli/ember-composable-helpers": "^5.2.11",

packages/tokens/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @hashicorp/design-system-tokens
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
Upgraded Style Dictionary to version 5
8+
9+
- Updated format of the `src` JSON tokens files to use the community standard DTCG format
10+
- Updated the tokens pipeline scripts to use the new format
11+
12+
_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._
13+
14+
<small class="doc-whats-new-changelog-metadata">[#3138](https://github.com/hashicorp/design-system/pull/3138)</small>
15+
16+
<div class="doc-whats-new-changelog-separator"></div>
17+
318
## 2.3.1
419

520
### Patch Changes

packages/tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashicorp/design-system-tokens",
3-
"version": "2.3.1",
3+
"version": "3.0.0",
44
"description": "Helios Design Tokens",
55
"keywords": [
66
"hashicorp",

pnpm-lock.yaml

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/cspell-config/project-words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ wireframing
6868
workramp
6969
nullvoxpopuli
7070
reorderable
71+
DTCG
7172

7273
# Component-specific
7374
dont

0 commit comments

Comments
 (0)