Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@volar/vue-language-core

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@volar/vue-language-core - npm Package Versions

1
1012

0.40.6

Diff

Changelog

Source

0.40.6 (2022/9/4)

  • feat: support language features for Web IDE (#612)
  • feat: update vite problemMatcher (#1801)
  • feat: add volar.vueserver.textDocumentSync option to disable incremental update (#1807)
  • fix: v-for, v-if textmate scopes incorrect (#1810)
johnsoncodehk
published 0.40.5 •

Changelog

Source

0.40.5 (2022/8/31)

  • feat: suppor add or switch workspaces without restart server (#1574)
  • fix: sfc offset incremental update broken when input at block start
  • fix: document incremental update break document content on Sublime LSP (https://github.com/sublimelsp/LSP-volar/issues/120)
  • fix: unexpected prop types behavior with compilerOptions.exactOptionalPropertyTypes (https://github.com/vuejs/core/issues/6532)
  • fix: false positive error on <input typeof="radio" value="..."> (#1775)
  • fix: false positive style attribute inconsistent string type error (#1781)
  • fix: language server broken with outDir + rootDir + composite/incremental tsconfig options (#1782)
  • fix: json format should not trim first / end new line
  • fix: interpolation format adding redundant spaces (#1784)
johnsoncodehk
published 0.40.4 •

Changelog

Source

0.40.4 (2022/8/29)

  • feat: respect VSCode *.format.enable settings
  • fix: template should not compile if content no change
  • fix: component preview not working on windows (#1737)
johnsoncodehk
published 0.40.3 •

Changelog

Source

0.40.3 (2022/8/29)

  • perf: incremental update SFC blocks without full parse SFC and mitigate memory leak
  • perf: incremental update html template interpolation without recompile template
  • perf: cache ts.createSourceFile for tsx code gen
  • fix(vue-component-meta): cannot create checker with TS 4.8.2
  • fix: document features not working on Web IDE (#1479)
  • fix: avoid auto complete triggers too aggressive in Sublime (https://github.com/sublimelsp/LSP-volar/issues/114)
johnsoncodehk
published 0.40.2 •

Changelog

Source

0.40.2 (2022/8/28)

  • feat(vue-component-meta): add createComponentMetaCheckerByJsonConfig API to support create checker without tsconfig
  • feat: move highlight dom elements ☑ codeLens to status bar (#1535)
  • feat: incremental update diagnostics cache range and avoid flicker (#1718)
  • perf: incremental update TS script snapshot (#1718)
  • perf: faster source map code mapping
  • fix: pug template tag mapping range incorrect (#1723)
  • fix: vite plugin import path incorrect on windows (#1772)
  • fix: false positive error on style attr when enabled compilerOptions.exactOptionalPropertyTypes (#1560)
  • fix: .html intellisense of petite-vue not working
  • fix: .html intellisense of alpie not working
  • fix: intellisense not working for node_modules files with takeover mode on windows (#1641)
  • fix: avoid vue-tsc type check .html, .md files (#1661)
  • fix: compilerOptions.types resolve path incorrect on multiple workspaces (#1679)
  • fix: cannot count script setup variable usage in template if disalbe jsx (#1729)
  • fix: cannot resolve indirect circular reference components types (#1708)
  • fix: cannot recognize namespace component (#1726)
  • fix: template components types break by regular SFC components option (#1731)
  • fix: indentation behavior incorrect (#1762)
  • fix: TS1308 'async' error missing when use script setup (#1753)
johnsoncodehk
published 0.40.1 •

Changelog

Source

0.40.1 (2022/8/11)

  • fix: component context types missing in template if no script block (#1688)
  • fix: organize imports added invalid code (#1692)
  • fix: v-else template interpolation missing in virtual code (#1694)
  • fix: template interpolation formatting broken (#1697)
  • fix: inline css intellisense not working
johnsoncodehk
published 0.40.0 •

Changelog

Source

0.40.0 (2022/8/10)

  • feat: support document highlights cross <script>, <template> (#462)
  • feat: support reference types from script setup in template (#891)
  • feat: support auto import in template (#823)
  • feat: support plugin api (#185) (#1687)
  • fix: template scope variables completion missing (#1284)
  • fix: prefer defineComponent instead of Vue.extend to wrap component options by default (#1584)
  • fix: bracket pair colorization in VSCode v1.70 (#1677)
johnsoncodehk
published 0.39.5 •

Changelog

Source

0.39.5 (2022/8/6)

  • feat(vue-component-meta): add option to expose raw type (#1674)
  • fix(vue-component-meta): recursive schema parsing (#1660)
  • fix(vue-component-meta): parse defineProps in script setup with option (#1665)
  • fix: SFC syntax broken in vscode v1.70.0 (#1566) (#1675)
  • fix: vite app preview not working (#1668)
  • fix: diagnosis is slow on windows after v0.39.2 (#1663)
  • fix: compilerOptions.types not working since v0.39.2 (#1650)
  • fix: avoid auto-import path append .js (#1667)
  • fix: avoid variables defined after export default report TS_2454
  • perf: cache semver result on auto-complete
johnsoncodehk
published 0.39.4 •

Changelog

Source

0.39.4 (2022/7/31)

  • feat: support ESM project (#1543)
  • fix: "Volar: Reload Project" command cannot detect node_modules change
  • fix: webview buttons show to unrelated extensions (#1611)
johnsoncodehk
published 0.39.3 •

Changelog

Source

0.39.3 (2022/7/31)

  • feat(vue-component-meta): component schema improves (#1656)
  • feat(vue-component-meta): support options api props default (#1649)
  • feat: add "Volar: Reload Project" command (#1605)
  • fix: vue-tsc watch not working (#1647)
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