@syncfusion/ej2-angular-documenteditor 20.2.39 → 20.2.40-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (203) hide show
  1. package/@syncfusion/ej2-angular-documenteditor.es5.js +574 -0
  2. package/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-documenteditor.js +544 -0
  4. package/@syncfusion/ej2-angular-documenteditor.js.map +1 -0
  5. package/CHANGELOG.md +3034 -0
  6. package/dist/ej2-angular-documenteditor.umd.js +841 -0
  7. package/dist/ej2-angular-documenteditor.umd.js.map +1 -0
  8. package/dist/ej2-angular-documenteditor.umd.min.js +11 -0
  9. package/dist/ej2-angular-documenteditor.umd.min.js.map +1 -0
  10. package/ej2-angular-documenteditor.d.ts +6 -0
  11. package/ej2-angular-documenteditor.metadata.json +1 -0
  12. package/package.json +14 -28
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/collection.json +15 -0
  15. package/schematics/generators/documenteditorcontainer-default/index.d.ts +3 -0
  16. package/schematics/generators/documenteditorcontainer-default/index.js +8 -0
  17. package/schematics/generators/documenteditorcontainer-default/sample-details.d.ts +5 -0
  18. package/schematics/generators/documenteditorcontainer-default/sample-details.js +7 -0
  19. package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  20. package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  21. package/schematics/generators/documenteditorcontainer-default/schema.d.ts +3 -0
  22. package/schematics/generators/documenteditorcontainer-default/schema.js +2 -0
  23. package/schematics/generators/documenteditorcontainer-default/schema.json +125 -0
  24. package/schematics/ng-add/index.d.ts +3 -0
  25. package/schematics/ng-add/index.js +9 -0
  26. package/schematics/ng-add/schema.d.ts +13 -0
  27. package/schematics/ng-add/schema.js +2 -0
  28. package/schematics/ng-add/schema.json +34 -0
  29. package/schematics/tsconfig.json +25 -0
  30. package/schematics/utils/lib-details.d.ts +4 -0
  31. package/schematics/utils/lib-details.js +6 -0
  32. package/schematics/utils/lib-details.ts +2 -2
  33. package/src/document-editor/documenteditor-all.module.d.ts +0 -6
  34. package/src/document-editor/documenteditor.component.d.ts +0 -3
  35. package/src/document-editor/documenteditor.module.d.ts +0 -6
  36. package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +0 -6
  37. package/src/document-editor-container/documenteditorcontainer.component.d.ts +0 -3
  38. package/src/document-editor-container/documenteditorcontainer.module.d.ts +0 -6
  39. package/styles/bootstrap-dark.css +1 -9
  40. package/styles/bootstrap.css +1 -9
  41. package/styles/bootstrap4.css +1 -9
  42. package/styles/bootstrap5-dark.css +3 -10
  43. package/styles/bootstrap5.css +3 -10
  44. package/styles/document-editor/bootstrap-dark.css +0 -5
  45. package/styles/document-editor/bootstrap-dark.scss +1 -4
  46. package/styles/document-editor/bootstrap.css +0 -5
  47. package/styles/document-editor/bootstrap.scss +1 -4
  48. package/styles/document-editor/bootstrap4.css +0 -5
  49. package/styles/document-editor/bootstrap4.scss +1 -4
  50. package/styles/document-editor/bootstrap5-dark.css +0 -5
  51. package/styles/document-editor/bootstrap5-dark.scss +1 -4
  52. package/styles/document-editor/bootstrap5.css +0 -5
  53. package/styles/document-editor/bootstrap5.scss +1 -4
  54. package/styles/document-editor/fabric-dark.css +0 -5
  55. package/styles/document-editor/fabric-dark.scss +1 -4
  56. package/styles/document-editor/fabric.css +0 -5
  57. package/styles/document-editor/fabric.scss +1 -4
  58. package/styles/document-editor/fluent-dark.css +0 -5
  59. package/styles/document-editor/fluent-dark.scss +1 -4
  60. package/styles/document-editor/fluent.css +0 -5
  61. package/styles/document-editor/fluent.scss +1 -4
  62. package/styles/document-editor/highcontrast-light.css +14 -18
  63. package/styles/document-editor/highcontrast-light.scss +1 -4
  64. package/styles/document-editor/highcontrast.css +0 -5
  65. package/styles/document-editor/highcontrast.scss +1 -4
  66. package/styles/document-editor/material-dark.css +0 -5
  67. package/styles/document-editor/material-dark.scss +1 -4
  68. package/styles/document-editor/material.css +0 -5
  69. package/styles/document-editor/material.scss +1 -4
  70. package/styles/document-editor/tailwind-dark.css +0 -5
  71. package/styles/document-editor/tailwind-dark.scss +1 -4
  72. package/styles/document-editor/tailwind.css +0 -5
  73. package/styles/document-editor/tailwind.scss +1 -4
  74. package/styles/document-editor-container/bootstrap-dark.css +1 -4
  75. package/styles/document-editor-container/bootstrap-dark.scss +1 -5
  76. package/styles/document-editor-container/bootstrap.css +1 -4
  77. package/styles/document-editor-container/bootstrap.scss +1 -5
  78. package/styles/document-editor-container/bootstrap4.css +1 -4
  79. package/styles/document-editor-container/bootstrap4.scss +1 -5
  80. package/styles/document-editor-container/bootstrap5-dark.css +3 -5
  81. package/styles/document-editor-container/bootstrap5-dark.scss +1 -5
  82. package/styles/document-editor-container/bootstrap5.css +3 -5
  83. package/styles/document-editor-container/bootstrap5.scss +1 -5
  84. package/styles/document-editor-container/fabric-dark.css +1 -4
  85. package/styles/document-editor-container/fabric-dark.scss +1 -5
  86. package/styles/document-editor-container/fabric.css +1 -4
  87. package/styles/document-editor-container/fabric.scss +1 -5
  88. package/styles/document-editor-container/fluent-dark.css +3 -5
  89. package/styles/document-editor-container/fluent-dark.scss +1 -5
  90. package/styles/document-editor-container/fluent.css +3 -5
  91. package/styles/document-editor-container/fluent.scss +1 -5
  92. package/styles/document-editor-container/highcontrast-light.css +15 -18
  93. package/styles/document-editor-container/highcontrast-light.scss +1 -5
  94. package/styles/document-editor-container/highcontrast.css +1 -4
  95. package/styles/document-editor-container/highcontrast.scss +1 -5
  96. package/styles/document-editor-container/material-dark.css +1 -4
  97. package/styles/document-editor-container/material-dark.scss +1 -5
  98. package/styles/document-editor-container/material.css +1 -4
  99. package/styles/document-editor-container/material.scss +1 -5
  100. package/styles/document-editor-container/tailwind-dark.css +3 -5
  101. package/styles/document-editor-container/tailwind-dark.scss +1 -5
  102. package/styles/document-editor-container/tailwind.css +3 -5
  103. package/styles/document-editor-container/tailwind.scss +1 -5
  104. package/styles/fabric-dark.css +1 -9
  105. package/styles/fabric.css +1 -9
  106. package/styles/fluent-dark.css +3 -10
  107. package/styles/fluent.css +3 -10
  108. package/styles/highcontrast-light.css +15 -22
  109. package/styles/highcontrast.css +1 -9
  110. package/styles/material-dark.css +1 -9
  111. package/styles/material.css +1 -9
  112. package/styles/tailwind-dark.css +3 -10
  113. package/styles/tailwind.css +3 -10
  114. package/esm2020/public_api.mjs +0 -3
  115. package/esm2020/src/document-editor/documenteditor-all.module.mjs +0 -113
  116. package/esm2020/src/document-editor/documenteditor.component.mjs +0 -262
  117. package/esm2020/src/document-editor/documenteditor.module.mjs +0 -25
  118. package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +0 -29
  119. package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +0 -66
  120. package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +0 -25
  121. package/esm2020/src/index.mjs +0 -8
  122. package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -5
  123. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +0 -506
  124. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
  125. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -506
  126. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
  127. package/styles/document-editor/_all.scss +0 -3
  128. package/styles/document-editor/_bootstrap-dark-definition.scss +0 -544
  129. package/styles/document-editor/_bootstrap-definition.scss +0 -543
  130. package/styles/document-editor/_bootstrap4-definition.scss +0 -556
  131. package/styles/document-editor/_bootstrap5-dark-definition.scss +0 -1
  132. package/styles/document-editor/_bootstrap5-definition.scss +0 -557
  133. package/styles/document-editor/_fabric-dark-definition.scss +0 -546
  134. package/styles/document-editor/_fabric-definition.scss +0 -545
  135. package/styles/document-editor/_fluent-dark-definition.scss +0 -1
  136. package/styles/document-editor/_fluent-definition.scss +0 -566
  137. package/styles/document-editor/_fusionnew-definition.scss +0 -557
  138. package/styles/document-editor/_highcontrast-definition.scss +0 -545
  139. package/styles/document-editor/_highcontrast-light-definition.scss +0 -2985
  140. package/styles/document-editor/_layout.scss +0 -216
  141. package/styles/document-editor/_material-dark-definition.scss +0 -562
  142. package/styles/document-editor/_material-definition.scss +0 -562
  143. package/styles/document-editor/_material3-definition.scss +0 -557
  144. package/styles/document-editor/_tailwind-dark-definition.scss +0 -1
  145. package/styles/document-editor/_tailwind-definition.scss +0 -554
  146. package/styles/document-editor/_theme.scss +0 -3391
  147. package/styles/document-editor/icons/_bootstrap-dark.scss +0 -607
  148. package/styles/document-editor/icons/_bootstrap.scss +0 -607
  149. package/styles/document-editor/icons/_bootstrap4.scss +0 -592
  150. package/styles/document-editor/icons/_bootstrap5-dark.scss +0 -1
  151. package/styles/document-editor/icons/_bootstrap5.scss +0 -642
  152. package/styles/document-editor/icons/_fabric-dark.scss +0 -607
  153. package/styles/document-editor/icons/_fabric.scss +0 -607
  154. package/styles/document-editor/icons/_fluent-dark.scss +0 -1
  155. package/styles/document-editor/icons/_fluent.scss +0 -640
  156. package/styles/document-editor/icons/_fusionnew.scss +0 -642
  157. package/styles/document-editor/icons/_highcontrast-light.scss +0 -612
  158. package/styles/document-editor/icons/_highcontrast.scss +0 -607
  159. package/styles/document-editor/icons/_material-dark.scss +0 -600
  160. package/styles/document-editor/icons/_material.scss +0 -600
  161. package/styles/document-editor/icons/_material3.scss +0 -642
  162. package/styles/document-editor/icons/_tailwind-dark.scss +0 -642
  163. package/styles/document-editor/icons/_tailwind.scss +0 -642
  164. package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +0 -171
  165. package/styles/document-editor-container/_all.scss +0 -2
  166. package/styles/document-editor-container/_bootstrap-dark-definition.scss +0 -127
  167. package/styles/document-editor-container/_bootstrap-definition.scss +0 -127
  168. package/styles/document-editor-container/_bootstrap4-definition.scss +0 -143
  169. package/styles/document-editor-container/_bootstrap5-dark-definition.scss +0 -1
  170. package/styles/document-editor-container/_bootstrap5-definition.scss +0 -153
  171. package/styles/document-editor-container/_definition.scss +0 -11
  172. package/styles/document-editor-container/_fabric-dark-definition.scss +0 -132
  173. package/styles/document-editor-container/_fabric-definition.scss +0 -129
  174. package/styles/document-editor-container/_fluent-dark-definition.scss +0 -1
  175. package/styles/document-editor-container/_fluent-definition.scss +0 -154
  176. package/styles/document-editor-container/_fusionnew-definition.scss +0 -153
  177. package/styles/document-editor-container/_highcontrast-definition.scss +0 -130
  178. package/styles/document-editor-container/_highcontrast-light-definition.scss +0 -133
  179. package/styles/document-editor-container/_layout.scss +0 -87
  180. package/styles/document-editor-container/_material-dark-definition.scss +0 -131
  181. package/styles/document-editor-container/_material-definition.scss +0 -130
  182. package/styles/document-editor-container/_material3-definition.scss +0 -153
  183. package/styles/document-editor-container/_tailwind-dark-definition.scss +0 -1
  184. package/styles/document-editor-container/_tailwind-definition.scss +0 -147
  185. package/styles/document-editor-container/_theme.scss +0 -2001
  186. package/styles/document-editor-container/icons/_bootstrap-dark.scss +0 -397
  187. package/styles/document-editor-container/icons/_bootstrap.scss +0 -397
  188. package/styles/document-editor-container/icons/_bootstrap4.scss +0 -397
  189. package/styles/document-editor-container/icons/_bootstrap5-dark.scss +0 -1
  190. package/styles/document-editor-container/icons/_bootstrap5.scss +0 -423
  191. package/styles/document-editor-container/icons/_fabric-dark.scss +0 -397
  192. package/styles/document-editor-container/icons/_fabric.scss +0 -397
  193. package/styles/document-editor-container/icons/_fluent-dark.scss +0 -1
  194. package/styles/document-editor-container/icons/_fluent.scss +0 -423
  195. package/styles/document-editor-container/icons/_fusionnew.scss +0 -423
  196. package/styles/document-editor-container/icons/_highcontrast-light.scss +0 -397
  197. package/styles/document-editor-container/icons/_highcontrast.scss +0 -397
  198. package/styles/document-editor-container/icons/_material-dark.scss +0 -399
  199. package/styles/document-editor-container/icons/_material.scss +0 -399
  200. package/styles/document-editor-container/icons/_material3.scss +0 -423
  201. package/styles/document-editor-container/icons/_tailwind-dark.scss +0 -423
  202. package/styles/document-editor-container/icons/_tailwind.scss +0 -423
  203. package/syncfusion-ej2-angular-documenteditor.d.ts +0 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,3034 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ### Document Editor
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I392289`, `#I392289` - Resolved issue in adding custom context menu item.
10
+ - `#I391927` - Resolved issue in `stopProtection` API.
11
+ - `#I381509`, `#I376243`, `#I383105`, `#I378540`, `#I379501` - Resolved document layouting issue due to footnote element.
12
+ - `#I389862` - Resoled issued in accepting revision inside the table.
13
+ - `#I383928` - The cell background color is now rendered properly.
14
+ - `#I381259` - Resolved the script error while switching between print and web layout.
15
+ - `#I379297` - Resolved the issue with the header footer while pasting content.
16
+ - `#I380334` - Resolved table layouting issue.
17
+ - `#I376898` - Resolved issue with pasting table inside another table.
18
+ - `#I383930` - Resolved the table collapse issue while inserting a column in the merged cell.
19
+ - `#I383369` - Improved performance of replacing more than 10000 occurrences of a text.
20
+ - `#I381261` - Next editing range is now navigated properly.
21
+
22
+ ## 20.2.39 (2022-07-19)
23
+
24
+ ### Document Editor
25
+
26
+ #### Bug Fixes
27
+
28
+ - `#I386312` - Resolved issue in increase/decrease indent using tab key.
29
+ - `#I378136` - Resolved the content hanging issue while opening the document with tab character.
30
+ - `#I390208`, `#I376243` - Resolved script error while loading the attached document.
31
+ - `#I389150` - Locked regions are not synced properly.
32
+ - `#I381259` - Resolved script error while navigating between print and web layout.
33
+ - `#I381509` - Resolved layouting issue due to footnote element.
34
+ - `#I381367` - Resolved script error while adding comment.
35
+ - `#I384633` - Restricted margin value in page setup dialog similar to MS Word.
36
+ - `#I383938` - New table is now adjust properly to the page width.
37
+ - `#F173898` - Resolved issue with copy & pasting text with highlight color.
38
+ - `#I379350` - Resolved layouting issue due to list format.
39
+ - `#I383921` - Resolved ok button disabled after selecting bookmark in hyperlink dialog.
40
+
41
+ #### New Feature
42
+
43
+ - `#I381313` - Added API to get clipboard content.
44
+
45
+ ## 20.2.38 (2022-07-12)
46
+
47
+ ### Document Editor
48
+
49
+ #### Bug Fixes
50
+
51
+ - `#I379353`, `#I378987` - Resolved floating table overlapping issue.
52
+ - `#F174378` - Improved performance while editing in the protected document.
53
+ - `#I375732` - Resolved issue in rendering merged cell.
54
+ - `#I376914` - Resolved script error while updating the list.
55
+ - `#I378333` - Resolved tab character layouting issue.
56
+ - `#I381087` - Resolved issue in `stopProtection` API.
57
+ - `#I382546`, `#I384249` - Resolved table disappearing issue while applying top margin.
58
+
59
+ ## 20.1.52 (2022-05-04)
60
+
61
+ ### Document Editor
62
+
63
+ #### Bug Fixes
64
+
65
+ - `#I368653` - Resolved the Document Editor numbering continuity issue.
66
+ - `#I376374` - Resolved the exception thrown on exporting a sfdt without a metafile property in server-side.
67
+ - `#I373298` - Resolved the extra paragraph added while updating the table of contents.
68
+ - `#I373359` - Resolved the multiples instances of table of content creation when track changes is enabled.
69
+ - `#I373451` - Resolved exception while open the document with image without relation identifier.
70
+ - `#I373159` - Resolved the console error thrown on pasting a content and then changing page orientation.
71
+ - `#I373175` - Resolved the script error thrown on deleting the revision text.
72
+ - `#I372741` - Resolved inconsistent behaviour of text selection inside an editable table cell within a read only document.
73
+ - `#I372794` - Resolved the script error while serializing sfdt document with page break to html format in server-side.
74
+ - `#I372636` - Resolved the text inside the shape with wrapping style 'in-front of text'.
75
+ - `#I372159` - Default number format for Page field is now displayed properly.
76
+ - `#I371816` - List format is now preserved properly on importing.
77
+ - `#I371644` - Table formatting is now preserved properly while copy pasting table and resolved the document hanging in copying.
78
+ - `#I370909` - Resolved the script error rendering after content delete.
79
+ - `#I369585` - Resolved the scrolling becomes quite slow while selecting the text in document with more than 20 pages.
80
+ - `#I368794` - Resolved the tab space issue.
81
+ - `#I366157`, `#I367362` - Resolved the table rendering issue at the bottom of the page.
82
+ - `#I293527` - Justify paragraph layout issue in new page first paragraph is now resolved.
83
+ - `#I373340` - Resolved the content hanging issue while opening the attached document.
84
+ - `#I372431` - Resolved the table misalignment issue if the table has positioning properties.
85
+
86
+ ## 20.1.51 (2022-04-26)
87
+
88
+ ### Document Editor
89
+
90
+ #### Bug Fixes
91
+
92
+ - `#I361566`, `#I372584` - Resolved the wrapping style issue in header/footer.
93
+ - `#I373016` - Resolved the script error in accepting the revision inside the table.
94
+ - `#I370714` - Resolved the character format updating issue.
95
+ - `#I364803` - Resolved the track changes to empty page.
96
+ - `#I356022` - Resolved the wrong comma placing in Hebrew language.
97
+ - `#I368816` - Resolved the pie chart rendering and exporting issue.
98
+
99
+ ## 20.1.50 (2022-04-19)
100
+
101
+ ### Document Editor
102
+
103
+ #### Bug Fixes
104
+
105
+ - `#I374477` - Resolved the script error in XmlHttpRequest in lock and edit.
106
+ - `#I372421` - Resolved issues in insert row/column paragraph format inheritance from previous paragraph.
107
+ - `#IF173898` - Resolved the highlight color is not preserved in copy/paste.
108
+
109
+ ## 20.1.48 (2022-04-12)
110
+
111
+ ### Document Editor
112
+
113
+ #### Bug Fixes
114
+
115
+ - `#I374325`, `#I374720` - Resolved the text input issue replacing the selected text.
116
+ - `#I366806` - Resolved the content overlapping issue.
117
+ - `#I360442`, `#I372285` - Resolved the add to dictionary context item localization issue.
118
+ - `#I368653` - Resolved the numbering continuity issue.
119
+ - `#I368442` - Resolved the table of content alignment issue.
120
+ - `#I369908` - Resolved the alignment issue in the header.
121
+ - `#I368287` - Resolved the rendering issue for font family with number in canvas element.
122
+ - `#I368056` - Resolved the newly inserted footnote content style issue.
123
+ - `#I365347` - Resolved the paste content in between a paragraph.
124
+ - `#I366850` - Resolved the script error in DocumentEditorContainer component destroy.
125
+ - `#I368658` - Resolved the script error in pasting the content.
126
+ - `#F171582`, `#F173213` - Resolved the color preservation issue in pasting the highlighted cell from excel.
127
+ - `#F173430` - Resolved the delay in filling a document with large number of form fields.
128
+ - `#I370428` - Resolved the script error in replacing the text.
129
+ - `#I370305` - Resolved the cropped image rendering issue.
130
+ - `#I368292` - Resolved the empty merge field layout issue.
131
+ - `#I369092` - Indentation behaviour for numbered list is updated.
132
+
133
+ ## 20.1.47 (2022-04-04)
134
+
135
+ ### Document Editor
136
+
137
+ #### Bug Fixes
138
+
139
+ - `#I367457` - Resolved the nested table content positioning issue.
140
+ - `#I365347` - Copied content is now pasted properly in between the paragraph.
141
+ - `#I361140` - Resolved the script error in inserting footnote content.
142
+ - `#I366968` - Newly added table row border is now exported properly in server-side word export.
143
+ - `#I366806` - Resolved the content overlapping issue with wrapped shape.
144
+ - `#I363360` - Resolved the new window sample dialog height issue.
145
+
146
+ #### New Features
147
+
148
+ - `#I348441` - Added support for adding SVG image in a Word document.
149
+ - `#I348727` - Added support for setting automatic space before and after a paragraph in a Word document.
150
+ - `#I268209` - Added support for restricting documents with comments only protection type.
151
+ - `#I363489` - Improved the performance of the server-side spell check library.
152
+
153
+ ## 19.4.56 (2022-03-15)
154
+
155
+ ### Document Editor
156
+
157
+ #### Bug Fixes
158
+
159
+ - `#SF-366157`, `#SF-367362` - Table in the end of the page is now rendered properly.
160
+ - `#SF-365958` - Resolved the issue in track change undo/redo.
161
+ - `#SF-366627` - Resolved the script error in the inline form fill mode.
162
+ - `#SF-367474`, `#SF-367493` - Resolved the line breaking issue in keep text only mode pasting.
163
+ - `#SF-366968` - Table border is now exported properly in server-side word export.
164
+ - `#SF-361925` - Resolved the script error in creating consecutive styles.
165
+ - `#SF-366592` - Resolved the number format issue in decreasing the indent.
166
+
167
+ ## 19.4.55 (2022-03-08)
168
+
169
+ ### Document Editor
170
+
171
+ #### Bug Fixes
172
+
173
+ - `#SF-368151` - Resolved the upper case function in localization.
174
+ - `#SF-367003` - Text is congested after using numbering is resolved.
175
+ - `#SF-366157` - Resolved the multi level list restart numbering issue.
176
+ - `#SF-365713` - Resolved the table layout issue in compatibility mode.
177
+ - `#SF-354038` - Resolved the script error in exporting document with large.
178
+ - `#SF-364803` - Resolved the track changes to empty page.
179
+ - `#F172160` - Resolved the editing the document after inserting table of contents.
180
+ - `#SF-367119` - Resolved the script error while loading a document.
181
+ - `#SF-369375` - Resolved the revision duplication in loading document with track changes.
182
+ - `#SF-365347` - Resolved the copy/paste for match destination formatting.
183
+ - `#SF-366101` - Resolved the font size binding issue in font dialog.
184
+ - `#SF-362395` - Resolved the table delete issue when track changes is enabled.
185
+ - `#SF-359599` - Resolved the empty paragraph track changes not showing in track changes pane.
186
+ - `#SF-361140` - Endnote splitting issue to new page is resolved.
187
+ - `#SF-367119` - Resolved the script error in opening document with shapes.
188
+
189
+ ## 19.4.54 (2022-03-01)
190
+
191
+ ### Document Editor
192
+
193
+ #### Bug Fixes
194
+
195
+ - `#SF-365347` - Resolved the copy/paste for match destination formatting.
196
+ - `#SF-366101` - Resolved the font size binding issue in font dialog.
197
+ - `#SF-362395` - Resolved the table delete issue when track changes is enabled.
198
+ - `#SF-359599` - Resolved the empty paragraph track changes not showing in track changes pane.
199
+ - `#SF-361140` - Endnote splitting issue to new page is resolved.
200
+ - `#SF-367119` - Resolved the script error in opening document with shapes.
201
+
202
+ ## 19.4.53 (2022-02-22)
203
+
204
+ ### Document Editor
205
+
206
+ #### Bug Fixes
207
+
208
+ - `#F172362` - Resolved the script error in removing form field
209
+ - `#SF-363487` - Resolved the spell check call triggering issue along with spell check by page.
210
+ - `#SF-365295` - Comment and track changes date time is now compatible with MS Word.
211
+ - `#SF-363790` - Resolved the performance issue in selection when focus moves out for Document editor.
212
+ - `#SF-293910` - Comment operation is are restricted in the read only mode.
213
+ - `#F171981` - Resolved the `beforeFormFieldFill` event triggering issue keyboard navigation.
214
+ - `#SF-363546` - Resolved the script error in deleting the table with the bookmark.
215
+ - `#FB31160` - Resolved the empty lines tracked changes.
216
+ - `#SF-364322`, `#SF-365061` - Resolved the high light colour exporting issue in server-side saving.
217
+ - `#FB32346` - Resolved the script error in deleting the image in spell check enabled mode.
218
+
219
+ ## 19.4.52 (2022-02-15)
220
+
221
+ ### Document Editor
222
+
223
+ #### Bug Fixes
224
+
225
+ - `#SF-356242`, `#SF-364511` - Resolved the character format and paragraph format in inserting new row and column.
226
+ - `#SF-363021` - Resolved the bullet list copy paste issue.
227
+ - `#SF-363285` - Resolved the bulleted list deletion issue inside table.
228
+ - `#SF-362395` - Resolved the table delete issue when track changes is enabled.
229
+ - `#F171944` - Resolved the document scrolling issue.
230
+ - `#SF-361169` - Resolved the pasting issue in large non-formatted content.
231
+ - `#SF-356384` - Resolved the merged cell rendering issue.
232
+ - `#SF-355425` - Resolved the relayout issue in editing wrapped table editing.
233
+ - `#SF-352941` - Resolved the table border rendering.
234
+ - `#SF-353976` - Resolved the table merged cells rendering issue.
235
+
236
+ #### New Features
237
+
238
+ - `#F168557` - Added support for insert new paragraph using \r\n, \r, \n
239
+ - `#SF-358641` - Added API to get/set field information.
240
+
241
+ ## 19.4.50 (2022-02-08)
242
+
243
+ ### Document Editor
244
+
245
+ #### Bug Fixes
246
+
247
+ - `#F171012` - Character style is now applied properly.
248
+ - `#SF-361141` - Resolved the endnote number format rendering issue.
249
+ - `#SF-359056` - Resolved the hanging issue in loading document with hebrew text.
250
+ - `#SF-352586`, `#F170330` - Resolved the track changes and restrict editing region issues in header/footer.
251
+ - `#SF-364411` - Resolved the image height and width serialization issue in server-side exporting.
252
+ - `#SF-361566` - Resolved the wrapping style issue in header/footer.
253
+ - `#SF-361147` - Resolved the relayout issue in footnote moving to next page.
254
+ - `#SF-361532` - Resolved the strike through applying issue for bulleted list.
255
+ - `#F171673`, `#SF-362944` - Resolved the comments pane opening issue in editing.
256
+ - `#SF-361056`, `#SF-364408` - Resolved the empty revision loading issue track changes pane.
257
+
258
+ ## 19.4.48 (2022-01-31)
259
+
260
+ ### Document Editor
261
+
262
+ #### Bug Fixes
263
+
264
+ - `#SF-355895` - Resolved the stacked column rendering issue.
265
+ - `#SF-359392` - Resolved the pie chart color rendering issue.
266
+ - `#F171212` - Resolved the section format copy/paste issue.
267
+ - `#SF-359809` - Table formatting is not applied properly.
268
+ - `#SF-359914` - Resolved the nested table height issue.
269
+ - `#SF-362938` - Resolved the spell check shows error for correct word after backspace/delete.
270
+ - `#SF-358997` - Resolved the script error in selection when first page of the document filled with shape with image and wrapping style.
271
+ - `#SF-361108` - Resolved the script error in the copy/paste.
272
+ - `#FB29987` - Resolved the table layouting issue in conversion from HTML to Document.
273
+ - `#SF-362365` - Resolved the modifying level in drop down.
274
+ - `#SF-363485` - Resolved the preferred width type mismatch in server-side SFDT to Docx conversion.
275
+ - `#F171941` - Resolved the insert page break in optimized spell check mode.
276
+ - `#SF-359775` - Column Clustered is not rendered properly.
277
+ - `#SF-359392` - Resolved the default chart color applied to pie chart.
278
+ - `#SF-359223` - Resolved the backspace issue in track changes.
279
+ - `#SF-356022` - Resolved the wrong comma placing in Hebrew language.
280
+ - `#SF-359056` - Resolved document hanging issue opening hebrew document.
281
+ - `#F169863`, `#SF-354348` - Resolved the server-side exporting issue in SFDT to Docx.
282
+ - `#SF-359780` - Resolved the layout issue in word 2013 justification for list applied text.
283
+ - `#SF-356294` - Resolved the extra space adding while copying and pasting text with bookmarks.
284
+ - `#SF-356242` - Resolved the style issue for the newly added rows & columns in the table.
285
+ - `#SF-358936` - Resolved the HTML Element ContentEditable property issue in DocumentEditor.
286
+ - `#SF-357051` - Resolved the element alignment issue due to page break.
287
+ - `#SF-355713` - Resolved the script error in applying restrict editing in DocumentEditorContainer.
288
+ - `#SF-354207` - Resolved the atleast line spacing type line height issue.
289
+ - `#SF-354215` - Resolved the floating elements positioning issue after update form fields.
290
+ - `#SF-357939` - Resolved the footer overlapping issue after pasting large content.
291
+ - `#SF-354644` - Resolved the overlapping issue for image with top and bottom wrapping style in header.
292
+ - `#SF-358814` - Document with applied list format is exported properly.
293
+ - `#F171012` - Resolved the script error in applying the list format to character style applied text.
294
+ - `#SF-358474` - Resolved the header/footer tooltip and toolbar item text wrap issue when localized.
295
+ - `#SF-358523` - Resolved the status bar and font family style issue when localized.
296
+ - `#SF-356958` - Resolved the misalignment after list applying.
297
+ - `#SF-355425` - Resolved the auto fit table with preferred with type 'Point' is now layouted properly.
298
+ - `#SF-359606` - Resolved the default tab width calculation with tab stop.
299
+ - `#SF-355860` - Resolved the tab element layout issue in footer.
300
+ - `#SF-359156` - Resolved the cropped image issue rendering in header/footer.
301
+ - `#SF-354038` - Resolved the performance issue in inserting table more rows.
302
+ - `#SF-354463` - Resolved the crashing issue in splitting rows in rendering table.
303
+ - `#SF-353961` - Resolved the performance issue in editing document with merge field.
304
+ - `#SF-355429` - Resolved selection issue for the shape with in front of text wrapping.
305
+ - `#SF-360442` - Resolved the spell check suggestion replace issue in localized document editor.
306
+ - `#F171032` - Resolved the empty line adding in text exporting.
307
+ - `#F171461` - Resolved the content control preservation issue in exporting.
308
+ - `#I347750` - Resolved the hanging issue when pasting large non-formatted content.
309
+ - `#I349289`, `#I349128` - Resolved the endnote shifting and overlapping issue.
310
+ - `#F171307` - Resolved the track changes issue in editing paragraph inside table.
311
+ - `#SF-356951`, `#F170963`, `#SF-351886`, `#SF-359815`, `#SF-359312` - Resolved the merged cell width rendering issue.
312
+ - `#I347523` - Resolved the invalid SFDT generation after pasting formatted content.
313
+ - `#SF-357703` - Resolved the table row splitting issue.
314
+
315
+ #### New Features
316
+
317
+ - `#SF-354038` - Added API to restrict the maximum number of rows in insert table dialog(`DocumentEditorSettings.maximumRows`)
318
+ - `#SF-348990` - Added screen tip support for hyperlink.
319
+
320
+ ## 19.4.47 (2022-01-25)
321
+
322
+ ### Document Editor
323
+
324
+ #### Bug Fixes
325
+
326
+ - `#FB29987` - Resolved the table layouting issue in conversion from HTML to Document.
327
+ - `#SF-362365` - Resolved the modifying level in drop down.
328
+ - `#SF-363485` - Resolved the preferred width type mismatch in server-side SFDT to Docx conversion.
329
+ - `#F171941` - Resolved the insert page break in optimized spell check mode.
330
+ - `#SF-359775` - Column Clustered is not rendered properly.
331
+ - `#SF-359392` - Resolved the default chart color applied to pie chart.
332
+ - `#SF-359223` - Resolved the backspace issue in track changes.
333
+ - `#SF-356022` - Resolved the wrong comma placing in Hebrew language.
334
+ - `#SF-359056` - Resolved document hanging issue opening hebrew document.
335
+
336
+ ## 19.4.43 (2022-01-18)
337
+
338
+ ### Document Editor
339
+
340
+ #### Bug Fixes
341
+
342
+ - `#F169863`, `#SF-354348` - Resolved the server-side exporting issue in SFDT to Docx.
343
+ - `#SF-359780` - Resolved the layout issue in word 2013 justification for list applied text.
344
+ - `#SF-356294` - Resolved the extra space adding while copying and pasting text with bookmarks.
345
+ - `#SF-356242` - Resolved the style issue for the newly added rows & columns in the table.
346
+ - `#SF-358936` - Resolved the HTML Element ContentEditable property issue in DocumentEditor.
347
+ - `#SF-357051` - Resolved the element alignment issue due to page break.
348
+ - `#SF-355713` - Resolved the script error in applying restrict editing in DocumentEditorContainer.
349
+ - `#SF-354207` - Resolved the atleast line spacing type line height issue.
350
+ - `#SF-354215` - Resolved the floating elements positioning issue after update form fields.
351
+ - `#SF-357939` - Resolved the footer overlapping issue after pasting large content.
352
+ - `#SF-354644` - Resolved the overlapping issue for image with top and bottom wrapping style in header.
353
+ - `#SF-358814` - Document with applied list format is exported properly.
354
+ - `#F171012` - Resolved the script error in applying the list format to character style applied text.
355
+ - `#SF-358474` - Resolved the header/footer tooltip and toolbar item text wrap issue when localized.
356
+ - `#SF-358523` - Resolved the status bar and font family style issue when localized.
357
+ - `#SF-356958` - Resolved the misalignment after list applying.
358
+ - `#SF-355425` - Resolved the auto fit table with preferred with type 'Point' is now layouted properly.
359
+ - `#SF-359606` - Resolved the default tab width calculation with tab stop.
360
+ - `#SF-355860` - Resolved the tab element layout issue in footer.
361
+ - `#SF-359156` - Resolved the cropped image issue rendering in header/footer.
362
+ - `#SF-354038` - Resolved the performance issue in inserting table more rows.
363
+
364
+ ## 19.4.41 (2022-01-04)
365
+
366
+ ### Document Editor
367
+
368
+ #### Bug Fixes
369
+
370
+ - `#SF-354463` - Resolved the crashing issue in splitting rows in rendering table.
371
+ - `#SF-353961` - Resolved the performance issue in editing document with merge field.
372
+ - `#SF-355429` - Resolved selection issue for the shape with in front of text wrapping.
373
+ - `#SF-360442` - Resolved the spell check suggestion replace issue in localized document editor.
374
+ - `#F171032` - Resolved the empty line adding in text exporting.
375
+ - `#F171461` - Resolved the content control preservation issue in exporting.
376
+
377
+ #### New Features
378
+
379
+ - `#SF-354038` - Added API to restrict the maximum number of rows in insert table dialog(`DocumentEditorSettings.maximumRows`)
380
+
381
+ ## 19.4.40 (2021-12-28)
382
+
383
+ ### Document Editor
384
+
385
+ #### Bug Fixes
386
+
387
+ - `#I347750` - Resolved the hanging issue when pasting large non-formatted content.
388
+ - `#I349289`, `#I349128` - Resolved the endnote shifting and overlapping issue.
389
+ - `#F171307` - Resolved the track changes issue in editing paragraph inside table.
390
+ - `#SF-359156` - Resolved the cropped image issue rendering in header/footer.
391
+ - `#SF-356951`, `#F170963`, `#SF-351886`, #`SF-359815`, `#SF-359312` - Resolved the merged cell width rendering issue.
392
+ - `#I347523` - Resolved the invalid SFDT generation after pasting formatted content.
393
+ - `#SF-357703` - Resolved the table row splitting issue.
394
+
395
+ ## 19.4.38 (2021-12-17)
396
+
397
+ ### Document Editor
398
+
399
+ #### Bug Fixes
400
+
401
+ - `#I348089` - Resolved the protected columns, rows, and cells editing issue.
402
+ - `#I344822` - Word with hyphen characters are now displayed properly.
403
+ - `#I345558` - Resolved the table layout for the nested table with position.
404
+ - `#I346408` - Table cell content reversed on undo is now resolved.
405
+ - `#I346992` - Paragraph with widow/orphan property is now displayed properly.
406
+ - `#I341119` - Document with image and table with top and bottom wrapping style is now opened properly.
407
+ - `#I344713`- Resolved table header row rendering issue.
408
+ - `#I341963`, `#I341840` - Resolved the table rendering issue.
409
+ - `#I344704` - Resolved issue with tracking changes in empty paragraph.
410
+ - `#I344351` - Line height is now calculated properly when space character has font size greater than the paragraph mark.
411
+ - `#I345759`, `#I343106`- Resolved the table border rendering issue.
412
+ - `#I343645` - Table grid after width defined as percentage type is now properly exported in server-side.
413
+ - `#I341659` - Resolved the list alignment issue.
414
+ - `#I347230` - Line spacing value zero is now properly exported in server-side.
415
+ - `#I346468` - Resolved the document corruption issue due to z-order in server-side exporting.
416
+ - `#I344830` - Resolved exception in opening and saving the document with calculation type form field.
417
+ - `#I345582`, `#I341985` - Document with tab width is now displayed properly.
418
+ - `#I346985` - Line height is now properly updated for tab character when its font size greater than other elements in the line.
419
+ - `#FB29648` - Table rows/columns in header and footer are now resized properly.
420
+ - `#I349115` - Resolved the scrolling behaviour issue when using `goToPage` API.
421
+ - `#I348516` - Table/Cell background color is preserved properly during copy/paste.
422
+ - `#I341891` - Resolved the hanging issue while editing the footnote content.
423
+ - `#I344790` - Resolved the footnote overlapping issue when editing a table.
424
+ - `#I343310` - Resolved the blank page issue in the exported Word document due to footnote.
425
+ - `#I345594` - Resolved the new style listing problem when Document editor is localized for languages other than English.
426
+ - `#I344840` - Resolved the height and width for `insertImage` API.
427
+ - `#I343403` - Resolved the script error while opening document with tracked changes and restrict editing enabled.
428
+ - `#I342774` - The Word document is now exported properly when the document contains content control.
429
+ - `#I340276` - Resolved issue with entering custom date time value for form field.
430
+ - `#I344605` - Resolved the context menu displaying issue when multiple instances of Document Editor are used in same page.
431
+ - `#I337087`, `#I344332` - Improved the suggestion construction logic for error words.
432
+ - `#I338302` - Resolved the hanging issue when opening document with table.
433
+ - `#I339240` - RTL list is now deleted properly.
434
+ - `#I340758` - The Word document is now exported properly when the document contains table with merged cells.
435
+ - `#I341140` - Tracked changes is now updated properly for the existing empty line.
436
+ - `#F167253`, `#F168269` - Track changes pane visibility issue is now resolved.
437
+ - `#F168463` - The floating element with square wrapping style is now displayed properly.
438
+ - `#I338947` - Resolved the issue with undo after pasting Hebrew text.
439
+ - `#I341435` - Optimized the content change event triggering in Document Editor.
440
+ - `#I340867` - Selection is now working properly after applying character format.
441
+ - `#I341335` - Text formatting is now preserved properly for merge fields.
442
+ - `#I339239`, `#I339242`, `#I339021` - RTL text are now arranged properly.
443
+ - `#I335659` - RTL text are now preserved properly on undo/redo.
444
+ - `#I340643` - The comment mark is now removed properly when deleting comment.
445
+ - `#I339335` - Resolved the hanging issue when editing document with Hebrew text.
446
+ - `#I340121` - Resolved the issue with rendering elbow connector as line connector.
447
+ - `#I339453` - Resolved the issue with rendering a fixed width table.
448
+ - `#I341119` - Resolved the overlapping issue for image with top and bottom wrapping inside table.
449
+ - `#I339602` – Track changes is now updated properly in header and footer.
450
+ - `#I341964`, `#I342165` – RTL text is now arranged properly when copy/paste.
451
+ - `#I339714` – Footnote order is now updated properly.
452
+ - `#I339973` - Table is now preserved properly in the exported Word document.
453
+ - `#I340795` – Field is now copied properly.
454
+ - `#I339872` – Page number in footer is now updated properly.
455
+ - `#I339576`, `#F168072` – Resolved the issue in applying page orientation with the section break.
456
+ - `#I339027` – Resolved the script error in saving document with tracked changes in header/footer.
457
+ - `#I340532` – Html elements are now properly disposed.
458
+ - `#F168319` – Resolved the ViewChange event binding issue in Document Editor component.
459
+ - `#I341375` – Resolved the undo/redo issue in comment editing operations.
460
+
461
+ #### New Features
462
+
463
+ - `#I345565` - Added support for Word 2013 justification.
464
+ - `#I343497` - Added support to display the texture style for table cell shading.
465
+ - `#I343751` - Added alert window for row and column specified more than 63 and 32767 respectively in insert table dialog.
466
+ - `#I342110` - Added event to customize the XMLHttpRequest in DocumentEditor and DocumentEditorContainer component.
467
+
468
+ ## 19.3.56 (2021-12-02)
469
+
470
+ ### Document Editor
471
+
472
+ #### Bug Fixes
473
+
474
+ - `#I343645` - Table grid after width percentage value is now properly exported in server-side.
475
+ - `#I341659` - Resolved the list alignment issues.
476
+ - `#I347230` - Zero line spacing value is now properly exported in server-side.
477
+ - `#I346468` - Resolved the document corruption issue due to z-order in server-side exporting.
478
+ - `#I344830` - Resolved in exception in opening and saving document with calculation form field.
479
+ - `#I345582`, `#I341985` - Document with tab width is now rendered properly.
480
+ - `#I346985` - Line height issue is now properly updated for tab character with greater size than rest of the elements in the line.
481
+ - `#FB29648` - Table rows/columns in header and footer are now resized properly.
482
+ - `#I349115` - Resolved the `goToPage` API scrolling behaviour issue.
483
+ - `#I348516` - Table/Cell background color serialized properly in copy/paste.
484
+ - `#I341891` - Resolved the hanging issue in editing the footnote content.
485
+ - `#I344790` - Resolved footnote overlapping issue when editing a table.
486
+
487
+ ## 19.3.55 (2021-11-23)
488
+
489
+ ### Document Editor
490
+
491
+ #### Bug Fixes
492
+
493
+ - `I345759`- Resolved the table border rendering issue.
494
+
495
+ ## 19.3.54 (2021-11-17)
496
+
497
+ ### Document Editor
498
+
499
+ #### Bug Fixes
500
+
501
+ - `I344713`- Resolved table header row rendering issue.
502
+ - `I341963` - Resolved the table rendering issue.
503
+ - `I344704` - Resolved the empty paragraph tracking issue.
504
+ - `I344351` - Line height is now calculated property when space character has larger font size the paragraph mark.
505
+
506
+ ## 19.3.53 (2021-11-12)
507
+
508
+ ### Document Editor
509
+
510
+ #### Bug Fixes
511
+
512
+ - `#I343310` - Resolved the blank page adding issue in exported word document due to footnote.
513
+ - `#I345594` - Resolved the new style listing problem during localization.
514
+ - `#I344840` - Resolved the height and width for `insertImage` API.
515
+ - `#I343403` - Resolved the script error while opening document with tracked changes and restrict editing enabled.
516
+ - `#I342774` - Resolved the word export issue for document with content control.
517
+ - `#I340276` - Resolved issue with entering custom date time value in form field.
518
+ - `#I344605` - Resolved the context menu rendering issue for multiple instances of DocumentEditor in the same page.
519
+ - `#I343106` - Resolved the table border rendering issue.
520
+ - `#I337087`, `#I344332` - Improved the suggestion construction logic for error words.
521
+ - `#I338302` - Resolved the hanging issue when opening document with table.
522
+ - `#I339240` - RTL list is now deleted properly.
523
+ - `#I340758` - Resolved the word export issue for the table with merged cells.
524
+ - `#I341140` - Track changes content is now updated properly for the existing empty line.
525
+ - `#F167253`, `#F168269` - Track changes pane visibility issue is resolved.
526
+ - `#I341985` - Resolved the tab space rendering issue.
527
+ - `#F168463` - Resolved the layout issue for the element with square wrapping style.
528
+ - `#I338947` - Resolved the undo problem after paste of hebrew text.
529
+ - `#I341435` - Optimized the content change event triggering in Document Editor.
530
+ - `#I340867` - Selection issue after applying character format is resolved.
531
+ - `#I341335` - Resolved the text formatting preservation for merge fields.
532
+ - `#I339239`, `#I339242`, `#I339021` - Resolved the text arrangement issue for RTL documents.
533
+ - `#I335659` - Resolved the undo/redo some text in RTL mode.
534
+ - `#I340643` - Resolved the comment mark removal issue in comment delete.
535
+ - `#I339335` - Resolved the hanging issue in editing document with Hebrew text.
536
+ - `#I340121` - Resolved the issue with elbow connector rendering as line connector.
537
+ - `#I339453` - Resolved the rendering issue in fixed table width case.
538
+ - `#I341119` - Resolved the image with top and bottom wrapping overlapping issue with table.
539
+ - `#I339602` – Track changes is now updated properly in header and footer.
540
+ - `#I341964`, `#I342165` – Resolved the text rearrange issue in copy/paste of RTL text.
541
+ - `#I339714` – Footnote order is now updated properly.
542
+ - `#I339973` - Table serialization issue in word export is resolved.
543
+ - `#I340795` – Issue with copying field is resolved.
544
+ - `#I339872` – Page number is footer is now updated properly.
545
+ - `#I339576`, `#F168072` – Resolved the issue in applying page orientation with the section break.
546
+ - `#I339027` – Resolved the script error in saving tracked content in header/footer.
547
+ - `#I340532` – Html elements are nor properly disposed.
548
+ - `#F168319` – Resolved the ViewChange event binding issue in Document Editor component.
549
+ - `#I341375` – Resolved the history issue in comment operations.
550
+ - `#I341840` – Resolved the table rendering issue.
551
+
552
+ #### New Features
553
+
554
+ - `#I345565` - Added support for Word 2013 justification.
555
+ - `#I343497` - Added support to render the texture style for table cell shading.
556
+ - `#I343751` - Added alert window for row and column specified more than 63 and 32767 respectively in insert table dialog.
557
+ - `#I342110` - Added event to customize the XMLHttpRequest in DocumentEditor and DocumentEditorContainer component.
558
+
559
+ ## 19.3.48 (2021-11-02)
560
+
561
+ ### Document Editor
562
+
563
+ #### Bug Fixes
564
+
565
+ - `#I340276` - Resolved issue with entering custom date time value in form field.
566
+ - `#I344605` - Resolved the context menu rendering issue for multiple instances of DocumentEditor in the same page.
567
+ - `#I343106` - Resolved the table border rendering issue.
568
+
569
+ ## 19.3.47 (2021-10-26)
570
+
571
+ ### Document Editor
572
+
573
+ #### Bug Fixes
574
+
575
+ - `#I337087`, `#I344332` - Improved the suggestion construction logic for error words.
576
+ - `#I338302` - Resolved the hanging issue when opening document with table.
577
+ - `#I339240` - RTL list is now deleted properly.
578
+
579
+ ## 19.3.46 (2021-10-19)
580
+
581
+ ### Document Editor
582
+
583
+ #### Bug Fixes
584
+
585
+ - `#I340758` - Resolved the word export issue for the table with merged cells.
586
+ - `#I341140` - Track changes content is now updated properly for the existing empty line.
587
+ - `#F167253`, `#F168269` - Track changes pane visibility issue is resolved.
588
+ - `#I341985` - Resolved the tab space rendering issue.
589
+ - `#F168463` - Resolved the layout issue for the element with square wrapping style.
590
+ - `#I338947` - Resolved the undo problem after paste of hebrew text.
591
+
592
+ #### New Features
593
+
594
+ - `#I345565` - Added support for Word 2013 justification.
595
+ - `#I343751` - Added alert window for row and column specified more than 63 and 32767 respectively in insert table dialog.
596
+
597
+ ## 19.3.45 (2021-10-12)
598
+
599
+ ### Document Editor
600
+
601
+ #### Bug Fixes
602
+
603
+ - `#I341435` - Optimized the content change event triggering in Document Editor.
604
+ - `#I340867` - Selection issue after applying character format is resolved.
605
+ - `#I341335` - Resolved the text formatting preservation for merge fields.
606
+ - `#I339239`, `#I339242`, `#I339021` - Resolved the text arrangement issue for RTL documents.
607
+ - `#I335659` - Resolved the undo/redo some text in RTL mode.
608
+ - `#I340643` - Resolved the comment mark removal issue in comment delete.
609
+ - `#I339335` - Resolved the hanging issue in editing document with Hebrew text.
610
+ - `#I340121` - Resolved the issue with elbow connector rendering as line connector.
611
+ - `#I339453` - Resolved the rendering issue in fixed table width case.
612
+ - `#I341119` - Resolved the image with top and bottom wrapping overlapping issue with table.
613
+
614
+ #### New Features
615
+
616
+ - `#I343497` - Added support to render the texture style for table cell shading.
617
+
618
+ ## 19.3.44 (2021-10-05)
619
+
620
+ ### Document Editor
621
+
622
+ #### Bug Fixes
623
+
624
+ - `#I339602` – Track changes is now updated properly in header and footer.
625
+ - `#I341964`, `#I342165` – Resolved the text rearrange issue in copy/paste of RTL text.
626
+ - `#I339714` – Footnote order is now updated properly.
627
+ - `#I339973` - Table serialization issue in word export is resolved.
628
+ - `#I340795` – Issue with copying field is resolved.
629
+ - `#I339872` – Page number is footer is now updated properly.
630
+ - `#I339576`, `#F168072` – Resolved the issue in applying page orientation with the section break.
631
+ - `#I339027` – Resolved the script error in saving tracked content in header/footer.
632
+ - `#I340532` – Html elements are now properly disposed.
633
+ - `#F168319` – Resolved the ViewChange event binding issue in Document Editor component
634
+ - `#I340643`, `#I341375` – Resolved the history issue in comment operations
635
+ - `#I341840` – Resolved the table rendering issue.
636
+
637
+ #### New Features
638
+
639
+ - `#I342110` - Added event to customize the XMLHttpRequest in DocumentEditor and DocumentEditorContainer component.
640
+
641
+ ## 19.3.43 (2021-09-30)
642
+
643
+ ### Document Editor
644
+
645
+ #### Breaking Changes
646
+
647
+ - Optimized the accuracy of text size measurements such as to match Microsoft Word pagination for most Word documents. This improvement is included as default behaviour along with an optional API `enableOptimizedTextMeasuring` in Document editor settings. To disable this improvement and retain the document pagination behaviour of older versions, kindly set `false` to `enableOptimizedTextMeasuring` property.
648
+
649
+ #### Bug Fixes
650
+
651
+ - `#I334754`, `#I337720`, `#F167429` - Resolved the localization issue.
652
+ - `#I333264` - Resolved the before spacing issue for the paragraph starting in new page.
653
+ - `#I333226` - Resolved the underline issue.
654
+ - `#I332508` - Resolved the tracking of multiline and empty paragraph revision.
655
+ - `#I335858`, `#F148494` - Resolved the script error in component destroy.
656
+ - `#F166420` - Resolved the SFDT exporting issue with shape.
657
+ - `#I332253` - Resolved the cut paste hyperlink issue when track changes enabled.
658
+ - `#I335409` - Resolved user list updating issue in restrict editing pane.
659
+ - `#I328976` - Table and document content is now displayed properly.
660
+ - `#I331333` - Resolved the page unresponsive issue when opening a document with nested table.
661
+ - `#I331763` - Table with position property is now displayed properly after editing the document.
662
+ - `#I330233` - Resolved the extra page issue when updating cross reference field.
663
+ - `#I329790`, `#I331351` - Table is now displayed properly based on compatibility mode of the document.
664
+ - `#I332483` - Bookmark is now preserved properly after deleting the content from a document containing bookmark.
665
+ - `#I331762` - Table with merged cell is now displayed properly.
666
+ - `#I330485` - Ole picture is now preserved properly as normal picture.
667
+ - `#I330776` - Resolved the casing issue in the suggestions generated by spell checker.
668
+ - `#I330982` - Resolved the text encoding problem when pasting with Java server-side library.
669
+ - `#I325741` - Footnote is now displayed properly when opening a document.
670
+ - `#I331634` - Table with preferred width type percent and allow auto fit property false is now displayed properly.
671
+ - `#I331274` - Table positioning property is now preserved properly.
672
+ - `#I331667` - Document with building block gallery content control is now exported properly.
673
+ - `#I331452` - Footnote inside the table is now displayed properly.
674
+ - `#I331606` - Document with block content control is now exported properly.
675
+ - `#I331667`, `#I332223` - Shape in footer is now preserved properly.
676
+ - `#I330686`, `#I331349`, `#I310463` - Shape fill is now preserved properly.
677
+ - `#I332333` - Zoom value is now updated properly in status bar.
678
+ - `#I319210` - The changes and comment tab in the review pane will be visible only if at least one tracked change or comment is present in the document.
679
+ - `#I337569` - Table in a document with compatibility mode is now displayed properly after editing.
680
+ - `#I331349` - Resolved the text clipping issue.
681
+ - `#I336632` - Resolved the next style hierarchy issue.
682
+ - `#I335857` - Resolved the after spacing preservation issue during copy and paste.
683
+ - `#I335107` - Table with position property is now displayed properly when it overlap on another table.
684
+ - `#I334036` - Resolved the spell check word by word service triggering issue in optimized spell check mode.
685
+ - `#I330165`, `#I327647`, `#I324515`, `#I338278` - Resolved the issues in comment edit, delete, and history operation.
686
+ - `#I336315` - Tab character inside absolute positioned table is now displayed properly.
687
+ - `#I319206` - Resolved the issue with displaying the horizontal line shape.
688
+ - `#F167416` - Line spacing is now preserved properly in server-side export.
689
+ - `#I335145`, `#I337499` - Resolved the text size measurement issue when HTML and body tag contains styles.
690
+ - `#I339105` - Resolved the number formatting color change issue.
691
+ - `#I340265` - Default value for text form field is now preserved properly in Word export.
692
+ - `#I336632` - Style names are now properly listed in the drop down of text properties pane.
693
+ - `#I338027` - Track changes close icon is now positioned properly in RTL mode.
694
+ - `#I337566` - Last empty paragraph (cell mark) inside a table cell after a nested table is now invisible.
695
+ - `#I340416` - Resolved the script error with custom toolbar items during destroy.
696
+ - `#I337274` - Resolved the border issue for merged cell.
697
+ - `#I336588` - Resolved the RTL text issue when copy and paste with text only option.
698
+ - `#I338123` - Line spacing is now applied properly for the result text of text form field.
699
+ - `#I337118` - Shape inside a table is now displayed properly.
700
+ - `#I337397` - Resolved the script error when opening a document with nested table.
701
+ - `#I337786` - Empty footer is now ignored properly from bottom margin calculation.
702
+ - `#I337968` - Resolved the automatic color issue for the text inside table.
703
+ - `#I339240` - Resolved the RTL text issue when deleting the text.
704
+ - `#I339488` - Resolved the script error while opening a document with footnote.
705
+ - `#I339715` - Footnote is now displayed properly on next page after editing.
706
+ - `#I339454` - Resolved alignment issue for a table that is wrapped over a positioned object.
707
+ - `#I341016` - Resolved the script error while exporting a document with empty list.
708
+ - `#I334046` - Optimized the spell check by page service call in optimized spell check mode.
709
+
710
+ #### New Features
711
+
712
+ - `#I256210`, `#F150773`, `#I295055`, `#I295551`, `#I324037`, `#I326715` - Added support for Widow/Orphan control, Keep with next and Keep lines together properties.
713
+ - `#I298019`, `#I307321`, `#F160804`, `#F164217`, `#F164872` – Improved the accuracy of text size measurements such as to match Microsoft Word pagination for most Word documents.
714
+ - `#I243246`, `#I249594`, `#I287633`, `#I295055`, `#I295549`, `#I299657`, `#I308408`, `#I326567` – Added support to preserve tables with position properties.
715
+ - Added option to directly convert DocIO's WordDocument to SFDT and vice-versa in .NET and Java server-side library.
716
+ - Added Word-to-SFDT conversion in Java server-side library.
717
+ - Added new spell checker library for Java.
718
+
719
+ ## 19.2.62 (2021-09-14)
720
+
721
+ ### Document Editor
722
+
723
+ #### Bug Fixes
724
+
725
+ - `#I337118` - Resolved the table rendering issue.
726
+ - `#I338123` - Form field elements are now aligned properly.
727
+
728
+ ## 19.2.60 (2021-09-07)
729
+
730
+ ### Document Editor
731
+
732
+ #### Bug Fixes
733
+
734
+ - `#I340416` - Resolved the toolbar reinitialization issue.
735
+ - `#I337274` - Resolved the merged cell border rendering issue.
736
+ - `#I335107` - Text is not layouted properly when used with floating table.
737
+ - `#I336588` - Resolved the RTL text Copy/paste text only mode.
738
+
739
+ ## 19.2.59 (2021-08-31)
740
+
741
+ ### Document Editor
742
+
743
+ #### Bug Fixes
744
+
745
+ - `#I339105` - Resolved the number formatting color change issue.
746
+ - `#I340265` - Text form field default value is preserved in word export.
747
+ - `#I336632` - Style names are now properly listed in the drop down.
748
+ - `#I338027` - Track changes close icon is now positioned properly in RTL mode.
749
+ - `#I337566` - Resolved the table empty paragraph rendering issue.
750
+
751
+ ## 19.2.57 (2021-08-24)
752
+
753
+ ### Document Editor
754
+
755
+ #### Bug Fixes
756
+
757
+ - `#I335857` - Resolved the after spacing preservation issue in copy paste.
758
+ - `#I335107` - Resolved the table rendering issue.
759
+ - `#I336632` - Resolved the next style hierarchy issue.
760
+ - `#I334046` - Optimized the spell check by page service call in optimized spell check mode.
761
+ - `#I330165`, `#I327647`, `#I324515`, `#I338278` - Resolved the issues in comment delete and history operation.
762
+ - `#I336315` - Resolved the tab issue for the text with floating table.
763
+ - `#I319206` - Resolved issue with horizontal line shape rendering.
764
+ - `#F167416` - Line spacing is now preserved properly in server side export.
765
+ - `#I337720` - Resolved the localization in Document Editor.
766
+ - `#I335145`, `#I337499` - Resolved the text measuring issue when HTML and Body tag contains styles.
767
+
768
+ ## 19.2.56 (2021-08-17)
769
+
770
+ ### Document Editor
771
+
772
+ #### Bug Fixes
773
+
774
+ - `#I337569` - Resolved the table relayout issue for the document with compatibility mode.
775
+ - `#I331349` - Resolved the text content clipping issue.
776
+ - `#I334046` - Optimized the service triggering in spell check by page mode.
777
+
778
+ ## 19.2.55 (2021-08-11)
779
+
780
+ ### Document Editor
781
+
782
+ #### New Features
783
+
784
+ - `#I256210`,`#F150773`,`#I295055`,`#I295551`,`#I324037`,`#I326715` - Added support for keep with next and keep lines together.
785
+
786
+ #### Bug Fixes
787
+
788
+ - `#I334754`, `#F167429` - Resolved the localization issue.
789
+ - `#I333264` - Resolved the before spacing issue for the paragraph starting in new page.
790
+ - `#I333226` - Resolved the underline issue.
791
+ - `#I332508` - Resolved the tracking of multiline tracking and empty paragraph revision.
792
+ - `#I335858`, `#F148494` - Resolved the script error in component destroy.
793
+ - `#F166420` - Resolved the SFDT exporting issue with shape.
794
+ - `#I332253` - Resolved the cut paste hyperlink with track changes enabled.
795
+ - `#I335409` - Resolved user list updating issue in restrict editing pane.
796
+ - `#I328976` - Table and document content is not layouted properly.
797
+ - `#I331333` - Resolved the page unresponsive issue in splitting the nested tables.
798
+ - `#I331763` - Resolve the shifting issue in the table with table positioning property on relayouting
799
+ - `#I330233` - Resolved the extra page adding issue when using update field.
800
+ - `#I329790`, `#I331351` - Table is now layouted based on compatibility mode.
801
+ - `#I332483` - Resolved the issue on bookmark shifting while removing document content.
802
+ - `#I331762` - Table with merged cell is now layouted properly.
803
+ - `#I330485` - Ole picture is now preserved as normal picture.
804
+ - `#I330776` - Resolved the casing issue in the generated suggestions.
805
+ - `#I330982` - Resolved the unexpected characters when pasting using Java server-side library.
806
+ - `#I325741` - Resolved the footnote layouting issue when opening a document.
807
+ - `#I331634` - Resolved the issue on updating the table cell width.
808
+ - `#I331274` - Table positioning property is now preserved properly.
809
+ - `#I331667` - Document with BuildingBlockGallery content control type is now exported properly.
810
+ - `#I331452` - Resolved the layout issue on footnote inside the table.
811
+ - `#I331606` - Document with content control block saving issue is now exported properly.
812
+ - `#I331667`, `#I332223` - Shape in footer is now preserved properly.
813
+ - `#I330686`, `#I331349`, `#I310463` - Shape fill is now preserved properly.
814
+ - `#I332333` - Zoom value is now updated properly in status bar.
815
+ - `#I330165`, `#I327647`, `#I324515` - Resolved the worst case scenario issues in comment editing and deleting.
816
+ - `#I319210` - The changes and comment tab in the review pane will be visible only if at least one tracked change or comment is present respectively in the document.
817
+
818
+ ## 19.2.49 (2021-07-27)
819
+
820
+ ### Document Editor
821
+
822
+ #### Bug Fixes
823
+
824
+ - `#I333226` - Resolved the underline issue.
825
+ - `#I330233` - Resolved the shape shifting issue in editing.
826
+ - `#I332508` - Resolved the tracking of multiline tracking and empty paragraph revision.
827
+ - `#I335858`, `#F148494` - Resolved the script error in component destroy.
828
+ - `#F166420` - Resolved the SFDT exporting issue with shape.
829
+ - `#I332253` - Resolved the cut paste hyperlink with track changes enabled.
830
+
831
+ ## 19.2.48 (2021-07-20)
832
+
833
+ ### Document Editor
834
+
835
+ #### Bug Fixes
836
+
837
+ - `#I329790`, `#I331351` - Resolved export issue for the Table with compatibility mode.
838
+ - `#I335409` - Resolved user list updating issue in restrict editing pane.
839
+ - `#I328976` - Table and document content is not layouted properly.
840
+ - `#I331333` - Resolved the page unresponsive issue in splitting the nested tables.
841
+
842
+ ## 19.2.47 (2021-07-13)
843
+
844
+ ### Document Editor
845
+
846
+ #### Bug Fixes
847
+
848
+ - `#I331763` - Resolve the shifting issue in the table with table positioning property on relayouting
849
+ - `#I330233` - Resolved the extra page adding issue when using update field.
850
+ - `#I329790`, `#I331351` - Table is now layouted based on compatibility mode.
851
+ - `#I332483` - Resolved the issue on bookmark shifting while removing document content.
852
+ - `#I331762` - Table with merged cell is now layouted properly.
853
+ - `#I330485` - Ole picture is now preserved as normal picture.
854
+ - `#I330776` - Resolved the casing issue in the generated suggestions.
855
+ - `#I330982` - Resolved the unexpected characters when pasting using Java server-side library.
856
+
857
+ #### New Features
858
+
859
+ - `#326715` - Added support to preserve "Keep With Next" and "Keep Lines Together" paragraph formatting in the document.
860
+
861
+ ## 19.2.46 (2021-07-06)
862
+
863
+ ### Document Editor
864
+
865
+ #### Bug Fixes
866
+
867
+ - `#I325741` - Resolved the footnote layouting issue when opening a document.
868
+ - `#I331634` - Resolved the issue on updating the table cell width.
869
+ - `#I331274` - Table positioning property is now preserved properly.
870
+ - `#I331667` - Document with BuildingBlockGallery content control type is now exported properly.
871
+ - `#I331452` - Resolved the layout issue on footnote inside the table.
872
+ - `#I331606` - Document with content control block saving issue is now exported properly.
873
+ - `#I331667`, `#I332223` - Shape in footer is now preserved properly.
874
+ - `#I330686`, `#I331349`, `#I310463` - Shape fill is now preserved properly.
875
+ - `#I332333` - Zoom value is now updated properly in status bar.
876
+ - `#I330165`, `#I327647`, `#I324515` - Resolved the worst case scenario issues in comment editing and deleting.
877
+ - `#I319210` - The changes and comment tab in the review pane will be visible only if at least one tracked change or comment is present respectively in the document.
878
+
879
+ ## 19.2.44 (2021-06-30)
880
+
881
+ ### Document Editor
882
+
883
+ #### New Features
884
+
885
+ - `#I278021`, `#I301809` - Added table paste options.
886
+ - `#I165071`, `#I226674`, `#I229069`, `#I231373`, `#I241445`, `#I251719`, `#I251720`, `#I267474`, `#I284190`, `#I287633`, `#I291766`, `#I295055`, `#I295549`, `#I298036`, `#I297705`, `#I301313`, `#I291964`, `#I306274`, `#I305349`, `#I308409`, `#I310463`, `#I311260`, `#I312302`, `#I313526`, `#I314192`, `#I317340`, `#I319563` - Added support to preserve image position with square, in-front of text, behind text, top and bottom wrapping styles.
887
+ - `#I137901`,`#I158324`,`#I208312`,`#I219539`,`#I226018`,`#I226019`,`#I227643`,`#I238552`,`#I243495`,`#I246168`,`#I247514`,`#I248720`,`#I252754`,`#I253251`,`#I280213`,`#I280379`,`#I285871`,`#I290372`,`#I297705`,`#I298334`,`#I306415`,`#I306466`,`#I308411`,`#I310537`,`#I312846`,`#I314262`,`#I317497`,`#I319206`,`#I320434`,`#I324903`,`#I333100` - Textbox shape with square, in-front of text, behind text, top and bottom wrapping styles.
888
+ - `#I307321` - Added support to preserve table positioning properties.
889
+ - `#I298019` - Added support for exporting the document pages as image.
890
+ - `#I324911` - Provided support for inserting non-breaking space character on Ctrl + Shift + Space key combination.
891
+ - `#I326184` - Added option to specify the device pixel ratio for the image generated while printing the document.
892
+
893
+ #### Bug Fixes
894
+
895
+ - `#I318381` - Resolved the script error while adding comments across two pages.
896
+ - `#I318283` - Handled the "Different First Page" in Headers and Footers after section breaks.
897
+ - `#I319182` - Selection issue after editing header is resolved.
898
+ - `#I315240` - The script error while parsing shape is resolved.
899
+ - `#I319182` - Resolved the script error while editing the header/footer.
900
+ - `#F163188` - Highlight color is now working properly.
901
+ - `#I320821` - Resolved the script error while opening document with table.
902
+ - `#I319403`, `#I317463` - Resolved file corruption issue while exporting the document with shapes.
903
+ - `#I319185` - Resolved left border rendering issue in merged cells.
904
+ - `#I313943` - Tab character is now displayed properly.
905
+ - `#I318786` - The document with footnote is now opened properly.
906
+ - `#I318786` - Table column width is now updated properly.
907
+ - `#I319991` - Inline form filling is now working properly in Internet Explorer.
908
+ - `#I319782` - Resolved script error while deleting the content.
909
+ - `#I320821`, `#I320991` - Table is now displayed with proper line width.
910
+ - `#I319987` - Table with merged cells is now displayed properly.
911
+ - `#I320513` - Header content is now displayed properly.
912
+ - `#I321397` - Table with merged cells is now preserved properly in the exported document.
913
+ - `#I317683` - Exported document with footnote is no longer corrupted.
914
+ - `#I313465` - Image inserted using API is now displayed properly.
915
+ - `#I308899` - Track changes is now listed properly in revision pane.
916
+ - `#I320270` - Table changes are now tracked during paste operation.
917
+ - `#I313821` - Table with preferred width type as auto is now displayed properly.
918
+ - `#F162726` - Line spacing is now updated properly.
919
+ - `#I319819` - Undo/Redo for multilevel list is now working properly.
920
+ - `#I318381` - Comment is now added properly.
921
+ - `#I317743` - Script error on accept track changes is now resolved.
922
+ - `#I307321` - Checkbox with tab width is rendered properly.
923
+ - `#FB23691` - Resolved changes pane visibility issue in read only mode.
924
+ - `#I319397` - Spell checker now works properly for words ending with ‘ies’.
925
+ - `#F164367` - Resolved the script error in npm run sass.
926
+ - `#I319824` - Resolved the extra page rendering issue.
927
+ - `#I319824` - Border displayed properly in the exported word document.
928
+ - `#I319421`, `#F163236` - Resolved the copy/paste issue for content copied from Document editor.
929
+ - `#I307321` - Line shape is now preserved properly in the exported document.
930
+ - `#I307321` - Exported document is now displayed properly.
931
+ - `#I321190` - Resolved the icon issue in material-dark, bootstrap-dark, fabric-dark themes.
932
+ - `#I319808` - Document with tab is now displayed properly.
933
+ - `#I317303` - Spacing after the numbered list is preserved properly.
934
+ - `#I324052` - Added the footnote and endnote locale strings.
935
+ - `#I307321` - Table border is now preserved properly in exported word document.
936
+ - `#I307321` - List with hanging indent is displayed properly.
937
+ - `#I321108` - Script error on tracking the changes is now resolved.
938
+ - `#I321923` - Script error on pasting image URL in track change mode is now resolved.
939
+ - `#I317358` - Image copy/paste issue in ASP.NET MVC framework is now resolved.
940
+ - `#I318843` - Resolved the list formatting issue in copy pasted content.
941
+ - `#I319868` - Exported document with image in header is now opened properly in Libre Office.
942
+ - `#I324025` - Resolved the font dialog option value in localized mode.
943
+ - `#I324223`, `#I324023` - Resolved the underline issue while exporting word document.
944
+ - `#I322402` - Before pane switch event triggering twice issue is resolved.
945
+ - `#F163664` - Document editor now opens large size text file properly.
946
+ - `#I322548` - Resolved the issue with track changes.
947
+ - `#I322561` - Bookmark delete and undo/redo operation is now working properly.
948
+ - `#I324028` - Resolved the issue with applying properties in font dialog.
949
+ - `#I323597` - Textbox in RTF documents are now displayed properly.
950
+ - `#I323603` - Resolved the footnote issue when switching to web layout.
951
+ - `#I321745` - Comment is now selected properly.
952
+ - `#I322561` - Resolved the script error with bookmark undo/redo operation.
953
+ - `#I323670` - Resolved the font size and font family issue during copy paste.
954
+ - `#I325291` - Document with alternate chunks is now displayed properly.
955
+ - `#I323401`, `#I323423` - Resolved the page wise footnote content display issue.
956
+ - `#I326150` - Resolved issue in updating cross reference field.
957
+ - `#F160804` - Styles are now considered properly while deleting the content.
958
+ - `#I312306` - Hyperlink content is now retrieved properly.
959
+ - `#I325681` - Resolved the Textbox border displaying issue.
960
+ - `#I323059` - Resolved the script error when ignore action in spelling dialog.
961
+ - `#I323423` - Resolved the issue when moving footnote to next page.
962
+ - `#I324169` - Resolved opacity issue in toolbar item.
963
+ - `#I322560`, `#I323516` - Script error in the top and bottom layout is resolved.
964
+ - `#I323824` - Resolved the document corruption issue when opening the document in MS Office 2007.
965
+ - `#I325554` - Resolved the script error when multiple documents pasted as SFDT.
966
+ - `#I327626` - Footnote is now displayed properly.
967
+ - `#I326000` - Document content is now displayed properly.
968
+ - `#I327097` - Resolved the script error related to square wrapping style.
969
+ - `#I327458` - Text overlapping issue is resolved.
970
+ - `#I327647` - Issue with removing comment is resolved.
971
+ - `#I322560` - Resolved the issue with duplication of page content.
972
+ - `#I322560` - Font size is now parsed properly.
973
+ - `#I323423` - Footnote is now displayed properly.
974
+ - `#I325920` - Selection behaviour is now working properly when mouse pointer goes outside the control.
975
+ - `#I323608` - Textbox with fill color is now displayed properly.
976
+ - `#I326144` - Resolved the issue with multi-line track changes.
977
+ - `#I328063` - Document with checkbox form field applied is now displayed properly.
978
+ - `#I328067` - Resolved the navigation issue when form filling mode is inline.
979
+ - `#F164875`, `#F163714` - Resolved the border issue when textbox has square border.
980
+ - `#I327817` - Resolved the script error when using insert footnote in custom toolbar.
981
+ - `#I325320` - Page number is now updated properly.
982
+ - `#FB25004` - Exported document with table is opened properly in Libre Office.
983
+ - `#I325323` - Textbox shape is now displayed properly.
984
+ - `#FB24917` - Document is now exported properly after deleting comment.
985
+ - `#F163116` - Hanging indent is now retrieved properly in paragraph dialog.
986
+ - `#I327769` - Checkbox is now displayed properly.
987
+ - `#I326567` - Nested table with preferred width type percentage is now displayed properly.
988
+ - `#I328479` - Resolved script error while deleting merged cells.
989
+ - `#I329173`, `#I330233` - Resolve script error while updating cross reference field.
990
+ - `#F165501` - Resolve script error while applying border.
991
+ - `#I328310` - Shape is now rendered properly in header and footer.
992
+ - `#I325741` - Footnote content is now displayed properly.
993
+ - `#I329564` - Accept and reject changes are now disabled properly in read only mode.
994
+ - `#F164814` - Character format is now applied properly for RTL text.
995
+ - `#I328063` - Resolved script error while scrolling.
996
+ - `#I327450` - Resolved the overlapping issue in footnote section when working with text.
997
+ - `#I327606` - Font size is now updated properly for the cursor position.
998
+ - `#I329354` - Resolved the exception while exporting documents in server-side.
999
+ - `#I330375` - Updated the constants for locale constants.
1000
+ - `#I330047` - Resolved the script error with refresh API.
1001
+ - `#I329637` - Resoled the issue with deleting comment.
1002
+ - `#I330918`, `#I331136` - Resolved the issue with updating cursor.
1003
+ - `#I329954` - Resolved the overlapping issue in options pane.
1004
+ - `#I327635`, `#I330160` - Resolved the text overlapping when editing the footnote.
1005
+ - `#I315396`, `#I316110` - Enhanced Word to SFDT conversion in Java server-side library.
1006
+ - `#I324042` - Resolved the issue with displaying document footer.
1007
+ - `#I315376` - Resolved the script error related to Jest framework.
1008
+ - `#I318321` - Resolved the script error with `showRestrictEditingPane` API.
1009
+ - `#I307321` - Resolved the issue with document zooming.
1010
+
1011
+ ## 19.1.69 (2021-06-15)
1012
+
1013
+ ### Document Editor
1014
+
1015
+ #### Bug Fixes
1016
+
1017
+ - `#I329173`, `#I330233` - Resolve script error while updating cross reference field.
1018
+ - `#F165501` - Resolve script error while applying border.
1019
+ - `#I328310` - Shape is now rendered properly in header & footer.
1020
+ - `#I325741` - Footnote content is now layout properly.
1021
+ - `#I329564` - Disabled accept and reject changes in read only mode.
1022
+ - `#F164814` - Character format is now applied properly in RTL text.
1023
+ - `#I328063` - Resolved script error while scrolling.
1024
+
1025
+ ## 19.1.67 (2021-06-08)
1026
+
1027
+ ### Document Editor
1028
+
1029
+ #### Bug Fixes
1030
+
1031
+ - `#FB25004` - Exported document with table is opened properly in Libre Office.
1032
+ - `#I325323` - Textbox shape is now rendered properly.
1033
+ - `#FB24917` - Document is now exporting properly after deleting comment.
1034
+ - `#F163116` - Hanging indent is now retrieved properly in paragraph dialog.
1035
+ - `#I327769` - Checkbox is now layout properly.
1036
+ - `#I326567` - Nested table with preferred width type percent now rendered properly.
1037
+ - `#I328479` - Resolved script error while deleting merged cells.
1038
+
1039
+ ## 19.1.66 (2021-06-01)
1040
+
1041
+ ### Document Editor
1042
+
1043
+ - `#I326144` - Resolved the issue with multi line track changes.
1044
+ - `#I328063` - Document with checkbox form field applied with to character format is now opened properly.
1045
+ - `#I328067` - Resolved the navigation issue in inline form field editing.
1046
+ - `#F164875`, `#F163714` - Resolved the unsupported textbox border as square border.
1047
+ - `#I327817` - Resolved the script error in using insert footnote in custom toolbar.
1048
+ - `#I325320` - Page number is now updated properly.
1049
+
1050
+ ## 19.1.65 (2021-05-25)
1051
+
1052
+ ### Document Editor
1053
+
1054
+ #### Bug Fixes
1055
+
1056
+ - `#I325554` - Resolved the script error in multiple document pasted as SFDT.
1057
+ - `#I327626` - Footnote is rendered now.
1058
+ - `#I326000` - Resolved the document rendering issue.
1059
+ - `#I327097` - Resolved the script error in square wrapping style.
1060
+ - `#I327458` - Text overlapping issue is resolved.
1061
+ - `#I327647` - Issue with comment removal is resolved.
1062
+ - `#I322560` - Resolved the page content duplication issue.
1063
+ - `#I322560` - Resolved the font size parsing issue.
1064
+ - `#I323423` - Footnote is rendering issue is resolved.
1065
+ - `#I325920` - Selection behaviour is handled for moving outside the control.
1066
+ - `#I323608` - Textbox with fill color is rendered.
1067
+
1068
+ ## 19.1.64 (2021-05-19)
1069
+
1070
+ ### Document Editor
1071
+
1072
+ #### Bug Fixes
1073
+
1074
+ - `#I325681` - Resolved the textbox border rendering issue.
1075
+ - `#I323059` - Resolved the script error when ignore action in spelling dialog.
1076
+ - `#I323423` - Resolved the footnote moving issue to next page.
1077
+ - `#I324169` - Resolved opacity issue in toolbar item.
1078
+ - `#I322560`, `#I323516` - Script error in the top and bottom layout is resolved.
1079
+ - `#I323824` - Resolved the document corruption issue in MS Office 2007.
1080
+ - Resolved the document rendering issue document footer.
1081
+ - Resolved the script error for Jest framework.
1082
+
1083
+ ## 19.1.63 (2021-05-13)
1084
+
1085
+ ### Document Editor
1086
+
1087
+ #### Bug Fixes
1088
+
1089
+ `#I326717` - Table border is preserved in the exported word document
1090
+ `#I325968` - New line changes are now tracked properly
1091
+ `#I325590` - Context menu behaviour for spell check is resolved.
1092
+ `#I325697` - Spell check in tracked changes is now updated properly.
1093
+ `#I324896` - List track changes are now applied properly.
1094
+ `#I322387` - DocumentEditorContainer disposing issue is resolved.
1095
+ `#I324622` - Resolved the chart parsing issue.
1096
+ `#I324911` - Console error when opening document with footnote is resolved.
1097
+ `#I324907` - Numbering list is copied with proper color.
1098
+ `#I323215` - Table is now layout properly after row delete.
1099
+ `#I322560` - Page content duplication issue is resolved.
1100
+
1101
+ #### New Features
1102
+
1103
+ - `#I324911` - Provided support for inserting non-breaking space character on Ctrl + Shift + Space key combination.
1104
+ - `#I326184` - Added option to specify the device pixel ratio for the image generated while printing the document.
1105
+
1106
+ ## 19.1.59 (2021-05-04)
1107
+
1108
+ ### Document Editor
1109
+
1110
+ #### New Features
1111
+
1112
+ - `#I307321` - Added support table positioning properties.
1113
+
1114
+ #### Bug Fixes
1115
+
1116
+ - `#I324028` - Resolved the font dialog properties applied in font dialog.
1117
+ - `#I323597` - Resolved the text box rendering in RTF documents.
1118
+ - `#I323603` - Resolved the footnote issue when switching to web layout.
1119
+ - `#I321745` - Resolved the comment selection issue.
1120
+ - `#I322561` - Resolved the bookmark undo and redo script error.
1121
+ - `#I323670` - Resolved the font size and font family issue in copy paste.
1122
+ - `#I325291` - Document with alternate chunks is now loaded properly.
1123
+ - `#I323401`, `#I323423` - Resolved the page wise footnote content layout issue.
1124
+ - `#I326150` - Resolved issue in updating cross reference field.
1125
+ - `#F160804` - Styles not considered properly while deleting the content.
1126
+ - `#I324169` - Resolved opacity issue in toolbar item.
1127
+ - `#I312306` - Hyperlink context is now retrieved properly.
1128
+ - Resolved the `showRestrictEditingPane` API script error.
1129
+ - Resolved the document zooming issue.
1130
+
1131
+ ## 19.1.58 (2021-04-27)
1132
+
1133
+ ### Document Editor
1134
+
1135
+ #### Bug Fixes
1136
+
1137
+ - `#I324223`, `#I324023` - Resolved the underline issue in word document export.
1138
+ - `#I322560`, `#I323516` - Script error in the top and bottom layout is resolved.
1139
+ - `#I322402` - Before pane switch event triggering twice issue is resolved.
1140
+ - `#F163664` - Unresponsive issue in opening large size text file is resolved.
1141
+ - `#I323401`, `#I323423` - Resolved the page wise footnote content layout issue.
1142
+ - `#I322548` - Resolved the track changes issue in track changes.
1143
+ - `#I322561` - Bookmark delete and history operation is working fine.
1144
+
1145
+ #### New Features
1146
+
1147
+ - `#I307321` - Added support table positioning properties.
1148
+
1149
+ ## 19.1.57 (2021-04-20)
1150
+
1151
+ ### Document Editor
1152
+
1153
+ #### Bug Fixes
1154
+
1155
+ - `#I319397` - Resolved the spell check for certain words ending with `ies`.
1156
+ - `#F164367` - Resolved the script error in `npm run sass`.
1157
+ - `#I319824` - Resolved the extra page rendering issue.
1158
+ - `#I319824` - Resolved the border rendering issue in the exported word document.
1159
+ - `#I319421`, `#F163236` - Resolved the copy/paste issue for content copied from Document Editor.
1160
+ - `#I307321` - Document exporting issue with line shape is resolved.
1161
+ - `#I307321` - Exported document rendering issue in resolved.
1162
+ - `#I321190` - Resolved the icon issue in material-dark, bootstrap-dark, fabric-dark themes.
1163
+ - `#I319808` - Document with tab is now rendered properly.
1164
+ - `#I317303` - Spacing after the numbered list is preserved.
1165
+ - `#I324052` - Added the footnote and endnote locale strings.
1166
+ - `#I307321` - Table border issue in exported word document is resolved.
1167
+ - `#I307321` - List with hanging indent is rendered properly.
1168
+ - `#I313465` - Resolved the image rendering issue in insert image API.
1169
+ - `#I321108` - Script error in tracking the changes is resolved.
1170
+ - `#I321923` - Script error in pasting image URL in track change mode is resolved.
1171
+ - `#I317358` - Image copy/paste issue in ASP.NET MVC framework is resolved.
1172
+ - `#I318843` - Resolved the list formatting issue in copy pasted content.
1173
+ - `#I319868` - Exported document with image in header is opened properly in Libre Office.
1174
+ - `#I324025` - Resolved the font dialog option value in localized mode.
1175
+
1176
+ ## 19.1.56 (2021-04-13)
1177
+
1178
+ ### Document Editor
1179
+
1180
+ #### Bug Fixes
1181
+
1182
+ - `#I319991` - Inline form filling is now working properly in Internet Explorer.
1183
+ - `#319782` - Resolved script error while deleting the content.
1184
+ - `#I320821`, `#I320991` - Table is now drawn with proper line width.
1185
+ - `#I319987` - Table with merged cells now layout properly.
1186
+ - `#I320513` - Header content is not rendered properly.
1187
+ - `#I321397` - Table with merged cells is now exported properly.
1188
+ - `#I317683` - Exported document with footnote is no longer corrupted.
1189
+ - `#I313465` - Insert image renders the image properly.
1190
+ - `#I308899` - Track changes is now listed properly in revision pane.
1191
+ - `#I320270` - Table track changes is now tracked in paste.
1192
+ - `#I319403`, `#I317463` - Resolved file corruption issue while exporting the document with shapes.
1193
+ - `#I319185` - Resolved left border rendering issue in merged cells.
1194
+ - `#I313943` - Tab character is now layout properly.
1195
+ - `#I313821` - Fixed layouting issue in table with preferred width type as auto.
1196
+ - `#F162726` - Line spacing is now updated properly.
1197
+ - `#I319819` - Issue with Undo/Redo in multilevel list is resolved.
1198
+ - `#I318381` - Comment is not added properly.
1199
+ - `#I317743` - Accept track changes script error is resolved.
1200
+ - `#I307321` - Checkbox with tab width rendered properly.
1201
+ - `#FB23691` - Updated the track changes behaviour in read only mode.
1202
+
1203
+ ## 19.1.55 (2021-04-06)
1204
+
1205
+ ### Document Editor
1206
+
1207
+ #### Bug Fixes
1208
+
1209
+ - `#I318381` - Resolved the script error in adding comments across two pages.
1210
+ - `#I318283` - Handled the "Different First Page" in Headers and Footers after section breaks.
1211
+ - `#I319182` - Selection issue after editing header is resolved.
1212
+ - `#I315240` - Shape parsing script error is resolved.
1213
+ - `#I319182` - Resolved the script error while editing the header/footer.
1214
+ - `#F163188` - Highlight color is now working properly.
1215
+ - `#I320821` - Resolved the script error in opening document with table.
1216
+ - `#319403`, `#317463` - Resolved file corruption issue while exporting the document with shapes.
1217
+ - `#319185` - Resolved left border rendering issue in merged cells.
1218
+ - `#313943` - Tab character is now layout properly.
1219
+ - `#313821` - Fixed layouting issue in table with preferred width type as auto.
1220
+ - `#318786` - Resolved the document with footnote opening issue.
1221
+ Table column width is now updated properly.
1222
+
1223
+ ## 19.1.54 (2021-03-30)
1224
+
1225
+ ### Document Editor
1226
+
1227
+ #### Breaking Changes
1228
+
1229
+ - The `DictionaryData(int langID,string dictPath,string affPath,string customPath)` is marked as obsolete. Please use the alternate new constructor `DictionaryData(int langID, string dictPath, string affPath)` in `Syncfusion.EJ2.SpellChecker` spell checker.
1230
+ - The `SpellChecker(List<SpellCheckDictionary> dictItem)` is marked as obsolete. Please use the alternate new constructor `SpellChecker(List<DictionaryData> dictItem, string customDicPath)` in `Syncfusion.EJ2.SpellChecker` spell checker.
1231
+
1232
+ #### Bug Fixes
1233
+
1234
+ - `#315096` - Selection behaviour is updated properly, while pasting a URL and clicking enter after the URL.
1235
+ - `#315413`, `#317463` - Table cell is now rendered properly.
1236
+ - `#314467` - Find and replace is now working properly.
1237
+ - `#315441` - While inserting same bookmark multiple times and deleting, bookmarks were preserved properly now.
1238
+ - `#316532` - ParagraphFormat is now preserved while pasting with text only option.
1239
+ - `#314193` - Document with charts were now preserved properly on exporting.
1240
+ - `#161908`, `#318321` - Added API to show/hide restrict editing pane.
1241
+ - `#315435` - Table cell width now preserved properly on editing.
1242
+ - `#162638` - Table background color was now updated properly on updating borders and shading.
1243
+
1244
+ ## 18.4.49 (2021-03-23)
1245
+
1246
+ ### Document Editor
1247
+
1248
+ #### Bug Fixes
1249
+
1250
+ - `#317061` - The merged cell table border rendering issue is resolved.
1251
+ - `#318283` - Resolved script error while editing the last section header.
1252
+ - `#310874` - The table with the merged cell is exporting properly.
1253
+ - `#162017` - Restart page numbering is now preserved properly on exporting.
1254
+ - `#316810` - Spell check script error is now resolved for layout type change.
1255
+ - `#163236` - Strike through and underline content are now copy-pasted properly.
1256
+
1257
+ ## 18.4.48 (2021-03-16)
1258
+
1259
+ ### Document Editor
1260
+
1261
+ #### Bug Fixes
1262
+
1263
+ - `#163116`, `#317496`, `#315005` - Implemented the line spacing Hanging similar to MS word.
1264
+ - `#317691` - Resolve the Number formatting after applying bullet formats.
1265
+ - `#317524` - Replace all with empty string is now working.
1266
+ - `#317605` - Shape with line format value null was now preserved properly.
1267
+ - `#317150` - Can press 'p' key in Firefox after control + a and then backspace.
1268
+ - Resolve hanging issue while opening document.
1269
+ - `#315656` - Resolve script error when importing document.
1270
+
1271
+ ## 18.4.47 (2021-03-09)
1272
+
1273
+ ### Document Editor
1274
+
1275
+ #### Breaking Changes
1276
+
1277
+ - The `DictionaryData(int langID,string dictPath,string affPath,string customPath)` is marked as obsolete. Please use the alternate new constructor `DictionaryData(int langID, string dictPath, string affPath)` in `Syncfusion.EJ2.SpellChecker` spell checker.
1278
+ - The `SpellChecker(List<SpellCheckDictionary> dictItem)` is marked as obsolete. Please use the alternate new constructor `SpellChecker(List<DictionaryData> dictItem, string customDicPath)` in `Syncfusion.EJ2.SpellChecker` spell checker.
1279
+
1280
+ #### Bug Fixes
1281
+
1282
+ - `#315096` - Selection behaviour is updated properly, while pasting a URL and clicking enter after the URL.
1283
+ - `#315413`, `#317463` - Table cell is now rendered properly.
1284
+ - `#314467` - Find and replace is now working properly.
1285
+ - `#315441` - While inserting same bookmark multiple times and deleting, bookmarks were preserved properly now.
1286
+ - `#316532` - ParagraphFormat is now preserved while pasting with text only option.
1287
+ - `#314193` - Document with charts were now preserved properly on exporting.
1288
+ - `#161908`, `#318321` - Added API to show/hide restrict editing pane.
1289
+ - `#315435` - Table cell width now preserved properly on editing.
1290
+ - `#162638` - Table background color was now updated properly on updating borders and shading.
1291
+
1292
+ ## 18.4.46 (2021-03-02)
1293
+
1294
+ ### Document Editor
1295
+
1296
+ #### Bug Fixes
1297
+
1298
+ - `#311796`, `#316639`, `#308845`, `#316676`, `#162561` - All the pages in the document were now loaded properly.
1299
+ - `#309052`, `#315953` - Footnote now layouts properly.
1300
+ - `#307997` - Resolved issue on updating the bullet list.
1301
+ - `#314313`, `#316278` - When copy pasting the merge field, merge field was now preserved properly.
1302
+ - `#315435` - Table cells layouts properly now.
1303
+ - `#315413`, `#317463` - Table cells renders to preferred width now.
1304
+
1305
+ ## 18.4.44 (2021-02-23)
1306
+
1307
+ ### Document Editor
1308
+
1309
+ #### Bug Fixes
1310
+
1311
+ - `#313564`, `#314479` - Bookmark co ordinates were now updated properly.
1312
+ - `#162017` - Restart page number behaviour was implemented also for page break now.
1313
+ - `#310874` - Table with merged cells were exported properly now.
1314
+ - `#162017` - Page number was now updated properly based on page index.
1315
+ - `#313821` - Table column were now layout properly.
1316
+ - `#311371` - While deleting the bookmark extra spaces between the text were now removed properly.
1317
+ - `#312082` - Resolved script error on updating TOC.
1318
+ - `#312306` - Hyperlink label was not added while editing the link address now.
1319
+
1320
+ ## 18.4.43 (2021-02-16)
1321
+
1322
+ ### Document Editor
1323
+
1324
+ #### Bug Fixes
1325
+
1326
+ - `#160804`, `#160805` - Line space was now considered properly on exporting.
1327
+ - `#161513` - Properties pane was now disabled while enabling restrict editing.
1328
+ - `#311371` - While deleting a text extra spaces between the text were now removed properly.
1329
+ - `#311884` - Document with table was imported properly now.
1330
+ - `#310754` - Hebrew text was now layout properly with spaces and numbers renders properly.
1331
+ - Resolved performance lagging issue while editing.
1332
+
1333
+ ## 18.4.42 (2021-02-09)
1334
+
1335
+ ### Document Editor
1336
+
1337
+ #### Bug Fixes
1338
+
1339
+ - `#311518` - Vertical scrollbar was now updated properly on container resize.
1340
+ - `#161047` - Document with tab stop was now exported properly.
1341
+ - `#310258` - All the contents were preserved on pasting now.
1342
+ - `#307321`, `#309396` - Line shape was now rendered properly.
1343
+ - `#307321`, `#313943` - Tab stops were now rendered properly.
1344
+ - `#311296` - Odd headers were added to all odd pages now.
1345
+ - `#307321`, `#313948` - Straight connectors were now rendered properly.
1346
+ - `#309565` - When enable track changes is false changes tab is hide in review pane now.
1347
+
1348
+ ## 18.4.41 (2021-02-02)
1349
+
1350
+ ### Document Editor
1351
+
1352
+ #### Bug Fixes
1353
+
1354
+ - `#264813` - List tab element now layouts properly.
1355
+ - `#309425` - Paragraph formats were considered while creating a new table.
1356
+ - `#309976` - List was not updated properly from level 1 to level 2.
1357
+ - `#306480` - Review pane was now updated properly on resizing.
1358
+ - `#309052` - Document with footnote now rendered properly without overlap.
1359
+ - `#309565` - When enable comment is false comment tab is hide in review pane now.
1360
+ - `#307321` - Table with no cell border now rendered properly.
1361
+ - `#307860` - While pasting no extra paragraph was added now.
1362
+ - `#311336` - Text was now updated properly on undo without overlap.
1363
+
1364
+ ## 18.4.35 (2021-01-19)
1365
+
1366
+ ### Document Editor
1367
+
1368
+ #### Bug Fixes
1369
+
1370
+ - `#160177` - The document with tables were now rendered properly without page unresponsive error.
1371
+ - `#305777` - Selection was now updated properly on zooming for web layout.
1372
+ - `#297705` - Handled behaviour similar to MS Word if page and section break in same paragraph.
1373
+ - `#305110` - The document with large tables were now rendered properly without page unresponsive error.
1374
+ - `#307321` - Table borders now renders properly if the border color is none.
1375
+ - `#303643` - Edit hyperlink now works properly on image with hyperlink.
1376
+
1377
+ ## 18.4.34 (2021-01-12)
1378
+
1379
+ ### Document Editor
1380
+
1381
+ #### Bug Fixes
1382
+
1383
+ - `#306130` - The document content now renders properly while pasting the contents after inserting header with maximum header distance.
1384
+ - `#307321` - Top borders of table with merged cell were rendered properly now.
1385
+ - `#307746`, `#307748` - Auto fit tables were rendered properly now.
1386
+ - `#309747` - Resolved spelling issue on default font family collection.
1387
+ - `#295084`, `#291801` - Charts were now rendered properly on pasting.
1388
+ - `#307318`, `#307327` - Creation of new comment was now restricted until existing comment was posted or discarded.
1389
+ - `#307321` - Tab stop was rendered properly now.
1390
+ - `#299850` - Auto fit table with preferred width and cell width was now rendered properly.
1391
+ - `#308899` - Track changes revision was now preserved properly for justified paragraph.
1392
+
1393
+ ## 18.4.33 (2021-01-05)
1394
+
1395
+ ### Document Editor
1396
+
1397
+ #### Bug Fixes
1398
+
1399
+ - `#297703`, `#160488` - Cursor was now updated properly for RTL languages.
1400
+ - `#307715` - Table with merged cells were now exported properly.
1401
+
1402
+ ## 18.4.32 (2020-12-29)
1403
+
1404
+ ### Document Editor
1405
+
1406
+ #### Bug Fixes
1407
+
1408
+ - `#306939` - Table with merged cells were now exported properly.
1409
+ - `#302508` - List format was now preserved properly after pasting some content in list line.
1410
+ - `#299511` - On discarding the comment, comment tag was removed properly on file level now.
1411
+
1412
+ ## 18.4.31 (2020-12-22)
1413
+
1414
+ ### Document Editor
1415
+
1416
+ #### Bug Fixes
1417
+
1418
+ - `#305640` - Track changes is now preserved properly on exported document.
1419
+ - `#305804` - Document scrolling is now working properly when document contains clipped image.
1420
+ - `#305804` - In IE, Ctrl+ P is now working properly without text insertion in cursor position.
1421
+ - `#299850` - Paragraph format was now applied properly inside the table.
1422
+ - `#304588` - Application level formats were now preserved properly.
1423
+ - `#305834`, `#302444` - Comment tab is also visible now while clicking on the track changes.
1424
+ - `#301314` - Resolved the script error thrown on entering a new line and backspace sequentially.
1425
+
1426
+ ## 18.4.30 (2020-12-17)
1427
+
1428
+ ### Document Editor
1429
+
1430
+ #### New Features
1431
+
1432
+ - `227250`, `143540`, `234463`, `252453`, `267474`, `67852`, `268213`, `273871`, `285146`, `288507`, `290372`, `295055`, `295548` - Added support for Footnote and Endnote.
1433
+
1434
+ ## 18.3.53 (2020-12-08)
1435
+
1436
+ ### Document Editor
1437
+
1438
+ #### Bug Fixes
1439
+
1440
+ - `305508` - Resolved page unresponsive error while selecting field.
1441
+ - `302470` - Chart series color now applied properly.
1442
+ - `292515` - Resolved paste option issue on IE.
1443
+
1444
+ ## 18.3.52 (2020-12-01)
1445
+
1446
+ ### Document Editor
1447
+
1448
+ #### Bug Fixes
1449
+
1450
+ - `302151` - Vertical alignment for cell now working properly in header and footer.
1451
+ - `304069` - Table cell spacing now exported properly.
1452
+ - `304048`, `294075` - Auto fit table is now layout properly if table has preferred width.
1453
+
1454
+ ## 18.3.51 (2020-11-24)
1455
+
1456
+ ### Document Editor
1457
+
1458
+ #### Bug Fixes
1459
+
1460
+ - `#291766`, `#293053` - Resolved the page unresponsive error while selecting the image.
1461
+ - `#301016` - Multiple server calls on optimized spell checking was now optimized to single call per page.
1462
+ - `#300330` - Document with comment can be opened without any script errors now.
1463
+ - `#292912`, `#293388` - Document with empty comment is now exported properly.
1464
+ - `#299940` - Table with center alignment is now rendered properly and footer contents are rendered properly now on zooming.
1465
+ - `#290277` - Navigating to bookmark now works properly without script error.
1466
+ - `#301035`, `#300947` - Changes were tracked properly now on pasting.
1467
+
1468
+ ## 18.3.50 (2020-11-17)
1469
+
1470
+ ### Document Editor
1471
+
1472
+ #### Bug Fixes
1473
+
1474
+ - Strike through button now toggles properly.
1475
+ - `#297703` - Resolved issue on exporting a RTL document.
1476
+
1477
+ ## 18.3.48 (2020-11-11)
1478
+
1479
+ ### Document Editor
1480
+
1481
+ #### Bug Fixes
1482
+
1483
+ - `#294075` - Resolved table bottom border rendering issue when table contains merged cell.
1484
+ - `#292515` - Resolved context menu position issue in IE11.
1485
+
1486
+ ## 18.3.47 (2020-11-05)
1487
+
1488
+ ### Document Editor
1489
+
1490
+ #### New Features
1491
+
1492
+ - `#281067`, `#279595` - Added partial lock and edit support.
1493
+
1494
+ #### Bug Fixes
1495
+
1496
+ - `#296222` - Resolved table rendering issue when table contains merged cell.
1497
+ - `#297479` - Field result text with multiple lines are now inserted properly when track changes enabled.
1498
+ - `#296863` - Resolved script error when field code contains table.
1499
+ - `#281339` - Resolved paragraph renders outside the page in RTL format document issue.
1500
+ - Resolved script error Navigating to the specified bookmark.
1501
+ - `#296222` - Resolved exporting issue when exporting document with shape.
1502
+ - `#294306` - Resolved page number update issue when page contains page field.
1503
+ - `#295176` - Ctrl + V now works properly in Edge.
1504
+ - `#296782`, `#296781` - Resolved issue on cursor visibility when cursor is in editable region.
1505
+ - `#293369` - Document with merged cell is now exported properly.
1506
+ - `#294261` - Accepting or rejecting changes were now preserved in restrict editing.
1507
+ - `#292726` - Row header was now repeated properly for each page.
1508
+ - `#281339` - Numbered list in the RTL was now rendered properly.
1509
+ - `#295753` - Sections with restart page number now updated properly.
1510
+ - `#293980` - Skipped form field insertion in header and footer similar to MS Word.
1511
+ - `#294075`,`#293472` - Resolved table border rendering issue.
1512
+ - `#291766` - Resolved file picker not opening issue in IE.
1513
+ - `#296842` - Resolved issue on selecting a merge field.
1514
+ - `#292515` - Polish characters are now working properly in IE.
1515
+ - `#291766` - Resolved script error on loading a document with text wrapped image.
1516
+ - `#292515` - Resolved toolbar rendering issue in IE.
1517
+ - `#289186`,`#293172` - Text box with none style is now exported properly.
1518
+ - `#291766` - Resolved issue on table rendering black.
1519
+ - `#293342`,`#295176` - Ctrl + V now works properly in IE.
1520
+
1521
+ ## 18.3.44 (2020-10-27)
1522
+
1523
+ ### Document Editor
1524
+
1525
+ #### Bug Fixes
1526
+
1527
+ - `#296222` - Resolved table rendering issue when table contains merged cell.
1528
+ - `#297479` - Field result text with multiple lines are now inserted properly when track changes enabled.
1529
+ - `#296863` - Resolved script error when field code contains table.
1530
+ - `#281339` - Resolved paragraph renders outside the page in RTL format document issue.
1531
+ - Resolved script error Navigating to the specified bookmark.
1532
+ - `#296222` - Resolved exporting issue when exporting document with shape.
1533
+
1534
+ ## 18.3.42 (2020-10-20)
1535
+
1536
+ ### Document Editor
1537
+
1538
+ #### New Features
1539
+
1540
+ - `#281067`, `#279595` - Added partial lock and edit support.
1541
+
1542
+ #### Bug Fixes
1543
+
1544
+ - `#294306` - Resolved page number update issue when page contains page field.
1545
+ - `#295176` - Ctrl + V now works properly in Edge.
1546
+ - `#296782`, `#296781` - Resolved issue on cursor visibility when cursor is in editable region.
1547
+ - `#293369` - Document with merged cell is now exported properly.
1548
+ - `#294261` - Accepting or rejecting changes were now preserved in restrict editing.
1549
+ - `#292726` - Row header was now repeated properly for each page.
1550
+ - `#281339` - Numbered list in the RTL was now rendered properly.
1551
+ - `#295753` - Sections with restart page number now updated properly.
1552
+ - `#293980` - Skipped form field insertion in header and footer similar to MS Word.
1553
+
1554
+ ## 18.3.40 (2020-10-13)
1555
+
1556
+ ### Document Editor
1557
+
1558
+ #### Bug Fixes
1559
+
1560
+ - `294075`,`293472` - Resolved table border rendering issue.
1561
+ - `#291766` - Resolved file picker not opening issue in IE.
1562
+ - `#296842` - Resolved issue on selecting a merge field.
1563
+ - `#292515` - Polish characters are now working properly in IE.
1564
+ - `#291766` - Resolved script error on loading a document with text wrapped image.
1565
+ - `#292515` - Resolved toolbar rendering issue in IE.
1566
+ - `289186`,`293172` - Text box with none style is now exported properly.
1567
+ - `#291766` - Resolved issue on table rendering black.
1568
+ - `293342`,`295176` - Ctrl + V now works properly in IE.
1569
+
1570
+ ## 18.3.35 (2020-10-01)
1571
+
1572
+ ### Document Editor
1573
+
1574
+ #### Bug Fixes
1575
+
1576
+ - `#283180` - Resolved font family no records found issue.
1577
+ - `#282303` - Paste dropdown now hides when creating or opening new document.
1578
+ - `#280951` - Table content renders properly now for table with merged cells.
1579
+ - `#280973` - Resolved script while getting bookmarks from selection.
1580
+ - `#284486` - Comment Tab in pane is removed when enable comment is false.
1581
+ - `#283344` - Resolved the initial delay in pasting images.
1582
+ - `#282707`,`#284035` - Resolved bullet list exporting issue in MAC devices.
1583
+ - `#284412` - Comment mark is now deleted properly when comment is deleted.
1584
+ - `#281339` - Resolved RTL issue when editing a list content.
1585
+ - `#276616` - Paragraph maintained when inserting text in whole paragraph similar to MS Word.
1586
+ - `#284775` - Resolved table resize enabled issue in protected mode.
1587
+ - `#282504` - Resolved footer content overlapping issue when inserting image and table in footer.
1588
+ - `#286986` - Table properties are now written properly on html exporting.
1589
+ - `#286520` - Inserted text selection now applied properly after applying style.
1590
+ - `#287740` - Paper size dropdown in page setup dialog now updated for document with A4 format.
1591
+ - `#282515` - Resolved error on exporting a document which contains restart numbering.
1592
+ - `#287633` - Table containing alignment is now exporting properly with alignment.
1593
+ - `#286469` - Resolved table formatting issue when table splits to multiple pages.
1594
+ - `#285747` - Resolved script error on server side export.
1595
+ - `#284704` - Resolved script error on changing the footer distance.
1596
+ - `#283529` - Resolved table layout issue when table is center aligned.
1597
+ - `#286474` - Resolved table re layout issue when table have left indent value.
1598
+ - `#289186` - Resolved issue on exporting a text box with line format none.
1599
+ - `#288198` - Font family customization is also available on modify style dialog now.
1600
+ - `#289187` - Resolved table border rendering issue when table have merged cells.
1601
+ - `#287255` - Resolved page unresponsive error occurs on mail merge.
1602
+ - `#286474`, `#288778` - Resolved script error thrown on choosing fill color.
1603
+ - `#155699` - Image resize history is now called before the content change event.
1604
+ - `#156086` - Resolved table layout issue on opening a saved document with merged cells.
1605
+ - `#148494` - Resolved script error on destroying the container.
1606
+ - `#289186` - Resolved layout issue on exporting a text box.
1607
+ - `#289172` - Resolved script error when two or more server request is passed at same time.
1608
+ - `#287775` - Resolved script error on saving a document with form field.
1609
+ - `#289902` - Custom page height and width is now updating properly in page setup dialog.
1610
+ - `#289902` - Resolved review pane enabled issue when track changes is disabled.
1611
+ - `#157264` - Resolved script error when finding a text with curly braces.
1612
+ - `#290625` - Tick icon in line spacing is aligned properly now.
1613
+ - `#291882` - Now,Text contents were not transformed to upper case while copying.
1614
+ - `#287582` - Apply shading property for form field is now maintained also on exported document.
1615
+ - `#280951` - Table contents were not rendered on footer region now.
1616
+ - `#287195` - Resolved script error throw while deleting large text inside a table.
1617
+ - `#155699` - Resolved selection change event gets triggered before created event of document editor issue.
1618
+ - `#290271` - Resolved some elements are not created with unique id in document editor component issue.
1619
+ - `#288253` - Exported document with comments from editor contain initials property in file level now.
1620
+ - `#287740` - Landscape Orientation not updated properly in page setup dialog now.
1621
+ - `#291080`, `#157393` - Restrict editing property works when setting on component creation now.
1622
+
1623
+ #### New Features
1624
+
1625
+ - Added API to delete bookmark.
1626
+ - `#267515`- Added API to get searched item hierarchical index.
1627
+ - `#284937`- Added API show restrict editing pane.
1628
+ - `#280089`, `#283427`, `#250760` - Added event to notify service failure.
1629
+ - `#275184` - Added support for retrieving next and previous element context type from current selection range.
1630
+ - `#243495` - Added support for automatic text color.
1631
+ - `#279355` - Added support to enable properties pane in read only mode.
1632
+ - `#260677`, `#277329` - Added support for cropping images in document editor.
1633
+ - `#250760` - Added before file open event to restrict document loading based on file size.
1634
+ - `#256210`, `#259583`, `#280989`, `#282228` - Added support for all Caps property for character.
1635
+ - `#156915` - Added public API to check whether the selection is in edit region.
1636
+ - `#287831` - Added public API to show spell check dialog.
1637
+ - `#284434` - Spell checker performance was optimized.
1638
+ - `#290372` - Added support to apply restart page number for different sections.
1639
+ - `#290423` - Added resize API in document editor container.
1640
+ - `#243495`, `#247427`, `#248347`, `#252755`, `#254094`, `#254684`, `#256926`, `#248347`, `#260233`, `#262638`, `#273681`, `#155458`, `#278038` - Added support to preserve content control feature.
1641
+
1642
+ ## 18.2.58 (2020-09-15)
1643
+
1644
+ ### Document Editor
1645
+
1646
+ #### New Features
1647
+
1648
+ - `#290372` - Added support to apply restart page number for different sections.
1649
+ - `#290423` - Added resize API in document editor container.
1650
+ - `#243495`, `#247427`, `#248347`, `#252755`, `#254094`, `#254684`, `#256926`, `#248347`, `#260233`, `#262638`, `#273681`, `#155458`, `#278038` - Added support to preserve content control feature.
1651
+
1652
+ #### Bug Fixes
1653
+
1654
+ - `#155699` - Resolved selection change event gets triggered before created event of document editor issue.
1655
+ - `#290271` - Resolved some elements are not created with unique id in document editor component issue.
1656
+ - `#288253` - Exported document with comments from editor contain initials property in file level now.
1657
+ - `#287740` - Landscape Orientation not updated properly in page setup dialog now.
1658
+ - `#291080`, `#157393` - Restrict editing property works when setting on component creation now.
1659
+
1660
+ ## 18.2.57 (2020-09-08)
1661
+
1662
+ ### Document Editor
1663
+
1664
+ #### New Features
1665
+
1666
+ - `#156915` - Added public API to check whether the selection is in edit region.
1667
+ - `#287831` - Added public API to show spell check dialog.
1668
+ - `#284434` - Spell checker performance was optimized.
1669
+
1670
+ #### Bug Fixes
1671
+
1672
+ - `#148494` - Resolved script error on destroying the container.
1673
+ - `#289186` - Resolved layout issue on exporting a text box.
1674
+ - `#289172` - Resolved script error when two or more server request is passed at same time.
1675
+ - `#287775` - Resolved script error on saving a document with form field.
1676
+ - `#289902` - Custom page height and width is now updating properly in page setup dialog.
1677
+ - `#289902` - Resolved review pane enabled issue when track changes is disabled.
1678
+ - `#157264` - Resolved script error when finding a text with curly braces.
1679
+ - `#290625` - Tick icon in line spacing is aligned properly now.
1680
+ - `#291882` - Now,Text contents were not transformed to upper case while copying.
1681
+ - `#287582` - Apply shading property for form field is now maintained also on exported document.
1682
+ - `#280951` - Table contents were not rendered on footer region now.
1683
+ - `#287195` - Resolved script error throw while deleting large text inside a table.
1684
+
1685
+ ## 18.2.55 (2020-08-25)
1686
+
1687
+ ### Document Editor
1688
+
1689
+ #### Bug Fixes
1690
+
1691
+ - `#286474` - Resolved table re layout issue when table have left indent value.
1692
+ - `#289186` - Resolved issue on exporting a text box with line format none.
1693
+ - `#288198` - Font family customization is also available on modify style dialog now.
1694
+ - `#289187` - Resolved table border rendering issue when table have merged cells.
1695
+ - `#287255` - Resolved page unresponsive error occurs on mail merge.
1696
+ - `#286474`, `#288778` - Resolved script error thrown on choosing fill color.
1697
+ - `#155699` - Image resize history is now called before the content change event.
1698
+ - `#156086` - Resolved table layout issue on opening a saved document with merged cells.
1699
+
1700
+ ## 18.2.54 (2020-08-18)
1701
+
1702
+ ### Document Editor
1703
+
1704
+ #### New Features
1705
+
1706
+ - `#275184` - Added support for retrieving next and previous element context type from current selection range.
1707
+ - `#243495` - Added support for automatic text color.
1708
+ - `#279355` - Added support to enable properties pane in read only mode.
1709
+ - `#260677`, `#277329` - Added support for cropping images in document editor.
1710
+ - `#250760` - Added before file open event to restrict document loading based on file size.
1711
+ - `#256210`, `#259583`, `#280989`, `#282228` - Added support for all Caps property for character.
1712
+ - Added API to delete bookmark.
1713
+ - `#267515`- Added API to get searched item hierarchical index.
1714
+ - `#284937`- Added API show restrict editing pane.
1715
+ - `#280089`, `#283427`, `#250760` - Added event to notify service failure.
1716
+
1717
+ #### Bug Fixes
1718
+
1719
+ - `#286986` - Table properties are now written properly on html exporting.
1720
+ - `#286520` - Inserted text selection now applied properly after applying style.
1721
+ - `#287740` - Paper size dropdown in page setup dialog now updated for document with A4 format.
1722
+ - `#282515` - Resolved error on exporting a document which contains restart numbering.
1723
+ - `#287633` - Table containing alignment is now exporting properly with alignment.
1724
+ - `#286469` - Resolved table formatting issue when table splits to multiple pages.
1725
+ - `#285747` - Resolved script error on server side export.
1726
+ - `#284704` - Resolved script error on changing the footer distance.
1727
+ - `#283529` - Resolved table layout issue when table is center aligned.
1728
+ - `#283180` - Resolved font family no records found issue.
1729
+ - `#282303` - Paste dropdown now hides when creating or opening new document.
1730
+ - `#280951` - Table content renders properly now for table with merged cells.
1731
+ - `#280973` - Resolved script while getting bookmarks from selection.
1732
+ - `#284486` - Comment Tab in pane is removed when enable comment is false.
1733
+ - `#283344` - Resolved the initial delay in pasting images.
1734
+ - `#282707`,`#284035` - Resolved bullet list exporting issue in MAC devices.
1735
+ - `#284412` - Comment mark is now deleted properly when comment is deleted.
1736
+ - `#281339` - Resolved RTL issue when editing a list content.
1737
+ - `#276616` - Paragraph maintained when inserting text in whole paragraph similar to MS Word.
1738
+ - `#284775` - Resolved table resize enabled issue in protected mode.
1739
+ - `#282504` - Resolved footer content overlapping issue when inserting image and table in footer.
1740
+
1741
+ ## 18.2.47 (2020-07-28)
1742
+
1743
+ ### Document Editor
1744
+
1745
+ #### New Features
1746
+
1747
+ - `#280089`, `#283427`, `#250760` - Added event to notify service failure.
1748
+
1749
+ #### Bug Fixes
1750
+
1751
+ - `#284775` - Resolved table resize enabled issue in protected mode.
1752
+ - `#282504` - Resolved footer content overlapping issue when inserting image and table in footer.
1753
+
1754
+ ## 18.2.46 (2020-07-21)
1755
+
1756
+ ### Document Editor
1757
+
1758
+ #### New Features
1759
+
1760
+ - `#284937`- Added API show restrict editing pane.
1761
+
1762
+ #### Bug Fixes
1763
+
1764
+ - `#284486` - Comment Tab in pane is removed when enable comment is false.
1765
+ - `#283344` - Resolved the initial delay in pasting images.
1766
+ - `#282707`,`#284035` - Resolved bullet list exporting issue in MAC devices.
1767
+ - `#284412` - Comment mark is now deleted properly when comment is deleted.
1768
+ - `#281339` - Resolved RTL issue when editing a list content.
1769
+ - `#276616` - Paragraph maintained when inserting text in whole paragraph similar to MS Word.
1770
+
1771
+ ## 18.2.45 (2020-07-14)
1772
+
1773
+ ### Document Editor
1774
+
1775
+ #### New Features
1776
+
1777
+ - Added API to delete bookmark.
1778
+ - `#267515`- Added API to get searched item hierarchical index.
1779
+
1780
+ #### Bug Fixes
1781
+
1782
+ - `#283180` - Resolved font family no records found issue.
1783
+ - `#282303` - Paste dropdown now hides when creating or opening new document.
1784
+ - `#280951` - Table content renders properly now for table with merged cells.
1785
+ - `#280973` - Resolved script while getting bookmarks from selection.
1786
+
1787
+ ## 18.2.44 (2020-07-07)
1788
+
1789
+ ### Document Editor
1790
+
1791
+ #### Breaking Changes
1792
+
1793
+ - The property `dropDownItems` in DropDownFormFieldInfo is changed to `dropdownItems`.
1794
+
1795
+ #### New Features
1796
+
1797
+ - `#268210` - Added support to customize user color in comment.
1798
+ - `#268211` - Added support for restricting the user from delete comment.
1799
+ - `#125563`,`#167098`,`#200655`,`#210401`,`#227193`,`#225881`,`#227250`,`#238531`,`#238529`,`#249506`,`#251329`,`#251816`,`#252988`,`#254094`, `#125563`,`#255850`, `#258472`, `#264794`, `#264634`, `#266286`, `#278191` - Added support for track changes.
1800
+ - `#272634` - Added API to get hidden bookmark.
1801
+ - `#267067`,`#267934` - Added API to customize font family dropdown.
1802
+ - Added `height` and `width` API to define height and width of document editor.
1803
+ - Added support for Legacy Form Fields.
1804
+ - Added support for updating bookmark cross reference fields.
1805
+
1806
+ #### Bug Fixes
1807
+
1808
+ - `#279874` - Resolved paragraph spacing issue in the exported docx when opening it in libre office.
1809
+ - `#278039` - Character formatting now preserved properly for dropdown field.
1810
+ - `#278038` - Handle restrict editing inside dropdown field.
1811
+ - `#278695` - Paste text only in editable region now working properly.
1812
+ - `#267924` - Circular reference exception resolved when export the document contains chart.
1813
+ - `#152124` - Resolved script error when modify style for locale changed text.
1814
+ - `#266059` - Skipped adding bookmark when pasting content with bookmark.
1815
+ - `#267949` - Table is now revert properly when insert table below another table.
1816
+ - `#268472` - Selection format is now retrieved properly when paragraph contains more than two paragraph.
1817
+ - `#269467` - List character format is now update properly when paragraph contains style.
1818
+ - `#264813` - Tab width in list paragraph is now layout properly.
1819
+ - `#264779` - Text clipping issue is resolved when text inside table.
1820
+ - `#269397` - Context menu position is now update properly.
1821
+ - `#269546` - Resolved key navigation issue when paragraph contains page break.
1822
+ - `#269778` - $ symbol is now search properly when text contains $ symbol.
1823
+ - `#269893` - Focus is in document editor after dialog gets closed.
1824
+ - `#268907` - Selection character format is retrieved properly when selection is in list text.
1825
+ - `#270424` - Footer content is now update properly when document contains more than one section.
1826
+ - `#269743` , `#266534` - Focus is now update properly in Firefox when navigate to bookmark or search result.
1827
+ - `#271039` - When paste content in RTL paragraph, formatting is now update properly.
1828
+ - `#271928` - Resolved script when trying to create a new document and document have broken comments.
1829
+ - `#271886` - Right tab width issue when paragraph contains right indent.
1830
+ - `#271986` - Resolved error when updating Table of Contents with comments.
1831
+ - `#271967` , `#271968` , `#271971` - Paste text only in empty paragraph is now working properly.
1832
+ - `#271985` - Resolved script error when remove page break after bookmark.
1833
+ - `#272009` , `#273868` - Modify style using numbering and paragraph dialog is now working properly.
1834
+ - `#271977` - Pasting text in heading style is now maintain heading style in paragraph.
1835
+ - `#271863` - Paragraph element splitting issue is now resolved when alignment is left and line combined with field.
1836
+ - `#272290` - Resolved selection issue when paragraph contains line break character.
1837
+ - `#272600` - Copy text with specific symbol (< , >) is now working properly.
1838
+ - `#266059` - When pasting content with bookmark, bookmark is now preserved.
1839
+ - `#269743` - Resolved focus issue in Firefox when navigate to bookmark or search result.
1840
+ - `#269546` - Selection issue is now resolved when paragraph contains page break.
1841
+ - `#274395` - Resolved script error when clicking on canvas in mobile view mode.
1842
+ - `#273345` - Resolved table export issue when table contains vertical merge cell.
1843
+ - `#271450` - Restricted user editing, when spinner is visible.
1844
+ - `#271375` - Resolved table layout issue when table contain vertical merged cells.
1845
+ - `#252868` - Resolved script error when minimize row height.
1846
+ - `#275993` ,`#277160` - Button actions in comments and restrict editing pane will not trigger the form submit events now.
1847
+ - `#276810` - Table alignment property is now export properly.
1848
+ - `#277452` - Contents in table is now print properly.
1849
+ - `#273870` - Bookmarks API will not retrieve bookmark when selection is at end of bookmark.
1850
+ - `#273913` - Enable/Disable item by index in toolbar is now working properly.
1851
+ - `#276399` - After copy and paste table, table is now exported properly.
1852
+ - Comments pane locale string is now returns proper time.
1853
+ - `#275137` - Apply vertical alignment for cell is now working properly when it inside table.
1854
+ - `#275184` - Select bookmark API is now select bookmark element properly.
1855
+ - `#275452` - Select current word using keys is now working properly when line contains comments.
1856
+ - `#274525` - List font is now update properly on enter in list paragraph.
1857
+ - `#273905` - Insert row below is now proper when cells have different borders.
1858
+ - `#272762` - Modify list level using tab key is now proper.
1859
+ - `#277823` - Resolved script error when deleting edit range element inside table.
1860
+ - `#247077` - Selection is now updated properly while clicking before merge field.
1861
+ - `#277357` - Table borders are now rendered properly.
1862
+ - `#275686` - `contentChange` event will not trigger while switching the layout type.
1863
+ - `#276616` - Paragraph format now preservers properly while inserting text.
1864
+ - `#276039` - Adding new comment and replying to old comment is now disable in read only mode.
1865
+ - `#277959` - Document with shape now imported properly.
1866
+ - `#153583` - Selection is now updated properly for image inside the bookmark.
1867
+ - `#278685` - Resolved script error on backspace inside the edit range.
1868
+ - `#247077` - Selection is now updated properly while clicking before merge field.
1869
+ - `#277357` - Table borders are now rendered properly.
1870
+ - `#275686` - `contentChange` event will not trigger while switching the layout type.
1871
+ - `#276616` - Paragraph format now preservers properly while inserting text.
1872
+ - `#276039` - Adding new comment and replying to old comment is now disable in read only mode.
1873
+ - `#277959` - Document with shape now imported properly.
1874
+ - `#153583` - Selection is now updated properly for image inside the bookmark.
1875
+
1876
+ ## 18.1.56 (2020-06-09)
1877
+
1878
+ ### Document Editor
1879
+
1880
+ #### Bug Fixes
1881
+
1882
+ - `#278685` - Resolved script error on backspace inside the edit range.
1883
+ - `#247077` - Selection is now updated properly while clicking before merge field.
1884
+ - `#277357` - Table borders are now rendered properly.
1885
+ - `#275686` - `contentChange` event will not trigger while switching the layout type.
1886
+ - `#276616` - Paragraph format now preservers properly while inserting text.
1887
+ - `#276039` - Adding new comment and replying to old comment is now disable in read only mode.
1888
+ - `#277959` - Document with shape now imported properly.
1889
+ - `#153583` - Selection is now updated properly for image inside the bookmark.
1890
+
1891
+ ## 18.1.55 (2020-06-02)
1892
+
1893
+ ### Document Editor
1894
+
1895
+ #### Bug Fixes
1896
+
1897
+ - `#247077` - Selection is now updated properly while clicking before merge field.
1898
+ - `#277357` - Table borders are now rendered properly.
1899
+ - `#275686` - `contentChange` event will not trigger while switching the layout type.
1900
+ - `#276616` - Paragraph format now preservers properly while inserting text.
1901
+ - `#276039` - Adding new comment and replying to old comment is now disable in read only mode.
1902
+ - `#277959` - Document with shape now imported properly.
1903
+ - `#153583` - Selection is now updated properly for image inside the bookmark.
1904
+
1905
+ ## 18.1.54 (2020-05-26)
1906
+
1907
+ ### Document Editor
1908
+
1909
+ #### Bug Fixes
1910
+
1911
+ - Comments pane locale string is now returns proper time.
1912
+ - `#275137` - Apply vertical alignment for cell is now working properly when it inside table.
1913
+ - `#275184` - Select bookmark API is now select bookmark element properly.
1914
+ - `#275452` - Select current word using keys is now working properly when line contains comments.
1915
+ - `#274525` - List font is now update properly on enter in list paragraph.
1916
+ - `#273905` - Insert row below is now proper when cells have different borders.
1917
+ - `#272762` - Modify list level using tab key is now proper.
1918
+ - `#277823` - Resolved script error when deleting edit range element inside table.
1919
+
1920
+ ## 18.1.53 (2020-05-19)
1921
+
1922
+ ### Document Editor
1923
+
1924
+ #### New Features
1925
+
1926
+ - `#272634` - Added API to get hidden bookmark.
1927
+
1928
+ #### Bug Fixes
1929
+
1930
+ - `#275993` ,`#277160` - Button actions in comments and restrict editing pane will not trigger the form submit events now.
1931
+ - `#276810` - Table alignment property is now export properly.
1932
+ - `#277452` - Contents in table is now print properly.
1933
+ - `#273870` - Bookmarks API will not retrieve bookmark when selection is at end of bookmark.
1934
+ - `#273913` - Enable/Disable item by index in toolbar is now working properly.
1935
+ - `#276399` - After copy and paste table, table is now exported properly.
1936
+
1937
+ ## 18.1.52 (2020-05-13)
1938
+
1939
+ ### Document Editor
1940
+
1941
+ #### New Features
1942
+
1943
+ - `#267067`,`#267934` - Added API to customize font family dropdown.
1944
+
1945
+ #### Bug Fixes
1946
+
1947
+ - `#271375` - Resolved table layout issue when table contain vertical merged cells.
1948
+ - `#252868` - Resolved script error when minimize row height.
1949
+
1950
+ ## 18.1.48 (2020-05-05)
1951
+
1952
+ ### Document Editor
1953
+
1954
+ #### Bug Fixes
1955
+
1956
+ - `#272290` - Resolved selection issue when paragraph contains line break character.
1957
+ - `#272600` - Copy text with specific symbol (< , >) is now working properly.
1958
+ - `#266059` - When pasting content with bookmark, bookmark is now preserved.
1959
+ - `#269743` - Resolved focus issue in Firefox when navigate to bookmark or search result.
1960
+ - `#269546` - Selection issue is now resolved when paragraph contains page break.
1961
+ - `#274395` - Resolved script error when clicking on canvas in mobile view mode.
1962
+ - `#273345` - Resolved table export issue when table contains vertical merge cell.
1963
+ - `#271450` - Restricted user editing, when spinner is visible.
1964
+
1965
+ ## 18.1.46 (2020-04-28)
1966
+
1967
+ ### Document Editor
1968
+
1969
+ #### New Features
1970
+
1971
+ - Added `height` and `width` API to define height and width of document editor.
1972
+
1973
+ #### Bug Fixes
1974
+
1975
+ - `#271928` - Resolved script when trying to create a new document and document have broken comments.
1976
+ - `#271886` - Right tab width issue when paragraph contains right indent.
1977
+ - `#271986` - Resolved error when updating Table of Contents with comments.
1978
+ - `#271967` , `#271968` , `#271971` - Paste text only in empty paragraph is now working properly.
1979
+ - `#271985` - Resolved script error when remove page break after bookmark.
1980
+ - `#272009` , `#273868` - Modify style using numbering and paragraph dialog is now working properly.
1981
+ - `#271977` - Pasting text in heading style is now maintain heading style in paragraph.
1982
+ - `#271863` - Paragraph element splitting issue is now resolved when alignment is left and line combined with field.
1983
+
1984
+ ## 18.1.45 (2020-04-21)
1985
+
1986
+ ### Document Editor
1987
+
1988
+ #### Bug Fixes
1989
+
1990
+ - `#268907` - Selection character format is retrieved properly when selection is in list text.
1991
+ - `#270424` - Footer content is now update properly when document contains more than one section.
1992
+ - `#269743` , `#266534` - Focus is now update properly in Firefox when navigate to bookmark or search result.
1993
+ - `#271039` - When paste content in RTL paragraph, formatting is now update properly.
1994
+
1995
+ ## 18.1.44 (2020-04-14)
1996
+
1997
+ ### Document Editor
1998
+
1999
+ #### New Features
2000
+
2001
+ - Added support for Legacy Form Fields.
2002
+ - Added support for updating bookmark cross reference fields.
2003
+
2004
+ #### Bug Fixes
2005
+
2006
+ - `#269397` - Context menu position is now update properly.
2007
+ - `#269546` - Resolved key navigation issue when paragraph contains page break.
2008
+ - `#269778` - $ symbol is now search properly when text contains $ symbol.
2009
+ - `#269893` - Focus is in document editor after dialog gets closed.
2010
+
2011
+ ## 18.1.43 (2020-04-07)
2012
+
2013
+ ### Document Editor
2014
+
2015
+ #### Bug Fixes
2016
+
2017
+ - `#267924` - Circular reference exception resolved when export the document contains chart.
2018
+ - `#152124` - Resolved script error when modify style for locale changed text.
2019
+ - `#266059` - Skipped adding bookmark when pasting content with bookmark.
2020
+ - `#267949` - Table is now revert properly when insert table below another table.
2021
+ - `#268472` - Selection format is now retrieved properly when paragraph contains more than two paragraph.
2022
+ - `#269467` - List character format is now update properly when paragraph contains style.
2023
+ - `#264813` - Tab width in list paragraph is now layout properly.
2024
+ - `#264779` - Text clipping issue is resolved when text inside table.
2025
+
2026
+ ## 18.1.42 (2020-04-01)
2027
+
2028
+ ### Document Editor
2029
+
2030
+ #### Breaking Changes
2031
+
2032
+ - Default value of `enableLocalPaste` is set to false. So, by default, the content will be pasted from the system clipboard.
2033
+ - Some locale properties are renamed as below
2034
+
2035
+ |Previous|Now|
2036
+ |----|----|
2037
+ |Linked(Paragraph and Character)|Linked Style|
2038
+ |Don't add space between the paragraphs of the same styles|Contextual Spacing|
2039
+ |The password don't match|Password Mismatch|
2040
+ |Exceptions (optional)|Exceptions Optional|
2041
+ |Select parts of the document and choose users who are allowed to freely edit them.|Select Part Of Document And User|
2042
+ |Yes, Start Enforcing Protection|Enforcing Protection|
2043
+ |This document is protected from unintentional editing. You may edit in this region.|Protected Document|
2044
+ |You may format text only with certain styles.|You may format text only with certain styles|
2045
+ |Type your comment hear|Type your comment here|
2046
+ |Added comments not posted. If you continue, that comment will be discarded.|Discard Comment|
2047
+ |Header & Footer|Header And Footer|
2048
+ |Different header and footer for odd and even pages.|Different header and footer for odd and even pages|
2049
+ |Different Odd & Even Pages|Different Odd And Even Pages|
2050
+ |Different header and footer for first page.|Different header and footer for first page|
2051
+ |Distance from top of the page to top of the header|Distance from top of the page to top of the header|
2052
+ |Distance from bottom of the page to bottom of the footer.|Distance from bottom of the page to bottom of the footer|
2053
+ |Insert / Delete|Insert Or Delete|
2054
+ |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|
2055
+ |Show page numbers in table of contents.|Show page numbers in table of contents|
2056
+ |Right align page numbers in table of contents.|Right align page numbers in table of contents|
2057
+ |Use hyperlinks instead of page numbers.|Use hyperlinks instead of page numbers|
2058
+ |Bold (Ctrl+B)|Bold Tooltip|
2059
+ |Italic (Ctrl+I)|Italic Tooltip|
2060
+ |Underline (Ctrl+U)|Underline Tooltip|
2061
+ |Superscript (Ctrl+Shift++)|Superscript Tooltip|
2062
+ |Subscript (Ctrl+=)|Subscript Tooltip|
2063
+ |Align left (Ctrl+L)|Align left Tooltip|
2064
+ |Center (Ctrl+E)|Center Tooltip|
2065
+ |Align right (Ctrl+R)|Align right Tooltip|
2066
+ |Justify (Ctrl+J)|Justify Tooltip|
2067
+ |Create a new document.|Create a new document|
2068
+ |Open a document.|Open a document|
2069
+ |Undo the last operation (Ctrl+Z).|Undo Tooltip|
2070
+ |Redo the last operation (Ctrl+Y).|Redo Tooltip|
2071
+ |Insert inline picture from a file.|Insert inline picture from a file|
2072
+ |Create a link in your document for quick access to web pages and files (Ctrl+K).|Create Hyperlink|
2073
+ |Insert a bookmark in a specific place in this document.|Insert a bookmark in a specific place in this document|
2074
+ |Provide an overview of your document by adding a table of contents.|Provide an overview of your document by adding a table of contents|
2075
+ |Add or edit the header.|Add or edit the header|
2076
+ |Add or edit the footer.|Add or edit the footer|
2077
+ |Open the page setup dialog.|Open the page setup dialog|
2078
+ |Add page numbers.|Add page numbers|
2079
+ |Find text in the document (Ctrl+F).|Find Text|
2080
+ |The current page number in the document. Click or tap to navigate specific page.|Current Page Number|
2081
+
2082
+ #### New Features
2083
+
2084
+ - `249782`, `254484`, `149278`,`258415`,`260463` - Added support for toolbar customization.
2085
+ - `253670` - Enhancements for copy and paste operation.
2086
+ - `#262665`, `#151012` - Added API to customize search highlight colour.
2087
+ - `#249197` - Added API to enable/disable spell check action.
2088
+ - `#237725`, `#253671` - Added support for web layout.
2089
+ - `#260639` - Added `enableComment` property to enable and disable comment.
2090
+ - `#259970` - Handled paste list behaviour using start at value of list.
2091
+ - `#256487` - Enhancements for mouse and keyboard selection.
2092
+
2093
+ #### Bug Fixes
2094
+
2095
+ - `#263861` - Table cells are now resized properly.
2096
+ - `#260600` , `#266651` - RTL characters are now remove properly on backspace and delete.
2097
+ - `#260600` - When direction is RTL, elements now rearranged properly after change character formatting.
2098
+ - `#250770` , `#263443` - RTL text layout properly with special characters.
2099
+ - `#264351` - Justify paragraph is layout properly when paragraph contains field.
2100
+ - `#264631` - Stop protection is now working if password is empty.
2101
+ - `#263171` - Cell options dialog content is now aligned properly.
2102
+ - `#150960` - Hidden separator in context menu when hyperlink is disabled.
2103
+ - `#150995` - Resolved error when importing the document with editable region restrictions.
2104
+ - `#260600`, `#150466` , `#266311` - Properties pane is now enabled properly based on the context type in header footer region.
2105
+ - `#260133` - Resolved navigation issue on Ctrl + click in MAC machine.
2106
+ - `150960` - Enable/disable comment now working properly.
2107
+ - `#263608` , `#150960` - Resolved script error when disable toolbar.
2108
+ - `#261241` - Resolved script error when remove hyperlink in splitted widget.
2109
+ - `#259011` - Paragraph before spacing layout issue is now resolved.
2110
+ - `#260206` - Resolved numbering list issue when list contains start at value.
2111
+ - `#260206` - Restart numbering is now working properly for different number format.
2112
+ - `#260637` - Resolved script error when removing comment in header.
2113
+ - `#249197` - Resolved exception when export Sfdt to other type in server side.
2114
+ - `#252868` - Resolved script error when resize row to next page.
2115
+ - `#259972` - Formatting is now applied properly for keep text only option in paste.
2116
+ - `#258191` - Table cell width are now updated properly.
2117
+ - `#260133`, `#261809` - Page scrolling issue is resolved when right click in MAC machine.
2118
+ - `#258087`, `#255070` - Grid columns are now preserved properly on export.
2119
+ - `#255070` - Page headers is now export properly when section break in table.
2120
+ - `#259583` - List level number for style paragraph is now export properly.
2121
+ - `#259153` - Table cell width and height is now copy properly.
2122
+ - `#258121` - Resolved warnings in bootstrap4 styles when run the application in Firefox.
2123
+ - `#249197` - Highlight colours are now exported properly.
2124
+ - `#260048`, `#256276` - Image files are now pasted properly.
2125
+ - `#256903` - Resolved bookmarks API issue when bookmark is in table.
2126
+ - `#256758` - Resolved selection issue after correcting the spelling mistake.
2127
+ - `#258938` - Resolved typo error in place holder of comments text area.
2128
+ - `#257481` - Font family in font dialog is now update properly based on current selection.
2129
+ - `#257171` - Bookmarks is now update properly after paste with formatting.
2130
+ - `#257161` - List number is now update properly when hidden field contains list paragraph.
2131
+ - `#246365` - Borders are now render properly when copy and paste from excel.
2132
+ - `#257455` - Font colour is now update properly in modify style dialog.
2133
+ - `#250770` - Line is now arranged properly when insert field.
2134
+ - `#255913`, `#257879` - Bookmark is now insert properly in splitted paragraph.
2135
+ - `#255736` , `#256106` , `#257011` - Context menu is now open in Firefox, Edge and Safari.
2136
+ - `#254998` - Character format is now apply properly for selected bookmark.
2137
+ - `#254997`, `#256764`, `#257106` , `#256764` - Paragraph format is now export properly if document contains selection.
2138
+ - `#255272` - Resolved script error when navigate to bookmark in header.
2139
+ - `#255188` - Bookmark is now preserved properly in header and footer.
2140
+ - `#255601` - Bookmark is now select properly after insert text.
2141
+ - `#256385` - Copy is now working properly in Firefox.
2142
+ - `#256321` - Auto fit table is now lay-out properly if maximum word width exceeds container width.
2143
+ - `#256509` - Resolved script error throws on backspace when selection is in bookmark end.
2144
+ - `#256053` - TOC outline level is now serialized properly on Word export.
2145
+ - `#256449` - Bullet list is now render properly in IOS chrome and safari.
2146
+ - `#256099` - List is now apply properly in multilevel list.
2147
+ - `#256384` - Tab width is now update properly when paragraph contains hanging indent.
2148
+ - `#264048` , `#267560` - Header style formatting is now preserved properly in local copy and paste.
2149
+ - `#266571` - Table with auto fit is now layout properly.
2150
+ - `#266534` - Resolved text navigation issue when spell check is enabled.
2151
+ - `#151718` - Dynamic toolbar injection is now working properly.
2152
+ - `#266060` - Fixed paste match destination formatting issue.
2153
+ - `#267089` , `#255993` - Fixed exception when pasting html content.
2154
+ - `#267793`, `#152022` - Resolved page scrolling issue when copy is triggered.
2155
+ - `#267769` - Table width is not update properly when insert table inside table cell.
2156
+
2157
+ ## 18.1.36-beta (2020-03-19)
2158
+
2159
+ ### Document Editor
2160
+
2161
+ #### Breaking Changes
2162
+
2163
+ - Default value of `enableLocalPaste` is set to false. So, by default, the content will be pasted from the system clipboard.
2164
+ - Some locale properties are renamed as below
2165
+
2166
+ |Previous|Now|
2167
+ |----|----|
2168
+ |Linked(Paragraph and Character)|Linked Style|
2169
+ |Don't add space between the paragraphs of the same styles|Contextual Spacing|
2170
+ |The password don't match|Password Mismatch|
2171
+ |Exceptions (optional)|Exceptions Optional|
2172
+ |Select parts of the document and choose users who are allowed to freely edit them.|Select Part Of Document And User|
2173
+ |Yes, Start Enforcing Protection|Enforcing Protection|
2174
+ |This document is protected from unintentional editing. You may edit in this region.|Protected Document|
2175
+ |You may format text only with certain styles.|You may format text only with certain styles|
2176
+ |Type your comment hear|Type your comment here|
2177
+ |Added comments not posted. If you continue, that comment will be discarded.|Discard Comment|
2178
+ |Header & Footer|Header And Footer|
2179
+ |Different header and footer for odd and even pages.|Different header and footer for odd and even pages|
2180
+ |Different Odd & Even Pages|Different Odd And Even Pages|
2181
+ |Different header and footer for first page.|Different header and footer for first page|
2182
+ |Distance from top of the page to top of the header|Distance from top of the page to top of the header|
2183
+ |Distance from bottom of the page to bottom of the footer.|Distance from bottom of the page to bottom of the footer|
2184
+ |Insert / Delete|Insert Or Delete|
2185
+ |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|
2186
+ |Show page numbers in table of contents.|Show page numbers in table of contents|
2187
+ |Right align page numbers in table of contents.|Right align page numbers in table of contents|
2188
+ |Use hyperlinks instead of page numbers.|Use hyperlinks instead of page numbers|
2189
+ |Bold (Ctrl+B)|Bold Tooltip|
2190
+ |Italic (Ctrl+I)|Italic Tooltip|
2191
+ |Underline (Ctrl+U)|Underline Tooltip|
2192
+ |Superscript (Ctrl+Shift++)|Superscript Tooltip|
2193
+ |Subscript (Ctrl+=)|Subscript Tooltip|
2194
+ |Align left (Ctrl+L)|Align left Tooltip|
2195
+ |Center (Ctrl+E)|Center Tooltip|
2196
+ |Align right (Ctrl+R)|Align right Tooltip|
2197
+ |Justify (Ctrl+J)|Justify Tooltip|
2198
+ |Create a new document.|Create a new document|
2199
+ |Open a document.|Open a document|
2200
+ |Undo the last operation (Ctrl+Z).|Undo Tooltip|
2201
+ |Redo the last operation (Ctrl+Y).|Redo Tooltip|
2202
+ |Insert inline picture from a file.|Insert inline picture from a file|
2203
+ |Create a link in your document for quick access to web pages and files (Ctrl+K).|Create Hyperlink|
2204
+ |Insert a bookmark in a specific place in this document.|Insert a bookmark in a specific place in this document|
2205
+ |Provide an overview of your document by adding a table of contents.|Provide an overview of your document by adding a table of contents|
2206
+ |Add or edit the header.|Add or edit the header|
2207
+ |Add or edit the footer.|Add or edit the footer|
2208
+ |Open the page setup dialog.|Open the page setup dialog|
2209
+ |Add page numbers.|Add page numbers|
2210
+ |Find text in the document (Ctrl+F).|Find Text|
2211
+ |The current page number in the document. Click or tap to navigate specific page.|Current Page Number|
2212
+
2213
+ #### New Features
2214
+
2215
+ - `249782`, `254484`, `149278`,`258415`,`260463` - Added support for toolbar customization.
2216
+ - `253670` - Enhancements for copy and paste operation.
2217
+ - `#262665`, `#151012` - Added API to customize search highlight colour.
2218
+ - `#249197` - Added API to enable/disable spell check action.
2219
+ - `#237725`, `#253671` - Added support for web layout.
2220
+ - `#260639` - Added `enableComment` property to enable and disable comment.
2221
+ - `#259970` - Handled paste list behaviour using start at value of list.
2222
+ - `#256487` - Enhancements for mouse and keyboard selection.
2223
+
2224
+ #### Bug Fixes
2225
+
2226
+ - `#263861` - Table cells are now resized properly.
2227
+ - `#260600` , `#266651` - RTL characters are now remove properly on backspace and delete.
2228
+ - `#260600` - When direction is RTL, elements now rearranged properly after change character formatting.
2229
+ - `#250770` , `#263443` - RTL text layout properly with special characters.
2230
+ - `#264351` - Justify paragraph is layout properly when paragraph contains field.
2231
+ - `#264631` - Stop protection is now working if password is empty.
2232
+ - `#263171` - Cell options dialog content is now aligned properly.
2233
+ - `#150960` - Hidden separator in context menu when hyperlink is disabled.
2234
+ - `#150995` - Resolved error when importing the document with editable region restrictions.
2235
+ - `#260600`, `#150466` , `#266311` - Properties pane is now enabled properly based on the context type in header footer region.
2236
+ - `#260133` - Resolved navigation issue on Ctrl + click in MAC machine.
2237
+ - `150960` - Enable/disable comment now working properly.
2238
+ - `#263608` , `#150960` - Resolved script error when disable toolbar.
2239
+ - `#261241` - Resolved script error when remove hyperlink in splitted widget.
2240
+ - `#259011` - Paragraph before spacing layout issue is now resolved.
2241
+ - `#260206` - Resolved numbering list issue when list contains start at value.
2242
+ - `#260206` - Restart numbering is now working properly for different number format.
2243
+ - `#260637` - Resolved script error when removing comment in header.
2244
+ - `#249197` - Resolved exception when export Sfdt to other type in server side.
2245
+ - `#252868` - Resolved script error when resize row to next page.
2246
+ - `#259972` - Formatting is now applied properly for keep text only option in paste.
2247
+ - `#258191` - Table cell width are now updated properly.
2248
+ - `#260133`, `#261809` - Page scrolling issue is resolved when right click in MAC machine.
2249
+ - `#258087`, `#255070` - Grid columns are now preserved properly on export.
2250
+ - `#255070` - Page headers is now export properly when section break in table.
2251
+ - `#259583` - List level number for style paragraph is now export properly.
2252
+ - `#259153` - Table cell width and height is now copy properly.
2253
+ - `#258121` - Resolved warnings in bootstrap4 styles when run the application in Firefox.
2254
+ - `#249197` - Highlight colours are now exported properly.
2255
+ - `#260048`, `#256276` - Image files are now pasted properly.
2256
+ - `#256903` - Resolved bookmarks API issue when bookmark is in table.
2257
+ - `#256758` - Resolved selection issue after correcting the spelling mistake.
2258
+ - `#258938` - Resolved typo error in place holder of comments text area.
2259
+ - `#257481` - Font family in font dialog is now update properly based on current selection.
2260
+ - `#257171` - Bookmarks is now update properly after paste with formatting.
2261
+ - `#257161` - List number is now update properly when hidden field contains list paragraph.
2262
+ - `#246365` - Borders are now render properly when copy and paste from excel.
2263
+ - `#257455` - Font colour is now update properly in modify style dialog.
2264
+ - `#250770` - Line is now arranged properly when insert field.
2265
+ - `#255913`, `#257879` - Bookmark is now insert properly in splitted paragraph.
2266
+ - `#255736` , `#256106` , `#257011` - Context menu is now open in Firefox, Edge and Safari.
2267
+ - `#254998` - Character format is now apply properly for selected bookmark.
2268
+ - `#254997`, `#256764`, `#257106` , `#256764` - Paragraph format is now export properly if document contains selection.
2269
+ - `#255272` - Resolved script error when navigate to bookmark in header.
2270
+ - `#255188` - Bookmark is now preserved properly in header and footer.
2271
+ - `#255601` - Bookmark is now select properly after insert text.
2272
+ - `#256385` - Copy is now working properly in Firefox.
2273
+ - `#256321` - Auto fit table is now lay-out properly if maximum word width exceeds container width.
2274
+ - `#256509` - Resolved script error throws on backspace when selection is in bookmark end.
2275
+ - `#256053` - TOC outline level is now serialized properly on Word export.
2276
+ - `#256449` - Bullet list is now render properly in IOS chrome and safari.
2277
+ - `#256099` - List is now apply properly in multilevel list.
2278
+ - `#256384` - Tab width is now update properly when paragraph contains hanging indent.
2279
+
2280
+ ## 17.4.55 (2020-03-10)
2281
+
2282
+ ### Document Editor
2283
+
2284
+ #### New Features
2285
+
2286
+ - `249782`, `254484`, `149278`,`258415`,`260463` - Added support for toolbar customization.
2287
+
2288
+ #### Bug Fixes
2289
+
2290
+ - `#263861` - Table cells are now resized properly.
2291
+ - `#260600` , `#266651` - RTL characters are now remove properly on backspace and delete.
2292
+ - `#260600` - When direction is RTL, elements now rearranged properly after change character formatting.
2293
+ - `#250770` , `#263443` - RTL text layout properly with special characters.
2294
+ - `#264351` - Justify paragraph is layout properly when paragraph contains field.
2295
+ - `#264631` - Stop protection is now working if password is empty.
2296
+
2297
+ ## 17.4.51 (2020-02-25)
2298
+
2299
+ ### Document Editor
2300
+
2301
+ #### Bug Fixes
2302
+
2303
+ - `#263171` - Cell options dialog content is now aligned properly.
2304
+ - `#150960` - Hidden separator in context menu when hyperlink is disabled.
2305
+ - `#150995` - Resolved error when importing the document with editable region restrictions.
2306
+ - `#260600`, `#150466` , `#266311` - Properties pane is now enabled properly based on the context type in header footer region.
2307
+ - `#260133` - Resolved navigation issue on Ctrl + click in MAC machine.
2308
+
2309
+ ## 17.4.50 (2020-02-18)
2310
+
2311
+ ### Document Editor
2312
+
2313
+ #### New Features
2314
+
2315
+ - `253670` - Enhancements for copy and paste operation.
2316
+
2317
+ #### Bug Fixes
2318
+
2319
+ - `150960` - Enable/disable comment now working properly.
2320
+
2321
+ ## 17.4.49 (2020-02-11)
2322
+
2323
+ ### Document Editor
2324
+
2325
+ #### New Features
2326
+
2327
+ - `#262665`, `#151012` - Added API to customize search highlight colour.
2328
+ - `#249197` - Added API to enable/disable spell check action.
2329
+ - `#237725`, `#253671` - Added support for web layout.
2330
+
2331
+ #### Bug Fixes
2332
+
2333
+ - `#263608` , `#150960` - Resolved script error when disable toolbar.
2334
+ - `#261241` - Resolved script error when remove hyperlink in splitted widget.
2335
+ - `#259011` - Paragraph before spacing layout issue is now resolved.
2336
+
2337
+ ## 17.4.47 (2020-02-05)
2338
+
2339
+ ### Document Editor
2340
+
2341
+ #### New Features
2342
+
2343
+ - `#260639` - Added `enableComment` property to enable and disable comment.
2344
+ - `#259970` - Handled paste list behaviour using start at value of list.
2345
+
2346
+ #### Bug Fixes
2347
+
2348
+ - `#260206` - Resolved numbering list issue when list contains start at value.
2349
+ - `#260206` - Restart numbering is now working properly for different number format.
2350
+ - `#260637` - Resolved script error when removing comment in header.
2351
+ - `#249197` - Resolved exception when export Sfdt to other type in server side.
2352
+
2353
+ ## 17.4.46 (2020-01-30)
2354
+
2355
+ ### Document Editor
2356
+
2357
+ #### Breaking Changes
2358
+
2359
+ - Default value of `enableLocalPaste` is set to false. So, by default, the content will be pasted from the system clipboard.
2360
+
2361
+ #### Bug Fixes
2362
+
2363
+ - `#252868` - Resolved script error when resize row to next page.
2364
+ - `#259972` - Formatting is now applied properly for keep text only option in paste.
2365
+ - `#258191` - Table cell width are now updated properly.
2366
+ - `#260133`, `#261809` - Page scrolling issue is resolved when right click in MAC machine.
2367
+
2368
+ ## 17.4.43 (2020-01-14)
2369
+
2370
+ ### Document Editor
2371
+
2372
+ #### Bug Fixes
2373
+
2374
+ - `#258087`, `#255070` - Grid columns are now preserved properly on export.
2375
+ - `#255070` - Page headers is now export properly when section break in table.
2376
+ - `#259583` - List level number for style paragraph is now export properly.
2377
+ - `#259153` - Table cell width and height is now copy properly.
2378
+ - `#258121` - Resolved warnings in bootstrap4 styles when run the application in Firefox.
2379
+ - `#249197` - Highlight colours are now exported properly.
2380
+ - `#260048`, `#256276` - Image files are now pasted properly.
2381
+
2382
+ ## 17.4.41 (2020-01-07)
2383
+
2384
+ ### Document Editor
2385
+
2386
+ #### New Features
2387
+
2388
+ - `#256487` - Enhancements for mouse and keyboard selection.
2389
+
2390
+ #### Bug Fixes
2391
+
2392
+ - `#256903` - Resolved bookmarks API issue when bookmark is in table.
2393
+ - `#256758` - Resolved selection issue after correcting the spelling mistake.
2394
+ - `#258938` - Resolved typo error in place holder of comments text area.
2395
+ - `#257481` - Font family in font dialog is now update properly based on current selection.
2396
+ - `#257171` - Bookmarks is now update properly after paste with formatting.
2397
+ - `#257161` - List number is now update properly when hidden field contains list paragraph.
2398
+ - `#246365` - Borders are now render properly when copy and paste from excel.
2399
+ - `#257455` - Font colour is now update properly in modify style dialog.
2400
+ - `#250770` - Line is now arranged properly when insert field.
2401
+
2402
+ ## 17.4.40 (2019-12-24)
2403
+
2404
+ ### Document Editor
2405
+
2406
+ #### Breaking Changes
2407
+
2408
+ - Some locale properties are renamed as below
2409
+
2410
+ |Previous|Now|
2411
+ |----|----|
2412
+ |Linked(Paragraph and Character)|Linked Style|
2413
+ |Don't add space between the paragraphs of the same styles|Contextual Spacing|
2414
+ |The password don't match|Password Mismatch|
2415
+ |Exceptions (optional)|Exceptions Optional|
2416
+ |Select parts of the document and choose users who are allowed to freely edit them.|Select Part Of Document And User|
2417
+ |Yes, Start Enforcing Protection|Enforcing Protection|
2418
+ |This document is protected from unintentional editing. You may edit in this region.|Protected Document|
2419
+ |You may format text only with certain styles.|You may format text only with certain styles|
2420
+ |Type your comment hear|Type your comment here|
2421
+ |Added comments not posted. If you continue, that comment will be discarded.|Discard Comment|
2422
+ |Header & Footer|Header And Footer|
2423
+ |Different header and footer for odd and even pages.|Different header and footer for odd and even pages|
2424
+ |Different Odd & Even Pages|Different Odd And Even Pages|
2425
+ |Different header and footer for first page.|Different header and footer for first page|
2426
+ |Distance from top of the page to top of the header|Distance from top of the page to top of the header|
2427
+ |Distance from bottom of the page to bottom of the footer.|Distance from bottom of the page to bottom of the footer|
2428
+ |Insert / Delete|Insert Or Delete|
2429
+ |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|
2430
+ |Show page numbers in table of contents.|Show page numbers in table of contents|
2431
+ |Right align page numbers in table of contents.|Right align page numbers in table of contents|
2432
+ |Use hyperlinks instead of page numbers.|Use hyperlinks instead of page numbers|
2433
+ |Bold (Ctrl+B)|Bold Tooltip|
2434
+ |Italic (Ctrl+I)|Italic Tooltip|
2435
+ |Underline (Ctrl+U)|Underline Tooltip|
2436
+ |Superscript (Ctrl+Shift++)|Superscript Tooltip|
2437
+ |Subscript (Ctrl+=)|Subscript Tooltip|
2438
+ |Align left (Ctrl+L)|Align left Tooltip|
2439
+ |Center (Ctrl+E)|Center Tooltip|
2440
+ |Align right (Ctrl+R)|Align right Tooltip|
2441
+ |Justify (Ctrl+J)|Justify Tooltip|
2442
+ |Create a new document.|Create a new document|
2443
+ |Open a document.|Open a document|
2444
+ |Undo the last operation (Ctrl+Z).|Undo Tooltip|
2445
+ |Redo the last operation (Ctrl+Y).|Redo Tooltip|
2446
+ |Insert inline picture from a file.|Insert inline picture from a file|
2447
+ |Create a link in your document for quick access to web pages and files (Ctrl+K).|Create Hyperlink|
2448
+ |Insert a bookmark in a specific place in this document.|Insert a bookmark in a specific place in this document|
2449
+ |Provide an overview of your document by adding a table of contents.|Provide an overview of your document by adding a table of contents|
2450
+ |Add or edit the header.|Add or edit the header|
2451
+ |Add or edit the footer.|Add or edit the footer|
2452
+ |Open the page setup dialog.|Open the page setup dialog|
2453
+ |Add page numbers.|Add page numbers|
2454
+ |Find text in the document (Ctrl+F).|Find Text|
2455
+ |The current page number in the document. Click or tap to navigate specific page.|Current Page Number|
2456
+
2457
+ #### Bug Fixes
2458
+
2459
+ - `#255913`, `#257879` - Bookmark is now insert properly in splitted paragraph.
2460
+ - `#255736` , `#256106` , `#257011` - Context menu is now open in Firefox, Edge and Safari.
2461
+ - `#254998` - Character format is now apply properly for selected bookmark.
2462
+ - `#254997`, `#256764`, `#257106` , `#256764` - Paragraph format is now export properly if document contains selection.
2463
+ - `#255272` - Resolved script error when navigate to bookmark in header.
2464
+ - `#255188` - Bookmark is now preserved properly in header and footer.
2465
+ - `#255601` - Bookmark is now select properly after insert text.
2466
+ - `#256385` - Copy is now working properly in Firefox.
2467
+ - `#256321` - Auto fit table is now lay-out properly if maximum word width exceeds container width.
2468
+ - `#256509` - Resolved script error throws on backspace when selection is in bookmark end.
2469
+ - `#256053` - TOC outline level is now serialized properly on Word export.
2470
+ - `#256449` - Bullet list is now render properly in IOS chrome and safari.
2471
+ - `#256099` - List is now apply properly in multilevel list.
2472
+ - `#256384` - Tab width is now update properly when paragraph contains hanging indent.
2473
+
2474
+ ## 17.4.39 (2019-12-17)
2475
+
2476
+ ### Document Editor
2477
+
2478
+ #### New Features
2479
+
2480
+ - `#249197`, `#249364`, `#148274`, `#253325` Added support for converting SFDT to Word document in server side.
2481
+ - `#125563`, `#158324`, `#210401`, `#231575`, `#239871`, `#238529`, `#240405`, `#252988`, `#255850` - Added support for insert and edit comments.
2482
+ - `#245203` - Added support for section pages field.
2483
+ - `#255626`,`#254750` - RTL and locale is now updated properly on property change.
2484
+ - `#251866` - Enhancement for Auto list feature.
2485
+
2486
+ ## 17.3.29 (2019-11-26)
2487
+
2488
+ ### Document Editor
2489
+
2490
+ #### Bug Fixes
2491
+
2492
+ - `#252868`, `#254873` - Resolved script error when resizing table row.
2493
+ - `#251882` - Line spacing for paragraph is now apply properly when line spacing type is atleast.
2494
+ - `#143383` - Paper size drop down is now update properly based on page width and page height.
2495
+ - `#255741` - Fixed the focus issue when key pressed on input element.
2496
+ - `#250770` - RTL text with special characters are now layout properly.
2497
+ - `10269` - Line spacing is now exported properly.
2498
+
2499
+ ## 17.3.28 (2019-11-19)
2500
+
2501
+ ### Document Editor
2502
+
2503
+ #### New Features
2504
+
2505
+ - `#246305` - Added API to check whether selection is in field.
2506
+ - `#246305` - Added API to select the current field if selection is in field.
2507
+ - `#246305` - Added API to perform delete.
2508
+
2509
+ #### Bug Fixes
2510
+
2511
+ - `#253511` - Line spacing is now applying properly after set locale to document editor.
2512
+ - `#254998` , `#251884` - Updated bookmark collection when bookmark gets added.
2513
+ - `#246264` - Table with vertical merged split cells is now layout properly.
2514
+ - `#246884` - List is now copied properly.
2515
+
2516
+ ## 17.3.27 (2019-11-12)
2517
+
2518
+ ### Document Editor
2519
+
2520
+ #### New Features
2521
+
2522
+ - `#253104` - Added API to set custom header in XmlHttpRequest.
2523
+
2524
+ #### Bug Fixes
2525
+
2526
+ - `#251603` - When apply numbering list, continue numbering is now updated properly.
2527
+ - `#251689` - Resolved script error after cut and undo operation.
2528
+ - `#250599` - Script error now resolved when deleting page break.
2529
+ - `#250914` - Updated bookmark collection when bookmark gets removed.
2530
+ - `#251606` - Scrolling is now proper when mouse move out of document editor.
2531
+
2532
+ ## 17.3.26 (2019-11-05)
2533
+
2534
+ ### Document Editor
2535
+
2536
+ #### New Features
2537
+
2538
+ - `#250061`, `#246305` - Added property to retrieve bookmarks on selection.
2539
+ - `#251247` - Added API for restrict editing.
2540
+ - `#251247`, `#238969`, `#252954`,`#253149` - Added API for selection.
2541
+
2542
+ #### Bug Fixes
2543
+
2544
+ - `251355` - Script error while importing the document is now resolved.
2545
+ - `251910` - Status bar disappear on mouse hover is now resolved.
2546
+ - `251219` - Script errors due to Content security policy are now resolved.
2547
+
2548
+ ## 17.3.21 (2019-10-30)
2549
+
2550
+ ### Document Editor
2551
+
2552
+ #### Bug Fixes
2553
+
2554
+ - `#251576` - Enable repeat row header is now enabled properly in table properties dialog.
2555
+ - `#250638` - Scroll position is now maintained after inserting columns.
2556
+ - `#253260` - Script error now resolved when double click on header footer.
2557
+ - `#252506` - Spell checker performance has been improved.
2558
+
2559
+ ## 17.3.19 (2019-10-22)
2560
+
2561
+ ### Document Editor
2562
+
2563
+ #### New Features
2564
+
2565
+ - `#249783` - Added API to set default section format properties.
2566
+
2567
+ #### Bug Fixes
2568
+
2569
+ - `#249729` - List now updated when copy and paste from outside editor.
2570
+ - `#249574` - Table now layout properly when resizing table middle column.
2571
+ - `#249767` - Control elements are now destroyed properly.
2572
+ - `#250041` - Paragraph formatting is now preserved properly when copy and paste contents.
2573
+
2574
+ ## 17.3.17 (2019-10-15)
2575
+
2576
+ ### Document Editor
2577
+
2578
+ #### Bug Fixes
2579
+
2580
+ - `#246264` - Page now becomes responsive, when document contains table with split cell widget.
2581
+ - `#249138` - Table of contents dialog now rendered properly.
2582
+ - `#245757` - Page now becomes responsive when we edit in header footer region.
2583
+ - `#249049` - List continue numbering issues are resolved now.
2584
+ - `#248304`, `#250801` - TOC is now updated properly, when paragraph contains page break with heading style.
2585
+ - `#249736` - Focus is now set to text search result, when search icon is clicked in options pane.
2586
+ - `#249542` - Draw image error is resolved now, when document contains invalid image source.
2587
+ - `#249329` - Added localization for missed text in document editor.
2588
+ - `#248710` - Character format is now applied, when selection start is in field.
2589
+
2590
+ ## 17.3.16 (2019-10-09)
2591
+
2592
+ ### Document Editor
2593
+
2594
+ #### Bug Fixes
2595
+
2596
+ - `#246365`, `#250077` - Table Width for auto type table format is now updated properly.
2597
+ - `#249283` - Command + A key triggers properly in MAC machine's Safari browser.
2598
+ - `#248301` - Text clipping issues are fixed when text inside table cell.
2599
+ - `#246587` - backward selection issues and backspace issues for restrict editing are resolved now.
2600
+ - `#244786` , `#248882` - Text now rendered properly in RTL paragraph, when copy and paste locally.
2601
+ - `#248304` - Tab leader is now preserved properly, when updating table of contents.
2602
+
2603
+ ## 17.3.14 (2019-10-03)
2604
+
2605
+ ### Document Editor
2606
+
2607
+ #### New Features
2608
+
2609
+ - `#245203` - Added support to preserve and layout start page number for sections
2610
+
2611
+ #### Bug Fixes
2612
+
2613
+ - `#243771` - Clipboard data is now pasted as plain text, If XHTML validation fails.
2614
+ - `#246264`, `#246143`, `#247143` - Styles now updated properly for the selected paragraph.
2615
+ - `#246003` - Default character and paragraph format is now set on initial control rendering.
2616
+ - `#245766` - Table of contents is now copied properly.
2617
+ - `#245891` - Merge field is now copied as a plain text.
2618
+ - `#245860`, `#246440` - Script error is fixed after paste switch to different formatting.
2619
+ - `#245461` - Left border width is now updated properly.
2620
+ - `#246168` - List tab width is now calculated properly when hanging indent is specified.
2621
+ - `#245890` - Script error is fixed when pasting content copied from word.
2622
+ - `#247896`, `#147336` - Text is now visible when its container contains flex style property.
2623
+ - `#246884` - Copy and paste single paragraph containing list is now resolved.
2624
+ - `#247831` - Script error is fixed while importing document.
2625
+ - `#246168` - List font style is now rendered properly.
2626
+ - `#246751` - Script error is now resolved when editing inside nested table.
2627
+ - `#245453` - Paragraph is now lay-outed properly when it has based on style.
2628
+ - `#244786`, `#248882` - RTL text exporting issues are fixed.
2629
+ - `#244786` - Cursor now updated properly after inserting merge field when paragraph is set as RTL.
2630
+
2631
+ ## 17.3.9-beta (2019-09-20)
2632
+
2633
+ ### Document Editor
2634
+
2635
+ #### Bug Fixes
2636
+
2637
+ - `#245457`, `#245459` - Table is now layout properly.
2638
+ - `#246127`, `#246597`, `#247364` - Page number field is now exported properly in Sfdt export.
2639
+
2640
+ ## 17.2.49 (2019-09-04)
2641
+
2642
+ ### Document Editor
2643
+
2644
+ #### Bug Fixes
2645
+
2646
+ - `#245473` - Line spacing is now exported properly.
2647
+ - `#245469`, `#245470` - List level paragraph heading is now layout properly on page break.
2648
+ - `#243495` - width is now calculated properly for the tab element, if it has single tab stop.
2649
+ - `#244893` - Paste event is now triggered in safari browser.
2650
+ - `#246003` - Insert field is now updated based on current selection format.
2651
+ - `#243919` - Script error is fixed while pressing Ctrl + A.
2652
+
2653
+ ## 17.2.47 (2019-08-27)
2654
+
2655
+ ### Document Editor
2656
+
2657
+ #### Bug Fixes
2658
+
2659
+ - `#243874` - Contextual Spacing property on paragraph is now exported properly.
2660
+ - `#243878` - Copy and paste when the document contains page break character within control is now working.
2661
+ - `#243495` - Follow character width for list is now updated properly.
2662
+
2663
+ ## 17.2.41 (2019-08-14)
2664
+
2665
+ ### Document Editor
2666
+
2667
+ #### Bug Fixes
2668
+
2669
+ - `#243495` - List level paragraph heading 2 first line indent style is now applied properly.
2670
+ - `#243495` - Section break paragraph style layout is now applied properly.
2671
+ - `#243495` - TOC tab header layout is now applied properly for sub headings.
2672
+ - `#243495` - Script error is fixed when calculating tab width for list in TOC.
2673
+ - `#243495` - TOC hyperlink text style is now preserved properly.
2674
+ - `#243878` - Table cell is now exported properly when table contains spanned rows.
2675
+
2676
+ ## 17.2.40 (2019-08-06)
2677
+
2678
+ ### Document Editor
2679
+
2680
+ #### Bug Fixes
2681
+
2682
+ - `#241445` - List level for RTL paragraph is now applied properly when tab is applied.
2683
+ - `#241445` - Undo and redo is now working properly, after list level modified for RTL paragraph.
2684
+ - `#241445` - Paragraph is now layout properly, when entering combination of RTL and English text.
2685
+ - `#243622` - List is now exported properly in sfdt format.
2686
+
2687
+ ## 17.2.39 (2019-07-30)
2688
+
2689
+ ### Document Editor
2690
+
2691
+ #### New Features
2692
+
2693
+ - `#238969` - Added API to set paste formatting options
2694
+
2695
+ #### Bug Fixes
2696
+
2697
+ - `#146208` - Header footer contents are now rendered properly on print without any blur.
2698
+ - `#240266` - Fixed Exception thrown while updating page number.
2699
+
2700
+ ## 17.2.36 (2019-07-24)
2701
+
2702
+ ### Document Editor
2703
+
2704
+ #### Bug Fixes
2705
+
2706
+ - `#239985` - List paragraph with style is now layout properly.
2707
+ - `#236808` - Table is now layout properly if table width type is auto.
2708
+ - `#228049` - Paragraph with right tab stop is now layout properly.
2709
+
2710
+ ## 17.2.35 (2019-07-17)
2711
+
2712
+ ### Document Editor
2713
+
2714
+ #### Bug Fixes
2715
+
2716
+ - `#144676` - Table is now layout properly if table contains grid after value.
2717
+ - `#235990` - Table is now layout properly if table width type is not auto.
2718
+ - `#228049` - Table with row margin is now layout properly.
2719
+ - `#228049` - Text is now rendered properly without clipping.
2720
+ - `#237734` - Table borders are now exported properly.
2721
+
2722
+ ## 17.2.34 (2019-07-11)
2723
+
2724
+ ### Document Editor
2725
+
2726
+ #### Breaking Changes
2727
+
2728
+ - The `pasteLocal` method in `Editor` module is changed to `paste`, which accepts the sfdt string as argument. If sfdt string does not present, paste the local clipboard data.
2729
+
2730
+ #### Bug Fixes
2731
+
2732
+ - `#240558` - Page numbers are now updated properly.
2733
+ - `#228049` - Table left border and shadings are now rendered properly.
2734
+ - `#228049` - Paragraph left indent will never add extra space in table cell.
2735
+ - `#239144` - Font Type and size value gets highlight when focused on corresponding dropdown list.
2736
+
2737
+ ## 17.2.28-beta (2019-06-27)
2738
+
2739
+ ### Document Editor
2740
+
2741
+ #### Breaking Changes
2742
+
2743
+ - The `serviceUrl` property in `DocumentEditorContainer` component no longer expect the full path of the Web API action. Henceforth, it only expects the path up to controller name alone. And the Web API action name can be configured in `serverActionSettings` property for different actions.
2744
+
2745
+ #### New Features
2746
+
2747
+ - `#229069` - Added contextual spacing support.
2748
+ - `#158324`, `#226019`, `#226018`, `#227644`, `#238417` - Added support for chart preservation.
2749
+ - `#94889` ,`#87537`, `#223333` ,`#222513`, `#224521` ,`#227620` ,`#227052` ,`#227362`, `#236997` - Added spell check support.
2750
+ - `#226631` ,`#227594`, `#231373`, `#233073` - Added clipboard paste with formatted content.
2751
+ - `#140903` ,`#227192`, `#227641` ,`#227640` - Added restrict editing support.
2752
+ - `#237725` - Added API to customize gap between each page.
2753
+
2754
+ #### Bug Fixes
2755
+
2756
+ - `#237415`, `#238902` - Document exported properly when document contains hyphen character.
2757
+ - `#228049` - Tab character width is now calculated properly.
2758
+ - `#228049` - Table with repeat header is now layout properly.
2759
+ - `#234073` - Table is now pasted properly.
2760
+ - `#236808` - Document exported properly when document contains text form field.
2761
+ - `#144848` - Table shading is now exported properly.
2762
+
2763
+ ## 17.1.50 (2019-06-04)
2764
+
2765
+ ### Document Editor
2766
+
2767
+ #### Bug Fixes
2768
+
2769
+ - `#236930` - Table exported properly when document contains continuous table.
2770
+ - `#236502` - Table last column resizing is now working properly.
2771
+
2772
+ ## 17.1.49 (2019-05-29)
2773
+
2774
+ ### Document Editor
2775
+
2776
+ #### Bug Fixes
2777
+
2778
+ - `#226399` - Header and Footer is now layout properly if document contains section break
2779
+
2780
+ ## 17.1.48 (2019-05-21)
2781
+
2782
+ ### Document Editor
2783
+
2784
+ #### Bug Fixes
2785
+
2786
+ - `#234799` - Bold button is now aligned properly in modify style dialog.
2787
+ - `#236061`, `#236039` - Document editor container component is now destroyed properly.
2788
+ - `#234146` - Section formats are now applied properly.
2789
+ - `#233556`, `#234406` - Table of Contents are now inserted properly.
2790
+ - `#234249` - Multilevel lists are now exported properly.
2791
+ - `#234084` - Selection is now updated properly after clear formatting.
2792
+ - `#234073` - Copy is now working properly for nested table.
2793
+ - `#234799` - Renaming the existing style in modify style dialog is now updated properly.
2794
+ - `#234799` - Text alignment is now updating properly while modify style using style dialog.
2795
+
2796
+ ## 17.1.47 (2019-05-14)
2797
+
2798
+ ### Document Editor
2799
+
2800
+ #### New Features
2801
+
2802
+ - `#142821` - Added API to insert bookmark and fetch all bookmarks in document.
2803
+ - `#142820` - Added API to insert hyperlink.
2804
+
2805
+ #### Bug Fixes
2806
+
2807
+ - `#230628` - Updated dialog animation.
2808
+
2809
+ ## 17.1.44 (2019-05-07)
2810
+
2811
+ ### Document Editor
2812
+
2813
+ #### Bug Fixes
2814
+
2815
+ - `#233280` - Improvised performance while updating page field.
2816
+
2817
+ ## 17.1.43 (2019-04-30)
2818
+
2819
+ ### Document Editor
2820
+
2821
+ #### Bug Fixes
2822
+
2823
+ - `#233908` - Height for merged cell is now updated properly.
2824
+
2825
+ ## 17.1.42 (2019-04-23)
2826
+
2827
+ ### Document Editor
2828
+
2829
+ #### Bug Fixes
2830
+
2831
+ - `#231353` - Text search results are now navigated properly.
2832
+
2833
+ ## 17.1.41 (2019-04-16)
2834
+
2835
+ ### Document Editor
2836
+
2837
+ #### Bug Fixes
2838
+
2839
+ - `#232616` - Document contents are now exported properly.
2840
+ - `#232616` - Page hang on editing the document is fixed.
2841
+ - `#232327` - Tables are now removed properly.
2842
+
2843
+ ## 17.1.40 (2019-04-09)
2844
+
2845
+ ### Document Editor
2846
+
2847
+ #### Bug Fixes
2848
+
2849
+ - Tab stop width is now calculated properly.
2850
+ - First page header and footer is now layout properly.
2851
+ - Scrollbar now updated properly in Internet Explorer.
2852
+ - Page reload issue on button click is fixed.
2853
+
2854
+ ## 17.1.38 (2019-03-29)
2855
+
2856
+ ### Document Editor
2857
+
2858
+ #### New Features
2859
+
2860
+ - Added API to customize the default character format and paragraph format of document editor.
2861
+ - Added support to customize context menu.
2862
+ - Optimized text rendering.
2863
+
2864
+ #### Bug Fixes
2865
+
2866
+ - Section break is now serialized properly.
2867
+
2868
+ ## 17.1.32-beta (2019-03-13)
2869
+
2870
+ ### Document Editor
2871
+
2872
+ #### New Features
2873
+
2874
+ - Added API to customize the default character format and paragraph format of document editor.
2875
+ - Added support to customize context menu.
2876
+ - Optimized text rendering.
2877
+
2878
+ #### Bug Fixes
2879
+
2880
+ - Section break is now serialized properly.
2881
+
2882
+ ## 16.4.54 (2019-02-19)
2883
+
2884
+ ### Document Editor
2885
+
2886
+ #### Bug Fixes
2887
+
2888
+ - Default tab width is parsed and serialized properly.
2889
+
2890
+ ## 16.4.53 (2019-02-13)
2891
+
2892
+ ### Document Editor
2893
+
2894
+ #### Bug Fixes
2895
+
2896
+ - Table inside header is now layout properly.
2897
+ - Table re-layout while editing now layout properly.
2898
+ - Page break inside table is handled.
2899
+
2900
+ ## 16.4.48 (2019-01-22)
2901
+
2902
+ ### Document Editor
2903
+
2904
+ #### Bug Fixes
2905
+
2906
+ - Broken image rendering is handled.
2907
+
2908
+ ## 16.4.46 (2019-01-08)
2909
+
2910
+ ### Document Editor
2911
+
2912
+ #### New Features
2913
+
2914
+ - Table editing performance optimized.
2915
+
2916
+ ## 16.4.45 (2019-01-02)
2917
+
2918
+ ### Document Editor
2919
+
2920
+ #### Bug Fixes
2921
+
2922
+ - Table border is rendered properly.
2923
+
2924
+ ## 16.4.44 (2018-12-24)
2925
+
2926
+ ### Document Editor
2927
+
2928
+ #### Bug Fixes
2929
+
2930
+ - Tab stop now layout properly in header and footer.
2931
+ - Empty header and footer now layout properly.
2932
+ - Table column span values are now updated properly.
2933
+
2934
+ ## 16.4.40-beta (2018-12-10)
2935
+
2936
+ ### Document Editor
2937
+
2938
+ #### New Features
2939
+
2940
+ - Added support for Right-to-left flow direction in control.
2941
+ - Added support for table auto fit layout.
2942
+ - Added Document Editor Container component for toolbar and properties pane.
2943
+
2944
+ ## 16.3.33 (2018-11-20)
2945
+
2946
+ ### Document Editor
2947
+
2948
+ #### Bug Fixes
2949
+
2950
+ - Updated Readme and GitHub URL.
2951
+
2952
+ ## 16.3.29 (2018-10-31)
2953
+
2954
+ ### Document Editor
2955
+
2956
+ #### New Features
2957
+
2958
+ - Added support for input method editor.
2959
+
2960
+ #### Bug Fixes
2961
+
2962
+ - Images are now displayed properly.
2963
+
2964
+ ## 16.3.24 (2018-10-09)
2965
+
2966
+ ### Document Editor
2967
+
2968
+ #### Bug Fixes
2969
+
2970
+ - Resizing table columns are working properly for merged cells.
2971
+
2972
+ ## 16.3.23 (2018-10-03)
2973
+
2974
+ ### Document Editor
2975
+
2976
+ #### New Features
2977
+
2978
+ - Added `created` and `destroyed` events in `DocumentEditor`.
2979
+
2980
+ ## 16.3.21 (2018-09-22)
2981
+
2982
+ ### Document Editor
2983
+
2984
+ #### Bug Fixes
2985
+
2986
+ - Cursor position is now updated properly when placed after image, bookmark.
2987
+
2988
+ ## 16.3.17 (2018-09-12)
2989
+
2990
+ ### Document Editor
2991
+
2992
+ #### New Features
2993
+
2994
+ - Added support for Page break.
2995
+ - Added `insertSectionBreak` method in `Editor` class to insert a section break at current selection.
2996
+
2997
+ ## 16.2.48 (2018-08-14)
2998
+
2999
+ ### Document Editor
3000
+
3001
+ #### Bug Fixes
3002
+
3003
+ - Selection position is now updated properly on “Enter” key inside vertical merged cell.
3004
+ - The content of a page no longer overlaps on next page while editing document contents.
3005
+ - Undo & redo now works properly for list text editing.
3006
+ - Line height is now updated properly for the paragraph contains bookmark element alone.
3007
+
3008
+ ## 16.2.46 (2018-07-30)
3009
+
3010
+ ### Document Editor
3011
+
3012
+ #### New Features
3013
+
3014
+ - Added support for .NET Framework 4.0 and 4.5 in `Syncfusion.EJ2.DocumentEditor` NuGet package.
3015
+
3016
+ ## 16.2.41 (2018-06-25)
3017
+
3018
+ ### Document Editor
3019
+
3020
+ The Document Editor component is used to create, edit, view, and print Word documents in web applications. All the user interactions and editing operations that run purely in the client-side provides much faster editing experience to the users.
3021
+
3022
+ - Opens the native `Syncfusion Document Text (*.sfdt)` format documents in the client-side.
3023
+ - Saves the documents in the client-side as `Syncfusion Document Text (*.sfdt)` and `Word document (*.docx)`.
3024
+ - Supports document elements like text, inline image, table, fields, bookmark, section, header, and footer.
3025
+ - Supports the commonly used fields like hyperlink, page number, page count, and table of contents.
3026
+ - Supports formats like text, paragraph, bullets and numbering, table, page settings, etc.
3027
+ - Provides support to create, edit, and apply paragraph and character styles.
3028
+ - Provides support to find and replace text within the document.
3029
+ - Supports all the common editing and formatting operations along with undo and redo.
3030
+ - Provides support to cut, copy, and paste rich text contents within the component. Also allows pasting simple text to and from other applications.
3031
+ - Allows user interactions like zoom, scroll, select contents through touch, mouse, and keyboard.
3032
+ - Provides intuitive UI options like context menu, dialogs, and navigation pane.
3033
+ - Creates a lightweight Word viewer using module injection to view and prints Word documents.
3034
+ - Added `Syncfusion.EJ2.DocumentEditor` NuGet package that contains helper library for converting Word documents to `Syncfusion Document Text (*.sfdt)`. It supports .NET Standard 2.0 Framework.