Skip to content

v2.0.0

Compare
Choose a tag to compare
@predragnikolic predragnikolic released this 24 Dec 11:16
· 17 commits to master since this release

What's Changed

  • Chore: Bump svelte-language-server from 0.14.39 to 0.15.0 in #95

BREAKING CHANGES

  • the old transformation is no longer available. If you're using the svelte.JSX namespace in your projects, you should migrate accordingly
  • minimum required Node version is now 16
  • minimum required TypeScript version is now 4.9
  • minimum required Svelte version is now 3.55
  • now uses LSP version 3.17

If the new version doesn't work for your project, then:

  1. Download the zip from the previous release.
  2. Unzip it and move the folder to PATH_TO/sublime-text/Packages path.
    If you are unsure where the packages path is. Open the Sublime Text console(ctrl+`) and paste:
>>> sublime.packages_path()
'/home/predragnikolic/.config/sublime-text/Packages'
  1. Done.