Socket
Socket
Sign inDemoInstall

@volar/vue-language-service-types

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@volar/vue-language-service-types - npm Package Versions

1
7

0.37.7

Diff

Changelog

Source

0.37.7 (2022/6/13)

  • fix: cannot resolve external vue file path (#1445)
  • fix: petite-vue v-scope data type loss in inline handlers (#1442)
  • fix: petite-vue createApp() initialData type missing in template (#1444)
johnsoncodehk
published 0.37.5 •

Changelog

Source

0.37.5 (2022/6/13)

  • feat: support petite-vue
  • fix: don't active VitePress intellisense for .md if file path in not include by tsconfig (#1430)
  • fix: cannot direct execution of fileReferences command (#1419)
  • fix: avoid "`" auto close break markdown code block input (#1428)
  • fix: component props completion info box missing in template
  • fix: false positive props type error when JS component usage in TS component (#1426)
  • fix: cannot recognize component properties in type reference in template (#1422)
  • fix: slot binding type annotation not working if parent component is <component :is> (#1425)
  • fix: patch invalid : character in tag name (#1435)
  • fix: auto closing pairs not working in template expressions (#1437)
  • perf: faster markdown content parsing for vitepress
johnsoncodehk
published 0.37.4 •

johnsoncodehk
published 0.37.3 •

Changelog

Source

0.37.3 (2022/6/8)

  • feat: support find file references
  • feat: improve vitepress markdown parse reliability (#1410)
  • feat: vueCompilerOptions.experimentalSuppressInvalidJsxElementTypeErrors default true (#1405)
  • fix: fixed TS error with props beginning with data* (#1413)
johnsoncodehk
published 0.37.2 •

Changelog

Source

0.37.2 (2022/6/7)

  • feat: show deprecation message for experimentalCompatMode
  • fix: kebab case component type broken in vue 2 (#1405)
johnsoncodehk
published 0.37.1 •

Changelog

Source

0.37.1 (2022/6/7)

  • feat: add experimentalSuppressInvalidJsxElementTypeErrors option to ignore missing component import error (#1404)
  • perf: support auto-import cache even TS version < 4.7 (#1406)
  • perf: simplify template generated tsx code
johnsoncodehk
published 0.37.0 •

Changelog

Source

0.37.0 (2022/6/6)

  • feat: VitePress support (#1399)
  • feat: support html.autoCreateQuotes for pug
  • feat: enabled references codeLens for slots when use script setup
  • feat: detect missing component import (#1203)
  • feat: support --generateTrace for vue-tsc (#1375)
  • fix: dynamic slot name breaks template type checking (#1392)
  • fix: don't report property does not exist error for data-* and aria-*
  • fix: html selection highlight ranges incorrect (#1393)
  • fix: avoid DefineComponent type loss when use script setup (#1391)
  • fix: css module $style inconsistent between vue-tsc and vscode (#1089)
  • fix: css class name and v-bind should not active in style comments
  • fix: unused console.log to adapt vim-lsp (#1391)
  • fix: language server stuck on incomplete style variable injection expression (#1359)
  • fix: remove __VLS_ result from code actions

Breaking changes

  • vueCompilerOptions.experimentalCompatMode is renamed to vueCompilerOptions.target.

    {
    	"vueCompilerOptions": {
    -		"experimentalCompatMode": 2
    +		"target": 2
    	},
    }
    
johnsoncodehk
published 0.36.1 •

Changelog

Source

0.36.1 (2022/6/4)

  • feat: add vueCompilerOptions.experimentalSuppressUnknownJsxPropertyErrors option for unkonwn props reporting
  • fix: template slots types missing when use export default in <script> with <script setup> (#1389)
  • fix: fixed false positive __VLS_radioBinding on radio input tag. (#1390)
johnsoncodehk
published 0.36.0 •

Changelog

Source

0.36.0 (2022/6/3)

  • feat: support format selection (range formatting) (#1370)
  • feat: support format on type
  • feat: support @ts-check, @ts-nocheck for template (#1369)
  • feat: improve slots auto-complete (#1251)
  • feat: support jsdoc for jsx IntrinsicElement (#1212)
  • feat: experimental support for vue 2.7 with "experimentalCompatMode": 2.7
  • feat: support typed template slots for script setup (#1253)
  • fix: --extendedDiagnostics not working on vue-tsc (#1375)
  • fix: template diagnostics incomplete on vue-tsc (#1372)
  • fix: respected textDocument.completion.completionItem.insertReplaceSupport (#1373)

Breaking changes

  • ~~feat: report error for unkonwn props (#1077)~~ (Disabled by default in v0.36.1)
johnsoncodehk
published 0.35.2 •

Changelog

Source

0.35.2 (2022/5/30)

  • feat: add tsc problemMatchers settings (#1277)
  • fix: cannot watch external .d.ts file changes (#1343)
  • fix: incorrect typescript error report with hgroup in template (#1340)
  • fix: style variable injection syntax highlight not working for style languages other then css (#1365)
  • fix: false positive type check for method arguments with defineExpose (#1364)
  • fix: avoid html emmet active in style block (#1358)
  • fix: unable to recognize the type of parameters as alongside <script setup> (#1324)
  • fix: component export default jsdoc loss when use <script setup> (#1327)
  • fix: false positive @ts-expect-error error in withDefaults() (#1336)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc