File tree 4 files changed +10
-10
lines changed
packages/babel-plugin-jsx
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 54
54
55
55
` 2020-12-12 `
56
56
57
- - 🐞 wrong result in slots array map expression [ #218 ] ( https://github.com/vuejs/jsx-next /pull/218 )
57
+ - 🐞 wrong result in slots array map expression [ #218 ] ( https://github.com/vuejs/babel-plugin-jsx /pull/218 )
58
58
59
59
## 1.0.0-rc.4
60
60
67
67
68
68
` 2020-09-14 `
69
69
70
- - 🐞 fix mergeProps order error ([ bf59811] ( https://github.com/vuejs/jsx-next /commit/bf59811f4334dbc30fd62ba33a33926031dd8835 ) )
71
- - 🌟 optional mergeProps ([ e16695d] ( https://github.com/vuejs/jsx-next /commit/e16695d87e269000055828f32492690c4cf796b2 ) )
70
+ - 🐞 fix mergeProps order error ([ bf59811] ( https://github.com/vuejs/babel-plugin-jsx /commit/bf59811f4334dbc30fd62ba33a33926031dd8835 ) )
71
+ - 🌟 optional mergeProps ([ e16695d] ( https://github.com/vuejs/babel-plugin-jsx /commit/e16695d87e269000055828f32492690c4cf796b2 ) )
72
72
73
73
## 1.0.0-rc.2
74
74
75
75
` 2020-08-28 `
76
76
77
- - 🌟 rename package scope from ant-design-vue to vue ([ 09c220e] ( https://github.com/vuejs/jsx-next /commit/09c220eeff98bbec757a83d41af1f0731652d00c ) )
78
- - 🌟 replace namespace imports with named imports [ #67 ] ( https://github.com/vuejs/jsx-next /pull/67 )
77
+ - 🌟 rename package scope from ant-design-vue to vue ([ 09c220e] ( https://github.com/vuejs/babel-plugin-jsx /commit/09c220eeff98bbec757a83d41af1f0731652d00c ) )
78
+ - 🌟 replace namespace imports with named imports [ #67 ] ( https://github.com/vuejs/babel-plugin-jsx /pull/67 )
79
79
80
80
## 1.0.0-rc.1
81
81
Original file line number Diff line number Diff line change 1
1
# Vue 3 Babel JSX 插件
2
2
3
- [ ![ CircleCI] ( https://circleci.com/gh/vuejs/jsx-next .svg?style=svg )] ( https://circleci.com/gh/vuejs/vue-next ) [ ![ npm package] ( https://img.shields.io/npm/v/@vue/babel-plugin-jsx.svg?style=flat-square )] ( https://www.npmjs.com/package/@vue/babel-plugin-jsx )
3
+ [ ![ CircleCI] ( https://circleci.com/gh/vuejs/babel-plugin-jsx .svg?style=svg )] ( https://circleci.com/gh/vuejs/vue-next ) [ ![ npm package] ( https://img.shields.io/npm/v/@vue/babel-plugin-jsx.svg?style=flat-square )] ( https://www.npmjs.com/package/@vue/babel-plugin-jsx )
4
4
[ ![ issues-helper] ( https://img.shields.io/badge/Issues%20Manage%20By-issues--helper-orange?style=flat-square )] ( https://github.com/actions-cool/issues-helper )
5
5
6
6
以 JSX 的方式来编写 Vue 代码
Original file line number Diff line number Diff line change 1
1
# Babel Plugin JSX for Vue 3.0
2
2
3
- [ ![ CircleCI] ( https://circleci.com/gh/vuejs/jsx-next .svg?style=svg )] ( https://circleci.com/gh/vuejs/vue-next ) [ ![ npm package] ( https://img.shields.io/npm/v/@vue/babel-plugin-jsx.svg?style=flat-square )] ( https://www.npmjs.com/package/@vue/babel-plugin-jsx )
3
+ [ ![ CircleCI] ( https://circleci.com/gh/vuejs/babel-plugin-jsx .svg?style=svg )] ( https://circleci.com/gh/vuejs/babel-plugin-jsx ) [ ![ npm package] ( https://img.shields.io/npm/v/@vue/babel-plugin-jsx.svg?style=flat-square )] ( https://www.npmjs.com/package/@vue/babel-plugin-jsx )
4
4
[ ![ issues-helper] ( https://img.shields.io/badge/Issues%20Manage%20By-issues--helper-blueviolet?style=flat-square )] ( https://github.com/actions-cool/issues-helper )
5
5
6
6
To add Vue JSX support.
Original file line number Diff line number Diff line change 3
3
"version" : " 1.1.1" ,
4
4
"description" : " Babel plugin for Vue 3.0 JSX" ,
5
5
"author" :
" Amour1688 <[email protected] >" ,
6
- "homepage" : " https://github.com/vuejs/jsx-next /tree/dev/packages/babel-plugin-jsx#readme" ,
6
+ "homepage" : " https://github.com/vuejs/babel-plugin-jsx /tree/dev/packages/babel-plugin-jsx#readme" ,
7
7
"license" : " MIT" ,
8
8
"main" : " dist/index.js" ,
9
9
"repository" : {
10
10
"type" : " git" ,
11
- "url" : " git+https://github.com/vuejs/jsx-next .git"
11
+ "url" : " git+https://github.com/vuejs/babel-plugin-jsx .git"
12
12
},
13
13
"scripts" : {
14
14
"build" : " rm -rf dist && tsc" ,
18
18
"prepublishOnly" : " yarn build"
19
19
},
20
20
"bugs" : {
21
- "url" : " https://github.com/vuejs/jsx-next /issues"
21
+ "url" : " https://github.com/vuejs/babel-plugin-jsx /issues"
22
22
},
23
23
"files" : [
24
24
" dist"
You can’t perform that action at this time.
0 commit comments