Skip to content

Commit

Permalink
v1.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Amour1688 committed Jul 29, 2020
1 parent 5c2179f commit d19a593
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.0.0-rc.1

`2020-07-29`

- 🌟 support `v-html` and `v-text`
- 🌟 add `isCustomElement`
- 🛠 do not optimize by default

### Breaking Change

- remove `compatibleProps`
- rename `usePatchFlag` as `optimize`

## 1.0.0-beta.4

`2020-07-22`
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design-vue/babel-plugin-jsx",
"version": "1.0.0-beta.4",
"version": "1.0.0-rc.1",
"description": "Babel plugin for Vue 3.0 JSX",
"author": "Amour1688 <[email protected]>",
"homepage": "https://github.com/vueComponent/jsx/tree/master/packages/babel-plugin-jsx#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsx-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design-vue/jsx-explorer",
"version": "1.0.0-beta.4",
"version": "1.0.0-rc.1",
"private": true,
"dependencies": {
"monaco-editor": "^0.20.0"
Expand Down

0 comments on commit d19a593

Please sign in to comment.