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

Diff

Changelog

Source

0.34.1 (2022/4/10)

  • fix: fixed vue-tsc broken regression
johnsoncodehk
published 0.34.0 •

Changelog

Source

0.34.0 (2022/4/10)

  • feat: expose useConfigurationHost for external language feature plugins
  • perf: faster language server initialization
  • perf: simplify template script generation (#455)
  • perf: reduce TS language service instances (#1108)
  • fix: web bundle lead to package size greatly increased (#1084)
  • fix: undefined sortText break vim (#1118)
  • fix: template context do not update by external .ts scripts (#565)
  • fix: not respect HTML completion settings (#1139)
  • chore: default disabled volar.autoCompleteRefs for reduce CPU usage

Breaking changes

  • Not support typed template slots for now (#1108)
  • Not support emits renaming
  • Not support props renaming for Vue.extends or lang="js"
  • Changed built-in HTML formatter from prettyhtml to vscode-html-languageservice (#1078)
    • If you would like to use prettyhtml, see prettyhtml section in https://github.com/vuejs/language-tools/discussions/1027
  • Changed built-in CSS formatter from prettier to vscode-css-languageservice (#1131)
    • If you would like to use Prettier, see Prettier section in https://github.com/vuejs/language-tools/discussions/1027
  • Changed setting volar.lowPowerMode to volar.vueserver.useSecondServer and disabled by default
    • When disabled, language service instance reduce a half of memory usage, but auto-complete should be slower in expected
  • "jsx": "preserve" now is required for template type-checking (#1153)
johnsoncodehk
published 0.33.9 •

Changelog

Source

0.33.9 (2022/3/25)

  • perf: faster vue-tsc watch response
  • fix: memory leak on vue-tsc watch (#1106)
  • fix: emmet block html src path completion (#1105)
johnsoncodehk
published 0.33.7 •

Changelog

Source

0.33.7 (2022/3/23)

  • feat: support nuxt 3 app preview and goto code
  • fix: avoid click event on element when use goto code
  • fix: style codeLens references always show 0 references (#1095)
johnsoncodehk
published 0.33.6 •

Changelog

Source

0.33.6 (2022/3/22)

  • fix: TS completion not working in interpolations (#1088)
  • fix: not respected html.autoCreateQuotes, html.autoClosingTags settings (#840)
  • fix: organize imports code action edge range incorrect (#1091)
  • fix: don't report css module $style types error on vue-tsc (#1089)
  • fix: css vars no effect on vue-tsc (#1093)
johnsoncodehk
published 0.33.5 •

Changelog

Source

0.33.5 (2022/3/21)

  • fix: diagnostics not update (#1076)
johnsoncodehk
published 0.33.4 •

Changelog

Source

0.33.4 (2022/3/21)

  • fix: expand selection broken since 0.33.0 (#1085)
  • fix: vueCompilerOptions typo experimentalRsolveNonScopedCssClasses -> experimentalResolveNonScopedCssClasses
  • fix: 0.33.3 release packages missing /out directory (#1086)
johnsoncodehk
published 0.33.3 •

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