Skip to content

Version Packages#15853

Merged
Rich-Harris merged 1 commit into
mainfrom
changeset-release/main
May 22, 2026
Merged

Version Packages#15853
Rich-Harris merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented May 15, 2026

Copy link
Copy Markdown
Contributor

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

@sveltejs/kit@2.61.0

Minor Changes

  • breaking: the .run() method has been removed from remote queries on both the client and the server. Use await query() directly instead — it now works everywhere (#15779)

  • feat: remote queries can now be awaited in any context (event handlers, module scope, async callbacks), not just inside reactive contexts. The cache is shared across reactive and non-reactive subscribers, so awaiting a query in an event handler will dedupe with components that have already subscribed to the same query. (#15779)

  • feat: live query instances are now themselves async-iterable (#15878)

  • feat: add programmatic submit method to form remote function instances (#15657)

  • feat: pass form remote function instance into enhance callback (#15657)

Patch Changes

  • fix: resolve the app payload without using process.env.NODE_ENV (#15852)

  • fix: support exactOptionalPropertyTypes for optional route params (#15825)

  • fix: correctly send true value to the server for 'submit' and 'hidden' form fields (#15858)

  • fix: avoid build warnings about undefined universal hooks (#15895)

  • fix: prefer default error page when failing to decode the URL pathname (#15744)

  • fix: disable link prefetching on slow internet connections (#15885)

  • fix: allow routes ending with optional parameters next to more specific routes (#15861)

  • fix: remove reliance on Content-Length header in deserialize_binary_form, which caused failures when proxies (e.g. Vercel, Azure) strip the header and use chunked transfer encoding (#15796)

@kit-ci kit-ci Bot added the needs-platform-tests This PR needs to run platform tests in order to merge. label May 15, 2026
@svite-ecosystem-ci svite-ecosystem-ci Bot added the needs-ecosystem-ci This PR needs to have an ecosystem CI run started prior to its last commit before merging. label May 15, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch 6 times, most recently from 11389d0 to 2dfb0f7 Compare May 18, 2026 21:57
@svelte-docs-bot

Copy link
Copy Markdown

@github-actions github-actions Bot force-pushed the changeset-release/main branch 12 times, most recently from 5c3ba09 to bdfd406 Compare May 22, 2026 20:38
@github-actions github-actions Bot force-pushed the changeset-release/main branch from bdfd406 to 798079e Compare May 22, 2026 20:45
@Rich-Harris Rich-Harris removed the needs-ecosystem-ci This PR needs to have an ecosystem CI run started prior to its last commit before merging. label May 22, 2026
@Rich-Harris Rich-Harris merged commit 4f961ab into main May 22, 2026
6 of 7 checks passed
@Rich-Harris Rich-Harris deleted the changeset-release/main branch May 22, 2026 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-platform-tests This PR needs to run platform tests in order to merge.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant