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.34.15

Diff

Changelog

Source

0.34.15 (2022/5/16)

  • feat: support auto-complete for template local variables (#1284)
  • feat: check if vetur is active on doctor panel (#1305)
  • feat: enabled experimentalImplicitWrapComponentOptionsWithDefineComponent for lang="js" by default (#1298)
  • feat: add vueCompilerOption.experimentalDowngradePropsAndEmitsToSetupReturnOnScriptSetup option to improve intellisense on script setup for lang="js" (#1192)
johnsoncodehk
published 0.34.13 •

Changelog

Source

0.34.13 (2022/5/12)

  • feat: list vue meetup events on preview loading
  • feat: show basic infos by doctor command (#1254)
  • fix: avoid tsconfig include .vue files outside rootDir with typescript plugin (#1276)

Breaking changes

  • Changed vueCompilerOptions property experimentalShamefullySupportOptionsApi to experimentalImplicitWrapComponentOptionsWithDefineComponent and disabled by default (#1291)
johnsoncodehk
published 0.34.12 •

Changelog

Source

0.34.12 (2022/5/10)

  • chore: change extensions publisher (#1124)
  • feat: add "warning" option to experimentalShamefullySupportOptionsApi and make default
  • feat: allow type narrowing in inline handlers bu config "experimentalAllowTypeNarrowingInInlineHandlers": true in vueCompilerOptions (#1249)
  • fix: avoid report error with config "module": "es2015" in tsconfig (#1263)
  • fix: find references result has invalid item
  • fix: property access errors loss in template (#1264)
  • fix: cannot rename html tag in some cases (#1272)
johnsoncodehk
published 0.34.11 •

Changelog

Source

0.34.11 (2022/4/29)

  • fix: cannnot trigger auto-complete in import statement by input space
  • fix: duplicate diagnostics in *.ts on takeover mode (#1234)
  • fix: style block has redundant html emmet result (#1244)
  • fix: language server crash with low TS version (#1242)
  • fix: directives type-check not working (#1228)
  • fix: auto-complete replace range incorrect in import statement (#1227)
johnsoncodehk
published 0.34.10 •

Changelog

Source

0.34.10 (2022/4/24)

  • fix: template bindings error incomplete (#1205)
  • fix: avoid auto-import added on same line as <script> (#916)
  • fix: embedded html interpolations syntax highlight not working in markdown
  • fix: inlay hints not working in template
  • fix: preview broken on nuxt3 rc (#1225)
  • fix: cannot use import equals in script setup (#1223)
  • fix: directives syntax highlight display incorrect in html comment inside svg tag (#1206)
johnsoncodehk
published 0.34.9 •

Changelog

Source

0.34.9 (2022/4/21)

  • fix: vue documents diagnostics cannot update when other drive ts file changed
  • fix: ts declaration diagnostics missing (#1222)
johnsoncodehk
published 0.34.8 •

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)
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