Skip to content

Releases: Leecason/element-tiptap

@1.6.0

16 Jan 15:54
Compare
Choose a tag to compare

1.6.0 (2020-01-16)

Bug Fixes

  • heading: paragraph command in heading_dropdown not work (46d161c)
  • line-height: clear_format shuold reset line_height (2158ad6)

Features

  • 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

07 Jan 15:47
Compare
Choose a tag to compare

1.5.0 (2020-01-07)

Bug Fixes

  • 💄 safari menubar style bug (d7803cd)

Features

  • ✨ 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

03 Jan 05:35
Compare
Choose a tag to compare

1.4.1 (2020-01-03)

Bug Fixes

  • 🐛 align left cant work bug (859224b)

@1.4.0

01 Jan 15:26
Compare
Choose a tag to compare

1.4.0 (2020-01-01)

Features

  • ✨ add iframe extension to insert embeds (290ac2c)
  • ✨ merge cells and split cell in table (c27d694)

@1.3.0

31 Dec 13:33
Compare
Choose a tag to compare

1.3.0 (2019-12-31)

Bug Fixes

  • 🎨 selectedCell background-color (6f98473)

Features

  • ✨ 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

28 Dec 12:35
Compare
Choose a tag to compare

1.2.0 (2019-12-28)

Bug Fixes

  • 🐛 ensure heading extension attr level is number type (a1d51aa)
  • 💄 editor content text-align, default to left (0631364)
  • 🔧 remove unnecessary peerDependencies (f183a7b)

Features

  • ✨ support hard_break extension (d3daa6a)

@1.1.0

23 Dec 14:47
Compare
Choose a tag to compare

1.1.0 (2019-12-23)

Features

  • 🎨 inject style in js file (0fe9cf6)
  • 🎨 on command import element components (fea07f6)
  • 🔧 package type (4afe657)

@1.0.1

22 Dec 13:40
Compare
Choose a tag to compare

1.0.1 (2019-12-22)

Bug Fixes

  • 🔧 package.json config (bcfe269)

@1.0.0

20 Dec 12:57
Compare
Choose a tag to compare

1.0.0 (2019-12-20)

Bug Fixes

  • 🎨 lint (1f8768e)
  • 🐛 alias entries, remove utils alias (65416b8)
  • 🐛 emit init event when editor instantiated (41cf7d8)
  • 🐛 fontawesome dependencies (75baf34)
  • 🐛 relative path (a206b2e)

Features

  • ✨ 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)