Skip to content

Releases: sveltejs/kit

@sveltejs/[email protected]

03 Sep 11:27
a546e71
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • [feat] add type to navigation object (#6537)

@sveltejs/[email protected]

02 Sep 22:11
e365633
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Fix server manifest generation (#6507)

  • Silently skip prefetching of external URLs when using data-sveltekit-prefetch. Warn like before when calling prefetch() for external URLs. (#6518)

[email protected]

01 Sep 11:32
681d2dc
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • Use invalidateAll() (#6493)

@sveltejs/[email protected]

01 Sep 19:43
368dc99
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • fix peer dependency warning on vite-3.1.0-beta.1 (#6512)

  • [breaking] respect cache-control max-age on the client for initially fetched responses (#6461)

@sveltejs/[email protected]

01 Sep 19:11
4631fa6
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • [breaking] block cross-site form POSTs by default. disable with config.kit.csrf.checkOrigin (#6510)

@sveltejs/[email protected]

01 Sep 11:32
681d2dc
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • [breaking] call invalidate(fn) predicates with a URL instead of a string (#6493)

  • Prefer JSON responses when returning errors if accept header is */* (#6497)

  • [breaking] replace invalidate() with invalidateAll() (#6493)

[email protected]

31 Aug 18:31
e33e428
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • reorder create-svelte templates such that library is last (#6481)

[email protected]

31 Aug 03:17
cbbd9ab
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • Move data-sveltekit-prefetch to <nav> element (#6442)

@sveltejs/[email protected]

31 Aug 23:09
aa6a5d4
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • [breaking] Remove sveltekit:start event (#6484)

@sveltejs/[email protected]

31 Aug 18:31
e33e428
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Prevent validation_errors from being serialized twice (#6468)