mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 09:39:14 +08:00
chore: 1.0.0-rc.2 changelog [ci skip]
This commit is contained in:
parent
03b33574e6
commit
d65e85a1ed
@ -1,3 +1,10 @@
|
||||
## 1.0.0-rc.2
|
||||
|
||||
`2020-08-28`
|
||||
|
||||
- 🌟 rename package scope from ant-design-vue to vue ([09c220e](https://github.com/vuejs/jsx-next/commit/09c220eeff98bbec757a83d41af1f0731652d00c))
|
||||
- 🌟 replace namespace imports with named imports [#67](https://github.com/vuejs/jsx-next/pull/67)
|
||||
|
||||
## 1.0.0-rc.1
|
||||
|
||||
`2020-07-29`
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Vue 3 Babel JSX 插件
|
||||
|
||||
[![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/@ant-design-vue/babel-plugin-jsx.svg?style=flat-square)](https://www.npmjs.com/package/@ant-design-vue/babel-plugin-jsx)
|
||||
[![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)
|
||||
|
||||
以 JSX 的方式来编写 Vue 代码
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Babel Plugin JSX for Vue 3.0
|
||||
|
||||
[![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/@ant-design-vue/babel-plugin-jsx.svg?style=flat-square)](https://www.npmjs.com/package/@ant-design-vue/babel-plugin-jsx)
|
||||
[![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)
|
||||
|
||||
To add Vue JSX support.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user