File tree Expand file tree Collapse file tree 14 files changed +68
-40
lines changed
Expand file tree Collapse file tree 14 files changed +68
-40
lines changed Original file line number Diff line number Diff line change 22
33> [ Join the Insiders Program] ( https://github.com/vuejs/language-tools/wiki/Get-Insiders-Edition ) for more exclusive features and updates.
44
5+ ## 2.2.6 <sup >official</sup >, 2.2.7 <sup >insiders</sup > (2025-03-01)
6+
7+ ### Features
8+
9+ - feat(language-core): infer prop JSDoc from ` defineModel ` 's leading comments (#5211 ) - Thanks to @KazariEX !
10+
11+ ### Bug Fixes
12+
13+ - fix(language-core): map camelized prop name correctly (#5207 ) - Thanks to @KazariEX !
14+ - fix(component-meta): resolve ` defineModel ` options to collect ` default ` value (#5209 ) - Thanks to @KazariEX !
15+ - fix(language-core): avoid duplicate generation of ` defineExpose ` 's codes - Thanks to @KazariEX !
16+ - fix(language-core): generate camelized prop name for ` defineModel ` (#5213 ) - Thanks to @KazariEX !
17+ - fix(language-core): validate ` v-model ` variable against model type (#5214 ) - Thanks to @KazariEX !
18+ - fix(language-core): use keywords instead of semicolons to separate script sections (#5217 ) - Thanks to @KazariEX !
19+
20+ ### Other Changes
21+
22+ - ci: auto close issues with ` can't reproduce ` label - Thanks to @KazariEX !
23+ - refactor(language-core): defer the calculation of ` linkedCodeMappings ` offsets (#5220 ) - Thanks to @KazariEX !
24+
525## 2.2.4 <sup >official</sup >, 2.2.5 <sup >insiders</sup > (2025-02-22)
626
727### Features
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "name" : " volar" ,
4- "version" : " 2.2.4 " ,
4+ "version" : " 2.2.6 " ,
55 "repository" : {
66 "type" : " git" ,
77 "url" : " https://github.com/vuejs/language-tools.git" ,
567567 "@types/vscode" : " ^1.82.0" ,
568568 "@volar/vscode" : " ~2.4.11" ,
569569 "@vscode/vsce" : " ^3.2.1" ,
570- "@vue/language-core" : " 2.2.4 " ,
571- "@vue/language-server" : " 2.2.4 " ,
572- "@vue/typescript-plugin" : " 2.2.4 " ,
570+ "@vue/language-core" : " 2.2.6 " ,
571+ "@vue/language-server" : " 2.2.6 " ,
572+ "@vue/typescript-plugin" : " 2.2.6 " ,
573573 "esbuild" : " ^0.25.0" ,
574574 "esbuild-visualizer" : " ^0.7.0" ,
575575 "reactive-vscode" : " ^0.2.9" ,
Original file line number Diff line number Diff line change 11{
2- "latest" : " 2.2.5 " ,
2+ "latest" : " 2.2.7 " ,
33 "versions" : [
4+ {
5+ "version" : " 2.2.7" ,
6+ "date" : " 2025-03-01" ,
7+ "downloads" : {
8+ "GitHub" : " https://github.com/volarjs/insiders/releases/tag/v2.2.7" ,
9+ "AFDIAN" : " https://afdian.com/p/f5f588def68311efb21b52540025c377"
10+ }
11+ },
412 {
513 "version" : " 2.2.5" ,
614 "date" : " 2025-02-22" ,
Original file line number Diff line number Diff line change 66 " packages/*" ,
77 " test-workspace"
88 ],
9- "version" : " 2.2.4 "
9+ "version" : " 2.2.6 "
1010}
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-component-meta" ,
3- "version" : " 2.2.4 " ,
3+ "version" : " 2.2.6 " ,
44 "license" : " MIT" ,
55 "files" : [
66 " **/*.js" ,
1414 },
1515 "dependencies" : {
1616 "@volar/typescript" : " ~2.4.11" ,
17- "@vue/language-core" : " 2.2.4 " ,
17+ "@vue/language-core" : " 2.2.6 " ,
1818 "path-browserify" : " ^1.0.1" ,
19- "vue-component-type-helpers" : " 2.2.4 "
19+ "vue-component-type-helpers" : " 2.2.6 "
2020 },
2121 "peerDependencies" : {
2222 "typescript" : " *"
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-component-type-helpers" ,
3- "version" : " 2.2.4 " ,
3+ "version" : " 2.2.6 " ,
44 "license" : " MIT" ,
55 "files" : [
66 " **/*.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/language-core" ,
3- "version" : " 2.2.4 " ,
3+ "version" : " 2.2.6 " ,
44 "license" : " MIT" ,
55 "files" : [
66 " **/*.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/language-plugin-pug" ,
3- "version" : " 2.2.4 " ,
3+ "version" : " 2.2.6 " ,
44 "license" : " MIT" ,
55 "files" : [
66 " **/*.js" ,
1414 },
1515 "devDependencies" : {
1616 "@types/node" : " ^22.10.4" ,
17- "@vue/language-core" : " 2.2.4 "
17+ "@vue/language-core" : " 2.2.6 "
1818 },
1919 "dependencies" : {
2020 "@volar/source-map" : " ~2.4.11" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/language-server" ,
3- "version" : " 2.2.4 " ,
3+ "version" : " 2.2.6 " ,
44 "license" : " MIT" ,
55 "files" : [
66 " **/*.js" ,
1919 "@volar/language-core" : " ~2.4.11" ,
2020 "@volar/language-server" : " ~2.4.11" ,
2121 "@volar/test-utils" : " ~2.4.11" ,
22- "@vue/language-core" : " 2.2.4 " ,
23- "@vue/language-service" : " 2.2.4 " ,
24- "@vue/typescript-plugin" : " 2.2.4 " ,
22+ "@vue/language-core" : " 2.2.6 " ,
23+ "@vue/language-service" : " 2.2.6 " ,
24+ "@vue/typescript-plugin" : " 2.2.6 " ,
2525 "vscode-languageserver-protocol" : " ^3.17.5" ,
2626 "vscode-uri" : " ^3.0.8"
2727 }
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/language-service" ,
3- "version" : " 2.2.4 " ,
3+ "version" : " 2.2.6 " ,
44 "license" : " MIT" ,
55 "files" : [
66 " data" ,
2121 "@volar/language-service" : " ~2.4.11" ,
2222 "@volar/typescript" : " ~2.4.11" ,
2323 "@vue/compiler-dom" : " ^3.5.0" ,
24- "@vue/language-core" : " 2.2.4 " ,
24+ "@vue/language-core" : " 2.2.6 " ,
2525 "@vue/shared" : " ^3.5.0" ,
26- "@vue/typescript-plugin" : " 2.2.4 " ,
26+ "@vue/typescript-plugin" : " 2.2.6 " ,
2727 "alien-signals" : " ^1.0.3" ,
2828 "path-browserify" : " ^1.0.1" ,
2929 "volar-service-css" : " 0.0.62" ,
You can’t perform that action at this time.
0 commit comments