Skip to content

Commit 931f874

Browse files
hashibot-hdsgithub-actions[bot]dchyun
authored
Version Packages (#2971)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dylan Hyun <[email protected]>
1 parent 1767aa5 commit 931f874

File tree

52 files changed

+249
-113
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+249
-113
lines changed

.changeset/afraid-hornets-lie.md

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

.changeset/chilly-cheetahs-rescue.md

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

.changeset/dry-spiders-tell.md

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

.changeset/eighty-berries-sing.md

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

.changeset/giant-shoes-yell.md

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

.changeset/honest-ants-dance.md

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

.changeset/pretty-birds-know.md

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

.changeset/sour-needles-own.md

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

.changeset/tough-cooks-notice.md

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

packages/components/CHANGELOG.md

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

3+
## 4.21.0
4+
5+
[4.21.0 documentation](https://hds-website-4-21-0.vercel.app/)
6+
7+
### Minor Changes
8+
9+
`Form` - Added `Form` component and related sub-components for form layout
10+
11+
<small class="doc-whats-new-changelog-metadata">[#2898](https://github.com/hashicorp/design-system/pull/2898)</small>
12+
13+
<div class="doc-whats-new-changelog-separator"></div>
14+
15+
Added `ember-math-helpers` dependency.
16+
17+
`AdvancedTable` - Added `hasResizableColumns` argument. When `true`, allows the table's columns to be resized with both a click-and-drag and a keyboard interface.
18+
19+
<small class="doc-whats-new-changelog-metadata">[#2849](https://github.com/hashicorp/design-system/pull/2849)</small>
20+
21+
<div class="doc-whats-new-changelog-separator"></div>
22+
23+
`AppHeader` - Refactored the Home Link, removed the `@ariaLabel` argument, added `@text` (should replace `@ariaLabel`) and `@isIconOnly` arguments.
24+
25+
<small class="doc-whats-new-changelog-metadata">[#2951](https://github.com/hashicorp/design-system/pull/2951)</small>
26+
27+
<div class="doc-whats-new-changelog-separator"></div>
28+
29+
`Form::KeyValueInputs` - Added component and related sub-components.
30+
31+
<small class="doc-whats-new-changelog-metadata">[#2911](https://github.com/hashicorp/design-system/pull/2911)</small>
32+
33+
<div class="doc-whats-new-changelog-separator"></div>
34+
35+
`Layout::Grid` - Added @columnWidth to set "fixed" width for columns
36+
37+
<small class="doc-whats-new-changelog-metadata">[#2976](https://github.com/hashicorp/design-system/pull/2976)</small>
38+
39+
<div class="doc-whats-new-changelog-separator"></div>
40+
41+
### Patch Changes
42+
43+
`Form::FileInput` - Added `@id` and `@ariaDescribedBy` arguments to `Form::FileInput::Base`.
44+
45+
`Form::Legend` - Added `@id` argument.
46+
47+
`Form::Label` - Added `@hiddenText` argument, which adds visually hidden text inside the label.
48+
49+
`Form::MaskedInput` - Added `@ariaDescribedBy` argument to `Form::MaskedInput::Base`.
50+
51+
`Form::Select` - Added `@id` and `@ariaDescribedBy` arguments to `Form::Select::Base`.
52+
53+
`Form::TextInput` - Added `@id` and `@ariaDescribedBy` arguments to `Form::TextInput::Base`.
54+
55+
`Form::Textarea` - Added `@id` and `@ariaDescribedBy` arguments to `Form::Textarea::Base`.
56+
57+
<small class="doc-whats-new-changelog-metadata">[#2911](https://github.com/hashicorp/design-system/pull/2911)</small>
58+
59+
<div class="doc-whats-new-changelog-separator"></div>
60+
61+
`Form::SuperSelect` - Enhanced display of grouped options when only selected options are shown in the `SuperSelect::Multiple`
62+
63+
<small class="doc-whats-new-changelog-metadata">[#2948](https://github.com/hashicorp/design-system/pull/2948)</small>
64+
65+
<div class="doc-whats-new-changelog-separator"></div>
66+
67+
Upgraded: `@nullvoxpopuli/ember-composable-helpers` from 5.2.10 to 5.2.11
68+
69+
<small class="doc-whats-new-changelog-metadata">[#2954](https://github.com/hashicorp/design-system/pull/2954) - Thanks [@aklkv](https://github.com/aklkv) for the contribution! 🙏</small>
70+
71+
<div class="doc-whats-new-changelog-separator"></div>
72+
73+
**🔄 Updated dependencies:**
74+
75+
- @hashicorp/flight-icons@3.12.0
76+
377
## 4.20.2
478

579
[4.20.2 documentation](https://hds-website-4-20-2.vercel.app/)

0 commit comments

Comments
 (0)