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
57

0.34.8

Diff

Changelog

Source

0.34.8 (2022/4/21)

  • feat: support inlay hints (#452)
    • if you're not using VSCode, you should config new option languageFeatures.inlayHints = true in initializationOptions to enable it
  • feat: allow disable highlight dom elements on preview (#1209)
  • feat: improve dom elements highlight display refresh
  • fix: typescript.format.semicolons should not affect text interpolation (#1210)
  • fix: vscode settings cannot update for document features (#1210)
  • fix: {{ { foo } }} object literal expression not working on text interpolations
  • fix: cannot infer event type with prop name format onFoo-bar (#1023)
  • fix: scoped class references not accurate on long document (#1059)
  • fix: cannot update unediting vue document diagnostics (#1163)
  • fix: emmet not working in style block (#1145)
  • fix: nuxt preview not working on windows (#1123)
johnsoncodehk
published 0.34.7 •

Changelog

Source

0.34.7 (2022/4/16)

  • feat: add option experimentalShamefullySupportOptionsApi to vueCompilerOptions (#1202)
  • fix: use html renaming instead of ts renaming on tags (#1201)
  • fix: not support lowser node version (#1200)
  • fix: cannot update global components props completion list (#1196)
  • fix: svg attributes report false positive void type (#1184)
  • fix: css module types missing on template context (#1178)
  • fix: false positive error with withDefaults + "strictNullChecks": false (#1187)

Breaking changes

  • sass formatter is moved to external plugin: https://github.com/volarjs/services/tree/master/packages/sass-formatter
johnsoncodehk
published 0.34.6 •

Changelog

Source

0.34.6 (2022/4/12)

  • feat: add prompt for "jsx": "preserve" missing
  • fix: auto-complete break language server if "jsx": "preserve" missing (#1171)
  • fix: typescript plugin extension not working (#1173)
  • fix: code action not working on *.ts with take over mode (#1169)
  • fix: object computed property name report false positive error in template (#1176)
  • fix: should count variable uses with ref attribute (#1168)
johnsoncodehk
published 0.34.5 •

Changelog

Source

0.34.5 (2022/4/11)

  • feat: preset "jsx": "preserve" for non-tsconfig project
  • fix: avoid template report errors if "jsx": "preserve" missing (#1161)
  • fix: attrs auto-complete and tag highlight incorrect on js project (#1158)
  • fix: script setup report false positive error with defineExpose type arg (#1165)

Breaking changes

  • @volar/pug-language-service now is a optional depend on vue-tsc, you need to install it additionally to support pug template type-checking on vue-tsc (#1092)
johnsoncodehk
published 0.34.4 •

Changelog

Source

0.34.4 (2022/4/12)

  • fix: script setup report false positive error with multi-line interpolation
  • fix: object spread assignment not working in template
  • fix: html formatting result incorrect
johnsoncodehk
published 0.34.3 •

Changelog

Source

0.34.3 (...)

  • feat: release @volar/preview for support vite, nuxt 3 app preview features other then vscode IDEs (#1115)
  • fix: require() should not report error in template (#1161)
  • fix: template interpolations syntax broken with inline block comments (#1143)
  • fix: vue-tsc emit declaration diagnostics incomplete (#1127)
  • fix: ts plugin should not affect to non-vue project (#1144)
  • fix: object literal santax not working in directive and v-for expressions (#1160)
  • fix: shorthand property assignment santax not working in template (#1156)
  • fix: should not emit __VLS_ files file with vue-tsc --declaration --emitDeclarationOnly
  • fix: experimentalDisableTemplateSupport not working
  • fix: formatting crashes with inline v-bind on scoped v-slot (#1151)
  • fix: language server broken in js project without allowJs

Breaking changes

  • Changed experimentalResolveNonScopedCssClasses to experimentalResolveStyleCssClasses (#1121)
johnsoncodehk
published 0.34.2 •

Changelog

Source

0.34.2 (2022/4/10)

  • fix: add missing depend for vue-tsc (#1154)
  • fix: css format should not trimmed new lines (#1155)
johnsoncodehk
published 0.34.1 •

Changelog

Source

0.34.1 (2022/4/10)

  • fix: fixed vue-tsc broken regression
johnsoncodehk
published 0.34.0 •

Changelog

Source

0.34.0 (2022/4/10)

  • feat: expose useConfigurationHost for external language feature plugins
  • perf: faster language server initialization
  • perf: simplify template script generation (#455)
  • perf: reduce TS language service instances (#1108)
  • fix: web bundle lead to package size greatly increased (#1084)
  • fix: undefined sortText break vim (#1118)
  • fix: template context do not update by external .ts scripts (#565)
  • fix: not respect HTML completion settings (#1139)
  • chore: default disabled volar.autoCompleteRefs for reduce CPU usage

Breaking changes

  • Not support typed template slots for now (#1108)
  • Not support emits renaming
  • Not support props renaming for Vue.extends or lang="js"
  • Changed built-in HTML formatter from prettyhtml to vscode-html-languageservice (#1078)
    • If you would like to use prettyhtml, see prettyhtml section in https://github.com/vuejs/language-tools/discussions/1027
  • Changed built-in CSS formatter from prettier to vscode-css-languageservice (#1131)
    • If you would like to use Prettier, see Prettier section in https://github.com/vuejs/language-tools/discussions/1027
  • Changed setting volar.lowPowerMode to volar.vueserver.useSecondServer and disabled by default
    • When disabled, language service instance reduce a half of memory usage, but auto-complete should be slower in expected
  • "jsx": "preserve" now is required for template type-checking (#1153)
johnsoncodehk
published 0.33.9 •

Changelog

Source

0.33.9 (2022/3/25)

  • perf: faster vue-tsc watch response
  • fix: memory leak on vue-tsc watch (#1106)
  • fix: emmet block html src path completion (#1105)
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