Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@hashicorp/design-system-components@5.0.0
Major Changes
Flyout- Removed deprecatedHdsFlyoutHeader,HdsFlyoutBody,HdsFlyoutDescription, andHdsFlyoutFootersubcomponents.Modal- Removed deprecatedHdsModalHeader,HdsModalBody, andHdsModalFootersubcomponents.#3211
Dropdown- Removed the deprecated@textargument from theHdsDropdownListItemInteractivecomponent.To migrate, run the codemod
v4/dropdown-list-item-interactive(see readme file)#3211
Dropdown- Added assertion to theToggleIconto provide improved developer guidance for thehasChevronattribute#3211
Added
ember-basic-dropdownas a peer dependency required byember-power-select. To migrate, if your application usesSuperSelect, make sure to add this dependency.#3211
ApplicationState- Replaced the default opinionatedmargin: 0 auto;rule from the component's root element with a new@isAutoCenteredargument (which defaults totrue, to preserve the existing centering behavior). This delegates the horizontal alignment control to the consumers, allowing them to disable it when needed.#3211
Removed support for Ember 3.28. New minimum support target is Ember 4.12.
#3211
Removed
sassandember-cli-sassdependencies. Consumers usingsassin their projects should make sure it's added as a direct dependency to their project.#3211
AdvancedTable- Removed the@isVisuallyHiddenargument fromHdsAdvancedTableThcomponent. This setting is supported via settingisVisuallyHiddenin the corresponding@columnsitem's configuration.#3211
Removed the deprecated
MenuPrimitivecomponent#3211
Upgraded
ember-a11y-refocusdependency to version5.0Upgraded
@glimmer/componentdependency to version2.0#3211
Card- Removed the component invocation pathsHds::Cardandhds/card. Consumers must update their templates to use<Hds::Card::Container>or{{hds/card/container}}#3211
SideNav- Removed deprecated features@ariaLabelargumentHdsSideNavHeaderIconButtoncomponent5.0.0to6.0.0#3211
Icon- Renamed thevolume-2icon tovolume-up#3211
Removed support for deprecated
ember-flight-iconslazyEmbedconfig#3211
Patch Changes
SideNav- Fixed the type of@a11yRefocusRouteChangeValidatorto match the expected type fromember-a11y-refocus. The new type is(transition: Transition) => booleaninstead ofstring.AppHeader- Fixed the type of@a11yRefocusRouteChangeValidatorto match the expected type fromember-a11y-refocus. The new type is(transition: Transition) => booleaninstead ofstring.#3211
🔄 Updated dependencies:
@hashicorp/flight-icons@4.0.0
Major Changes
Renamed
volume-2tovolume-up.#3211