Changelog
Version 2.3
Released on September 19, 2025
New features
- TypeScript definitions
Updates
-
The package migrated from
wx-svelte-editorto@svar-ui/svelte-editor. We continue publishingwx-svelte-editoruntil the Svelte SVAR 3.0 update -
Item
activeSectionparameter is added to define initial section state -
Item
compcan point directly to Svelte Component without registering
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
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
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