Version 8.7.0
New features
- Docs API:
- Added
editorConfig.plugins.disableparameter documentation. - Added Croatian language to version 9.4 changelog.
- Removed deprecated
editorConfig.customization.commentAuthorOnlyparameter. - Added
rolesparameter toonStartFillingevent anddestroyEditormemory leak fix for v9.4.
- Added
- Office API:
- Updated office-js-api reference documentation for version 9.4.
- Added version 9.4 changelog with MergeDocuments and Color methods.
- Plugins and macros:
- Updated plugins API reference documentation for version 9.4 (text annotations, form methods, comment events).
- Added version 9.4 changelog.
- Improved
callCommanddocumentation and addedasc_plugin_commands_logdebugging guide. - Added warning against calling API methods in
onTranslatehandler.
- Document Builder:
- Published document comparison documentation and fixed CompareDocuments signature.
- Added ability to select a specific sample via link.
- Common:
- Added Video component and migrated all raw video tags.
Improvements
- Office API:
- Updated office-js-api reference documentation.
- Fixed
CreateTableargument order to match new (rows, cols) signature in samples.
- Docs API:
- Updated screenshots with dark theme support across editor, customization, events, permissions, co-editing, reviewing, and other pages.
- Added onRequestStartFilling screenshot to events page.
- Plugins and macros:
- Normalized formatting to use backtick references across plugin configuration and customization pages.
- Moved default values to header format on plugin configuration page.
- Replaced static images with webm videos in macro samples.
- Replaced generic "here" links with descriptive anchor text.
- Playground:
- Replaced custom URL utilities with native URLSearchParams.
- Loaded Monaco type libraries from Document Server.
- Localization:
- Added dark theme support for zh-CN documentation screenshots.
Bugfixes
- Docs API:
- Fixed
onMakeActionLinkaction.type to use string literal union. - Restructured
event.dataparameter tables on events page.
- Fixed
- Plugins and macros:
- Fixed
docvariable usage incallCommanderror handling example. - Aligned
callCommandparameter table column widths.
- Fixed
- Playground:
- Fixed developer plugin installation to only apply for plugin script type.
- Fixed null URL parameters coalesced to undefined.
- Disabled Run button until editor is ready.
- Fixed word type library loading for form editor.
- Removed
installDeveloperPluginshim for v9.3.1.
- Localization:
- Fixed stray Latin letters in zh-CN changelog.
- Added missing Video import and frontmatter to zh-CN plugin pages.
- Fixed ASCII quotes and spacing in zh-CN pages.
- Common:
- Fixed broken anchor link to command logging in changelog.