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

@volar/code-gen

Package Overview
Dependencies
Maintainers
1
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@volar/code-gen - npm Package Versions

23
17

1.0.0-beta.1

Diff

Changelog

Source

1.0.0-beta.1 (2022/9/27)

[Download]

  • feat: support autocomplete for v-model:xxx
  • feat: simplify status bar
  • feat: support prop name case conversion in the status bar
  • feat: remove "auto", "both" and add "auto-kebab", "auto-pascal" for volar.completion.preferredTagNameCase
  • fix: cannot resolve compilerOptions.types from a higher level directory in a workspace sub directory (#1764)
  • fix: should not trigger autocomplete lang attribute in templates (#1836)
  • fix: cannot trigger autocomplete end with v-xxx (#1905)
  • fix: auto insert parentheses remove $x from $x as y
  • fix: auto insert parentheses not working on props
johnsoncodehk
published 1.0.0-beta.0 •

Changelog

Source

1.0.0-beta.0 (2022/9/25)

[Download]

  • perf: reduce input files to improve performance for large project
  • fix: template incremental update not working
johnsoncodehk
published 1.0.0-alpha.5 •

Changelog

Source

1.0.0-alpha.5 (2022/9/25)

[Download]

  • fix: language server crash on diagnosis <style lang="postcss"> (#1902)
  • fix: template tags selection range incorrect with definition
johnsoncodehk
published 1.0.0-alpha.4 •

Changelog

Source

1.0.0-alpha.4 (2022/9/24)

[Download]

  • fix: iterating Symbol.Iterator is not correctly inferred in v-for (#1892)
  • fix: false positive error on <CustomComponent @click.stop /> (#464)
  • perf: improve for large template memory usage
  • perf: improve for monorepo project memory usage

Breaking changes

  • vueCompilerOptions property experimentalDisableTemplateSupport renamed to skipTemplateCodegen
johnsoncodehk
published 1.0.0-alpha.3 •

Changelog

Source

1.0.0-alpha.3 (2022/9/21)

[Download]

  • fix: don't ignore @vue/compiler-dom compile errors for vue2 templates
  • fix: cannot start language server with @volar/vue-language-server since v1.0.0-alpha.0 (#1888)
johnsoncodehk
published 1.0.0-alpha.2 •

Changelog

Source

1.0.0-alpha.2 (2022/9/21)

[Download]

  • feat: add less support for initial indent (#1883)
  • feat: use vue-template-compiler instead of @vue/compiler-dom to collect template errors for target < 3
  • fix: moving components doesn't trigger import updates (#1884)
johnsoncodehk
published 1.0.0-alpha.1 •

Changelog

Source

1.0.0-alpha.1 (2022/9/17)

[Download]

  • fix: vue-tsc depends version resolve failed (#1881)
johnsoncodehk
published 1.0.0-alpha.0 •

Changelog

Source

1.0.0-alpha.0 (2022/9/16)

[Download]

  • feat: framework agnostic language server (#1859)
  • feat: improve .value auto insert invalid location filting
  • feat: add vueCompilerOptions.jsxTemplates for more fault tolerant template (#1865)
  • feat: add volar.vueserver.petiteVue.processHtmlFile, volar.vueserver.vitePress.processMdFile to config language support for petite-vue, VitePress (#1878)
  • fix: template context types broken with "moduleResolution": "nodenext" (#1862)
  • fix: language server throw when use lang="js" without "allowJs": true
  • fix: auto .value failed if position immediately after another property .value access expression (#1853)
  • fix: language onEnterRules, increaseIndentPattern incorrect in <script>, <style> (#1847)
  • fix: source-map vue version inconsistent (#1874)
  • fix: fix pug tag offset (#1783)

Breaking changes

  • Remove Alpine extension (#1858)
  • No built-in support for pug template anymore, if you have use pug with vue-tsc before, please follow below changes:

package.json

{
	"devDependencies": {
-		"@volar/pug-language-service": "latest"
+		"@volar/vue-language-plugin-pug": "latest"
	}
}

tsconfig.json

{
	"vueCompilerOptions": {
		"plugins": ["@volar/vue-language-plugin-pug"]
	}
}
johnsoncodehk
published 0.40.13 •

Changelog

Source

0.40.13 (2022/9/8)

  • fix: cycle reactive reference lead to memory leak
johnsoncodehk
published 0.40.12 •

Changelog

Source

0.40.12 (2022/9/8)

  • perf: fix incremental template compile not working
  • perf: cache path resolve result on getScriptVersion
  • perf: faster code mapping range transform
23
17
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