@syncfusion/ej2-angular-documenteditor 29.1.33 → 29.1.35

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,204 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### DocumentEditor
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I689728` - Fixed text shifting to the previous page when applying formatting styles to a combined paragraph.
10
+ - `#I698686` - Fixed the undo issue for merged table cells.
11
+ - `#I693506` - Fixed table header row resizing incorrectly when adding a row to the table.
12
+ - `#I693683` - Fixed the issue where the document editor remained stuck on loading and failed to open documents.
13
+ - `#I698863` - Fixed the outline rendering issue for rounded rectangle shapes.
14
+ - `#I702446` - Fixed the edit region highlight issue when switching between print and web layouts.
15
+ - `#I701024` - Fixed the malformed URI issue on Mac during document serialization.
16
+ - `#I694808` - Fixed incorrect cursor positioning when continuously pressing Enter in a table cell that extends to the next page.
17
+ - `#I698411` - Improved performance when scrolling and typing in large documents with spell check enabled.
18
+ - `#I681319` - Fixed the issue where comments were removed when selecting text before the comment's end offset.
19
+ - `#I699227`, `#I699397` - Improved editing performance when continuously typing characters.
20
+ - `#I700275` - Fixed table layout issues with repeated header rows.
21
+ - `#I697583` - Fixed missing table cell content when exporting to DOCX.
22
+ - `#I652799` - Fixed incorrect cursor positioning when selecting a column cell.
23
+ - `#I701772` - Fixed style issues in content control text.
24
+ - `#I697055` - Fixed script errors when saving a document as a blob after deleting tracked changes content.
25
+
26
+ ## 29.1.33 (2025-03-25)
27
+
28
+ ### DocumentEditor
29
+
30
+ #### Features
31
+
32
+ - `#I690626` - Added support for preserving hidden text when opening and exporting Word documents.
33
+
34
+ ## 28.2.12 (2025-03-19)
35
+
36
+ ### DocumentEditor
37
+
38
+ #### Bug Fixes
39
+
40
+ - `#I691095` - Fixed an issue where the `getComments` API returned the same comment ID for both parent and reply comments.
41
+ - `#I695884` - Resolved a browser hanging issue caused by table row splitting when opening an attached document.
42
+ - `#I691853` - Fixed a list numbering issue in the Document Editor that occurred when pasting content multiple times.
43
+ - `#I693444` - Addressed an issue where the toggling of a checkbox content control did not reflect its character format.
44
+ - `#I701050` - Fixed a blob document import issue in the Document Editor when using a Docker container.
45
+ - `#I689203` - Resolved an issue where content deletion with track changes was not functioning correctly.
46
+ - `#I695107` - Fixed a cursor disappearance issue when pressing and holding the arrow button.
47
+
48
+ ## 28.2.11 (2025-03-11)
49
+
50
+ ### DocumentEditor
51
+
52
+ #### Bug Fixes
53
+
54
+ - `#F196134` - Fixed a script error that occurred when copying content containing checkbox content control properties.
55
+ - `#I688686` - Fixed the selection issue when applying upper-case formatting to text.
56
+ - `#I644193` - Fixed the XML mapping issue when copy pasting content controls within Document Editor.
57
+ - `#I691211` - Fixed the incorrect drop down list display by using the display text instead of the value.
58
+ - `#I691064` - Fixed the issue of removing and adding highlights to editable ranges using the `highlightEditableRanges` property.
59
+ - `#I686376` - Fixed a script error that occurred when undoing after performing Enter and Apply Style actions.
60
+ - `#I693248` - Fixed the issue where the editing region moved out of the viewport when the keyboard opened on mobile devices.
61
+ - `#I684310`, `#I693656` - Fixed the border rendering issue for nested content controls.
62
+ - `#I691211` - Improved typing performance inside a table when the document contains more than 400 content controls.
63
+
64
+ ## 28.2.9 (2025-03-04)
65
+
66
+ ### DocumentEditor
67
+
68
+ #### Bug Fixes
69
+
70
+ - `#I687932` - Fixed the issue where focus was not updated to the document when selecting a comment in the comment pane.
71
+ - `#I685571`, `#I694238` - Fixed the tab element formatting issue when opening the reported document.
72
+ - `#I683091` - Fixed the issue where cell size was not reverting correctly and an extra column was created after deleting a row.
73
+ - `#I683159` - Fixed the issue where the editable region start marker was not rendering correctly when a paragraph had a right margin.
74
+ - `#I691849` - Fixed the issue where Document Editor became unresponsive when accepting all changes in SFDT files containing multiple lists copied from Word.
75
+
76
+ ## 28.2.7 (2025-02-25)
77
+
78
+ ### DocumentEditor
79
+
80
+ #### Bug Fixes
81
+
82
+ - `#I682091` - Fixed a document corruption issue when applying a custom style and exporting to Docx.
83
+ - `#I683126` - Fixed a script error that occurred when performing undo, delete, and reject actions on track changes content.
84
+ - `#I691258` - Fixed an issue where undoing the deletion of list items did not work correctly with track changes enabled.
85
+ - `#I687962` - Fixed incorrect behaviour when applying "Capitalize Each Word" to sentences containing multiple words with apostrophes.
86
+ - `#I683579` - Fixed a spell checker issue that occurred when track changes were enabled on combined insertion and deletion content.
87
+ - `#I688793` - Fixed a script error that occurred when opening an SFDT document containing track changes content.
88
+
89
+ ## 28.2.6 (2025-02-18)
90
+
91
+ ### DocumentEditor
92
+
93
+ #### Bug Fixes
94
+
95
+ - `#I682967` - Fixed a script error that occurred when deleting content inside an edit region.
96
+ - `#I684112` - Fixed a script issue when opening a line-marker chart in Document Editor.
97
+ - `#I683052` - Fixed a bookmark insertion issue when spell check is enabled.
98
+
99
+ ## 28.2.5 (2025-02-11)
100
+
101
+ ### DocumentEditor
102
+
103
+ #### Bug Fixes
104
+
105
+ - `#I683467` - Improved performance by optimizing bookmark manipulation during text insertion.
106
+ - `#I684634` - Fixed an issue where focus moved to the document editor when selecting a tracked revision.
107
+ - `#I684435` - Resolved a freezing issue when accepting all tracked changes.
108
+ - `#I686056` - Fixed an issue where the background color was not updating properly in the properties pane.
109
+ - `#I679707` - Corrected the continuation of page numbers after restarting page numbering.
110
+ - `#I680995` - Fixed font rendering issues when applying the theme font to text.
111
+ - `#I687189` - Resolved caret height inconsistencies in collaborative editing.
112
+ - `#I682585` - Fixed incorrect list indentation when performing an undo action.
113
+ - `#F195801` - Resolved an issue where the content change event was triggered twice when applying a paragraph style.
114
+
115
+ ## 28.2.4 (2025-02-04)
116
+
117
+ ### DocumentEditor
118
+
119
+ #### Bug Fixes
120
+
121
+ - `#I680965` - Fixed document corruption when opening a client-side exported DOCX in Microsoft Word.
122
+ - `#I681505` - Fixed issues with programmatically added comment replies and text range selection in the Document Editor.
123
+ - `#I684705` - Fixed wavy underline rendering issue for non-misspelled words when pressing backspace.
124
+ - `#I680849` - Fixed missing split cell content when a row spans multiple pages.
125
+ - `#I667699` - Fixed missing content in shapes after copying and pasting the entire content, followed by server-side DOCX export.
126
+ - `#I678996`, `#I678997`, `#I678999` - Fixed script errors when accepting track changes in list paragraphs and table paragraphs.
127
+
128
+ ## 28.1.39 (2024-01-14)
129
+
130
+ ### DocumentEditor
131
+
132
+ #### Bug Fixes
133
+
134
+ - `#I660432` - Improved performance when applying formatting to an entire document.
135
+ - `#I668208` - Fixed text duplication caused by the move-down action outside the editable element after inserting text using Japanese IME on Windows.
136
+ - `#I665638` - Addressed issues with arrow keys, deletion, and keyboard input in form field protection mode for Content Controls.
137
+
138
+ ## 28.1.38 (2025-01-07)
139
+
140
+ ### DocumentEditor
141
+
142
+ #### Bug Fixes
143
+
144
+ - `#I665316` - Fixed layout issue during editing due to start and end fields being in different paragraphs.
145
+ - `#I664308` - Addressed the problem of HTML content not copying correctly to the clipboard when copying table content with block content control.
146
+ - `#I669203` - Corrected the issue where revisions in headers were not reflected in the track changes pane due to existing header/footer conditions.
147
+ - `#I675010` - Resolved script error encountered when removing inline contents that include field elements.
148
+ - `#I658140` - Improved performance when inserting text into split table cells across multiple pages.
149
+ - `#I665482` - Fixed script error that occurred when pasting content from Microsoft Word into the Document Editor after selecting table cell content.
150
+
151
+ ## 28.1.37 (2024-12-31)
152
+
153
+ ### DocumentEditor
154
+
155
+ #### Bug Fixes
156
+
157
+ - `#I646103` - Fixed the rendering issue of dot and circle bullets in the Ubuntu environment.
158
+ - `#I664612` - Fixed the application hanging issue when searching for text within a split cell widget using the find option.
159
+ - `#I665316` - Fixed the layout issue during editing actions caused by field start and end tags being in different paragraphs.
160
+ - `#I656347` - Fixed the issue where an empty cell was not added in a split row widget.
161
+ - `#I662866` - Fixed a script error that occurred when opening a document with block content controls inside a cell with revisions.
162
+ - `#I660441` - Fixed the issue where a table became corrupt after merging cells.
163
+ - `#I660453` - Fixed the issue where the replace API was not working when using a pattern to find and replace text.
164
+
165
+ ## 28.1.36 (2024-12-24)
166
+
167
+ ### DocumentEditor
168
+
169
+ #### Bug Fixes
170
+
171
+ - `#I664697` - Implemented image cropping for metafile images in the Document Editor.
172
+ - `#I662670` - Fixed the navigation pane issue where it moved to the start position when clicking sub-level headings. The selected heading is now properly highlighted.
173
+ - `#I653747` - Resolved the font family rendering issue for special characters when the `FontHintType` property is applied in the character format.
174
+ - `#I658305` - Corrected the updating of ordered list numbers when the list includes level overrides.
175
+ - `#I662705` - The `setDefaultCharacterFormat` API now functions correctly in the Document Editor.
176
+ - `#I652850` - Fixed cursor position updates and keyboard navigation issues for content controls in the Document Editor.
177
+ - `#I668350` - Addressed the bullet list symbol rendering issue in exported DOCX documents after inserting a bullet list in the Document Editor.
178
+ - `#I662244` - Resolved the track changes inconsistency issue in collaborative mode.
179
+ - `#I660426` - Fixed the undo issue that occurred after merging table cells.
180
+ - `#I661535` - Resolved the issue of span elements being present in comment data.
181
+
182
+ ## 28.1.35 (2024-12-18)
183
+
184
+ ### DocumentEditor
185
+
186
+ #### Bug Fixes
187
+
188
+ - `#I653914` - Script error no longer thrown when drag and drop the text in document editor.
189
+ - `#I655487` - Now, table column is rendered properly when imported the exported document.
190
+ - `#I656985` - Now, oval shape is preserved properly in the document editor.
191
+ - `#I658167` - Now table row get resized properly when we resize the row fast.
192
+ - `F194125` - Now, Footnote and content does not get overlap when edit inside the document.
193
+ - `#I640675` - Resolved the document freezing issue when reject the track changes.
194
+ - `#I651428` - Now, comment get removed properly when delete the paragraph and accept the changes.
195
+ - `#I661065` - Table border is rendered properly when table cell border's line style is set as none.
196
+ - `#I658922` - Now, check box is rendered properly after change the value as checked.
197
+ - `#I651509` - Provided content change event support to notify when protect and unprotected the document.
198
+ - `#I658140` - Resolved the performance issue that occurs when performing the undo and redo functions after copy pasting multiple paragraphs within a table.
199
+ - `#I656347` - Resolved the table layout issue when opening the exported document due to an improperly added row widget during exporting.
200
+ - `#I645286`, `#I647203` - Handled the logic to combine text ranges with the same character formatting in the paragraph when exporting as SFDT to resolve performance issues.
201
+ - `#I653756` - Resolved the content control border rendering issue for paragraph with lists and indentation applied.
202
+
5
203
  ## 27.2.4 (2024-11-26)
