Skip to main content

History of versions

Latest version

Editor 2.7

September 2026

Previous versions

Editor 2.6

Fixes

  • Sidebar Editor closes when clicking popups of inner controls

Editor 2.5.3

Fixes

  • Support for multi-row toolbar

Editor 2.5.2

Fixes

  • Impossible to register Tabs as Editor item to use for switching batches

Editor 2.5.1

Fixes

  • Incorrect height of Editor wth sidebar placement

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-editor to @svar-ui/react-editor
  • Item activeSection parameter is added to define initial section state
  • Item comp can point directly to React Component without registering

Breaking changes

  • The package migrated from wx-react-editor to @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 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

Editor 2.1.3

Fixes

  • Impossible to set focus for topmost Editor field

Editor 2.1.2

Fixes

  • Editor en-US locale is not applied by default

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