Skip to main content

Changelog

Version 2.3

Released on September 19, 2025

New features

  • TypeScript definitions

Updates

  • The package migrated from wx-svelte-editor to @svar-ui/svelte-editor. We continue publishing wx-svelte-editor until the Svelte SVAR 3.0 update

  • Item activeSection parameter is added to define initial section state

  • Item comp can 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 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
  • 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
  • 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