chore: new release candidate (next) #3067
Merged
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 next, this PR will be updated.
next
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onnext
.Releases
@digdir/[email protected]
Minor Changes
Added token
border-width-focus
(#3138)Renamed background, surface and contrast color tokens and CSS variables (#3053)
Increased lightness of global
orange
color (#3094)Removed token
border-width-highlight
(#3138)Renamed color step
contrast-1
to16
(#2911)Reduced
font-size
scale by one, from 11 to 10. All sizes above and includingfont-size-2
have shifted down size by one (#3138)Added new step to color scale, now with a total of 16 (#2911)
Changed order for semantic color tokens in design-tokens (#2911)
Changed
warning
colors to use globalorange
(#3094)Renamed color step
contrast-2
to15
(#2911)Removed global
yellow
color. (#3094)Patch Changes
clean
should only run once duringtokens create
when multiple themes are defined using config file (#3104)Added migration for color tokens renaming. Run
designsystemet migrate css-renames-next48-to-next49 --glob "./**/*.css"
(#3053)typography
andborderRadius
are now optional in config file (#3104)Increased the luminance of the Surface Tinted color in light mode and made Surface Tinted stand out more against Surface Default in dark mode. (#3116)
@digdir/[email protected]
Minor Changes
border-width-focus
(#3138)Patch Changes
Table: New colors on zebra (
--ds-color-surface-tinted
) and hover (--ds-color-surface-hover
) (#3147)Dialog: Add border around dialog element (#3106)
Card: Add
data-variant="default/tinted"
,default
is default (#3131)*Table: Background is now transparent by default (#3147)
Details: Add
data-variant="default/tinted"
,default
is default. (#3131)Card
Details: Change default variant colors for open and hover (#3159)
Dialog: (#3148)
display: flex
.showModal()
Button: Make loading spinner scale accordion to button size (#3074)
Table: Add margin-bottom to
caption
element (#3137)Table: Now inherits
data-color
by default (#3136)Breadcrumbs: Prevent shrinking chevron (#3103)
Table: Added component token
--dsc-table-divider-border-color
(#3081)Popover: Add
data-variant="default/tinted"
,default
is default (#3131)Suggestion: Add chevron to empty input (#3154)
Badge: Add
data-variant="base/tinted"
,base
is default (#3131)Use
var(--ds-border-width-default)
for border widths (#3125)Rename
ds-modal
tods-dialog
(#3106)Card: Add css properties for
Card.Block
border (--dsc-card-block-border-*
) (#3093)@digdir/[email protected]
Minor Changes
Patch Changes
Card: Add
data-variant="default/tinted"
,default
is default (#3131)Details: Add
data-variant="default/tinted"
,default
is default. (#3131)Card
Button:
loading
type now correctly accepts aReactNode
(#3074)Button: Make loading spinner scale accordion to button size (#3074)
Fix
ref
type onuseCheckboxGroup
anduseRadioGroup
(#3111)Rename to
Modal
toDialog
(#3106)Popover: Add
data-variant="default/tinted"
,default
is default (#3131)Badge: Add
data-variant="base/tinted"
,base
is default (#3131)@digdir/[email protected]
Minor Changes
Added token
border-width-focus
(#3138)Renamed background, surface and contrast color tokens and CSS variables (#3053)
Increased lightness of global
orange
color (#3094)Removed token
border-width-highlight
(#3138)Renamed color step
contrast-1
to16
(#2911)Reduced
font-size
scale by one, from 11 to 10. All sizes above and includingfont-size-2
have shifted down size by one (#3138)Added new step to color scale, now with a total of 16 (#2911)
Changed order for semantic color tokens in design-tokens (#2911)
Changed
warning
colors to use globalorange
(#3094)Renamed color step
contrast-2
to15
(#2911)Removed global
yellow
color. (#3094)Patch Changes