Skip to content

Commit

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

### Bug Fixes

* 🐛 tweak image tag from `image` to `img` (#79) ([627c5ab](627c5ab))
* 🐛 use `text-align` style instead `data-text-align` attr (#77) ([2998667](2998667))

### Features

* ✨ `Doc` extension support `title` option ([167dd88](167dd88))
* ✨ support `showMenubar` and `charCounterCount` props (#75) ([a8cb334](a8cb334))
* add i18n korean support ([d792b61](d792b61))
  • Loading branch information
semantic-release-bot committed May 19, 2020
1 parent 57f0b8c commit 482311a
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.21.0](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (2020-05-19)


### Bug Fixes

* 🐛 tweak image tag from `image` to `img` (https://github.com/Leecason/element-tiptap/issues/79) ([627c5ab](https://github.com/Leecason/element-tiptap/commit/627c5aba376df82a699948709304a1f503aac1e7))
* 🐛 use `text-align` style instead `data-text-align` attr (https://github.com/Leecason/element-tiptap/issues/77) ([2998667](https://github.com/Leecason/element-tiptap/commit/29986674a91688eca0f3864c5da15273a5f495f8))


### Features

*`Doc` extension support `title` option ([167dd88](https://github.com/Leecason/element-tiptap/commit/167dd88463a58ca7684f3cedb49caf0c20f5d61f))
* ✨ support `showMenubar` and `charCounterCount` props (https://github.com/Leecason/element-tiptap/issues/75) ([a8cb334](https://github.com/Leecason/element-tiptap/commit/a8cb3344cddbc779bf057f2063c746c2641e0afd))
* add i18n korean support ([d792b61](https://github.com/Leecason/element-tiptap/commit/d792b617f0f8af8eb10bffd1960b55e700b1b035))

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


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.20.0",
"version": "1.21.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 482311a

Please sign in to comment.