Releases: motla/vue-document-editor
Releases · motla/vue-document-editor
v1.4.0 (Vue2)
- 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)
- Bugfix: Cursor is blurred when editing
contenteditable
fields inside components
v2.1.1 (Vue3)
- Bugfix: Display update was not triggered when changing
display
orzoom
props
v2.1.0 (Vue3)
- 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)
- 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)
- Fix: 2.0.6 static libraries and docs (demo) were faulty because compiled with vue2. Recompiled with vue3.
v2.0.6 (Vue3)
- 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)
- 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)
- Fix Issue 17: In some cases, multiple instances of reset_content were launched simultaneously which could cause errors.
v2.0.4 (Vue3)
- 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