Skip to content

Commit dc6add8

Browse files
committed
Add changelog
1 parent 8e44c1b commit dc6add8

File tree

1 file changed

+89
-0
lines changed

1 file changed

+89
-0
lines changed

CHANGELOG.md

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,93 @@
11
# Change log
22

3+
## 8.3.2
4+
5+
### Fixes
6+
7+
#### All Editors
8+
9+
#### Document Editor
10+
11+
* Fixed crash when pasting content into a document in NoHistory mode
12+
* Fixed stopping work of the editor when exiting the header/footer editing mode
13+
in some scenarios
14+
* Fixed an error when processing comments and data when opening
15+
some `DOCX` files
16+
* Fixed an issue with calculation of a float shape position in the header
17+
* Fixed navigation using the Arrow Left / Arrow Right keys in Arabic text
18+
([DocumentServer#3114](https://github.com/ONLYOFFICE/DocumentServer/issues/3114))
19+
* Fixed the cursor position when entering LTR text in a RTL paragraph
20+
* Fixed calculation of the cursor position for the last line of a RTL paragraph
21+
* Fixed the display of margins for a RTL paragraph
22+
* Fixed alignment for a RTL paragraph in some edge cases
23+
* Fixed the order of text wrapping ranges for RTL paragraphs
24+
* Fixed the handle horizontal ruler for RTL paragraphs
25+
* Fixed calculation of the first line indentation
26+
* Fixed missing line breaks in equations when opening some `DOCX` files
27+
* Fixed calculation of indent range start for RTL paragraphs
28+
* Fixed an issue with parsing props in plugin method for adding a content control
29+
* Fixed display of days of the week in the Date Picker Content Controls
30+
in the RTL UI mode
31+
* Fixed display of arrows of the Increase / Decrease indent buttons
32+
in the RTL UI mode
33+
* Fixed display of the Line Numbers button in the RTL UI mode
34+
35+
#### Spreadsheet Editor
36+
37+
* Fixed an error when opening `CSV` files in the Embedded mode
38+
* Fixed stopping work of the editor when inserting a new row if several other
39+
rows are selected in the `XLSX`file
40+
* Fixed stopping work of the editor when applying changes to the document after
41+
inserting a hyperlink to a new worksheet
42+
* Fixed crash of the editor when entering some variations of the `IF` formula
43+
* Fixed missing chart when opening some `ODS` files
44+
* Fixed an error that occurred in third-party editors when opening some
45+
exported `XLSX` files with external links
46+
* Fixed display of the WMF images when opening some `ODS` files
47+
* Fixed copying/pasting the Locked Cell property in the Protect Sheet mode
48+
([DocumentServer#2385](https://github.com/ONLYOFFICE/DocumentServer/issues/2385))
49+
* Fixed an error that occurred when opening some `XLSX` files for viewing
50+
51+
#### Presentation Editor
52+
53+
* Fixed an error that occurred in third-party editors when opening
54+
some exported `PPTX` files ([DocumentServer#2951](https://github.com/ONLYOFFICE/DocumentServer/issues/2951))
55+
* Fixed using the Merge shapes option in Fast co-editing mode when opening
56+
some `PPTX` files
57+
* Fixed work of the Eraser Screen option in the Presenter window
58+
* Fixed highlighting of the active color in the Ink color menu of the Draw tool
59+
in the Presenter window
60+
* Fixed display of the Ink color menu of the Draw tool for the window boundary
61+
values in the Presenter window
62+
63+
#### PDF Editor
64+
65+
* Fixed stopping work of the editor when clicking on the background area
66+
of the document when opening some `PDF` files
67+
68+
#### PDF Form
69+
70+
* Fixed an issue with clearing forms related to the specified role
71+
* Fixed an issue with using the Next/Prev buttons to navigate only to forms
72+
associated with the role (If the role is specified)
73+
* Fixed changing roles order
74+
75+
#### Security
76+
77+
* Fixed the XSS vulnerability when opening files via the WOPI protocol
78+
79+
#### Convert
80+
81+
* Fixed stopping the process of converting some `PAGES` files to `PNG`
82+
* Fixed stopping the process of converting some `HTM` and `HTML` files
83+
to the binary format
84+
* Fixed stopping the process of converting some `HWPX` files to `DOCT`
85+
* Fixed stopping the process of converting some `POT` files to `PPTT`
86+
* Fixed stopping the process of converting some `PPTX` files to `PPTT`
87+
* Fixed stopping the process of converting some `DOCX` files to most formats
88+
* Fixed stopping the process of converting some `XLS` files to `XLSB`
89+
* Fixed stopping the process of converting some `ODS` files to `XLSB`
90+
391
## 8.3.1
492

593
### New features
@@ -59,6 +147,7 @@
59147
* Fixed crash of the editor after redoing the sheet movement
60148
* Fixed stopping work of the editor after trying to select a value in a cell
61149
in some `XLSX` files
150+
* Fixed an error when expanding the dropdown list in some `XLSX` files
62151
* Fixed incorrect recalculation of the `TAKE` function in some formulas
63152
* Fixed loss of a hyperlink in the resulting workbook when using
64153
the `IMPORTRANGE` formula

0 commit comments

Comments
 (0)