6
204
 
7
205
  ### DocumentEditor
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-documenteditor@*",
3
- "_id": "@syncfusion/ej2-angular-documenteditor@28.1.33",
3
+ "_id": "@syncfusion/ej2-angular-documenteditor@29.1.33",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-CRWwr+PoC+q7uKxWoOhaN7MMYqmcsRS5QB1NwJhndi1hpRBh93AilRnRYgeu70A+YW19CBYMzR1HSUIzYD16kQ==",
5
+ "_integrity": "sha512-nIJBPYdSLX/Kmcji9UjenEEG4jTf/pkVjO6sfspL0OIEG6weJVXOXdVMTnKvuFy/c5I7yzcNrxI5w/6CS8Bexg==",
6
6
  "_location": "/@syncfusion/ej2-angular-documenteditor",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-release/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-28.1.33.tgz",
23
- "_shasum": "5795174f86f3471ad3821fa4bec80ed00db47687",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-29.1.33.tgz",
23
+ "_shasum": "06d67af6a808ad76421833931c0e77d9e34c960e",
24
24
  "_spec": "@syncfusion/ej2-angular-documenteditor@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_29.1.1/ivypackages/included",
26
26
  "author": {
@@ -32,8 +32,8 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~29.1.33",
35
- "@syncfusion/ej2-base": "~29.1.33",
36
- "@syncfusion/ej2-documenteditor": "29.1.33"
35
+ "@syncfusion/ej2-base": "~29.1.35",
36
+ "@syncfusion/ej2-documenteditor": "29.1.35"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
@@ -70,5 +70,5 @@
70
70
  "schematics": "./schematics/collection.json",
71
71
  "sideEffects": false,
72
72
  "typings": "syncfusion-ej2-angular-documenteditor.d.ts",
73
- "version": "29.1.33"
73
+ "version": "29.1.35"
74
74
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-documenteditor";
2
- export declare const pkgVer = "^28.1.33";
2
+ export declare const pkgVer = "^29.1.33";
3
3
  export declare const moduleName = "DocumentEditorModule, DocumentEditorContainerModule";
4
- export declare const themeVer = "~28.1.33";
4
+ export declare const themeVer = "~29.1.33";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-documenteditor';
4
- exports.pkgVer = '^29.1.33';
4
+ exports.pkgVer = '^29.1.35';
5
5
  exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
6
- exports.themeVer = '~29.1.33';
6
+ exports.themeVer = '~29.1.35';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-documenteditor';
2
- export const pkgVer = '^29.1.33';
2
+ export const pkgVer = '^29.1.35';
3
3
  export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4
- export const themeVer = '~29.1.33';
4
+ export const themeVer = '~29.1.35';