Skip to content

Commit

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

### Bug Fixes

* 🐛 temporarily remove EditorView type check, #21 (comment) ([1232f26](1232f26)), closes [/github.com//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 #21 (comment) ([042a22a](042a22a)), closes [/github.com//issues/21#issuecomment-605615794](https://github.com//github.com/Leecason/element-tiptap/issues/21/issues/issuecomment-605615794)
* **i18n:** 🐛 fix wrong polish translation ([d2bb414](d2bb414))
  • Loading branch information
semantic-release-bot committed Mar 30, 2020
1 parent 1232f26 commit 938a319
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.17.1](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (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/@[email protected]) (2020-03-28)


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": "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": {
Expand Down

0 comments on commit 938a319

Please sign in to comment.