Skip to content

Releases: sveltejs/kit

[email protected]

20 Aug 18:00
476f17f
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • Add notes about includes/excludes and path aliases (#6085)

  • setup prettier plugin-search-dirs to enable use with pnpm (#6101)

@sveltejs/[email protected]

20 Aug 18:00
476f17f
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Allow $app/stores to be used from anywhere on the browser (#6100)

  • use enumerable: false on "[x] no longer exists" getters so that they are not triggered by spreading (#6105)

  • Fix pattern matching for routes starting with an encoded @ symbol (#6110)

  • Fix typos in generating LayoutServerLoad.{name} type (#6123)

  • Fix sorting of files into +layout, +error, everything else. (#6108)

  • Add test folder to generated tsconfig (#6085)

@sveltejs/[email protected]

20 Aug 18:00
476f17f
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Use platform: 'browser' for esbuild in Vercel Edge Functions. (#6109)

@sveltejs/[email protected]

20 Aug 18:00
476f17f
Compare
Choose a tag to compare
Pre-release

Patch Changes

[email protected]

19 Aug 11:48
6ccc735
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • Suggest props destructuring if possible (#6069)

  • Fix typo in migration task (#6070)

@sveltejs/[email protected]

19 Aug 17:08
0467aea
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Throw error if browser.hydrate is false and browser.router is true (#6086)

@sveltejs/[email protected]

19 Aug 14:28
69655bc
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Avoid using [].at(-1) in the client (#6082)

@sveltejs/[email protected]

19 Aug 13:46
035d075
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Silence more unknown prop warnings coming from SvelteKit (#6078)

@sveltejs/[email protected]

19 Aug 11:48
6ccc735
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • prevent duplicate module ids by disabling optimizeDeps for @sveltejs/kit (#6057)

  • Generate types when Svelte file missing, fix layout params (#6066)

  • Silence unknown prop warnings coming from SvelteKit (#6071)

[email protected]

18 Aug 17:55
4ef2f05
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • Run svelte-kit sync before svelte-check in check scripts (#6037)