|
1 | 1 | # @hashicorp/design-system-components |
2 | 2 |
|
| 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 | + |
3 | 74 | ## 4.10.0 |
4 | 75 |
|
| 76 | +[4.10.0 documentation](https://hds-website-4-10-0.vercel.app/) |
| 77 | + |
5 | 78 | ### Minor Changes |
6 | 79 |
|
7 | 80 | `SuperSelect` - Converted components to TypeScript |
@@ -864,7 +937,7 @@ Alternatively, you can import the CSS by adding this configuration in `ember-cli |
864 | 937 |
|
865 | 938 | ```js |
866 | 939 | 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' |
868 | 941 | ); |
869 | 942 | ``` |
870 | 943 |
|
|
0 commit comments