Skip to content

Releases: motla/vue-document-editor

v2.3.2 (Vue3)

27 Dec 21:42
Compare
Choose a tag to compare
  • Fix Issue 36: Better handling of deleting on an empty page (no more user action is prevented on the keydown event, instead we deal with the result in the input event and ensure at least a <div><br></div> is always present in the content).
  • Fix a Safari bug with the cursor, which appeared only on recent versions of Safari (normalize() must now be called before selection <null> tags removal)

v1.5.2 (Vue2)

27 Dec 21:33
Compare
Choose a tag to compare
  • Fix Issue 36: Better handling of deleting on an empty page (no more user action is prevented on the keydown event, instead we deal with the result in the input event and ensure at least a <div><br></div> is always present in the content).
  • Fix a Safari bug with the cursor, which appeared only on recent versions of Safari (normalize() must now be called before selection <null> tags removal)

v2.3.1 (Vue3)

28 May 07:19
Compare
Choose a tag to compare

v1.5.1 (Vue2)

28 May 07:19
Compare
Choose a tag to compare

v2.3.0 (Vue3)

27 May 19:22
Compare
Choose a tag to compare
  • Improvement on Issue 28: Table Page Break. Now table rows don't split over pages but are simply moved if they overflow
  • Implementation of Issue 27: Unwanted page break with :do_not_break parameter
  • Fix a part of Issue 26:
    • A blank page could appear at the end when printing with page overlays

v1.5.0 (Vue2)

27 May 19:19
Compare
Choose a tag to compare
  • Improvement on Issue 28: Table Page Break. Now table rows don't split over pages but are simply moved if they overflow
  • Implementation of Issue 27: Unwanted page break with :do_not_break parameter
  • Fix a part of Issue 26:
    • A blank page could appear at the end when printing with page overlays

v2.2.2 (Vue3)

30 Jan 16:11
Compare
Choose a tag to compare
  • Fix Issue 24: Backspace key is broken with one page content
  • Bugfix: All pages were not removed after a content reset

v1.4.1 (Vue2)

30 Jan 16:11
Compare
Choose a tag to compare
  • Fix Issue 24: Backspace key is broken with one page content

v2.2.1 (Vue3)

26 Nov 07:00
Compare
Choose a tag to compare
  • Bugfix: Display update was not triggered after exiting printing mode

v2.2.0 (Vue3)

20 Nov 21:30
Compare
Choose a tag to compare
  • User can now provide a function for page_margins, to set margins specific to the page number (for more info read the API)