ONLYOFFICE Docs Enterprise Edition with HumHub Connector v9.0.0
Released: Jun 18, 2025
v9.0.0 での更新項目
機能
- All Editors:
- Added new interface themes: Modern Light and Modern Dark.
- Added saving of the last selected languages in spellcheck lists.
- Added Arabic spellcheck dictionary used in sixteen dialects.
- Added AI-powered macro generation from descriptions and VBA-to-JavaScript conversion.
- Added the interface translation into Urdu (ur-PK, Urdu (Pakistan)).
- Added support for TextArt text settings inside chart labels.
- Added support for drawing the Up/Down Bars chart elements.
- Document Editor:
- Added correct display of previews for paragraph numbers for RTL.
- Improved positioning and settings of TextArt for RTL.
- Improved drawing of borders and fill for paragraphs with RTL direction.
- Enabled accurate cursor navigation with arrow keys based on the paragraph's text direction.
- Added the ability to display numbers using Hindi digits.
- Added a setting in the File menu for selecting the preferred font size: Western/Chinese for the Chinese interface language (Chinese (Simplified)).
- Added a Borders button to the Home toolbar to quickly set paragraph settings.
- Added support for the
MD format for reading.
- Spreadsheet Editor:
- Added support for displaying bidirectional text.
- Added the ability to select external data from another spreadsheet.
- Presentation Editor:
- Added the ability to set the paragraph direction (Text Direction > RTL) on the toolbar and in the advanced settings.
- Added the ability to view animations with text.
- Added the "Preserve" option to the Slide Master context menu.
- Forms:
- Changed the appearance of the Signature and Image fields: the placeholder and signature icon are now always displayed.
- Improved user experience when filling in the Signature and Image fields.
- Added a new
"type": "signature" for the Signature field, used in the process of filling out forms.
- PDF Editor:
- Added the ability to set RTL direction for text.
- The Edit Text option is now available in the Community Edition build.
- Implemented a
PDF form editor.
- Added the ability to copy pages between
PDF files.
- Diagrams:
- Added the first version of the Diagram Viewer with the ability to open
VSDX files.
- Convert:
- Added conversion of the
XLSB format to the editor's internal format, allowing editing and saving in XLSX without preliminary conversion.
- Back-end:
- Added support for Azure Blob Storage (
storage.name = "storage-az") for editor cache. To use, specify the endpoint, bucketName and credentials (accessKeyId and secretAccessKey).
- Added flag
storage.useDirectStorageUrls (bool), which controls the issuance of links to external storages: direct links or proxying through the server.
- Added the ability to prepare static editor data (
html, css, js, fonts) in the browser cache before opening the document using the ?preload=placeholder parameter to link to api.js or a hidden iframe with preload.html located next to api.js.
- Added setting
runtimeConfig.filePath - path to dynamic server config, allowing to change parameters without restarting, similar to tenant configs.
- Added the ability to set parameters and keys of AI models used in editors on the /info page.
- Added the ability for the server administrator to add their own dictionaries.
- Customization:
- Added parameter
customization.forceWesternFontSize: false/true for setting by integrators.
- Added a parameter to hide the icon with the user's avatar/initials in the header:
customization.layout.header.user: true/false. The setting is available to users with the extended license.
- API:
- Added methods for creating/adding custom
ContentControls.
- Added the ability to get
CustomXml collection.
- Added support for handling the
Custom XML collection.
- Enabled functionality for managing the
Custom XML collection element.
- Added support for individual
CustomXML nodes.
- Added methods to link
ContentControl and CustomXML.
- Added method for inserting formulas.
- Added new class
ApiNotesPage for working with notes.
- Added methods to the
ApiSlide class.
- Added methods for getting presentation objects.
- Added methods for getting all slide templates.
- Added
ApiCore and ApiCustomProperties classes for working with file metadata.
- Added methods for getting instances of new classes in the editor API.
- Added methods for switching the visual presentation of
Content Controls, accepting values: "boundingBox", "hidden".
- Added methods for getting/setting the role and tag to the base class for all forms, as well as the ability to set the role when creating a form through the general form setting
FormPrBase.role.
- Added methods to get forms by selected role or key.
- Added method to get list of keys linked to the given role.
- Added a method to get the form value directly by key (for a group of radio buttons, it returns Choice, i.e. the name of the selected item).
- Added methods for date field to work via built-in JavaScript date class.
- Added
fontSlot parameter to GetFontFamily method, accepting values: "ascii", "eastAsia", "hAnsi", "cs".
- Added automatic font calculation from the theme in the
GetFontFamily method, if specified through the theme.
- Added a method to access the role management class, returning an object of the new
ApiFormRoles type.
- Added methods for working with the
ApiFormRoles class.
- Plugins:
- Added the ability to add custom buttons using a plugin for
ContentControl in the document editor.
- Mobile:
- Enabled slide thumbnail panel adjustment upon device orientation change.