Skip to content

0.32.0

Compare
Choose a tag to compare
@yoyo930021 yoyo930021 released this 21 Jan 14:10
· 790 commits to master since this release

0.32.0 | 2021-01-21 | VSIX

  • Upgrade LSP to 3.16
    • Upgrade vscode-css-languageservice
    • Upgrade vscode-languageserver/vscode-languageclient
  • Using codeaction/resolve
    • Combined fix in quickfix
    • Organize Imports
    • Better refactor
  • Fix arbitrary code actions. #2574.
  • Show deprecated hint in script block.
  • Infer wrong vue version when no dependencies field in package.json. #2632
  • 🙌 Fix building in directory that has space in the path when development. Thanks to contribution from @jasonlyu123. #2641.
  • 🙌 Remove used attributes from suggestions. Thanks to contribution from @sapphi-red. #2565
  • 🙌 Autocomplete for custom events. Thanks to contribution from @sapphi-red. #2392.