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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Svelte: Support 5.0.0-next.65 prerelease #26188

Merged
merged 10 commits into from Mar 4, 2024
Merged

Conversation

JReinhold
Copy link
Contributor

@JReinhold JReinhold commented Feb 26, 2024

What I did

  1. Updated the renderToCanvas logic to use the new mounting API (documented here, introduced in breaking: remove createRoot, adjust mount/hydrate APIs, introduce unmount聽sveltejs/svelte#10516
  2. Refactored the Svelte 4+5 support, splitting it up to make it more maintainable in the future.
  3. General refactor of a few Svelte exports and components.

Hopefully this should be all that's needed to support basic rendering in Svelte 5, but given it's still in prerelease mode they can release breaking changes at any moment, so we can't really guarantee support beyond the exact prerelease version I've tested against.

Checklist for Contributors

Testing

The changes in this PR are covered in the following automated tests:

  • stories
  • unit tests
  • integration tests
  • end-to-end tests

Manual testing

This section is mandatory for all contributions. If you believe no manual test is necessary, please state so explicitly. Thanks!

Documentation

  • Add or update documentation reflecting your changes
  • If you are deprecating/removing a feature, make sure to update
    MIGRATION.MD

Checklist for Maintainers

  • When this PR is ready for testing, make sure to add ci:normal, ci:merged or ci:daily GH label to it to run a specific set of sandboxes. The particular set of sandboxes can be found in code/lib/cli/src/sandbox-templates.ts

  • Make sure this PR contains one of the labels below:

    Available labels
    • bug: Internal changes that fixes incorrect behavior.
    • maintenance: User-facing maintenance tasks.
    • dependencies: Upgrading (sometimes downgrading) dependencies.
    • build: Internal-facing build tooling & test updates. Will not show up in release changelog.
    • cleanup: Minor cleanup style change. Will not show up in release changelog.
    • documentation: Documentation only changes. Will not show up in release changelog.
    • feature request: Introducing a new feature.
    • BREAKING CHANGE: Changes that break compatibility in some way with current major version.
    • other: Changes that don't fit in the above categories.

馃 Canary release

This pull request has been released as version 0.0.0-pr-26188-sha-982be2de. Try it out in a new sandbox by running npx storybook@0.0.0-pr-26188-sha-982be2de sandbox or in an existing project with npx storybook@0.0.0-pr-26188-sha-982be2de upgrade.

More information
Published version 0.0.0-pr-26188-sha-982be2de
Triggered by @JReinhold
Repository storybookjs/storybook
Branch jeppe/svelte-5-prerelease
Commit 982be2de
Datetime Mon Feb 26 15:21:18 UTC 2024 (1708960878)
Workflow run 8051277593

To request a new release of this pull request, mention the @storybookjs/core team.

core team members can create a new canary release here or locally with gh workflow run --repo storybookjs/storybook canary-release-pr.yml --field pr=26188

@JReinhold JReinhold self-assigned this Feb 26, 2024
@JReinhold JReinhold marked this pull request as draft February 26, 2024 07:55
@JReinhold JReinhold added maintenance User-facing maintenance tasks svelte ci:daily Run the CI jobs that normally run in the daily job. labels Feb 26, 2024
@JReinhold JReinhold marked this pull request as ready for review February 27, 2024 07:39
@JReinhold
Copy link
Contributor Author

Self-merging, @kasperpeulen to review later.

@JReinhold JReinhold merged commit 6b0f805 into next Mar 4, 2024
103 of 106 checks passed
@JReinhold JReinhold deleted the jeppe/svelte-5-prerelease branch March 4, 2024 15:05
@github-actions github-actions bot mentioned this pull request Mar 4, 2024
17 tasks
@JReinhold JReinhold mentioned this pull request Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci:daily Run the CI jobs that normally run in the daily job. maintenance User-facing maintenance tasks svelte
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant