Skip to content

0.34.0

Compare
Choose a tag to compare
@yoyo930021 yoyo930021 released this 04 Jun 11:49
· 360 commits to master since this release

0.34.0 | 2021-06-04 | VSIX

  • Add --log-level option for vti diagnostics to configure log level to print. #2752.
  • Upgrade typescript to 4.3.2.
  • Upgrade prettier to 2.3.0.
  • Upgrade @prettier/plugin-pug to 1.15.2.
  • Fix prettier-eslint. #2840
  • Underline with ref .value, based on Semantic tokens.
  • πŸ™Œ Semantic tokens for typescript and highlight .value if using composition API. Thanks to contribution from @jasonlyu123. #2802 #1904 # 2434
  • πŸ™Œ Syntax Highlighting for SugarSS. Thanks to contribution from @softwaredeveloptam. #2828.
  • πŸ™Œ Fix component data not shown in hover when template interpolation is on. Thanks to contribution from @rchl. #2879 #2878.
  • πŸ™Œ Look for a .stylintrc file when formatting stylus code. Thanks to contribution from @ntraut. #2689.
  • πŸ™Œ Add paths option for vti diagnostics to diagnose only sub files or directories. Thanks to contribution from @gregoirechauvet. #2455.
  • πŸ™Œ Fix attribute description not showing if its name matches html event. Thanks to contribution from @rchl. #2901