Skip to content

Version Packages#15241

Merged
benmccann merged 1 commit intomainfrom
changeset-release/main
Feb 12, 2026
Merged

Version Packages#15241
benmccann merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 3, 2026

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/adapter-netlify@6.0.0

Major Changes

Minor Changes

  • feat: Migrate to the modern Netlify Functions API (#15203)

    The Netlify adapter now generates "v2" Netlify Functions, which uses modern standards (ESM, Request, Response) instead of the legacy "Lambda-compatible" or "v1" format. Under the hood, this greatly simplifies the adapter code and improves maintainability.

    For more details on features this unlocks for your SvelteKit app, see
    https://developers.netlify.com/guides/migrating-to-the-modern-netlify-functions/.

  • feat: allow configuring redirects in netlify.toml (#15203)

    The limitation of only being able to configure redirects via the _redirects file has been removed.

Patch Changes

@sveltejs/kit@2.51.0

Minor Changes

  • feat: add scroll property to NavigationTarget in navigation callbacks (#15248)

    Navigation callbacks (beforeNavigate, onNavigate, and afterNavigate) now include scroll position information via the scroll property on from and to targets:

    • from.scroll: The scroll position at the moment navigation was triggered
    • to.scroll: In beforeNavigate and onNavigate, this is populated for popstate navigations (back/forward) with the scroll position that will be restored, and null for other navigation types. In afterNavigate, this is always the final scroll position after navigation completed.

    This enables use cases like animating transitions based on the target scroll position when using browser back/forward navigation.

  • feat: hydratable's injected script now works with CSP (#15048)

Patch Changes

  • fix: put preloads before styles (#15232)

  • fix: suppress false-positive inner content warning when children prop is forwarded to a child component (#15269)

  • fix: fetch not working when URL is same host but different than paths.base (#15291)

  • fix: navigate to hash link when base element is present (#15236)

  • fix: avoid triggering handleError when redirecting in a remote function (#15222)

  • fix: include test directory in generated tsconfig.json alongside existing tests entry (#15254)

  • fix: generate tsconfig.json using the value of kit.files.src (#15253)

@sveltejs/adapter-cloudflare@7.2.7

Patch Changes

@sveltejs/adapter-node@5.5.3

Patch Changes

@sveltejs/enhanced-img@0.10.1

Patch Changes

  • fix: replace erroneous import.meta.DEV with import.meta.env.DEV in generated code (#15285)

@github-actions github-actions bot force-pushed the changeset-release/main branch 6 times, most recently from a1bd21e to 1a3c9d7 Compare February 3, 2026 23:48
@svelte-docs-bot
Copy link

@github-actions github-actions bot force-pushed the changeset-release/main branch 14 times, most recently from 301fcd2 to 2a05443 Compare February 10, 2026 18:39
@github-actions github-actions bot force-pushed the changeset-release/main branch from 2a05443 to 72dd474 Compare February 11, 2026 16:51
Copy link
Contributor

@vercel vercel bot left a comment

Choose a reason for hiding this comment

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

Additional Suggestion:

Empty string environment variables silently converted to 0 instead of being rejected or returning default value

Fix on Vercel

@github-actions github-actions bot force-pushed the changeset-release/main branch from 72dd474 to edacaa3 Compare February 12, 2026 12:01
Copy link
Contributor

@vercel vercel bot left a comment

Choose a reason for hiding this comment

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

Additional Suggestion:

Incorrect data-testid attribute syntax using string literals instead of template literals prevents dynamic test selectors from matching elements

Fix on Vercel

@github-actions github-actions bot force-pushed the changeset-release/main branch 4 times, most recently from db42d83 to f922ab8 Compare February 12, 2026 18:14
@github-actions github-actions bot force-pushed the changeset-release/main branch from f922ab8 to 4b1af3d Compare February 12, 2026 18:19
@benmccann benmccann merged commit 060b1dc into main Feb 12, 2026
6 checks passed
@benmccann benmccann deleted the changeset-release/main branch February 12, 2026 22:23
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

Comments