Skip to content

Releases: sveltejs/kit

@sveltejs/[email protected]

08 Oct 14:50
bc3ec26
Compare
Choose a tag to compare

Patch Changes

  • fix: prevent access of Svelte 5-only untrack function (#14658)

@sveltejs/[email protected]

08 Oct 10:43
c1f35cd
Compare
Choose a tag to compare

Patch Changes

  • fix: merge field.set(...) calls (#14651)

  • fix: don't automatically reset form after an enhanced submission (#14626)

  • fix: normalize path strings when updating field values (#14649)

@sveltejs/[email protected]

07 Oct 14:34
be1020d
Compare
Choose a tag to compare

Patch Changes

  • fix: prevent code execution order issues around SvelteKit's env modules (#14637)

@sveltejs/[email protected]

07 Oct 12:29
4eadacc
Compare
Choose a tag to compare

Patch Changes

  • fix: use $derived for form fields (#14621)

  • docs: remove @example blocks to allow docs to deploy (#14636)

  • fix: require a value with submit and hidden fields (#14635)

  • fix: delete hydration cache on effect teardown (#14611)

@sveltejs/[email protected]

07 Oct 11:21
646836c
Compare
Choose a tag to compare

Minor Changes

  • feat: imperative form validation (#14624)

Patch Changes

  • fix: wait a tick before collecting form data for validation (#14631)

  • fix: prevent code execution order issues around SvelteKit's env modules (#14632)

@sveltejs/[email protected]

07 Oct 01:58
90eaf07
Compare
Choose a tag to compare

Minor Changes

  • feat: form.for(id) now implicitly sets id on form object (#14623)

Patch Changes

  • fix: allow fetch in remote function without emitting a warning (#14610)

@sveltejs/[email protected]

05 Oct 19:19
7fe3895
Compare
Choose a tag to compare

Minor Changes

  • feat: expose event.route and event.url to remote functions (#14606)

  • breaking: update experimental form API (#14481)

Patch Changes

  • fix: don't crawl error responses during prerendering (#14596)

@sveltejs/[email protected]

05 Oct 19:19
7fe3895
Compare
Choose a tag to compare

Patch Changes

  • fix: add script block only when there are imports to add (#14604)

@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)