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

@volar/vue-code-gen

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@volar/vue-code-gen - npm Package Versions

1
8

0.33.3

Diff

Changelog

Source

0.33.3 (2022/3/21)

  • feat: support attribute binding syntax :<name>.attr (#1047)
  • feat: supoprt document features for Web IDE (#612)
  • feat: add option to support intellisense for non-scoped css (#1038)
  • feat: reduce vue-tsc depends
  • fix: json schema request service not available since 0.33.0 (#243)
  • fix: remove console.log avoid vim-lsp crash (#1046)
  • fix: emmet suggestions messed up embedded language suggestions (#1039)
  • fix: missing proposals for HTML attribute value (#1072)
  • fix: vue-tsc watch not always catch vue file changes (#1082)
  • fix: previewer not working with pnpm (#1074)
  • fix: global components type not working with vue-class-component (#1061)
  • fix: goto component definition not working with some syntax (#435) (#1048)
  • fix: directives argument should be optional if argument could be undefined (#1040)
johnsoncodehk
published 0.33.2 •

Changelog

Source

0.33.2 (2022/3/15)

  • feat: add option vueCompilerOptions.experimentalDisableTemplateSupport to disable template type-check and intellisense (#577)
  • fix: avoid props jsdoc erase by withDefaults
  • fix: sponsors svg never update
johnsoncodehk
published 0.33.1 •

Changelog

Source

0.33.1 (2022/3/14)

  • feat: improve formatting error tolerance (#1033)
  • fix: template report unexpected errors (#1036) (#1037)
  • fix: can't extract template context in js (#1035)
johnsoncodehk
published 0.33.0 •

Changelog

Source

0.33.0 (2022/3/13)

  • feat: reduce vue-tsc depends
  • feat: support more language features for lang="json" custom block
  • feat: support for goto implementations
    • if you're not using VSCode, you should config new option languageFeatures.implementation = true in initializationOptions to enable it
  • feat: support custom language service plugins for (#1028):
    • change built-in formatters
    • add language support for custom block with any other language yourself
  • feat: support vue-tsc watch (#1030)
  • feat: preview features not longer needed authentication
  • fix: pug formatting broken (#1002)
  • fix: vite app preview not working on windows (#1013)
  • fix: fallback event type behavior for invalid type components (#1001) (#1026)

Breaking changes

  • @volar/server renamed to @volar/vue-language-server
    • cli command vue-server changed to vue-language-server
  • vscode-vue-languageservice renamed to @volar/vue-language-service
  • vscode-typescript-languageservice renamed to @volar/typescript-language-service
  • vscode-json-languageservice renamed to @volar/json-language-service
johnsoncodehk
published 0.32.1 •

Changelog

Source

0.32.1 (2022/3/2)

  • feat: support generic events with props (#981)
  • fix: slots references always 0 (#932)
  • fix: source.organizeImports not working in editor.codeActionsOnSave (#906)
  • fix: component type incorrect if duplicate name with current <script setup> file name (#944)
  • fix: language server broken if TS version < 4.4 (#962)
  • fix: pug outline element level incorrect (#969)
  • fix: document symbols confusion between <script> and <script setup> (#994)
  • fix: vite icon do not show with first editor
johnsoncodehk
published 0.32.0 •

Changelog

Source

0.32.0 (2022/2/25)

  • feat: experimental webview features for vite (#208)
  • perf: bundle extension to speed up startup
johnsoncodehk
published 0.31.4 •

Changelog

Source

0.31.4 (2022/2/14)

  • perf: faster auto-import completion (#808)
johnsoncodehk
published 0.31.3 •

Changelog

Source

0.31.3 (2022/2/13)

  • feat: trigger event auto-complete when input @ (#949)
  • feat: add v-bind:*, v-on:* to auto-complete (#949)
  • feat: avoid auto import added in script block first line (#916)
  • fix: language features not working in symbolic link project (#914)
  • fix: language server throw in process.env.NODE_ENV === 'production' env (#915)
  • fix: component type broken by union event key type (#926)
  • fix: document symbol not working for <script setup> (#938)
johnsoncodehk
published 0.31.2 •

Changelog

Source

0.31.2 (2022/2/6)

  • feat: improve scoped css class name references codeLens, auto-complete (#907)
johnsoncodehk
published 0.31.1 •

Changelog

Source

0.31.1 (2022/1/22)

  • fix: support type export statements on the top in <script setup> (#886)
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