File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
packages/babel-plugin-jsx Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5454
5555` 2020-12-12 `
5656
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 )
5858
5959## 1.0.0-rc.4
6060
6767
6868` 2020-09-14 `
6969
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 ) )
7272
7373## 1.0.0-rc.2
7474
7575` 2020-08-28 `
7676
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 )
7979
8080## 1.0.0-rc.1
8181
Original file line number Diff line number Diff line change 11# Vue 3 Babel JSX 插件
22
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 )
44[ ![ issues-helper] ( https://img.shields.io/badge/Issues%20Manage%20By-issues--helper-orange?style=flat-square )] ( https://github.com/actions-cool/issues-helper )
55
66以 JSX 的方式来编写 Vue 代码
Original file line number Diff line number Diff line change 11# Babel Plugin JSX for Vue 3.0
22
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 )
44[ ![ issues-helper] ( https://img.shields.io/badge/Issues%20Manage%20By-issues--helper-blueviolet?style=flat-square )] ( https://github.com/actions-cool/issues-helper )
55
66To add Vue JSX support.
Original file line number Diff line number Diff line change 33 "version" : " 1.1.1" ,
44 "description" : " Babel plugin for Vue 3.0 JSX" ,
55 "author" : " Amour1688 <lcz_1996@foxmail.com>" ,
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" ,
77 "license" : " MIT" ,
88 "main" : " dist/index.js" ,
99 "repository" : {
1010 "type" : " git" ,
11- "url" : " git+https://github.com/vuejs/jsx-next .git"
11+ "url" : " git+https://github.com/vuejs/babel-plugin-jsx .git"
1212 },
1313 "scripts" : {
1414 "build" : " rm -rf dist && tsc" ,
1818 "prepublishOnly" : " yarn build"
1919 },
2020 "bugs" : {
21- "url" : " https://github.com/vuejs/jsx-next /issues"
21+ "url" : " https://github.com/vuejs/babel-plugin-jsx /issues"
2222 },
2323 "files" : [
2424 " dist"
You can’t perform that action at this time.
0 commit comments