Skip to content

Commit 92b18cf

Browse files
Version Packages
1 parent 881ce88 commit 92b18cf

File tree

11 files changed

+130
-128
lines changed

11 files changed

+130
-128
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: 50 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,60 @@
11
# @hashicorp/design-system-components
22

3-
## 4.23.1
3+
## 4.24.0
4+
5+
### Minor Changes
6+
7+
<!-- START utilities/popover-primitive -->
8+
9+
`PopoverPrimitive` - Added support for dynamic swap/injection of the toggle element.
10+
11+
<!-- END -->
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+
<!-- START components/table/advanced-table -->
18+
19+
`AdvancedTable` - Added support for column reordering.
20+
21+
- Added `@hasReorderableColumns` argument. When set to `true`, enables column reordering.
22+
- Added optional `@columnOrder` argument for setting the initial order of columns by their keys.
23+
- Added optional `@onColumnReorder` argument which accepts a callback function that is called when reordering is completed.
24+
- Added optional `@reorderedMessageText` which overrides the default message text that is rendered in the table caption when a column is reordered.
25+
<!-- END -->
26+
27+
<small class="doc-whats-new-changelog-metadata">[#2997](https://github.com/hashicorp/design-system/pull/2997)</small>
28+
29+
<div class="doc-whats-new-changelog-separator"></div>
430

531
### Patch Changes
632

33+
<!-- START components/table/table -->
734

8-
`Stepper::Nav` - Fixed bug with stacking context styles causing step content's z-index to not work as expected
35+
`Table` - Update the model and returned `B.data` to use generic types, so the type of the data is retained.
936

37+
<!-- END -->
38+
39+
<!-- START components/form/key-value-inputs -->
40+
41+
`KeyValueInputs` - Update the data and returned `R.rowData` to use generic types, so the type of the data is retained.
42+
43+
<!-- END -->
44+
45+
<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>
46+
47+
<div class="doc-whats-new-changelog-separator"></div>
48+
49+
**🔄 Updated dependencies:**
50+
51+
- @hashicorp/design-system-tokens@3.0.0
52+
53+
## 4.23.1
54+
55+
### Patch Changes
56+
57+
`Stepper::Nav` - Fixed bug with stacking context styles causing step content's z-index to not work as expected
1058

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

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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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+
<small class="doc-whats-new-changelog-metadata">[#3138](https://github.com/hashicorp/design-system/pull/3138)</small>
13+
14+
<div class="doc-whats-new-changelog-separator"></div>
15+
316
## 2.3.1
417

518
### 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/docs/whats-new/release-notes/partials/components.md

Lines changed: 50 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,61 @@
1212
</a>
1313
</p>
1414

15-
## 4.23.1
15+
## 4.24.0
16+
17+
**Minor changes**
18+
19+
<!-- START utilities/popover-primitive -->
20+
21+
`PopoverPrimitive` - Added support for dynamic swap/injection of the toggle element.
22+
23+
<!-- END -->
24+
25+
<small class="doc-whats-new-changelog-metadata">[#3189](https://github.com/hashicorp/design-system/pull/3189)</small>
26+
27+
<div class="doc-whats-new-changelog-separator"></div>
28+
29+
<!-- START components/table/advanced-table -->
30+
31+
`AdvancedTable` - Added support for column reordering.
32+
33+
- Added `@hasReorderableColumns` argument. When set to `true`, enables column reordering.
34+
- Added optional `@columnOrder` argument for setting the initial order of columns by their keys.
35+
- Added optional `@onColumnReorder` argument which accepts a callback function that is called when reordering is completed.
36+
- Added optional `@reorderedMessageText` which overrides the default message text that is rendered in the table caption when a column is reordered.
37+
<!-- END -->
38+
39+
<small class="doc-whats-new-changelog-metadata">[#2997](https://github.com/hashicorp/design-system/pull/2997)</small>
40+
41+
<div class="doc-whats-new-changelog-separator"></div>
1642

1743
**Patch changes**
1844

45+
<!-- START components/table/table -->
1946

20-
`Stepper::Nav` - Fixed bug with stacking context styles causing step content's z-index to not work as expected
47+
`Table` - Update the model and returned `B.data` to use generic types, so the type of the data is retained.
48+
49+
<!-- END -->
50+
51+
<!-- START components/form/key-value-inputs -->
52+
53+
`KeyValueInputs` - Update the data and returned `R.rowData` to use generic types, so the type of the data is retained.
2154

55+
<!-- END -->
56+
57+
<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>
58+
59+
<div class="doc-whats-new-changelog-separator"></div>
60+
61+
**🔄 Updated dependencies:**
62+
63+
- @hashicorp/design-system-tokens@3.0.0
64+
65+
## 4.23.1
66+
67+
**Patch changes**
68+
69+
`Stepper::Nav` - Fixed bug with stacking context styles causing step content's z-index to not work as expected
2270

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

@@ -1423,77 +1471,6 @@ Fixed issue with icon sprite not initiated
14231471

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

1426-
## 4.11.0
1427-
1428-
[4.11.0 documentation](https://hds-website-4-11-0.vercel.app/)
1429-
1430-
**Minor changes**
1431-
1432-
`Hds::Table`
1433-
1434-
- Added `@selectableColumnKey` argument which enables sorting by row selection state and specifies the corresponding selection state key.
1435-
1436-
`Hds::Table::Tr`
1437-
1438-
- Added `@selectableColumnKey` argument which enables sorting by row selection state and specifies the corresponding selection state key.
1439-
- Added `@sortBySelectedOrder` argument which determines the state of the sort button in the selected item column.
1440-
- Added `@onClickSortBySelected` argument which is the callback for the sort button in the selected item column.
1441-
1442-
`Hds::Table::ThSelectable`
1443-
1444-
- Added `@onClickSortBySelected` argument which is the callback for the sort button in the selected item column.
1445-
- Added `@sortBySelectedOrder` argument which determines the state of the sort button in the selected item column.
1446-
1447-
<small class="doc-whats-new-changelog-metadata">[#2387](https://github.com/hashicorp/design-system/pull/2387)</small>
1448-
1449-
<div class="doc-whats-new-changelog-separator"></div>
1450-
1451-
**Patch changes**
1452-
1453-
`SideNav`: remove usage of `Ember.testing` because it is deprecated.
1454-
1455-
<small class="doc-whats-new-changelog-metadata">[#2403](https://github.com/hashicorp/design-system/pull/2403)</small>
1456-
1457-
<div class="doc-whats-new-changelog-separator"></div>
1458-
1459-
`CopyButton` - Updated icon colors to match interactive states of the component.
1460-
1461-
`CopySnippet` - Prevent the color from adhering to interactive states when
1462-
status is `success` or `error`.
1463-
1464-
`Stepper` - Updated to use semantic token over palette token in
1465-
`Stepper::Indicator::Step`.
1466-
1467-
<small class="doc-whats-new-changelog-metadata">[#2419](https://github.com/hashicorp/design-system/pull/2419)</small>
1468-
1469-
<div class="doc-whats-new-changelog-separator"></div>
1470-
1471-
`Dropdown`, `RadioCard`, `SuperSelect`, `Stepper`, `Table` - Fixed optional arguments in signatures
1472-
1473-
<small class="doc-whats-new-changelog-metadata">[#2421](https://github.com/hashicorp/design-system/pull/2421)</small>
1474-
1475-
<div class="doc-whats-new-changelog-separator"></div>
1476-
1477-
`Dropdown::Toggle::Chevron` - fix subcomponent signature
1478-
1479-
`hds-clipboard` modifier - extend error when copy action fails
1480-
1481-
<small class="doc-whats-new-changelog-metadata">[#2418](https://github.com/hashicorp/design-system/pull/2418)</small>
1482-
1483-
<div class="doc-whats-new-changelog-separator"></div>
1484-
1485-
`Hds::Pagination::Compact` & `Hds::Pagination::Numbered`
1486-
1487-
- Added assertion and more strict typing to ensure that a routing argument (`@model`, `@models`, or `@route`) are present when using `@onPageChange` to control routing.
1488-
1489-
<small class="doc-whats-new-changelog-metadata">[#2400](https://github.com/hashicorp/design-system/pull/2400)</small>
1490-
1491-
<div class="doc-whats-new-changelog-separator"></div>
1492-
1493-
**🔄 Updated dependencies:**
1494-
1495-
- @hashicorp/flight-icons@3.6.0
1496-
14971474

14981475
---
14991476

0 commit comments

Comments
 (0)