File tree 8 files changed +17
-7
lines changed
8 files changed +17
-7
lines changed Original file line number Diff line number Diff line change
1
+ # [ 2.3.0] ( https://github.com/vuejs/vue-jsx-vapor/compare/v2.2.0...v2.3.0 ) (2025-04-10)
2
+
3
+
4
+ ### Features
5
+
6
+ * introduce eslint ([ f241afa] ( https://github.com/vuejs/vue-jsx-vapor/commit/f241afa302d026dc0fa6e3d76ef2a26bfac9b37d ) )
7
+ * ** macros/defineComponent:** support auto return functional component for SSR ([ c0b310f] ( https://github.com/vuejs/vue-jsx-vapor/commit/c0b310f36453015201ed6c8e77f8b720310d8fda ) )
8
+
9
+
10
+
1
11
# [ 2.2.0] ( https://github.com/vuejs/vue-jsx-vapor/compare/v2.1.8...v2.2.0 ) (2025-04-05)
2
12
3
13
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2.2 .0" ,
2
+ "version" : " 2.3 .0" ,
3
3
"packageManager" : " pnpm@10.4.1" ,
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.2 .0" ,
3
+ "version" : " 2.3 .0" ,
4
4
"packageManager" : " pnpm@10.4.1" ,
5
5
"description" : " Vue JSX Vapor Babel Plugin" ,
6
6
"type" : " module" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue-jsx-vapor/compiler" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 2.3 .0" ,
4
4
"packageManager" : " pnpm@10.4.1" ,
5
5
"description" : " Vue JSX Vapor Compiler" ,
6
6
"type" : " module" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue-jsx-vapor/eslint" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 2.3 .0" ,
4
4
"packageManager" : " pnpm@10.4.1" ,
5
5
"description" : " Vue JSX Vapor ESLint Plugin" ,
6
6
"type" : " module" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue-jsx-vapor/macros" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 2.3 .0" ,
4
4
"packageManager" : " pnpm@10.4.1" ,
5
5
"description" : " Macros for Vue JSX Vapor" ,
6
6
"type" : " module" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-jsx-vapor" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 2.3 .0" ,
4
4
"packageManager" : " pnpm@10.4.1" ,
5
5
"description" : " Convert Vue JSX to Vapor" ,
6
6
"type" : " module" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " playground" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 2.3 .0" ,
4
4
"private" : true ,
5
5
"type" : " module" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments