From f0c13ef294cb2b0351a57a1b6a8a034a8f9577c5 Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Thu, 26 Apr 2018 12:57:18 +0300 Subject: [PATCH] Add Changelog for 5.1.3 sdksj --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 596fe41c..dacbacce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,34 @@ # Change log +## 5.1.3 +### New features +#### Document Editor +* Implement an East Asian script and line break in hieroglyphs ([sdkjs#300](https://github.com/ONLYOFFICE/sdkjs/pull/304)) +* Add hotkey Ctrl+Shift+Num8 - show/hide non printable symbols + +#### Document Builder +* Add function to get the width of the current column ([sdkjs#315](https://github.com/ONLYOFFICE/sdkjs/pull/315)) + +### Fixes +#### All editors +* Improve compatibility with IE11 ([sdkjs#302](https://github.com/ONLYOFFICE/sdkjs/pull/302)) ([sdkjs#317](https://github.com/ONLYOFFICE/sdkjs/pull/317)) +* Fix downloading specific docx file (#37454) ([sdkjs#300](https://github.com/ONLYOFFICE/sdkjs/pull/300)) +* Fix crash on opening files with empty pie charts ([sdkjs#318](https://github.com/ONLYOFFICE/sdkjs/pull/318)) + +#### Document Editor +* Fix displaying table after html convert (#37472) +* Fix adding comment to whole doc (#37425, ([DocumentServer#287](https://github.com/ONLYOFFICE/DocumentServer/issue/287))) ([sdkjs#319](https://github.com/ONLYOFFICE/sdkjs/pull/319)) +* Fix copy Rich Text Content from table (#37546) ([sdkjs#320](https://github.com/ONLYOFFICE/sdkjs/pull/320)) + +#### Spreadsheet Editor +* Fix formula dependency and file assemble after add col/row ([sdkjs#312](https://github.com/ONLYOFFICE/sdkjs/pull/312)) +* Fix opening specific xlsx file (#37515) ([sdkjs#316](https://github.com/ONLYOFFICE/sdkjs/pull/316)) + +#### Mobile Document Editor +* Fix replacing text while creating new paragraph (#37456) + +#### Mobile Spreadsheet Editor +* Fix bug with scrolling + ## 5.1.2 ### New features #### All Editors