Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: new release candidate (next) #3067

Merged
merged 1 commit into from
Feb 18, 2025
Merged

chore: new release candidate (next) #3067

merged 1 commit into from
Feb 18, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 28, 2025

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, run changeset pre exit on next.

⚠️⚠️⚠️⚠️⚠️⚠️

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 to 16 (#2911)

  • Reduced font-size scale by one, from 11 to 10. All sizes above and including font-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 global orange (#3094)

  • Renamed color step contrast-2 to 15 (#2911)

  • Removed global yellow color. (#3094)

Patch Changes

  • clean should only run once during tokens 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 and borderRadius 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

  • Added token 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)

    • This can also be controlled from Card
  • Details: Change default variant colors for open and hover (#3159)

  • Dialog: (#3148)

    • Correctly centers position also when placed in display: flex
    • Only prevents scroll if opened with .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 to ds-dialog (#3106)

  • Card: Add css properties for Card.Block border (--dsc-card-block-border-*) (#3093)

@digdir/[email protected]

Minor Changes

  • Disallow arbitrary strings for data-size, and only allow arbitrary strings for data-color if generated color types haven't been added to the downstream TypeScript environment. This fixes missing controls for data-size and data-color in the Storybook docs. (#3042)

Patch Changes

  • Card: Add data-variant="default/tinted", default is default (#3131)

  • Details: Add data-variant="default/tinted", default is default. (#3131)

    • This can also be controlled from Card
  • Button: loading type now correctly accepts a ReactNode (#3074)

  • Button: Make loading spinner scale accordion to button size (#3074)

  • Fix ref type on useCheckboxGroup and useRadioGroup (#3111)

  • Rename to Modal to Dialog (#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 to 16 (#2911)

  • Reduced font-size scale by one, from 11 to 10. All sizes above and including font-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 global orange (#3094)

  • Renamed color step contrast-2 to 15 (#2911)

  • Removed global yellow color. (#3094)

Patch Changes

  • 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)

@github-actions github-actions bot requested a review from mimarz as a code owner January 28, 2025 13:41
@github-actions github-actions bot force-pushed the changeset-release/next branch from 12c11ca to 663ab53 Compare January 28, 2025 13:41
@github-actions github-actions bot force-pushed the changeset-release/next branch 26 times, most recently from e1197b2 to f6dc532 Compare February 4, 2025 13:36
@github-actions github-actions bot force-pushed the changeset-release/next branch 23 times, most recently from 20df732 to 29eb214 Compare February 17, 2025 10:43
@github-actions github-actions bot requested a review from oddvernes as a code owner February 17, 2025 10:43
@github-actions github-actions bot force-pushed the changeset-release/next branch from 29eb214 to 77f98d4 Compare February 18, 2025 09:56
@github-actions github-actions bot force-pushed the changeset-release/next branch from 77f98d4 to df416f5 Compare February 18, 2025 12:02
Copy link
Collaborator

@mimarz mimarz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets go for a release!

@mimarz mimarz merged commit 3bd4dad into next Feb 18, 2025
mimarz pushed a commit that referenced this pull request Feb 21, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant