Skip to content

v2.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Xyphyn Xyphyn released this 06 Feb 03:55
· 109 commits to svelte-5 since this release

This is the first beta for the Svelte 5 version. Many things have been changed.

  • The app has been fully migrated from Svelte 4 to Svelte 5
    • This brings massive codebase changes and will make the app more sustainable for the future.
    • It is lighter and faster
  • Many systems have been changed to use native HTML/CSS instead of JS, for better speed, lighter usage, and more compatibility.
    • For example, the search and community pages now use native HTML forms.
  • Random effects have been removed or made lighter hopefully unnoticeably.
  • Random reactivity bugs have been patched
  • Minor UI elements have been tweaked