0.30.0
0.30.0 | 2020-11-11 | VSIX
⚠️ Breaking change: ⚠️
The vetur.useWorkspaceDependencies is effect all runtime dependencies now.
Like prettier
, @prettier/plugin-pug
.
In this version, we try to bundle extension and reduce size. (70MB -> 9MB)
But it's a very big change, so please open an issue if you find any problems.
- 🙌 Fix v-bind modifiers causing TypeScript to not find type-checked template props correctly. Thanks to contribution from @andrewisaburden. #2430.
- 🙌 Fix "File name X differs from already included file name Y only in casing" on Windows. Thanks to contribution from @rchl. #2433 and #2444.
- 🙌 Remove deprecated code and incremental text document. Thanks to contribution from @yoyo930021. #2366.
- 🙌 Auto import component in script when completion in template. Thanks to contribution from @yoyo930021. #684 and #2445.
- 🙌 Add code frame in VTI diagnostics. Thanks to contribution from @yoyo930021. #2449 and #2450.
- 🙌 Reduce release size by bundling client/browser/vti. Thanks to contribution from @yoyo930021. #2233 and #2301.