History of versions
Latest version
Editor 2.7
September 2026
- TinyMCE, CodeMirror sections
- File attachments section
fullscreenlayout option- ability to register form items for the
readonlymode
Previous versions
Editor 2.5
- Using Vue Core v2.5.0
Editor 2.4.1
- Using Vue Core v2.4.1
Editor 2.4
New features
- Ability to configure custom hotkeys
Fixes
- Handling primitive values from Comments and Tasklist
- Validation marks are present on resetting values
Editor 2.3
New features
- TypeScript definitions
Updates
- The package migrated from
wx-vue-editorto@svar-ui/vue-editor - Item
activeSectionparameter is added to define initial section state - Item
compcan point directly to Vue Component without registering
Breaking changes
- The package migrated from
wx-vue-editorto@svar-ui/vue-editor.
Editor 2.2
New features
- Overlay for readonly mode in case of empty fields
- Hotkeys for common actions
Updates
- Events in
autoSavemodes are enhanced:- true:
onsaveevent is triggered for each field change - false:
onsaveevent is triggered on "Save" button click if data was changed
- true:
- Validation is enhanced:
- it is triggered for each changed field if
autoSaveis switched on - it is triggered for the whole form if
autoSaveis switched off onsaveevent is triggered only if all data is valid
- it is triggered for each changed field if
- Ability to mutate Editor values within the
onchangeevent handler
Breaking changes
autoApplyproperty was removed