From 938a3198b27c5110352a98bdc9b90b2b5aa5ab9f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 30 Mar 2020 13:05:26 +0000 Subject: [PATCH] chore(release): 1.17.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.17.1](https://github.com/Leecason/element-tiptap/compare/@1.17.0...@1.17.1) (2020-03-30) ### Bug Fixes * 🐛 temporarily remove EditorView type check, https://github.com/Leecason/element-tiptap/issues/21#issuecomment-605615966 ([1232f26](https://github.com/Leecason/element-tiptap/commit/1232f269703c64fede92d85f0d51deefb737eb77)), closes [/github.com/Leecason/element-tiptap/issues/21#issuecomment-605615966](https://github.com//github.com/Leecason/element-tiptap/issues/21/issues/issuecomment-605615966) * **fullscreen:** 🐛 use fixed position instead fullscreen API because the append-to-body element is invisble in fullscreen mode https://github.com/Leecason/element-tiptap/issues/21#issuecomment-605615794 ([042a22a](https://github.com/Leecason/element-tiptap/commit/042a22afe3ea687e9158325164b19459debe12c1)), closes [/github.com/Leecason/element-tiptap/issues/21#issuecomment-605615794](https://github.com//github.com/Leecason/element-tiptap/issues/21/issues/issuecomment-605615794) * **i18n:** 🐛 fix wrong polish translation ([d2bb414](https://github.com/Leecason/element-tiptap/commit/d2bb414b3b8f6bc2536ad2b8eae3faa10c9664bf)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b273cc9..62f9fb35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.17.1](https://github.com/Leecason/element-tiptap/compare/@1.17.0...@1.17.1) (2020-03-30) + + +### Bug Fixes + +* 🐛 temporarily remove EditorView type check, https://github.com/Leecason/element-tiptap/issues/21#issuecomment-605615966 ([1232f26](https://github.com/Leecason/element-tiptap/commit/1232f269703c64fede92d85f0d51deefb737eb77)), closes [/github.com/Leecason/element-tiptap/issues/21#issuecomment-605615966](https://github.com//github.com/Leecason/element-tiptap/issues/21/issues/issuecomment-605615966) +* **fullscreen:** 🐛 use fixed position instead fullscreen API because the append-to-body element is invisble in fullscreen mode https://github.com/Leecason/element-tiptap/issues/21#issuecomment-605615794 ([042a22a](https://github.com/Leecason/element-tiptap/commit/042a22afe3ea687e9158325164b19459debe12c1)), closes [/github.com/Leecason/element-tiptap/issues/21#issuecomment-605615794](https://github.com//github.com/Leecason/element-tiptap/issues/21/issues/issuecomment-605615794) +* **i18n:** 🐛 fix wrong polish translation ([d2bb414](https://github.com/Leecason/element-tiptap/commit/d2bb414b3b8f6bc2536ad2b8eae3faa10c9664bf)) + # [1.17.0](https://github.com/Leecason/element-tiptap/compare/@1.16.2...@1.17.0) (2020-03-28) diff --git a/package.json b/package.json index b57ad5f5..d62e7e0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "element-tiptap", - "version": "1.17.0", + "version": "1.17.1", "description": "ðŸŒļA modern WYSIWYG rich-text editor using tiptap and Element UI for Vue.js", "author": "leecason", "scripts": {