Version 6.0.0 (June 23d, 2025)
New features
- DocSpace: Updated the DocSpace Backend REST API documentation for version 3.2.0.
- Docs API:
- Added the
theme-white
andtheme-night
theme IDs to theeditorConfig.customization.uiTheme
parameter. - Added opening for odg format.
- Added opening for md format.
- Added the ability to preload the editor static resources.
- Added the
editorConfig.customization.forceWesternFontSize
parameter for the Chinese (Simplified) UI. - Added the
editorConfig.customization.layout.header.user
parameter. - Added conversion from vsdm, vsdx, vssm, vssx, vstm, vstx formats.
- Added the
diagram
document type to thedocumentType
parameter.
- Added the
- Office API: Updated the Office API documentation for version 9.0.0.
- Plugins and macros: Updated the Plugins and macros documentation for version 9.0.0.
Improvements
- Plugins and macros:
- Added a link to the plugins storybook.
- Updated the Plugin samples page.
- Updated the Get started structure.
Bugfixes
- Common: Renamed titles of documentation sections.
- Docs API: Fixed the Automation API examples and usage documentation.
- Plugins and macros: Fixed descriptions and samples of the Plugins and macros section.
Deprecations
- Plugins and macros: The
attachEvent
method is deprecated. Use theattachEditorEvent
method instead.