You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
π Add support for analyzing vue-class-component and vue-property-decorator. Thanks to contribution from @yoyo930021. #864, #1105 and #1323.
π Remove lsp client-side commands to improve integration with third party lsp client. Thanks to contribution from @yoyo930021. #2137.
π Fix "Go to definition" for methods/computed does not work in the template. Thanks to contribution from @cereschen. #1484 and #2161.
π Prop with required: false or default value should not trigger prop validation error when not provided. Thanks to contribution from @yoyo930021. #2141.
π Show slot-related tag attributes in symbol search. Thanks to contribution from @3nuc. #2169
π Fix JSDoc presentation had no line breaks. Thanks to contribution from @sapphi-red. #2214.