Skip to content

0.19.3

Compare
Choose a tag to compare
@octref octref released this 01 May 01:46
· 2501 commits to master since this release

0.19.3 | 2019-04-30 | VSIX

  • πŸ™Œ Various improvements to template interpolation. Thanks to @ktsn for providing fixes.
    • Support for <script src="..."> in SFC for defining component. #1254 and #1255.
    • Support for v-if type narrowing. #1204 and #1208.
    • Support for v-slot and slot-scope (for Vue < 2.5). #1203 and #1255.
  • πŸ™Œ Upgrade gridsome-helper-json definition for better gridsome support. Thanks to tyankatsu. #1258.
  • Liquid template syntax highlighting support for <template lang="liquid">. #1259 and #1081.
  • New config vetur.dev.vlsPort to allow debugging/profiling Vue Language Server. #1180.
  • Performance issue reporting guideline. #1180.