Add more changes

This commit is contained in:
Pavel Lobashov 2018-04-26 13:38:18 +03:00
parent be9ef304df
commit db45e7b017

View file

@ -1,9 +1,23 @@
# Change log # Change log
## 5.1.3 ## 5.1.3
### New features ### New features
#### All editors
* New `View Settings` menu in top right corner
* New selector for links type in CSE CPE
* Ability to replace image via context menu (#11493)
* Customize initial zoom for the embedded editors
#### Document Editor #### Document Editor
* Implement an East Asian script and line break in hieroglyphs ([sdkjs#300](https://github.com/ONLYOFFICE/sdkjs/pull/304)) * 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 * Add hotkey Ctrl+Shift+Num8 - show/hide non printable symbols
* Add ability to export documents to RTF
#### Spreadsheet Editor
* Add support of French formulas
* Ability to select Cell format via context menu (#16272)
#### Preseentation Editor
* Add hints to presentation themes (bug #21362)
#### Document Builder #### Document Builder
* Add function to get the width of the current column ([sdkjs#315](https://github.com/ONLYOFFICE/sdkjs/pull/315)) * Add function to get the width of the current column ([sdkjs#315](https://github.com/ONLYOFFICE/sdkjs/pull/315))