Skip to content

Commit

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

### Bug Fixes

* 🎨 type definings ([9cc1274](9cc1274))
* 🐛 show bubble menu when all select (#97) ([b495bec](b495bec))

### Features

* ✨ add `defaultWidth`, `defaultDisplay` options for `Image` extension ([64bc1b6](64bc1b6))
* ✨ add `editorClass`, `editorContentClass`, `editorMenubarClass`, `editorBubbleMenuClass`, `editorFooterClass` props (#133) ([d43d61e](d43d61e))
* ✨ add `lang` prop to support config editor i18n language locally (#62) ([e28b6bd](e28b6bd))
* ✨ add `openInNewTab` option to `Link` extension, default to `true` ([f66ff5e](f66ff5e))
* ✨ add `tooltip` prop to enable/disable tooltip (#121) ([08db78e](08db78e))
* ✨ Add new language `zh-tw` ([be52f57](be52f57))
* ✨ default export `ElementTiptapPlugin` ([bf1726f](bf1726f))
* ✨ enable back to default menu in link bubble menu (#117) ([1805987](1805987))
  • Loading branch information
semantic-release-bot committed Jul 5, 2020
1 parent be52f57 commit d245e04
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [1.25.0](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (2020-07-05)


### Bug Fixes

* 🎨 type definings ([9cc1274](https://github.com/Leecason/element-tiptap/commit/9cc127462086acf5c93fdf232409bf2de45ec295))
* 🐛 show bubble menu when all select (https://github.com/Leecason/element-tiptap/issues/97) ([b495bec](https://github.com/Leecason/element-tiptap/commit/b495bec7e490361426131aeb4cbcceee6d342b57))


### Features

* ✨ add `defaultWidth`, `defaultDisplay` options for `Image` extension ([64bc1b6](https://github.com/Leecason/element-tiptap/commit/64bc1b66506b8bb0eb39e7c69d2656ecd4041d91))
* ✨ add `editorClass`, `editorContentClass`, `editorMenubarClass`, `editorBubbleMenuClass`, `editorFooterClass` props (https://github.com/Leecason/element-tiptap/pull/133) ([d43d61e](https://github.com/Leecason/element-tiptap/commit/d43d61e983318e778c7fdd78feda90e8b6509309))
* ✨ add `lang` prop to support config editor i18n language locally (https://github.com/Leecason/element-tiptap/issues/62) ([e28b6bd](https://github.com/Leecason/element-tiptap/commit/e28b6bd25be8cb46b4def700fa10b8eeb8438e80))
* ✨ add `openInNewTab` option to `Link` extension, default to `true` ([f66ff5e](https://github.com/Leecason/element-tiptap/commit/f66ff5e3970766200e0fa1227b893b2a6f506850))
* ✨ add `tooltip` prop to enable/disable tooltip (https://github.com/Leecason/element-tiptap/issues/121) ([08db78e](https://github.com/Leecason/element-tiptap/commit/08db78efa025e6d573b4df537be980767be17547))
* ✨ Add new language `zh-tw` ([be52f57](https://github.com/Leecason/element-tiptap/commit/be52f57f61de96a2378c23a8e0d0394c059387f0))
* ✨ default export `ElementTiptapPlugin` ([bf1726f](https://github.com/Leecason/element-tiptap/commit/bf1726f68481a6e434e2da2af2b62318943a6bbb))
* ✨ enable back to default menu in link bubble menu (https://github.com/Leecason/element-tiptap/issues/117) ([1805987](https://github.com/Leecason/element-tiptap/commit/1805987c9471765e2e015a15c7a74e393395d2a9))

## [1.24.5](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (2020-06-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.24.5",
"version": "1.25.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 d245e04

Please sign in to comment.