|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
| 5 | +## 17.4.40 (2019-12-24) |
| 6 | + |
| 7 | +### Document Editor |
| 8 | + |
| 9 | +#### Breaking Changes |
| 10 | + |
| 11 | +- Some locale properties are renamed as below |
| 12 | + |
| 13 | +|Previous|Now| |
| 14 | +|----|----| |
| 15 | +|Linked(Paragraph and Character)|Linked Style| |
| 16 | +|Don't add space between the paragraphs of the same styles|Contextual Spacing| |
| 17 | +|The password don't match|Password Mismatch| |
| 18 | +|Exceptions (optional)|Exceptions Optional| |
| 19 | +|Select parts of the document and choose users who are allowed to freely edit them.|Select Part Of Document And User| |
| 20 | +|Yes, Start Enforcing Protection|Enforcing Protection| |
| 21 | +|This document is protected from unintentional editing. You may edit in this region.|Protected Document| |
| 22 | +|You may format text only with certain styles.|You may format text only with certain styles| |
| 23 | +|Type your comment hear|Type your comment here| |
| 24 | +|Added comments not posted. If you continue, that comment will be discarded.|Discard Comment| |
| 25 | +|Header & Footer|Header And Footer| |
| 26 | +|Different header and footer for odd and even pages.|Different header and footer for odd and even pages| |
| 27 | +|Different Odd & Even Pages|Different Odd And Even Pages| |
| 28 | +|Different header and footer for first page.|Different header and footer for first page| |
| 29 | +|Distance from top of the page to top of the header|Distance from top of the page to top of the header| |
| 30 | +|Distance from bottom of the page to bottom of the footer.|Distance from bottom of the page to bottom of the footer| |
| 31 | +|Insert / Delete|Insert Or Delete| |
| 32 | +|Number of heading or outline levels to be shown in table of contents.|Number of heading or outline levels to be shown in table of contents| |
| 33 | +|Show page numbers in table of contents.|Show page numbers in table of contents| |
| 34 | +|Right align page numbers in table of contents.|Right align page numbers in table of contents| |
| 35 | +|Use hyperlinks instead of page numbers.|Use hyperlinks instead of page numbers| |
| 36 | +|Bold (Ctrl+B)|Bold Tooltip| |
| 37 | +|Italic (Ctrl+I)|Italic Tooltip| |
| 38 | +|Underline (Ctrl+U)|Underline Tooltip| |
| 39 | +|Superscript (Ctrl+Shift++)|Superscript Tooltip| |
| 40 | +|Subscript (Ctrl+=)|Subscript Tooltip| |
| 41 | +|Align left (Ctrl+L)|Align left Tooltip| |
| 42 | +|Center (Ctrl+E)|Center Tooltip| |
| 43 | +|Align right (Ctrl+R)|Align right Tooltip| |
| 44 | +|Justify (Ctrl+J)|Justify Tooltip| |
| 45 | +|Create a new document.|Create a new document| |
| 46 | +|Open a document.|Open a document| |
| 47 | +|Undo the last operation (Ctrl+Z).|Undo Tooltip| |
| 48 | +|Redo the last operation (Ctrl+Y).|Redo Tooltip| |
| 49 | +|Insert inline picture from a file.|Insert inline picture from a file| |
| 50 | +|Create a link in your document for quick access to web pages and files (Ctrl+K).|Create Hyperlink| |
| 51 | +|Insert a bookmark in a specific place in this document.|Insert a bookmark in a specific place in this document| |
| 52 | +|Provide an overview of your document by adding a table of contents.|Provide an overview of your document by adding a table of contents| |
| 53 | +|Add or edit the header.|Add or edit the header| |
| 54 | +|Add or edit the footer.|Add or edit the footer| |
| 55 | +|Open the page setup dialog.|Open the page setup dialog| |
| 56 | +|Add page numbers.|Add page numbers| |
| 57 | +|Find text in the document (Ctrl+F).|Find Text| |
| 58 | +|The current page number in the document. Click or tap to navigate specific page.|Current Page Number| |
| 59 | + |
| 60 | +#### Bug Fixes |
| 61 | + |
| 62 | +- `#255913` - Bookmark is now insert properly in splitted paragraph. |
| 63 | +- `#255736` , `#256106` , `#257011` - Context menu is now open in Firefox, Edge and Safari. |
| 64 | +- `#254998` - Character format is now apply properly for selected bookmark. |
| 65 | +- `#254997`, `#256764`, `#257106` , `#256764` - Paragraph format is now export properly if document contains selection. |
| 66 | +- `#255272` - Resolved script error when navigate to bookmark in header. |
| 67 | +- `#255188` - Bookmark is now preserved properly in header and footer. |
| 68 | +- `#255601` - Bookmark is now select properly after insert text. |
| 69 | +- `#256385` - Copy is now working properly in Firefox. |
| 70 | +- `#256321` - Auto fit table is now lay-out properly if maximum word width exceeds container width. |
| 71 | +- `#256509` - Resolved script error throws on backspace when selection is in bookmark end. |
| 72 | +- `#256053` - TOC outline level is now serialized properly on Word export. |
| 73 | +- `#256449` - Bullet list is now render properly in IOS chrome and safari. |
| 74 | +- `#256099` - List is now apply properly in multilevel list. |
| 75 | +- `#256384` - Tab width is now update properly when paragraph contains hanging indent. |
| 76 | + |
5 | 77 | ## 17.4.39 (2019-12-17)
|
6 | 78 |
|
7 | 79 | ### Document Editor
|
|
0 commit comments