What's new
Version 2.2
Released on July 15, 2025
New features
- Overlay for readonly mode in case of empty fields
- Hotkeys for common actions
Updates
- Events in
autoSave
modes are enhanced:- true:
onsave
event is triggered for each field change - false:
onsave
event is triggered on "Save" button click if data was changed
- true:
- Validation is enhanced:
- it is triggered for each changed field if
autoSave
is switched on - it is triggered for the whole form if
autoSave
is switched off onsave
event is triggered only if all data is valid
- it is triggered for each changed field if
- Ability to mutate Editor values within the
onchange
event handler
Breaking changes
autoApply
property was removed
Version 2.1.3
Fixes
- Impossible to set focus for topmost Editor field
Version 2.1.2
Fixes
- Editor en-US locale is not applied by default
Version 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
Version 2.1.0
New features
- TextArea and Checkbox as built-in types
Fixes
- Values are not changed until recreated
Version 2.0.1
Initial features
- Svelte 5 support
- Pre-built and custom editor fields
- Comments and TaskList
- Splitting into ections and columns
- Sidebar, modal and inline placement
- Validation
- Light and Dark themes