Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (2023-10-26)

### 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))
  • Loading branch information
semantic-release-bot committed Oct 26, 2023
1 parent 064c0a7 commit 8fda0a3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.0.0](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (2023-10-26)


### Bug Fixes

* disable command button when editor is in code view mode ([6e0b41f](https://github.com/Leecason/element-tiptap/commit/6e0b41fc64d8d489b2b5d009bbe9655dbc3d8530))
* in code view mode, disable menu button ([3d5e8d8](https://github.com/Leecason/element-tiptap/commit/3d5e8d8531baa6736356ba6ef0b21e5e066ead20))


### Features

* add `tooltip` prop, enable to hide tooltip ([4d1aa2f](https://github.com/Leecason/element-tiptap/commit/4d1aa2f6dd75601cdacff48d9d554dbd87cde4f0))
* build library and demo site with vite, remove rollup config ([f6bf8f2](https://github.com/Leecason/element-tiptap/commit/f6bf8f2082a2c867e91f80953c0905a9f916aa51))

# [2.0.0-alpha.1](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (2022-07-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "element-tiptap",
"version": "2.0.0-alpha.1",
"version": "2.0.0",
"description": "🌸A modern WYSIWYG rich-text editor using tiptap and Element UI for Vue.js",
"author": "leecason",
"scripts": {
Expand Down

0 comments on commit 8fda0a3

Please sign in to comment.