File tree Expand file tree Collapse file tree 9 files changed +25
-8
lines changed Expand file tree Collapse file tree 9 files changed +25
-8
lines changed Original file line number Diff line number Diff line change
1
+ # [ 2.6.0] ( https://github.com/vuejs/vue-jsx-vapor/compare/v2.5.4-beta.1...v2.6.0 ) (2025-07-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** macros:** allow VariableStatement for defineModel ([ 9769f27] ( https://github.com/vuejs/vue-jsx-vapor/commit/9769f271d4de2734f0e0e14a8532e24bbefe1e21 ) )
7
+ * ** macros:** prevent return defineComponent for generic component ([ dc64b7f] ( https://github.com/vuejs/vue-jsx-vapor/commit/dc64b7f172dfdef8e4dd5ed86d6f10bd776e58e9 ) )
8
+ * ** macros:** return DefineComponent type for defineComponent ([ 5803b5e] ( https://github.com/vuejs/vue-jsx-vapor/commit/5803b5ee29500b28350bb44883cf83d21122a5c8 ) )
9
+
10
+
11
+ ### Features
12
+
13
+ * introduce @vue-jsx-vapor/runtime ([ 27add9e] ( https://github.com/vuejs/vue-jsx-vapor/commit/27add9e4938c854a337598adae37ecfa0caa1ccb ) )
14
+ * ** vue-jsx-vapor:** support functional props for h ([ 4fb5d61] ( https://github.com/vuejs/vue-jsx-vapor/commit/4fb5d616d4fd6f143c6482b22e1267211d3892f1 ) )
15
+
16
+
17
+
1
18
## [ 2.5.4-beta.1] ( https://github.com/vuejs/vue-jsx-vapor/compare/v2.5.3...v2.5.4-beta.1 ) (2025-07-23)
2
19
3
20
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2.5.4-beta.1 " ,
2
+ "version" : " 2.6.0 " ,
3
3
"packageManager" :
" [email protected] " ,
4
4
"description" : " Vue JSX Vapor" ,
5
5
"type" : " module" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue-jsx-vapor/babel" ,
3
- "version" : " 2.5.4-beta.1 " ,
3
+ "version" : " 2.6.0 " ,
4
4
"description" : " Vue JSX Vapor Babel Plugin" ,
5
5
"type" : " module" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue-jsx-vapor/compiler" ,
3
- "version" : " 2.5.4-beta.1 " ,
3
+ "version" : " 2.6.0 " ,
4
4
"description" : " Vue JSX Vapor Compiler" ,
5
5
"type" : " module" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue-jsx-vapor/eslint" ,
3
- "version" : " 2.5.4-beta.1 " ,
3
+ "version" : " 2.6.0 " ,
4
4
"description" : " Vue JSX Vapor ESLint Plugin" ,
5
5
"type" : " module" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue-jsx-vapor/macros" ,
3
- "version" : " 2.5.4-beta.1 " ,
3
+ "version" : " 2.6.0 " ,
4
4
"description" : " Macros for Vue JSX Vapor" ,
5
5
"type" : " module" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue-jsx-vapor/runtime" ,
3
- "version" : " 2.5.4-beta.1 " ,
3
+ "version" : " 2.6.0 " ,
4
4
"description" : " Vue JSX Vapor Runtime" ,
5
5
"type" : " module" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-jsx-vapor" ,
3
- "version" : " 2.5.4-beta.1 " ,
3
+ "version" : " 2.6.0 " ,
4
4
"description" : " Convert Vue JSX to Vapor" ,
5
5
"type" : " module" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " playground" ,
3
- "version" : " 2.5.4-beta.1 " ,
3
+ "version" : " 2.6.0 " ,
4
4
"private" : true ,
5
5
"type" : " module" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments