Skip to content

Releases: sveltejs/kit

@sveltejs/[email protected]

03 Oct 12:56
d14a9cb
Compare
Choose a tag to compare

Patch Changes

  • fix: HMR for query (#14587)

  • fix: avoid client modules while traversing dependencies to prevent FOUC during dev (#14577)

  • fix: skip prebundling of .remote.js files (#14583)

  • fix: more robust remote file pattern matching (#14578)

@sveltejs/[email protected]

02 Oct 14:22
9fbd0d1
Compare
Choose a tag to compare

Patch Changes

  • chore: update "homepage" field in package.json (#14579)

@sveltejs/[email protected]

02 Oct 14:22
9fbd0d1
Compare
Choose a tag to compare

Patch Changes

  • chore: update "homepage" field in package.json (#14579)

@sveltejs/[email protected]

02 Oct 14:22
9fbd0d1
Compare
Choose a tag to compare

Patch Changes

  • chore: update "homepage" field in package.json (#14579)

@sveltejs/[email protected]

02 Oct 14:22
9fbd0d1
Compare
Choose a tag to compare

Patch Changes

  • chore: update "homepage" field in package.json (#14579)

@sveltejs/[email protected]

02 Oct 14:22
9fbd0d1
Compare
Choose a tag to compare

Patch Changes

  • chore: update "homepage" field in package.json (#14579)

@sveltejs/[email protected]

02 Oct 14:22
9fbd0d1
Compare
Choose a tag to compare

Patch Changes

  • chore: update "homepage" field in package.json (#14579)

@sveltejs/[email protected]

02 Oct 14:22
9fbd0d1
Compare
Choose a tag to compare

Patch Changes

  • chore: update "homepage" field in package.json (#14579)

@sveltejs/[email protected]

01 Oct 16:25
63285ee
Compare
Choose a tag to compare

Patch Changes

  • fix: correctly type the result of form remote functions that do not accept data (#14573)

  • fix: force remote module chunks to isolate themselves (#14571)

@sveltejs/[email protected]

30 Sep 22:04
275ab4d
Compare
Choose a tag to compare

Patch Changes

  • fix: ensure cache key is consistent between client/server (#14563)

  • fix: keep resolve relative to initial base during prerender (#14533)

  • fix: avoid including HEAD twice when an unhandled HTTP method is used in a request to a +server handler that has both a GET handler and a HEAD handler (#14564)

  • fix: smoothscroll to deep link (#14569)