chore: 1.0.0-rc.2 changelog [ci skip]

This commit is contained in:
Amour1688 2020-08-28 10:59:39 +08:00
parent 03b33574e6
commit d65e85a1ed
3 changed files with 9 additions and 2 deletions

View File

@ -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`

View File

@ -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 代码

View File

@ -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.