File tree Expand file tree Collapse file tree 8 files changed +23
-7
lines changed Expand file tree Collapse file tree 8 files changed +23
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 2.5.2] ( https://github.com/vuejs/vue-jsx-vapor/compare/v2.5.1...v2.5.2 ) (2025-07-17)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** ts-macro:** prevent useSelector undefined error ([ 1800b44] ( https://github.com/vuejs/vue-jsx-vapor/commit/1800b444bfeb3378151e1e66f842652a6c20b3e8 ) )
7
+ * ** vue-jsx-vapor:** generate correct HMR ([ 27179f6] ( https://github.com/vuejs/vue-jsx-vapor/commit/27179f6491bbcd2e64628e868a8d7090c8f07eb4 ) )
8
+
9
+
10
+ ### Features
11
+
12
+ * ** macros:** support vue sfc ([ 0106c80] ( https://github.com/vuejs/vue-jsx-vapor/commit/0106c80a515851f7ec8e87d76999bc91a17ea4a7 ) )
13
+ * ** vue-jsx-vapor:** support vue sfc ([ c24d3c7] ( https://github.com/vuejs/vue-jsx-vapor/commit/c24d3c73b6195b57c3b49ecd663ab3dfa0ae5e0a ) )
14
+
15
+
16
+
1
17
## [ 2.5.1] ( https://github.com/vuejs/vue-jsx-vapor/compare/v2.5.0...v2.5.1 ) (2025-07-13)
2
18
3
19
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2.5.1 " ,
2
+ "version" : " 2.5.2 " ,
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.1 " ,
3
+ "version" : " 2.5.2 " ,
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.1 " ,
3
+ "version" : " 2.5.2 " ,
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.1 " ,
3
+ "version" : " 2.5.2 " ,
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.1 " ,
3
+ "version" : " 2.5.2 " ,
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" ,
3
- "version" : " 2.5.1 " ,
3
+ "version" : " 2.5.2 " ,
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.1 " ,
3
+ "version" : " 2.5.2 " ,
4
4
"private" : true ,
5
5
"type" : " module" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments