2.2.1 (2023-10-26)
- next branch trigger regular release not pre-release (6b655c8)
- next branch trigger regular release not pre-release (47627d8)
2.2.0 (2023-10-26)
- fix tiptap different instances of a keyed plugin (583a4e6)
- upgrade to latest tiptap, pm type import from tiptap/pm (bcfdf40)
2.1.0 (2023-10-26)
- README update (c11e27e)
2.0.0 (2023-10-26)
- disable command button when editor is in code view mode (6e0b41f)
- in code view mode, disable menu button (3d5e8d8)
- add
tooltip
prop, enable to hide tooltip (4d1aa2f) - build library and demo site with vite, remove rollup config (f6bf8f2)
2.0.0-alpha.1 (2022-07-08)
- disable command button when editor is in code view mode (6e0b41f)
- in code view mode, disable menu button (3d5e8d8)
- add
tooltip
prop, enable to hide tooltip (4d1aa2f) - build library and demo site with vite, remove rollup config (f6bf8f2)
1.27.1 (2021-12-17)
1.27.0 (2021-12-03)
1.26.2 (2020-08-21)
1.26.1 (2020-08-17)
- 🐛 instantiate extension ctor error (ec03fcd)
1.26.0 (2020-08-03)
- ✨ Add French language (57c8f99)
1.25.3 (2020-07-26)
- 🐛 fix initial lineHeight wrong transform (a5fd73f)
1.25.2 (2020-07-13)
- 🐛 fix link menu wrong change when set line-height (c30e0fa)
1.25.1 (2020-07-06)
- 🐛 add isLinkBack flag to prevent link menu change (ccd305f)
- 🐛 enable
open in new tab
when add link (bcea961)
1.25.0 (2020-07-05)
- ✨ add
defaultWidth
,defaultDisplay
options forImage
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 toLink
extension, default totrue
(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 (2020-06-28)
- 🐛 add menuBubbleOptions prop to temporary fix bubble menu cut-off (#118) (aec41ea)
- update i18n/ru locale (cb364b8)
1.24.4 (2020-06-27)
- 🐛 convert font-size style value to px (#128) (b785780)
- 🐛 lock
prosemirror-model
version (#129) (8af02e6)
- Revert "chore: 🔧 update tag format and remove gh assets" (33346a1)
1.24.3 (2020-06-20)
1.24.2 (2020-06-12)
1.24.1 (2020-06-11)
- 🐛 missing
prosemirror-utils
dep (d7625aa)
1.24.0 (2020-06-10)
1.23.0 (2020-06-08)
1.22.0 (2020-06-02)
- ✨ Spanish translation (c1a7c5b)
1.21.1 (2020-05-27)
1.21.0 (2020-05-19)
- 🐛 tweak image tag from
image
toimg
(#79) (627c5ab) - 🐛 use
text-align
style insteaddata-text-align
attr (#77) (2998667)
- ✨
Doc
extension supporttitle
option (167dd88) - ✨ support
showMenubar
andcharCounterCount
props (#75) (a8cb334) - add i18n korean support (d792b61)
1.20.0 (2020-05-05)
- ✨
Print
extension bindMod-p
keymap (d231ac9) - ✨ can set
menubar: false
to prevent the button from rendering in the menubar (#53) (644d3dd) - ✨ new FontSize extension (#54) (103ef46)
1.19.0 (2020-04-23)
1.18.0 (2020-04-02)
1.17.2 (2020-03-31)
1.17.1 (2020-03-30)
- 🐛 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 (2020-03-28)
- 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)
1.16.2 (2020-03-26)
1.16.1 (2020-03-23)
1.16.0 (2020-03-22)
- color: ✨ new ui for color_picker, add #000 to default colorSet (6954354)
- color: ✨ support hex color input (648ea43)
1.15.0 (2020-03-19)
- Add russiang i18n locale (9e7f241)
1.14.0 (2020-03-15)
- 🐛 bubble menu bind command_ button component events (6c94328)
- 💄 dropdown menu item active style (29b2a5f)
- ✨ active fullscreen command_button if fullscreen (54420d9)
- ✨ show remove_image button when image selected (095d5cd)
1.13.0 (2020-03-13)
- ✨ add Code extension (dab5bdc)
- ✨ edit link in bubble menu (8b93b2c)
- ✨ make image resizable (d3523e7)
- ✨ open link in bubble menu (8768f82)
- ✨ select link when clicked (825d8ca)
- ✨ spellcheck attribute for editor (876c497)
- ✨ unlink in bubble menu (d991841)
- 💄 editor characters style (3261f3b)
- 💄 new ui for command button (6e924cc)
- 💄 new ui for menubar and menububble (5204444)
1.12.0 (2020-03-10)
- ✨ add characters count to editor footer (ede119e)
- ✨ add SelectAll extension (1054270)
- 💄 pointer cursor for link (e94085c)
1.11.0 (2020-03-06)
- 🐛 resolve error caused by import element-ui styles (3454506)
- line_height: 💄 add line_height dropdown trigger to click (b1d2d71)
- tooltip: 💫 use el-zoom-in-bottom transition (cbfcb2e)
1.10.2 (2020-03-05)
- 🐛 remove extensions (9fc839e)
- 🐛 type definitions (228e972)
- 🐛 types attributes in package.json (4dd78dc)
- 🐛 unpack element-ui dropdown (ee38e0d)
- 💄 border-box with command_button (97d369f)
1.10.1 (2020-03-02)
- 🐛 set color_popover box-sizing attribute border-box (4056a23)
- 🐛 use Message.prompt instead instance property (dfe8aff)
1.10.0 (2020-03-01)
- 🐛 import clearMarks from utils (dfbfb85)
- ✨ add Fullscreen extension (42a63e9)
- ✨ add Preview extension (50a510e)
- ✨ add Print extension (9206135)
1.9.1 (2020-02-26)
- 🐛 editor content style (52fd69c)
1.9.0 (2020-02-25)
- 🐛 ALIGN_PATTERN (10aeaf6)
- 🐛 correct isListNode parameters types (462475b)
- 🐛 register component (8f9880a)
- 🐛 transformLineHeightToCSS parameter types (a49125c)
- 🐛 zh lang add_column_after typo (19d9e10)
- 💄 blockquote margin (c495a93)
- 💄 line_height dropdown active item style (0daaa38)
- 📝 ProsemirrorNode typo (524fdaf)
- ✨ add tiptap, tiptap-extensions, tiptap-commands types definitions (f08165a)
- ✨ add types folder for npm package (dbc433d)
- ✨ vue add typescript (bf3395a)
1.9.0-beta.2 (2020-02-24)
- 🐛 register component (8f9880a)
- ✨ add types folder for npm package (dbc433d)
1.9.0-beta.1 (2020-02-23)
- 🐛 ALIGN_PATTERN (10aeaf6)
- 🐛 correct isListNode parameters types (462475b)
- 🐛 transformLineHeightToCSS parameter types (a49125c)
- 🐛 zh lang add_column_after typo (19d9e10)
- 💄 line_height dropdown active item style (0daaa38)
- 📝 ProsemirrorNode typo (524fdaf)
- ✨ add tiptap, tiptap-extensions, tiptap-commands types definitions (f08165a)
- ✨ vue add typescript (bf3395a)
1.8.0 (2020-02-21)
- i18n: 🌐i18n pl support (578c2fe)
1.7.2 (2020-02-08)
- i18n: 🌐 capitalize Heading paragraph button (0dc3000)
1.7.1 (2020-01-31)
- i18n: 🐛 rename $i18n -> t to fix conflict with vue-i18n (650bf69)
- style: 💄 reset default tag style (6a18a95)
1.7.0 (2020-01-21)
- i18n: 🌐 enable config lang when install plugin (d5e1def)
- i18n: 🌐 support 'zh' lang (09ab9df)
- i18n: 🌐 translate extension button tooltip (22d458c)
- i18n: 🌐 translate extension control text (279247f)
1.6.0 (2020-01-16)
- heading: paragraph command in heading_dropdown not work (46d161c)
- line-height: clear_format shuold reset line_height (2158ad6)
- add TextHighlight extension (715790e)
- autoInstall function for CDN usage (b044ce6)
- enable cleart color in colorPopover (62675d8)
- editor: add el-tiptap readonly prop (9949163)
- style: add command button style file (1f66c25)
- style: extract editor menu style (d21c89d)
- refactor lineHeight extension, change default line_heights options, todo_list support textAlign and lineHeight (dbac82c)
- style: add editor style file (f2d38c8)
- style: add editor style file (20b2229)
- tooltip: add arrow and open-delay (ac7c65c)
- tooltip: update tooltip text (91d2c80)
1.5.0 (2020-01-07)
- 💄 safari menubar style bug (d7803cd)
- ✨ add FormatClear extension (5f9530e)
- ✨ add paragraph dropdown-item in heading dropdown (3996f60)
- ✨ add TextColor extension to change text color (5bf2981)
- ✨ enable insert image by url (70f7aae)
1.4.1 (2020-01-03)
- 🐛 align left cant work bug (859224b)
1.4.0 (2020-01-01)
1.3.0 (2019-12-31)
- 🎨 selectedCell background-color (6f98473)
- ✨ add table menu button and select table grid size popover (7419071)
- ✨ create table with custom row and col (5b60281)
- ✨ enable insert row and column in table (abfb489)
- 💄 table colunm_resize_handle and selected_cell style (5beb81d)
1.2.0 (2019-12-28)
- 🐛 ensure heading extension attr level is number type (a1d51aa)
- 💄 editor content text-align, default to left (0631364)
- 🔧 remove unnecessary peerDependencies (f183a7b)
- ✨ support hard_break extension (d3daa6a)
1.1.0 (2019-12-23)
- 🎨 inject style in js file (0fe9cf6)
- 🎨 on command import element components (fea07f6)
- 🔧 package type (4afe657)
1.0.1 (2019-12-22)
- 🔧 package.json config (bcfe269)
- 🎨 lint (1f8768e)
- 🐛 alias entries, remove utils alias (65416b8)
- 🐛 emit init event when editor instantiated (41cf7d8)
- 🐛 fontawesome dependencies (75baf34)
- 🐛 relative path (a206b2e)
- ✨ apply link (b3d3295)
- ✨ base example route (1b1a49d)
- ✨ editor content prop (de9585d)
- ✨ editor placeholder (6165a58)
- ✨ editor placeholder prop (a092923)
- ✨ emit events (0444b44)
- ✨ emit events and support v-model (71d37a3)
- ✨ event route (d76b404)
- ✨ export ElTiptapPlugin (281c4f9)
- ✨ footer slot (d706fce)
- ✨ image extension support httpRequest options (fe236c5)
- ✨ line_height extension (eb467e1)
- ✨ menu bubble (40c2bd6)
- ✨ menu bubble route (0bcc936)
- ✨ output prop (2f7cad5)
- ✨ output route (550fe2c)
- ✨ page style, add github link (9f32208)
- ✨ support custom necessary alignments (2807f2d)
- ✨ todo list (6115c99)
- ✨ upload image (26ac703)
- ✨ use vue-awesome instead @fortawesome (f22f0e3)
- 🎨 beforeDestroy hook and onUpdate method (55826ca)
- 🎨 generate extensions (da52e1e)
- 🎨 menubar slot (a300a4e)
- 🎨 use fontawesome vue component, remove CDN (3a08a45)
- 💄 add logo (74954f5)
- 💄 homepage navigation style (5710ccc)
- 🔥 remove paragraph default menu button (410b205)
- 🚧 base editor, support bold, underline, italic, strike, undo, redo (a728ccc)
- 🚧 paragraph command button (d291a6f)
- 🚧 render editor content (0d16cfc)
- 🚧 support blockquote (8b4dd26)
- 🚧 support bullet_list and ordered_list (c94f7e4)
- 🚧 support code (f9a3298)
- 🚧 support heading (61b6e6c)
- 🚧 support horizontal_rule, trailing_node (a58fc9b)
- 🚧 support indent, outdent (7451271)
- 🚧 support text_align (c47bec6)