astro-vscode 2.16.19 → 2.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # astro-vscode
2
2
 
3
+ ## 2.17.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#17676](https://github.com/withastro/astro/pull/17676) [`49d4294`](https://github.com/withastro/astro/commit/49d429480c7399bcebcb3b24fd37893403cfbf1b) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Improves type checking and editor support for `.astro` files.
8
+
9
+ The language server now uses our all-new Biome powered `astro2tsx` implementation. This new version has much better support for incomplete syntax, generic types and various edge cases.
10
+
11
+ In the vast majority of cases, no changes should be required to your code, and any change should be the result of more accurate types or behavior.
12
+
13
+ ### Patch Changes
14
+
15
+ - [#17916](https://github.com/withastro/astro/pull/17916) [`8eaa4f2`](https://github.com/withastro/astro/commit/8eaa4f21e001293f15957daebc3b2486a5aa681d) Thanks [@matthewp](https://github.com/matthewp)! - Fixes organize imports across frontmatter and multiple script tags
16
+
17
+ - [#17542](https://github.com/withastro/astro/pull/17542) [`fae64dd`](https://github.com/withastro/astro/commit/fae64ddfc344e2fbe4d1610465c75bbe0604ba77) Thanks [@IAmYhvr](https://github.com/IAmYhvr)! - Fixes the AstroComponent suffix not being removed from Svelte and Vue imports in `.astro` files.
18
+
19
+ ## 2.16.20
20
+
21
+ ### Patch Changes
22
+
23
+ - [#17792](https://github.com/withastro/astro/pull/17792) [`6a46994`](https://github.com/withastro/astro/commit/6a469946a844651fd726ebf9231a519d58ad9189) Thanks [@matthewp](https://github.com/matthewp)! - Fixes syntax highlighting for multiline `<script>` and `<style>` tags with a `lang` or `type` attribute
24
+
3
25
  ## 2.16.19
4
26
 
5
27
  ### Patch Changes