Skip to content

Commit

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

### Bug Fixes

* 💄 safari menubar style bug ([d7803cd](d7803cd))

### Features

* ✨ add FormatClear extension ([5f9530e](5f9530e))
* ✨ add paragraph dropdown-item in heading dropdown ([3996f60](3996f60))
* ✨ add TextColor extension to change text color ([5bf2981](5bf2981))
* ✨ enable insert image by url ([70f7aae](70f7aae))
  • Loading branch information
semantic-release-bot committed Jan 7, 2020
1 parent b3689df commit 58cb93d
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.5.0](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (2020-01-07)


### Bug Fixes

* 💄 safari menubar style bug ([d7803cd](https://github.com/Leecason/element-tiptap/commit/d7803cd2154979af0bffb7c5abed5ac26d0cc96a))


### Features

* ✨ add FormatClear extension ([5f9530e](https://github.com/Leecason/element-tiptap/commit/5f9530e19d577b693d05e7df28a151338d52e6ea))
* ✨ add paragraph dropdown-item in heading dropdown ([3996f60](https://github.com/Leecason/element-tiptap/commit/3996f60b7dcbbecceaeedb97ab30c2fed66c6e9e))
* ✨ add TextColor extension to change text color ([5bf2981](https://github.com/Leecason/element-tiptap/commit/5bf2981748d5d9f3e9696bd7bd6d1484a9062ff3))
* ✨ enable insert image by url ([70f7aae](https://github.com/Leecason/element-tiptap/commit/70f7aae0b1b9834be02136790ffaf1c1a3e24862))

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


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.4.1",
"version": "1.5.0",
"license": "MIT",
"description": "A WYSIWYG editor based on Tiptap and Element.",
"scripts": {
Expand Down

0 comments on commit 58cb93d

Please sign in to comment.