Skip to content

0.18.0

Compare
Choose a tag to compare
@octref octref released this 01 Apr 21:49
· 2704 commits to master since this release

0.18.0 | 2019-04-01 | VSIX

  • Vetur now bundles TypeScript 3.3.4000. This fixes many TS/JS related issues. See more in #1163.
  • Vetur falls back to using bundled TS if workspace TS is not found. #1164.
  • 🙌 Syntax highlighting for # shorthand for v-slot. Thanks to contribution from Patrick. #1108.
  • Greyed-out unused varibles in *.vue files. (For plain <script>, you need to set checkJs: true in jsconfig.json) #1063.
  • 🙌 Code actions (autofixes, refactors) are now available in *.vue files. Thanks to contribution from Daniel Rosenwasser. #907.
  • Auto import now works for variables / methods exported from JS/TS files. #1170.