chore: new release#4891
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
b8fef51 to
79b1c6f
Compare
8509937 to
b52d3b3
Compare
b52d3b3 to
e7d7e99
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
@digdir/designsystemet-react@1.15.0
Minor Changes
roleanddata-indeterminatethat would breakSuggestion(#4883)Patch Changes
Update npm non-major dependencies (#4889)
Tooltip: deprecate
typeprop, as it no longer does anything (#4898)Tooltip: the React component will no longer override existing accessible text. It now correctly sets
aria-descriptionin that case. If there is no accessible text,aria-labelwill be used as before. (#4898)useCheckboxGroup and useRadioGroup: these hooks now also accept the prop
variant, which sets the variant for all the checkboxes or radios in the group. (#4864)Dialog: Fix dialog with nested dialog getting a close event when the nested one was closed (#4899)
Popover: now correctly calculates width of source element also in Firefox (#4921)
Heading: fix wrong default in
HeadingPropsfordata-size(#4926)Update npm non-major dependencies (#4910)
Updated dependencies [
f54563f,dc93a59,14975a1,dc93a59]:@digdir/designsystemet@1.15.0
Patch Changes
Update npm non-major dependencies (#4889)
Add deprecation warning for cli options
--main-colors,--support-colors,--neutral-color,--font-family,--border-radiusand--theme. Use JSON config file instead. (#4912)Update npm non-major dependencies (#4910)
Updated dependencies []:
@digdir/designsystemet-css@1.15.0
Patch Changes
Update npm non-major dependencies (#4889)
Dropdown: Removed hardcoded
font-weighton some heading elements. (#4903)Added new export for testing experimental changes. Use this by appending
/experimental_v2to your package import:@digdir/designsystemet-css/experimental_v2. (#4903)Suggestion: Added
--dsc-suggestion-option-checkmark-border-color. (#4903)Field: Added
--dsc-field-description-color,--dsc-field-affix-background, and--dsc-field-affix-color. (#4903)Fieldset: Added
--dsc-fieldset-description-color. (#4903)Card: when using a link in a Card, ensure plain
<a>tags withoutclass="ds-link"also get the correct focus styling. (#4896)Update npm non-major dependencies (#4910)
Updated dependencies []:
@digdir/designsystemet-web@1.15.0
Patch Changes
Update npm non-major dependencies (#4889)
Error summary: Now only sets
aria-labelledbybased on heading element ifaria-labeloraria-labelledbyis not already set, and logs a warning if neither of these are set and no heading element is present. (#4895)Popover: now correctly calculates width of source element also in Firefox (#4921)
Error summary: Set
role="group"since the implicit role "generic" does not allowaria-labelledby, which is used in the component (#4895)@digdir/designsystemet-types@1.15.0