Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadushkin committed Nov 27, 2024
1 parent 4c969f2 commit 1e1f0d9
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# Change log

## 8.2.2

### Fixes

#### All Editors

* 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%
* Fixed application launch on macOS Big Sur with the Apple Silicone architecture
* Fixed crash of the editor when detaching a tab with a document, opened from the cloud portal, into a separate window

Check failure on line 12 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdownlint

Line length [Expected: 80; Actual: 118]

CHANGELOG.md:12:81 MD013/line-length Line length [Expected: 80; Actual: 118]

#### Document Editor

* Fixed stopping work of the editor when working with the Text box in the Header if it contains the page number

Check failure on line 16 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdownlint

Line length [Expected: 80; Actual: 111]

CHANGELOG.md:16:81 MD013/line-length Line length [Expected: 80; Actual: 111]
* Fixed slow scrolling of documents if the document extends the visible area
* Fixed stopping work of the editor when comparing some `DOCX` documents
* Fixed text selection when clicking on a paragraph with Justified alignment
* Fixed the ability to return to the current document from the version history or show the file if a new version was build on the portal DocSpace/Workspace

Check failure on line 20 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdownlint

Line length [Expected: 80; Actual: 155]

CHANGELOG.md:20:81 MD013/line-length Line length [Expected: 80; Actual: 155]

#### Spreadsheet Editor

* Fixed stopping work of the editor when deleting a formula from a cell in some `XLSX` files

Check failure on line 24 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdownlint

Line length [Expected: 80; Actual: 92]

CHANGELOG.md:24:81 MD013/line-length Line length [Expected: 80; Actual: 92]
* 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

Check failure on line 28 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdownlint

Line length [Expected: 80; Actual: 93]

CHANGELOG.md:28:81 MD013/line-length Line length [Expected: 80; Actual: 93]
* Fixed missing the Multi-Select/Clear Filter of Slicer buttons after scrolling horizontally or vertically

Check failure on line 29 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdownlint

Line length [Expected: 80; Actual: 106]

CHANGELOG.md:29:81 MD013/line-length Line length [Expected: 80; Actual: 106]

#### 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/columns in the Select tool mode when opening `XPS`/`OXPS`/`PDF` files

Check failure on line 35 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdownlint

Line length [Expected: 80; Actual: 111]

CHANGELOG.md:35:81 MD013/line-length Line length [Expected: 80; Actual: 111]

#### Forms

* Fixed the status of unsaved changes presence when clicking Complete & Submit quickly during filling in a form in DocSpace

Check failure on line 39 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdownlint

Line length [Expected: 80; Actual: 123]

CHANGELOG.md:39:81 MD013/line-length Line length [Expected: 80; Actual: 123]

## 8.2.1

### Fixes
Expand Down

0 comments on commit 1e1f0d9

Please sign in to comment.