11# Changelog
22
3+ ## 2.0.19 (2024-05-16)
4+
5+ ### Bug Fixes
6+
7+ - ** language-core:** property 'xyz' does not exist on type 'abc' when using v-for (#4386 )
8+ - ** language-core:** avoid report error when events do not accept parameters (#4387 )
9+ - ** language-core:** inline dynamic event handlers should not expect commas (#4387 )
10+
311## 2.1.0-insiders.10 (2024-05-15)
412
513Download Pages: [ GitHub Releases] ( https://github.com/volarjs/insiders/releases/tag/v2.1.0-insiders.10 ) , [ 爱发电电圈] ( https://afdian.net/p/85ef35ca12b411efa0c352540025c377 )
@@ -10,18 +18,18 @@ Download Pages: [GitHub Releases](https://github.com/volarjs/insiders/releases/t
1018
1119### Features
1220
13- - feat( language-core): report unknown events when strictTemplates is enabled (#3718 )
14- - feat( language-core): add ` compileSFCScript ` plugin hook (#3200 )
15- - feat( vscode): add coffeescript syntax highlight support
21+ - ** language-core: ** report unknown events when strictTemplates is enabled (#3718 )
22+ - ** language-core: ** add ` compileSFCScript ` plugin hook (#3200 )
23+ - ** vscode: ** add coffeescript syntax highlight support
1624
1725### Bug Fixes
1826
19- - fix( language-core): fix event handler type for hyphen-case event names
20- - fix( language-core): allow binding multiple events with the same name (#4369 )
21- - fix( language-core): variable used in ` key ` appears as unused in v-for template tag (#329 ) (#3421 )
22- - fix( language-core): generics with slots don't work with Vue 2.7 (#3241 )
23- - fix( language-core): template language of .md files should be markdown (#4299 )
24- - fix( language-core): no template class links when ` experimentalResolveStyleCssClasses ` is set to ` always ` (#4379 )
27+ - ** language-core: ** fix event handler type for hyphen-case event names
28+ - ** language-core: ** allow binding multiple events with the same name (#4369 )
29+ - ** language-core: ** variable used in ` key ` appears as unused in v-for template tag (#329 ) (#3421 )
30+ - ** language-core: ** generics with slots don't work with Vue 2.7 (#3241 )
31+ - ** language-core: ** template language of .md files should be markdown (#4299 )
32+ - ** language-core: ** no template class links when ` experimentalResolveStyleCssClasses ` is set to ` always ` (#4379 )
2533
2634### Other Changes
2735
0 commit comments