Add changelog for 5.3.2 (#592)
This commit is contained in:
parent
dc25fa5fdc
commit
c7f0f8c2df
|
@ -1,4 +1,4 @@
|
|||
personal_ws-1.1 en 436 utf-8
|
||||
personal_ws-1.1 en 437 utf-8
|
||||
ACOT
|
||||
ACOTH
|
||||
ActiveCell
|
||||
|
@ -177,11 +177,13 @@ gzip
|
|||
gziped
|
||||
healthcheck
|
||||
healthCheck
|
||||
hideContentControlTrack
|
||||
HiDPI
|
||||
HLOOKUP
|
||||
hotkey
|
||||
hotkeys
|
||||
html
|
||||
https
|
||||
HYPGEOM
|
||||
icu
|
||||
ie
|
||||
|
|
36
CHANGELOG.md
36
CHANGELOG.md
|
@ -1,5 +1,41 @@
|
|||
# Change log
|
||||
|
||||
## 5.3.2
|
||||
|
||||
### Fixes
|
||||
|
||||
#### All Editors
|
||||
|
||||
* Fix some more problems with SVG
|
||||
|
||||
#### Document Editor
|
||||
|
||||
* Fix JS error while scrolling in mail merge window (bug #41787)
|
||||
* Fix JS error while opening some specific docx (bug #41847)
|
||||
* Fix JS error while using final mode in review mode (bug #41846)
|
||||
* Fix the problem with updating positions in the inner
|
||||
classes within a paragraph (bug #41848)
|
||||
* Do not add changes to reviews with changes of the text properties
|
||||
if in fact there have been no changes (bug #41833)
|
||||
* Fix critical bug on setup hideContentControlTrack property
|
||||
* Fix show changes of second user if show changes disabled (bug #41576)
|
||||
* Fix the problem with accepting/rejecting review changes
|
||||
|
||||
#### Spreadsheet Editor
|
||||
|
||||
* Fix JS error for `Replace all` in some cases (bug #41760)
|
||||
* Fix column index error while insertion
|
||||
* Fix add changes to history on drawing sparklines
|
||||
|
||||
#### Plugins
|
||||
|
||||
* Suppress logging locale load error for plugins
|
||||
|
||||
#### Back-end
|
||||
|
||||
* Fix some false error messages
|
||||
* Fix unknown issuer name while download by https
|
||||
|
||||
## 5.3.1
|
||||
|
||||
### New Features
|
||||
|
|
Loading…
Reference in a new issue