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

@volar/transforms

Package Overview
Dependencies
Maintainers
1
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@volar/transforms - npm Package Versions

1
21

0.39.2

Diff

Changelog

Source

0.39.2 (2022/7/28)

  • feat: vue-component-meta (#1627)
  • feat: support for "JavaScript and TypeScript Nightly" (#1332)
  • fix: tsx, jsx syntax break by vue directives syntax inject (#1617)
  • fix: any type components missing in template when use script setup (#1608)
  • fix: ignore X_V_IF_SAME_KEY error in vue 2 (#1638)
  • perf: fix fileExists is always calculate for .ts on each time update (https://github.com/vuejs/language-tools/commit/07f3bd55b6bdf3875a60796f7c9eb9a838eed463)
  • perf: cache fileExists, directoryExists result in language server (https://github.com/vuejs/language-tools/commit/34a4435284311c88248a44222f49c017a6b408a9)
johnsoncodehk
published 0.39.0 •

Changelog

Source

0.39.0 (2022/7/23)

  • feat: updated vite problemMatcher (#1606)
  • feat: support Vite app preview for Vite v3 (#1616)
  • feat: support organizeImports in vue-typescript for prettier-plugin-organize-imports (#1480) (#1577)
  • feat: avoid takeover enabled with built-in TS extension do not disabled (#1622)
  • feat: expose vue-tsconfig.schema.json from @volar/vue-language-core
  • fix: fix workspaceTrust description (#1610)

Breaking changes

  • @volar/vue-typescript, @volar/vue-language-service apis refactored
johnsoncodehk
published 0.38.9 •

Changelog

Source

0.38.9 (2022/7/20)

  • fix: path resolution incorrect in multi root workspaces on windows (#1585)
  • fix: goto definition not working for import path on windows (#1591) (#1593)
  • fix: update imports on file move not working (#1599)
  • fix: wrong check for whether jsx option is set (#1595)
  • fix: renaming .vue files breaks resolving import paths (#1125)
johnsoncodehk
published 0.38.8 •

Changelog

Source

0.38.8 (2022/7/17)

  • feat: support for TS 4.8 (#1507)
  • feat: support --incremental flag for vue-tsc (#787)
  • fix: vue-tsc watch memory leak (#1106)
  • fix: re-fix template directives syntax highlight incorrect edge cases (#1423)
johnsoncodehk
published 0.38.7 •

Changelog

Source

0.38.7 (2022/7/17)

  • feat: add volar.updateImportsOnFileMove.enabled option to disable file move refactoring (#1181)
  • feat: add volar.diagnostics.delay option for reduce CPU usage (#1295)
  • feat: add vueCompilerOptions.experimentalImplicitWrapComponentOptionsWithVue2Extend to support wrap component options by Vue.extend (#1337)
  • feat: support takeover mode for .cjs and .mjs (#1578)
  • fix: template syntax highlight broken if quotes missing (#761)
  • fix: self closing tag syntax highlight incorrect (#948)
  • fix: re-fix vue file import path auto-complete not working on windows (#1304)
  • fix: ts plugin stuck on empty project (#1146)
  • fix: tsconfig picking inaccurate (#1193)
  • fix: cannot resolve modules from extend tsconfg types option (#1262)
  • fix: file move refactoring unpredictable (#1273)
  • fix: avoid duplicate class attribute in pug (#1525)
  • fix: intellisense incorrect in new file (#1548)
  • fix: insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis break v-for format (#1398)
  • fix: document features not working in *.ts on takeover mode (#1563)
johnsoncodehk
published 0.38.5 •

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