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 React Core v2.5.0
Editor 2.4.1
- Using React 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-react-editorto@svar-ui/react-editor - Item
activeSectionparameter is added to define initial section state - Item
compcan point directly to React Component without registering
Breaking changes
- The package migrated from
wx-react-editorto@svar-ui/react-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
Editor 2.1.1
Fixes
- Section bars have light styling in WillowDark skin
- Section bars are not clickable for inline Editor
- Content overflow for inline Editor
Editor 2.1.0
New features
- TextArea and Checkbox as built-in types
Fixes
- Values are not changed until recreated
Editor 2.0.1
- React support
- Pre-built and custom editor fields
- Comments and TaskList
- Splitting into sections and columns
- Sidebar, modal and inline placement
- Validation
- Light and Dark themes