github ItalyPaleAle/svelte-spa-router svelte-spa-router@5.1.1

5 hours ago

Patch Changes

  • 9887d02: fix: transpile TypeScript to JavaScript in packaged Svelte components

    The published dist/Router.svelte shipped its <script> blocks as raw TypeScript because no preprocessor was configured for svelte-package. A svelte.config.js using vitePreprocess({script: true}) now transpiles the <script> blocks so packaged components contain plain JavaScript.

  • 5c5e1f0: fix: rendering in SSR context

    Makes svelte-spa-router work with Astro and other frameworks doing SSR.

Don't miss a new svelte-spa-router release

NewReleases is sending notifications on new releases.