From 3d63ce0b06604450e50bb2231c7a31799e847236 Mon Sep 17 00:00:00 2001 From: Denis Spitsyn Date: Wed, 27 Nov 2024 13:12:30 +0000 Subject: [PATCH] Add changelog --- CHANGELOG.md | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e60056ff1..0c213daa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,75 @@ # Change log +## 8.2.2 + +### Fixes + +#### All Editors + +* Fixed the ability to read out a document in the Firefox browser using + the screenreader ([DocumentServer#2837](https://github.com/ONLYOFFICE/DocumentServer/issues/2837)) +* Fixed displaying some chart types when opening the `DOCX` or `PPTX` documents +* Fixed availability of buttons on the right panel when the zoom is higher + than 200% + +#### Document Editor + +* Fixed stopping work of the editor when working with the Text box + in the Header if it contains the page number +* Fixed slow scrolling of documents if the document extends the visible area +* Fixed stopping work of the editor when comparing some `DOCX` documents +* Fixed selection of a word when placing the cursor in it if the Justified + alignment is applied to the line + +#### Spreadsheet Editor + +* Fixed stopping work of the editor when opening some `XLSX` files +* Fixed disappearing formulas when opening some `XLSX` files +* Fixed the ability to scroll a sheet horizontally using + `Shift` + `Mouse wheel` +* Fixed stopping work of the editor when merging all cells on a sheet +* Fixed loss of graphic objects rendering after rotating them + in the Sheet Right-to-left mode +* Fixed missing the Multi-Select/Clear Filter of Slicer buttons after scrolling + horizontally or vertically + +#### PDF Editor + +* Fixed stopping work of the editor when adding a matrix in a math equation +* Fixed the short-term absence of an image added by one of the users + in co-editing +* Fixed incorrect selection of paragraphs in the Select tool mode when opening + `XPS`/`OXPS` files +* Fixed flickering of a column with text when selecting an adjacent one + in some `PDF` files + +#### Convert + +* Fixed losing an image added to `watermark.fill` after converting the `DOCX` + files to `PDF` + +#### API + +* Fixed work of the `MoveToNextReviewChange` method with external access + to a document using a connector + +#### Mobile + +* Fixed the ability to work in a third-party application located + on the same page with mobile editors +* Fixed appearing the keyboard when opening documents in the view mode + and touching the screen +* Fixed zooming out page content after increasing zoom in the Standard view + and switching to the Mobile view +* Fixed the ability to enter text in the Samsung Internet browser + on some devices +* Fixed appearing the Magnifying glass tool when scrolling a document + +#### Compilation + +* Fixed missing files in the `core/Common/3dParty/` folder during compilation + ([build_tools#884](https://github.com/ONLYOFFICE/build_tools/issues/884)) + ## 8.2.1 ### Fixes