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
12

1.3.6

Diff

Changelog

Source

1.3.6 (2023/3/25) - pre-release

  • feat: RFC 436 leaves experimental (#2545)
  • feat: auto resolve vueCompilerOptions.target by default
  • feat: auto append /** @jsxImportSource vue */ when jsxTemplates enabled and target >= 3.3 for avoid #592
  • feat(doctor): remove target check for vueCompilerOptions
johnsoncodehk
published 1.3.5 •

johnsoncodehk
published 1.3.4 •

Changelog

Source

1.3.4 (2023/3/20) - pre-release

  • fix: some environments throws Failed to resolve tsconfig path (https://github.com/vuejs/language-tools/pull/2471#issuecomment-1475350770)
  • fix: diagnostics break when changing code (https://github.com/yaegassy/coc-volar/pull/262#issuecomment-1475468100)
  • fix: all server capabilities loss in IDEs other than VSCode (#2526)
johnsoncodehk
published 1.3.3 •

Changelog

Source

1.3.3 (2023/3/19) - pre-release

  • feat: disable missingRequiredProps, eventArgumentInInlineHandlers by default
  • fix: vueCompilerOptions cannot extends from non-relative paths (#2345) - thanks @dschmidt
  • fix(vue-component-meta): exposed missing when use TS 5.0
  • perf(vue-component-meta): props, events, slots, exposed lazy calculation
  • perf: provide change range of virtual file snapshot for typescript program
johnsoncodehk
published 1.3.2 •

Changelog

Source

1.3.2 (2023/3/14) - pre-release

  • feat(language-server): declare workspaceFolders support in server capabilities for IDEs (https://github.com/volarjs/volar.js/pull/18) - thanks @the-mikedavis
  • feat(vue-tsc): supports incremental emit (https://github.com/volarjs/volar.js/pull/17) - thanks @blake-newman
  • feat: allow code actions to run rename command after applying (#2498) (https://github.com/volarjs/plugins/pull/29) - thanks @zardoy
  • perf(vue-component-meta): faster initialization (#2506) - thanks @stafyniaksacha
  • perf: search tsconfig on demand (https://github.com/volarjs/volar.js/pull/16)
johnsoncodehk
published 1.3.1 •

Changelog

Source

1.3.19 (2023/4/19) - pre-release

  • feat: change vue.features.codeActions.enable default value to true
  • feat: auto disable vue.features.codeActions.enable when document saving time is too long
  • feat: changing vue.features.* settings no longer requires reload vscode
johnsoncodehk
published 1.3.0 •

Changelog

Source

1.3.0 (2023/3/10) - pre-release

  • feat: support for korean html data
  • feat(doctor): remove vue-tsc version check
  • feat(doctor): rename setting from volar.doctor.statusBarItem to volar.doctor.status
  • feat(doctor): check VSCode settings emmet.includeLanguages, files.associations (#2487)
  • feat(doctor): check plugins version for volar.config.js
  • feat: add description link for $event => hint (#2445)
  • feat(language-server): support for ServerMode.PartialSemantic
  • fix: Show Component Meta command not working
  • fix: name casing status do not update with changed settings (#2460)
  • fix: component auto import not working with kebab case (#2458)
  • fix: missing props hints do not recognize @xxx (#4568)
  • fix: code action document version incorrect (https://github.com/yaegassy/coc-volar/issues/254)

Breaking changes

  • Remove built-in web intellisense support and recommended TypeScript IntelliSense for Web instead of (#2475)
  • Upgrade required version of @volar-plugins/* to >= 2.0.0
    • After upgrade, you need to access default property with require('@volar-plugins/xxx').default in volar.config.js
  • Upgrade build target from ES2016 to ES2021 (#2489)
johnsoncodehk
published 1.2.2-alpha.2 •

johnsoncodehk
published 1.2.2-alpha.1 •

johnsoncodehk
published 1.2.2-alpha.0 •

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