Skip to content

Commit 9f73cc4

Browse files
authored
Merge pull request #2416 from hashicorp/changeset-release/main
Version Packages
2 parents 3d7f31b + f936c72 commit 9f73cc4

File tree

17 files changed

+194
-93
lines changed

17 files changed

+194
-93
lines changed

.changeset/brave-feet-melt.md

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

.changeset/friendly-balloons-fetch.md

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

.changeset/funny-papayas-act.md

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

.changeset/plenty-otters-fry.md

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

.changeset/tame-cheetahs-enjoy.md

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

.changeset/tidy-phones-rest.md

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

packages/components/CHANGELOG.md

Lines changed: 74 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,80 @@
11
# @hashicorp/design-system-components
22

3+
## 4.11.0
4+
5+
[4.11.0 documentation](https://hds-website-4-11-0.vercel.app/)
6+
7+
### Minor Changes
8+
9+
`Hds::Table`
10+
11+
- Added `@selectableColumnKey` argument which enables sorting by row selection state and specifies the corresponding selection state key.
12+
13+
`Hds::Table::Tr`
14+
15+
- Added `@selectableColumnKey` argument which enables sorting by row selection state and specifies the corresponding selection state key.
16+
- Added `@sortBySelectedOrder` argument which determines the state of the sort button in the selected item column.
17+
- Added `@onClickSortBySelected` argument which is the callback for the sort button in the selected item column.
18+
19+
`Hds::Table::ThSelectable`
20+
21+
- Added `@onClickSortBySelected` argument which is the callback for the sort button in the selected item column.
22+
- Added `@sortBySelectedOrder` argument which determines the state of the sort button in the selected item column.
23+
24+
<small class="doc-whats-new-changelog-metadata">[#2387](https://github.com/hashicorp/design-system/pull/2387)</small>
25+
26+
<div class="doc-whats-new-changelog-separator"></div>
27+
28+
### Patch Changes
29+
30+
`SideNav`: remove usage of `Ember.testing` because it is deprecated.
31+
32+
<small class="doc-whats-new-changelog-metadata">[#2403](https://github.com/hashicorp/design-system/pull/2403)</small>
33+
34+
<div class="doc-whats-new-changelog-separator"></div>
35+
36+
`CopyButton` - Updated icon colors to match interactive states of the component.
37+
38+
`CopySnippet` - Prevent the color from adhering to interactive states when
39+
status is `success` or `error`.
40+
41+
`Stepper` - Updated to use semantic token over palette token in
42+
`Stepper::Indicator::Step`.
43+
44+
<small class="doc-whats-new-changelog-metadata">[#2419](https://github.com/hashicorp/design-system/pull/2419)</small>
45+
46+
<div class="doc-whats-new-changelog-separator"></div>
47+
48+
`Dropdown`, `RadioCard`, `SuperSelect`, `Stepper`, `Table` - Fixed optional arguments in signatures
49+
50+
<small class="doc-whats-new-changelog-metadata">[#2421](https://github.com/hashicorp/design-system/pull/2421)</small>
51+
52+
<div class="doc-whats-new-changelog-separator"></div>
53+
54+
`Dropdown::Toggle::Chevron` - fix subcomponent signature
55+
56+
`hds-clipboard` modifier - extend error when copy action fails
57+
58+
<small class="doc-whats-new-changelog-metadata">[#2418](https://github.com/hashicorp/design-system/pull/2418)</small>
59+
60+
<div class="doc-whats-new-changelog-separator"></div>
61+
62+
`Hds::Pagination::Compact` & `Hds::Pagination::Numbered`
63+
64+
- Added assertion and more strict typing to ensure that a routing argument (`@model`, `@models`, or `@route`) are present when using `@onPageChange` to control routing.
65+
66+
<small class="doc-whats-new-changelog-metadata">[#2400](https://github.com/hashicorp/design-system/pull/2400)</small>
67+
68+
<div class="doc-whats-new-changelog-separator"></div>
69+
70+
**🔄 Updated dependencies:**
71+
72+
- @hashicorp/flight-icons@3.6.0
73+
374
## 4.10.0
475

76+
[4.10.0 documentation](https://hds-website-4-10-0.vercel.app/)
77+
578
### Minor Changes
679

780
`SuperSelect` - Converted components to TypeScript
@@ -864,7 +937,7 @@ Alternatively, you can import the CSS by adding this configuration in `ember-cli
864937

865938
```js
866939
app.import(
867-
"node_modules/@hashicorp/design-system-components/dist/styles/@hashicorp/design-system-components.css",
940+
'node_modules/@hashicorp/design-system-components/dist/styles/@hashicorp/design-system-components.css'
868941
);
869942
```
870943

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.10.0",
3+
"version": "4.11.0",
44
"description": "Helios Design System Components",
55
"keywords": [
66
"hashicorp",
@@ -39,7 +39,7 @@
3939
"@embroider/addon-shim": "^1.8.7",
4040
"@floating-ui/dom": "^1.6.3",
4141
"@hashicorp/design-system-tokens": "^2.2.1",
42-
"@hashicorp/flight-icons": "^3.5.0",
42+
"@hashicorp/flight-icons": "^3.6.0",
4343
"decorator-transforms": "^1.1.0",
4444
"ember-a11y-refocus": "^4.1.3",
4545
"ember-cli-sass": "^11.0.1",

packages/ember-flight-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"@embroider/addon-shim": "^1.8.7",
38-
"@hashicorp/flight-icons": "^3.5.0",
38+
"@hashicorp/flight-icons": "^3.6.0",
3939
"decorator-transforms": "^1.1.0",
4040
"ember-get-config": "^2.1.1"
4141
},

packages/flight-icons/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @hashicorp/flight-icons
22

3+
## 3.6.0
4+
5+
### Minor Changes
6+
7+
`bucket` icon added.
8+
9+
<small class="doc-whats-new-changelog-metadata">[#2424](https://github.com/hashicorp/design-system/pull/2424)</small>
10+
11+
<div class="doc-whats-new-changelog-separator"></div>
12+
313
## 3.5.0
414

515
### Minor Changes

0 commit comments

Comments
 (0)