Skip to content

Commit

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

### Bug Fixes

* **dialog:** 🐛 nested dialog ([bd83b9c](bd83b9c))
* 🐛 bubble menu render error when select color ([80678e2](80678e2))

### Features

* **color:** ✨ new ui for color_picker, add [#000](https://github.com/Leecason/element-tiptap/issues/000) to default colorSet ([6954354](6954354))
* **color:** ✨ support hex color input ([648ea43](648ea43))
  • Loading branch information
semantic-release-bot committed Mar 22, 2020
1 parent bd83b9c commit 647ffde
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 @@
# [1.16.0](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (2020-03-22)


### Bug Fixes

* **dialog:** 🐛 nested dialog ([bd83b9c](https://github.com/Leecason/element-tiptap/commit/bd83b9c171f91fa340b22ff24647349950bc7d04))
* 🐛 bubble menu render error when select color ([80678e2](https://github.com/Leecason/element-tiptap/commit/80678e2880ad2d658289a11fefd58b4d480ebc2c))


### Features

* **color:** ✨ new ui for color_picker, add [#000](https://github.com/Leecason/element-tiptap/issues/000) to default colorSet ([6954354](https://github.com/Leecason/element-tiptap/commit/6954354146893ea1ebbbef154bec3a65fd84559e))
* **color:** ✨ support hex color input ([648ea43](https://github.com/Leecason/element-tiptap/commit/648ea435143236fd35d48b954d89cbbaffbe22fb))

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


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.15.0",
"version": "1.16.0",
"description": "A WYSIWYG editor based on Tiptap and Element.",
"author": "leecason",
"scripts": {
Expand Down

0 comments on commit 647ffde

Please sign in to comment.