|
1 | 1 | # @hashicorp/design-system-components |
2 | 2 |
|
| 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 | + |
3 | 77 | ## 4.20.2 |
4 | 78 |
|
5 | 79 | [4.20.2 documentation](https://hds-website-4-20-2.vercel.app/) |
|
0 commit comments