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

1
17

0.38.5

Diff

Changelog

Source

0.38.5 (2022/7/11)

  • fix: file path resolve incorrect on windows (#1554, #1555, #1556, #1557, #1558, #1559)
johnsoncodehk
published 0.38.4 •

Changelog

Source

0.38.4 (2022/7/11)

  • feat: add vueCompilerOptions.strictTemplates (#1418)
  • fix: don't auto close ``` (#1428)
  • fix: change unknown slot type from unknown to any (#1541)
  • fix: SFC templates outline incorrect (#1531)
  • fix: slot shorthand highlighting incorrect if have not = (#1423)
  • fix: vue file import path auto-complete not working on windows (#1304)
  • fix: avoid duplicate result in html (#1552) (#1530)
  • fix: code action document edit version incorrect (#1490)

Breaking changes

  • experimentalSuppressUnknownJsxPropertyErrors, experimentalSuppressInvalidJsxElementTypeErrors is replaced by strictTemplates.

    {
    	"vueCompilerOptions": {
    -		"experimentalSuppressUnknownJsxPropertyErrors": false,
    -		"experimentalSuppressInvalidJsxElementTypeErrors": false,
    +		"strictTemplates": true
    	},
    }
    
johnsoncodehk
published 0.38.3 •

Changelog

Source

0.38.3 (2022/7/7)

  • feat: support html, css intellisense for petite-vue (#1471)
  • fix: avoid unknown jsx property error for vue 2.7 (#1533)
  • fix: fixed GlobalComponents interface not working edge case (#1489)
  • fix: stricter slots type extracting (#1522)
  • fix: nuxt app preview not working
johnsoncodehk
published 0.38.2 •

Changelog

Source

0.38.2 (2022/6/26)

  • feat: update support for vite-plugin-vue-component-preview v0.2
  • feat: improve component preview UX
  • feat: add --version flag for vue-language-server (#1510)
  • fix: css class name codeLens range inaccurate (#1485)
johnsoncodehk
published 0.38.1 •

Changelog

Source

0.38.1 (2022/6/19)

  • fix: fixed isIntrinsicElement is not a function error (#1478)
johnsoncodehk
published 0.38.0 •

Changelog

Source

0.38.0 (2022/6/19)

  • feat: support component preview for Vite + Vue 3 (#1476)
    you need to install vite-plugin-vue-component-preview manually to support this feature
  • feat: support auto insert .value for vue 2 (#1466)
  • fix: cannot define global components types with @vue/runtime-core in Vue 2 (#1469)
  • fix: cannot emit declaration with script setup on vue-tsc (#1459)
  • fix: component auto import unreliable (#1470)
  • fix: camel case scope css class name intellisense not working (#1447)
  • fix(petite-vue): cannot access script tag local variables (#1471)
johnsoncodehk
published 0.37.9 •

Changelog

Source

0.37.9 (2022/6/16)

  • perf: only support VitePress, petite-vue when *.md, *.html explicitly added in tsconfig include property (#1463)
  • fix: respect codeAction.disabledSupport capability (#1454)
  • fix: auto import component tag name including "Vue" on import (#1461)
  • fix: don't recognize components without script blocks as js languages (#1452) (#1455)
  • fix: scope class name doesn't show underline (#1447)
  • fix: withDefaults syntax break in lang="tsx" (#1458)
  • fix: alpine-language-server bin script name incorrect (#1460)
johnsoncodehk
published 0.37.8 •

Changelog

Source

0.37.8 (2022/6/14)

  • feat: create alpine-language-features extension for support Alpine.js via reuse petite-vue language support works
  • fix: petite-vue createApp arg range inaccurate
  • fix: vue component context properties missing in petite-vue template
johnsoncodehk
published 0.37.7 •

Changelog

Source

0.37.7 (2022/6/13)

  • fix: cannot resolve external vue file path (#1445)
  • fix: petite-vue v-scope data type loss in inline handlers (#1442)
  • fix: petite-vue createApp() initialData type missing in template (#1444)
johnsoncodehk
published 0.37.5 •

Changelog

Source

0.37.5 (2022/6/13)

  • feat: support petite-vue
  • fix: don't active VitePress intellisense for .md if file path in not include by tsconfig (#1430)
  • fix: cannot direct execution of fileReferences command (#1419)
  • fix: avoid "`" auto close break markdown code block input (#1428)
  • fix: component props completion info box missing in template
  • fix: false positive props type error when JS component usage in TS component (#1426)
  • fix: cannot recognize component properties in type reference in template (#1422)
  • fix: slot binding type annotation not working if parent component is <component :is> (#1425)
  • fix: patch invalid : character in tag name (#1435)
  • fix: auto closing pairs not working in template expressions (#1437)
  • perf: faster markdown content parsing for vitepress
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