Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog/v8.1.0 #2767

Merged
merged 4 commits into from
Jun 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix markdown
  • Loading branch information
DenisDeeSign committed Jun 19, 2024
commit 294317cf648f31f0aacd146390c7eea82b422e1e
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,10 @@
* Files opened using `WOPI`: Save Copy as [added](https://learn.microsoft.com/en-us/microsoft-365/cloud-storage-partner-program/rest/files/putrelativefile#post-wopifilesfile_id)
* When opening `PDFs` in form filling mode using `WOPI`, new discovery action
formsubmit is [active](https://learn.microsoft.com/en-us/microsoft-365/cloud-storage-partner-program/online/discovery#formsubmit)
* [Added](https://api.onlyoffice.com/editors/wopi/hostpage) the `docs_api_config` parameter of the editor opening form
via `WOPI` which passes a part of the config for opening the editor to the Docs API
* [Added](https://api.onlyoffice.com/editors/wopi/hostpage) the
`docs_api_config` parameter of the editor opening form
via `WOPI` which passes a part of the config for opening the editor
to the `Docs API`
* Added query param `WOPISrc` for sending requests to one server. Now,
the parameter sent by the integrator is used for `WOPI`; for `Docs API`, `document
key` is written in `WOPISrc`
Expand All @@ -141,8 +143,8 @@
* The `customization.goback.requestClose parameter` is no longer supported
* Value for `customization`->`hideRightMenu` is `true` by default
* Added the parameter which hides the logo in Mobile and Embed:
`customization`->`logo`->`visible`: `true`/`false` (`true` by default), whether to show
the logo or not
`customization`->`logo`->`visible`: `true`/`false` (`true` by default),
whether to show the logo or not
* Implemented customization of the logo in the header
(the `customization`->`logo`->`image`/`imageDark` parameter)
* Added a parameter to hide the button for switching editing modes
Expand All @@ -153,10 +155,12 @@

* Plugins can make changes to the interface
* Added a plugin method for the document editor to search for and highlight
the next/previous occurrence of a given text `api.prototype.SearchNext = function(oProperties, isForward)`
the next/previous occurrence of a given text
`api.prototype.SearchNext = function(oProperties, isForward)`
* In the information for the context menu in plugins, added flags indicating
that we are editing the header/footer, as well as added flags indicating that
the menu is called above the header/footer area (if we are not currently editing it)
the menu is called above the header/footer area (if we are not currently
editing it)

#### Package

Expand Down