Releases: motla/vue-document-editor
Releases · motla/vue-document-editor
v2.3.2 (Vue3)
- 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)
- 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)
v1.5.1 (Vue2)
v2.3.0 (Vue3)
v1.5.0 (Vue2)
v2.2.2 (Vue3)
- 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)
- Fix Issue 24: Backspace key is broken with one page content
v2.2.1 (Vue3)
- Bugfix: Display update was not triggered after exiting printing mode
v2.2.0 (Vue3)
- User can now provide a function for
page_margins
, to set margins specific to the page number (for more info read the API)