Releases: motla/vue-document-editor
Releases · motla/vue-document-editor
v1.2.7 (Vue2)
- 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
v2.0.3 (Vue3)
- Bug fixing: prevent applying normalize() to template pages HTML as it can break Vue behavior (only Vue3)
- Dependencies upgrade
v2.0.2 (Vue3)
- Fixing the contenteditable field highlight to the Invoice Template of the Demo
- Adding back Vue2 syntax to the basic example
v2.0.1 (Vue3)
- Workaround for the Chrome "return from print" bug. Now displays a return arrow to let the user go back to the editor when this bug happens.
v2.0.0 (Vue3)
- Switching
master
branch to Vue3 (we provide vue2 compatibility on the vue2 branch / @1.x version of this library) - Dependencies upgrade
v1.2.6 (Vue2)
- Workaround for the Chrome "return from print" bug. Now displays a return arrow to let the user go back to the editor when this bug happens.
- Dependencies upgrade