Skip to content

Commit d2351aa

Browse files
chore(release): 2.0.0-alpha.1 [skip ci]
# [2.0.0-alpha.1](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (2022-07-08) ### Bug Fixes * disable command button when editor is in code view mode ([6e0b41f](6e0b41f)) * in code view mode, disable menu button ([3d5e8d8](3d5e8d8)) ### Features * add `tooltip` prop, enable to hide tooltip ([4d1aa2f](4d1aa2f)) * build library and demo site with vite, remove rollup config ([f6bf8f2](f6bf8f2))
1 parent 22f4a93 commit d2351aa

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [2.0.0-alpha.1](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (2022-07-08)
2+
3+
4+
### Bug Fixes
5+
6+
* disable command button when editor is in code view mode ([6e0b41f](https://github.com/Leecason/element-tiptap/commit/6e0b41fc64d8d489b2b5d009bbe9655dbc3d8530))
7+
* in code view mode, disable menu button ([3d5e8d8](https://github.com/Leecason/element-tiptap/commit/3d5e8d8531baa6736356ba6ef0b21e5e066ead20))
8+
9+
10+
### Features
11+
12+
* add `tooltip` prop, enable to hide tooltip ([4d1aa2f](https://github.com/Leecason/element-tiptap/commit/4d1aa2f6dd75601cdacff48d9d554dbd87cde4f0))
13+
* build library and demo site with vite, remove rollup config ([f6bf8f2](https://github.com/Leecason/element-tiptap/commit/f6bf8f2082a2c867e91f80953c0905a9f916aa51))
14+
115
## [1.27.1](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (2021-12-17)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "element-tiptap",
3-
"version": "1.27.1",
3+
"version": "2.0.0-alpha.1",
44
"description": "🌸A modern WYSIWYG rich-text editor using tiptap and Element UI for Vue.js",
55
"author": "leecason",
66
"scripts": {

0 commit comments

Comments
 (0)