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

@volar/html2pug

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@volar/html2pug - npm Package Versions

1
9

0.28.3

Diff

Changelog

Source

0.28.3 (2021/10/12)

  • feat: add option to disable component auto import (#440)
  • feat: add volar.takeOverMode.enabled setting to allow enable take over mode even TS extension active
  • fix: only the last typed event of defineEmits gets recognized (#578)
  • fix: syntax highlight incorrect if event name has number
  • fix: dynamic slot syntax highlight incorrect
  • fix: interpolations syntax highlight should not active in html comment block
  • fix: multi-line event expression formatting indent incorrect (#579)
johnsoncodehk
published 0.28.2 •

Changelog

Source

0.28.2 (2021/10/11)

  • fix: args-less events type incorrect (#575)
  • fix: @vue/composition-api events type incorrect (#576)
johnsoncodehk
published 0.28.1 •

Changelog

Source

0.28.1 (2021/10/9)

  • fix: don't report error Its return type 'xxx' is not a valid JSX element. to invalid functional component type (#574)
  • fix: improve $emit types extract for events type-checking (#567)
  • fix: css class references not working for pug (#569)
  • fix: completion broken in Sublime (#573)
johnsoncodehk
published 0.28.0 •

Changelog

Source

0.28.0 (2021/10/8)

  • feat: make vue-tsc version consistency to volar (vue-tsc#72)
  • feat: remove tsPlugin prompt
  • feat: remove vue-tsc version checking
  • fix: avoid noPropertyAccessFromIndexSignature effect to slots (#561)
  • fix: interpolations syntax highlight not working in html (#562)
  • fix: style attr can't end with ' (#563)
  • refactor: rewrite vue-tsc by TS
johnsoncodehk
published 0.27.13 •

Changelog

Source

0.27.13 (2021/9/4)

  • feat: support TS 4.4 (#428)
johnsoncodehk
published 0.27.12 •

Changelog

Source

0.27.12 (2021/9/3)

  • feat: support vue2 nameless event (vue-tsc#67)
  • feat: support lsp client which unsupported workspaceFolders
  • fix: /** */ auto close not working (#446)
johnsoncodehk
published 0.27.11 •

Changelog

Source

0.27.11 (2021/9/1)

  • feat: unused dynamic registration to adapt nvim LSP #441#issuecomment-895019036
  • fix: can't not find template context properties if <script> block missing (#437)
  • fix: import completion incorrectly append $1 (#371)
  • fix: completion should retrigger by space
  • fix: json types cannot update in *.vue on editing
johnsoncodehk
published 0.27.10 •

Changelog

Source

0.27.10 (2021/8/31)

  • fix: <script src> unprocessed since v0.27.8 (vue-tsc#65)
  • fix: TS plugin not working since v0.27.8 (#435)
  • fix: de-ref-sugar conversion can't add missing imports
  • fix: more acurrate code action result
johnsoncodehk
published 0.27.9 •

Changelog

Source

0.27.9 (2021/8/29)

  • feat: low power mode (#390)
  • feat: improve setup sugar conversion
  • fix: setup sugar convert failed since v0.27.8
  • fix: incorrect indentation after generic argument (#429)
johnsoncodehk
published 0.27.8 •

Changelog

Source

0.27.8 (2021/8/29)

  • feat: consistent folding range with typescript-language-features (#414)
  • feat: support custom directives type-checking with <script setup> (#422)
  • feat: check directives used for <script setup> (#327)
  • feat: improve SFC parser (#420)
  • feat: .vscodeignore whitelist (#423)
  • feat: more loose template type-check with <script lang="js">
  • fix: specific language syntax highlighting not working with single quotes (#409)
  • fix: component should be any is no script block (#412)
  • fix: add @volar/server missing deps (LSP-volar#9)
  • fix: add @volar/transforms missing deps (#430)
  • fix: jsx / tsx syntax highlighting broken by html syntax injection (#426)
  • perf: fixed high CPU usage after switched branch (#432)

Breaking changes

  • remove tsPlugin required / unrequired prompt and volar.tsPlugin setting
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