Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
vetur-0.35.0.vsix | 2021-10-16 | 16.2 MB | |
0.35.0.tar.gz | 2021-10-16 | 732.2 kB | |
0.35.0.zip | 2021-10-16 | 931.4 kB | |
README.md | 2021-10-16 | 2.0 kB | |
Totals: 4 Items | 17.8 MB | 0 |
0.35.0 | 2021-10-16 | VSIX
⚠️ Breaking change: ⚠️
This version uses separator between property and value for Stylus language
by default, since this is the default behavior for language-stylus
.
You can disable the separator with the languageStylus.useSeparator
option.
- Fix corner case when same monorepo folder start with.
- Fix template interpolation broken when typescript > 4.0. [#3107]
- Fix load project too slow. [#3166]
- Fix
property 'flags' of undefined
. [#3047] - Ignore prop validator when
v-bind.sync
. [#3144] - Fix prop validator when vue3 with
value
prop. [#3071] - Replace dependency name to package name for resolving vue tag/attribute data file. [#3101]
- Fix finding dependency logic and typescript with monorepo. [#3137]. Thanks to @phil294.
- 🙌 Fix: delete 'docs' in some links in FAQ page. [#2987]. Thanks to contribution from @cristianpoleyJS.
- 🙌 Add support for Ctrl+Click (Go to Definition) for Pug templates. Thanks to contribution from @Shifu462. [#2482].
- 🙌 Add editor sdk setup notes to Yarn PnP section. Thanks to contribution from @Jaden-Giordano.
- 🙌 Bracket pair colorization support for VSCode 1.60+. Thanks to contribution from @lorand-horvath.
- Respect
languageStylus.useSeparator
option that defines the separator style for Stylus. Thanks to contribution from @euaaaio. [#931]. - Upgrade typescript to 4.4.
- Upgrade
prettier
to 2.4.1. - Upgrade
@prettier/plugin-pug
to 1.16.7. - Upgrade
js-beautify
to 1.14.0. - Upgrade
prettier-eslint
to 13.0.0. - Upgrade
stylus
to 0.55.0. - Upgrade many deps.