Releases: sveltejs/language-tools
Releases · sveltejs/language-tools
typescript-plugin-0.3.0
- (breaking change) introduce a new transformation which replaces the now deprecated jsx/tsx transformation. This should also help with interop with JSX/React projects (#1256, #1149). You can read more about the new transformation in the PR (#1237). Please provide feedback in #1352 . If you don't notice anything or only slight improvements, we succeeded.
svelte2tsx-0.5.0
- (breaking change) introduce a new transformation which replaces the now deprecated jsx/tsx transformation. You can read more about the new transformation in the PR (#1237). Please provide feedback in #1352 . If you don't notice anything or only slight improvements, we succeeded.
- (fix) add 'translate' attribute to definitions (#1349)
svelte-check-2.4.0
- (feat) introduce a new transformation which replaces the now deprecated jsx/tsx transformation which powers the intellisense. It's disabled by default for now and can be turned on through the
--use-new-transformationsetting. You can read more about the new transformation in the PR (#1237). Please provide feedback in #1352 . If you don't notice anything or only slight improvements, we succeeded. - (fix) add 'translate' attribute to definitions (#1349)
language-server-0.14.19
- (feat) introduce a new transformation which replaces the now deprecated jsx/tsx transformation which powers the intellisense. It's disabled by default for now and can be turned on through the
svelte.plugin.svelte.useNewTransformationsetting. You can read more about the new transformation in the PR (#1237). Please provide feedback in #1352 . If you don't notice anything or only slight improvements, we succeeded.
extensions-105.11.1
- (feat) introduce a new transformation which replaces the now deprecated jsx/tsx transformation which powers the intellisense. It's disabled by default for now and can be turned on through the svelte.plugin.svelte.useNewTransformation setting. You can read more about the new transformation in the PR (#1237). Please provide feedback in #1352 . If you don't notice anything or only slight improvements, we succeeded.
- (fix) add 'translate' attribute to definitions (#1349)
extensions-105.11.0
Please install extensions-105.11.1 instead