Skip to content

Latest commit

 

History

History
136 lines (69 loc) · 2.07 KB

CHANGELOG.md

File metadata and controls

136 lines (69 loc) · 2.07 KB

@vue-vine/language-server

0.1.41

Patch Changes

  • Fix compatibility issue with unplugin-auto-import.

0.1.40

Patch Changes

Fix:

  • (1) Navigation failed between multiple files
  • (2) Optional emits type infer not correct.

0.1.39

Patch Changes

  • Fix #168 import specifier usage checking in template and its perf improving.

0.1.38

Patch Changes

  • Fix compiler should add withAsyncContext helper import from vue when transforming.

0.1.37

Patch Changes

  • Fix checking required props for template in VSCode.

0.1.36

Patch Changes

  • Enable strictTemplates option in VSCode extension for template checking.

0.1.35

Patch Changes

  • Fix compiler should remove unused-in-template bindings in separated mode returns.

0.1.34

Patch Changes

  • Fix props with default value should be optional.

0.1.29

Patch Changes

  • Fix feature of folding support for component functions.

0.1.28

Patch Changes

  • Fix incorrectly generate global types file path.

0.1.27

Patch Changes

  • Support navigating to definition for vineSlots and vineEmits.

0.1.26

Patch Changes

  • Fix vscode extension diagnostics location incorrect.

0.1.25

Patch Changes

  • feat(vscode-ext): support tag prop/event intellisense

0.1.23

Patch Changes

  • Support jump to definition for vineProp macro

0.1.21

Patch Changes

  • Update Vue language tools to v2.1.6

0.1.15

Patch Changes

  • Fix folding issue for Vine component function

0.1.14

Patch Changes

  • Support template tag intellisense from available bindings.

0.1.13

Patch Changes

  • Fix wrong parameters for ts plugin.

0.1.9

Patch Changes

  • Cleaner inject types in virtual code.

0.1.8

Patch Changes

  • Add validation for bare macro call and enhance VSCode extension for accurate type display.

0.1.7

Patch Changes

  • fix VSCode extension crash and feature enhancement, provide diagnostics.

0.1.0

Minor Changes

  • Announce the first stable version of Vue Vine! Please check more details on docs site: https://vue-vine.dev