Skip to content

Releases: sveltejs/kit

@sveltejs/[email protected]

23 Jan 00:21
3b2ea1b

Choose a tag to compare

Patch Changes

  • fix: include hooks.server and hooks.universal as explicit Vite build inputs to ensure assets imported by hooks files are correctly discovered (#15178)

  • fix: improves fields type for generic components (#14974)

  • fix: preload links if href changes (#15191)

@sveltejs/[email protected]

23 Jan 00:21
3b2ea1b

Choose a tag to compare

Patch Changes

@sveltejs/[email protected]

23 Jan 00:21
3b2ea1b

Choose a tag to compare

Patch Changes

@sveltejs/[email protected]

23 Jan 00:21
3b2ea1b

Choose a tag to compare

Patch Changes

@sveltejs/[email protected]

17 Jan 17:35
391c6f7

Choose a tag to compare

Minor Changes

  • breaking: remove buttonProps from experimental remote form functions; use e.g. <button {...myForm.fields.action.as('submit', 'register')}>Register</button> button instead (#15144)

@sveltejs/[email protected]

17 Jan 17:35
391c6f7

Choose a tag to compare

Patch Changes

  • fix: ensure compatibility with vite-plugin-svelte@7 (use api.filter instead of api.idFilter) (#15179)

@sveltejs/[email protected]

15 Jan 16:49
80ffb53

Choose a tag to compare

Patch Changes

  • fix: avoid overriding Vite default base when running Vitest 4 (#14866)

  • fix: ensure url decoded pathnames are not mistaken as rerouted requests (d9ae9b0)

  • fix: add length checks to remote forms (8ed8155)

@sveltejs/[email protected]

15 Jan 16:49
80ffb53

Choose a tag to compare

Patch Changes

@sveltejs/[email protected]

15 Jan 16:49
80ffb53

Choose a tag to compare

Patch Changes

@sveltejs/[email protected]

12 Jan 18:33
70aee76

Choose a tag to compare

Minor Changes

  • feat: add env vars for keepAliveTimeout and headersTimeout (#15125)