Releases: Leecason/element-tiptap
Releases · Leecason/element-tiptap
@1.25.2
1.25.2 (2020-07-13)
Bug Fixes
- 🐛 fix link menu wrong change when set line-height (c30e0fa)
@1.25.1
1.25.1 (2020-07-06)
Bug Fixes
- 🐛 add isLinkBack flag to prevent link menu change (ccd305f)
- 🐛 enable
open in new tab
when add link (bcea961)
@1.25.0
1.25.0 (2020-07-05)
Bug Fixes
Features
- ✨ add
defaultWidth
, defaultDisplay
options for Image
extension (64bc1b6)
- ✨ add
editorClass
, editorContentClass
, editorMenubarClass
, editorBubbleMenuClass
, editorFooterClass
props (#133) (d43d61e)
- ✨ add
lang
prop to support config editor i18n language locally (#62) (e28b6bd)
- ✨ add
openInNewTab
option to Link
extension, default to true
(f66ff5e)
- ✨ add
tooltip
prop to enable/disable tooltip (#121) (08db78e)
- ✨ Add new language
zh-tw
(be52f57)
- ✨ default export
ElementTiptapPlugin
(bf1726f)
- ✨ enable back to default menu in link bubble menu (#117) (1805987)
@1.24.5
1.24.5 (2020-06-28)
Bug Fixes
- 🐛 add menuBubbleOptions prop to temporary fix bubble menu cut-off (#118) (aec41ea)
- update i18n/ru locale (cb364b8)
@1.24.4
1.24.4 (2020-06-27)
Bug Fixes
Reverts
- Revert "chore: 🔧 update tag format and remove gh assets" (33346a1)
@1.24.1
1.24.1 (2020-06-11)
Bug Fixes
- 🐛 missing
prosemirror-utils
dep (d7625aa)
@1.24.0
1.24.0 (2020-06-10)
Bug Fixes
- 🐛 bubble menu cut off by editor perimeter (#98) (94d4415)
Features
@1.23.0
1.23.0 (2020-06-08)
Bug Fixes
- todo_item: fix
TodoItem
checkbox unexpected render in preview modal (#73) (c4a8860)
Features
- title: ✨ make
Title
extension independent (#83) (e2d7afb)