Skip to content

Latest commit

 

History

History
64 lines (33 loc) · 994 Bytes

CHANGELOG.md

File metadata and controls

64 lines (33 loc) · 994 Bytes

vue-vine-tsc

0.0.12

Patch Changes

  • Fix compatibility issue with unplugin-auto-import.

0.0.11

Patch Changes

Fix:

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

0.0.10

Patch Changes

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

0.0.9

Patch Changes

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

0.0.8

Patch Changes

  • Fix checking required props for template in VSCode.

0.0.7

Patch Changes

  • Enable strictTemplates option in VSCode extension for template checking.

0.0.6

Patch Changes

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

0.0.5

Patch Changes

  • Fix props with default value should be optional.

0.0.4

Patch Changes

  • Fix incorrectly generate global types file path.

0.0.3

Patch Changes

Bump depedencies to vue-language-tools v2.1.8