Add Changelog v6.4.2

This commit is contained in:
Pavel Lobashov 2021-10-13 14:38:19 +03:00
parent 422d628de8
commit 0f0f5fd751
No known key found for this signature in database
GPG key ID: 47F57222688BE1AA

View file

@ -1,5 +1,28 @@
# Change log
## 6.4.2
### Fixes
#### All Editors
* Fix JS errors while copy chart from CDE to CPE (Bug #52844)
* Fix `htmlutils.js` not found for `toolbarNoTabs` (Bug #52849)([DocumentServer#1445](https://github.com/ONLYOFFICE/DocumentServer/issues/1445))
#### Documents Editor
* Fix JS error while comparing some specific docx files (Bug #52909)
* Fix JS error while undo in compare mode (Bug #52865)
#### Spreadsheet Editor
* Fix lost gradient in some files (Bug #52801)
#### Integration Example
* Major updates in all components
* Fix some issues in `wopi` view
## 6.4.1
### New Features