From 8fda0a36e5a9aa22ac70e1b69f7ab67ae813060f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Oct 2023 05:15:15 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [2.0.0](https://github.com/Leecason/element-tiptap/compare/@1.27.1...@2.0.0) (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)) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ef1d6e..ed49c25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [2.0.0](https://github.com/Leecason/element-tiptap/compare/@1.27.1...@2.0.0) (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/@1.27.1...@2.0.0-alpha.1) (2022-07-08) diff --git a/package.json b/package.json index f517733..00d751f 100644 --- a/package.json +++ b/package.json @@ -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": {