Skip to content

Commit

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

### Features

* **editor:** ✨ a new prop: editorProps, enable customize editor for yourself with it ([532e8a3](532e8a3))
* **editor:** ✨ add editor props: width, height (#23) ([1290fb0](1290fb0))
* **image:** ✨ add image bubble menu, enable edit image alt, width, height ([9791533](9791533))
* **image:** ✨ enable update imgae display: float_left and float_right ([3adf51b](3adf51b))
* **image:** ✨ enable update imgae display: inline or break_text ([6f27fbd](6f27fbd))
* **image:** ✨ parse img dom to node, add img data-display style ([a6680a4](a6680a4))
* **image:** 💫 add image-view outline hover color ([655cef3](655cef3))
* **image:** 💫 improve image outline-color when resizing, try to resolve popover wrong position after edit size, add core func comments ([26f65ad](26f65ad))
* **image:** 💫 show loading when image uploading ([c915aea](c915aea))
  • Loading branch information
semantic-release-bot committed Mar 28, 2020
1 parent 877716b commit 140b26c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.17.0](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (2020-03-28)


### Features

* **editor:** ✨ a new prop: editorProps, enable customize editor for yourself with it ([532e8a3](https://github.com/Leecason/element-tiptap/commit/532e8a34efdd69625c4615b310714a395c9334c9))
* **editor:** ✨ add editor props: width, height (https://github.com/Leecason/element-tiptap/issues/23) ([1290fb0](https://github.com/Leecason/element-tiptap/commit/1290fb0f03da90297f58f4a708360e4656bdc64a))
* **image:** ✨ add image bubble menu, enable edit image alt, width, height ([9791533](https://github.com/Leecason/element-tiptap/commit/9791533931532bf3a4ff9299d4b7e263afffe590))
* **image:** ✨ enable update imgae display: float_left and float_right ([3adf51b](https://github.com/Leecason/element-tiptap/commit/3adf51b62d33982da0aafb582fe29cdc6bec69f7))
* **image:** ✨ enable update imgae display: inline or break_text ([6f27fbd](https://github.com/Leecason/element-tiptap/commit/6f27fbd8577ceaa49e392b117e560f21e7c73af9))
* **image:** ✨ parse img dom to node, add img data-display style ([a6680a4](https://github.com/Leecason/element-tiptap/commit/a6680a41aabd11cf4e344183570b9837a56529db))
* **image:** 💫 add image-view outline hover color ([655cef3](https://github.com/Leecason/element-tiptap/commit/655cef3ba635fb553692122ec600f8520b896330))
* **image:** 💫 improve image outline-color when resizing, try to resolve popover wrong position after edit size, add core func comments ([26f65ad](https://github.com/Leecason/element-tiptap/commit/26f65ada10f94ad8d3baecc9c26188baaae864ad))
* **image:** 💫 show loading when image uploading ([c915aea](https://github.com/Leecason/element-tiptap/commit/c915aea2e1fe8ee84a248ed45f703dce31429471))

## [1.16.2](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (2020-03-26)


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.16.2",
"version": "1.17.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 140b26c

Please sign in to comment.