From 7f99502e43ae5ad2575a0276239755a53e86c14f Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Mon, 13 Nov 2017 14:02:31 +0300 Subject: [PATCH] Add 5.0.4 Changelog --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aed2fe3..8951ac2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Change log +## 5.0.4 +### Fixes +#### All Editors +* Remove some unused code +* Fix Poland language bug (altGr + x/c on firefox/edge) +* Fix bug with images paths + +#### Document Editor +* Fix bug with removing and adding items from listview (tab list) +* Fix bug with creating several synchronize tips +* Fix line end in thumbnails +* Fix paste simple text to equations +* Fix opening version history + +#### Spreadsheet Editor +* Fix JS error for some pivot table styles (bug #36290) +* Check xfIndexNumber when merging styles to avoid errors with column styles +* Fix conditional formatting while changing cell values (bug #36253) + +#### Presentation Editor +* Don't disable prev-next buttons for slide demonstration +* Fix presentation demonstration: start from beginning +* Fix notes scroll +* Fix insert text operation duration (bug 36208) +* Fix browser zoom problem with reported pointer + +#### Back-end +* Fix conversion task is lost when entering and leaving the editor quickly (endless opening) +* Fix timeout error while first user do not performing save + ## 5.0.3 ### New Feature #### Distribution