Skip to content

Releases: motla/vue-document-editor

v1.4.0 (Vue2)

20 Nov 21:29
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)

v2.1.2 (Vue3)

09 Nov 08:42
Compare
Choose a tag to compare
  • Bugfix: Cursor is blurred when editing contenteditable fields inside components

v2.1.1 (Vue3)

01 Nov 10:49
Compare
Choose a tag to compare
  • Bugfix: Display update was not triggered when changing display or zoom props

v2.1.0 (Vue3)

30 Oct 15:56
Compare
Choose a tag to compare
  • This library core has been rewritten for Vue3 using an hoisted static <div> for pages content to manage page manually and avoid conflicts between DOM contenteditable elements and Vue.js. More info here
  • SCSS has been converted to basic CSS, so you don't have to install a SCSS compiler anymore
  • Updating dependencies
  • Removing ESLint for a lighter project
  • Fix Issue 16: The component breaks if you remove all the content
  • ⚠️ Warning: starting from this version, the new core implies that for using templates with custom CSS you must rename your single file components with .ce.vue extension. More info here

v1.3.0 (Vue2)

30 Oct 15:56
Compare
Choose a tag to compare
  • SCSS has been converted to basic CSS, so you don't have to install a SCSS compiler anymore
  • Updating dependencies
  • Removing ESLint for a lighter project
  • Fix Issue 16: The component breaks if you remove all the content

v2.0.7 (Vue3)

16 Oct 09:58
Compare
Choose a tag to compare
  • Fix: 2.0.6 static libraries and docs (demo) were faulty because compiled with vue2. Recompiled with vue3.

v2.0.6 (Vue3)

16 Oct 09:41
Compare
Choose a tag to compare
  • Fix Issue 19: Any custom CSS formatting other than the one on <body> was not taken into account in print mode

v1.2.8 (Vue2)

16 Oct 09:41
Compare
Choose a tag to compare
  • Fix Issue 19: Any custom CSS formatting other than the one on <body> was not taken into account in print mode

v2.0.5 (Vue3)

14 Oct 04:05
Compare
Choose a tag to compare
  • Fix Issue 17: In some cases, multiple instances of reset_content were launched simultaneously which could cause errors.

v2.0.4 (Vue3)

30 Jul 11:02
Compare
Choose a tag to compare
  • Fix Issue 16: The component breaks if you remove the last character
  • Fix warnings about deprecated ::v-deep and print-color-adjust
  • Dev dependencies upgrade