Releases: Leecason/element-tiptap
Releases · Leecason/element-tiptap
@1.22.0
@1.21.1
@1.21.0
@1.20.0
@1.19.0
@1.18.0
@1.17.2
@1.17.1
1.17.1 (2020-03-30)
Bug Fixes
- 🐛 temporarily remove EditorView type check, #21 (comment) (1232f26), closes /github.com/Leecason/element-tiptap/issues/21#issuecomment-605615966
- fullscreen: 🐛 use fixed position instead fullscreen API because the append-to-body element is invisble in fullscreen mode #21 (comment) (042a22a), closes /github.com/Leecason/element-tiptap/issues/21#issuecomment-605615794
- i18n: 🐛 fix wrong polish translation (d2bb414)
@1.17.0
1.17.0 (2020-03-28)
Features
- editor: ✨ a new prop: editorProps, enable customize editor for yourself with it (532e8a3)
- editor: ✨ add editor props: width, height (#23) (1290fb0)
- image: ✨ add image bubble menu, enable edit image alt, width, height (9791533)
- image: ✨ enable update imgae display: float_left and float_right (3adf51b)
- image: ✨ enable update imgae display: inline or break_text (6f27fbd)
- image: ✨ parse img dom to node, add img data-display style (a6680a4)
- image: 💫 add image-view outline hover color (655cef3)
- image: 💫 improve image outline-color when resizing, try to resolve popover wrong position after edit size, add core func comments (26f65ad)
- image: 💫 show loading when image uploading (c915aea)