This release introduces support for Svelte 4 (Svelte 3 continues to be supported).
Breaking changes
See UPGRADING.md for upgrading instructions.
- The deprecated
wrap
method imported fromsvelte-spa-router
was removed
Notable changes
- Support for Svelte 4 #309
- Add conditional exports to
package.json
to improve compatibility with Vite #313 - Remove deprecated method "wrap" #311
- Don't use $ as a prefix in derived #308
Misc
The starter template ItalyPaleAle/svelte-spa-router-template has been upgraded to Svelte 4. The bundler was changed to Vite, and TypeScript is enabled by default.
Thanks
Thanks to people who contributed to this release: @carbogninalberto, @iksflow, @gdamjan