|
1 | 1 | # @hashicorp/design-system-components |
2 | 2 |
|
| 3 | +## 4.23.1 |
| 4 | + |
| 5 | +### Patch Changes |
| 6 | + |
| 7 | + |
| 8 | +`Stepper::Nav` - Fixed bug with stacking context styles causing step content's z-index to not work as expected |
| 9 | + |
| 10 | + |
| 11 | +<small class="doc-whats-new-changelog-metadata">[#3176](https://github.com/hashicorp/design-system/pull/3176)</small> |
| 12 | + |
| 13 | +<div class="doc-whats-new-changelog-separator"></div> |
| 14 | + |
| 15 | +**🔄 Updated dependencies:** |
| 16 | + |
| 17 | +- @hashicorp/design-system-tokens@2.3.1 |
| 18 | + |
3 | 19 | ## 4.23.0 |
4 | 20 |
|
5 | 21 | [4.23.0 documentation](https://hds-website-4-23-0.vercel.app/) |
6 | 22 |
|
7 | 23 | ### Minor Changes |
8 | 24 |
|
9 | | - |
10 | 25 | `CodeEditor` - Added a `cspNonce` argument which passes a value of the same name to the `hds-code-editor` modifier. `cspNonce` is used to add a nonce value to the style tag |
11 | 26 |
|
12 | | - |
13 | 27 | <small class="doc-whats-new-changelog-metadata">[#3132](https://github.com/hashicorp/design-system/pull/3132)</small> |
14 | 28 |
|
15 | 29 | <div class="doc-whats-new-changelog-separator"></div> |
|
20 | 34 |
|
21 | 35 | <div class="doc-whats-new-changelog-separator"></div> |
22 | 36 |
|
23 | | - |
24 | 37 | `Card` - Updated all exported types to use template literals instead of enum values. |
25 | 38 |
|
26 | | - |
27 | | - |
28 | 39 | `IconTile` - Updated exported `HdsIconTileColors` type to use template literals instead of enum values. |
29 | 40 |
|
30 | | - |
31 | 41 | <small class="doc-whats-new-changelog-metadata">[#3106](https://github.com/hashicorp/design-system/pull/3106)</small> |
32 | 42 |
|
33 | 43 | <div class="doc-whats-new-changelog-separator"></div> |
34 | 44 |
|
35 | | - |
36 | 45 | `AdvancedTable` - Added features and fixed issues for column pinning including: |
37 | 46 |
|
38 | 47 | - Added support for pinning first column in context menu |
|
43 | 52 |
|
44 | 53 | <div class="doc-whats-new-changelog-separator"></div> |
45 | 54 |
|
46 | | - |
47 | 55 | `AdvancedTable` - Fixed bug with automatic column resizing and scroll-shadow placement. |
48 | 56 |
|
49 | | - |
50 | 57 | <small class="doc-whats-new-changelog-metadata">[#3081](https://github.com/hashicorp/design-system/pull/3081)</small> |
51 | 58 |
|
52 | 59 | <div class="doc-whats-new-changelog-separator"></div> |
53 | 60 |
|
54 | | - |
55 | 61 | `AppHeader` - return `close` callback to the `:logo` named block so the menu actions can be hidden programmatically when the component is in a mobile view. |
56 | 62 |
|
57 | | - |
58 | 63 | <small class="doc-whats-new-changelog-metadata">[#3121](https://github.com/hashicorp/design-system/pull/3121)</small> |
59 | 64 |
|
60 | 65 | <div class="doc-whats-new-changelog-separator"></div> |
61 | 66 |
|
62 | 67 | ### Patch Changes |
63 | 68 |
|
64 | | - |
65 | 69 | `AdvancedTable` - simplified `AdvancedTable::Tr` type signature so the `@selectionKey` argument is not incorrectly marked as required. |
66 | 70 |
|
67 | | - |
68 | 71 | <small class="doc-whats-new-changelog-metadata">[#3108](https://github.com/hashicorp/design-system/pull/3108)</small> |
69 | 72 |
|
70 | 73 | <div class="doc-whats-new-changelog-separator"></div> |
71 | 74 |
|
72 | | - |
73 | 75 | `PopoverPrimitive` - Updated the type of the `hidePopover` callback to allow an optional event to be passed. |
74 | 76 |
|
75 | | - |
76 | | - |
77 | 77 | `RichTooltip` - Updated the type of the `close` callback to allow an optional event to be passed. |
78 | 78 |
|
79 | | - |
80 | | - |
81 | 79 | `Dropdown` - Updated the type of the `close` callback to allow an optional event to be passed and to make it always returned. |
82 | 80 |
|
83 | | - |
84 | 81 | <small class="doc-whats-new-changelog-metadata">[#3118](https://github.com/hashicorp/design-system/pull/3118)</small> |
85 | 82 |
|
86 | 83 | <div class="doc-whats-new-changelog-separator"></div> |
87 | 84 |
|
88 | | - |
89 | 85 | `AppHeader` - Fixed classname so that non-active controls in the `AppHeader` will be styled as disabled when the `AppSideNav` is expanded and in overlay mode |
90 | 86 |
|
91 | | - |
92 | 87 | <small class="doc-whats-new-changelog-metadata">[#3116](https://github.com/hashicorp/design-system/pull/3116)</small> |
93 | 88 |
|
94 | 89 | <div class="doc-whats-new-changelog-separator"></div> |
95 | 90 |
|
96 | | - |
97 | 91 | `Button` - Removed CSS declaration for pseudo element in disabled state |
98 | 92 |
|
99 | | - |
100 | | - |
101 | 93 | `Dropdown` - Removed CSS declaration for pseudo element in disabled state |
102 | 94 |
|
103 | | - |
104 | | - |
105 | 95 | `FileInput` - Removed CSS declaration for pseudo element in disabled state that led to invalid CSS (ignored by browsers) |
106 | 96 |
|
107 | | - |
108 | 97 | <small class="doc-whats-new-changelog-metadata">[#3131](https://github.com/hashicorp/design-system/pull/3131)</small> |
109 | 98 |
|
110 | 99 | <div class="doc-whats-new-changelog-separator"></div> |
|
0 commit comments