Skip to content

Commit a92c436

Browse files
author
pipeline
committed
v31.2.15 is released
1 parent 7180c9c commit a92c436

File tree

38 files changed

+175
-161
lines changed

38 files changed

+175
-161
lines changed

components/blockeditor/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 31.2.12 (2025-11-18)
5+
## 31.2.15 (2025-11-25)
66

77
### Block Editor
88

components/calendars/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 31.2.12 (2025-11-18)
5+
## 31.2.15 (2025-11-25)
66

77
### DatePicker
88

components/charts/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
## 31.2.12 (2025-11-18)
5+
## 31.2.15 (2025-11-25)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I784564` - The chart is now updated properly after removing the multilevel label.
12+
13+
## 31.2.7 (2025-11-25)
614

715
### Chart
816

components/diagrams/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 31.2.15 (2025-11-25)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I781706` - Align commands will now execute correctly inside swimlane elements.
12+
513
## 31.2.12 (2025-11-18)
614

715
### Diagram

components/diagrams/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-diagrams",
3-
"version": "31.2.10",
3+
"version": "31.2.12",
44
"description": "Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

Lines changed: 37 additions & 132 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,53 @@
22

33
## [Unreleased]
44

5-
## 31.2.12 (2025-11-18)
5+
## 31.2.15 (2025-11-25)
66

77
### DocumentEditor
88

99
#### Bug Fixes
1010

11-
`#I776220` - Table fill color was not applied correctly.
12-
`#I778750` - Alignment, line spacing, and font settings were not preserved.
13-
`#I770477` - Cell width became incorrect after merging cells.
14-
`#I783704` - Find pane did not open with the Ctrl + F shortcut.
1511
`#I779496` - Fixed a script error that occurred when deleting content inside a table cell.
16-
`#I775650` - "No Color" highlight option now shows the pointer cursor like other buttons.
12+
`#I773785` - Resolved an issue where inline editing did not work for Date or Number form fields.
13+
`#I777100` - Resolved an issue where updating a checkbox form field did not navigate to the corresponding position.
14+
15+
## 31.2.12 (2025-11-18)
16+
17+
### DocumentEditor
18+
19+
#### Bug Fixes
20+
21+
`#I776220` - Fixed an issue where the table fill color was not applied correctly.
22+
`#I778750` - Resolved loss of alignment, line spacing, and font settings.
23+
`#I770477` - Corrected cell width after merge operations.
24+
`#I783704` - Ctrl+F now opens the Find pane as expected.
25+
`#I775650` - “No Color” highlight option now shows a pointer cursor like other buttons.
26+
`#I783047` - Corrected superscript formatting when typing a comma.
27+
`#I770706` - Undo now restores the original bullet-point formatting.
28+
`#I774637` - Spell-check suggestions now display properly.
29+
`#I779125` - Resolved a script error during DOCX export.
30+
`#I773853` - The `showRevisions` property now works correctly in protected documents.
31+
`#I763990` - Resolved an issue where footnotes were undefined during serialization.
32+
`#I781625` - Resolved selection issues with nested bookmarks when using the `navigateToNextEditingRegion` API.
33+
`#I780167` - Improved responsiveness during text insertion and backspacing.
34+
`#I776105` - Images no longer clip when “Exactly” line spacing is applied.
35+
`#I778204` - The cursor is now visible in empty editable regions.
36+
37+
`#I776220` - Fixed an issue where the table fill color was not applied correctly.
38+
`#I778750` - Resolved loss of alignment, line spacing, and font settings.
39+
`#I770477` - Corrected cell width after merge operations.
40+
`#I783704` - Ctrl+F now opens the Find pane as expected.
41+
`#I775650` - "No Color" highlight option now shows a pointer cursor like other buttons.
1742
`#I783047` - Corrected superscript formatting when typing a comma.
1843
`#I770706` - Undo now restores the original bullet-point formatting.
19-
`#I774637` - Spell-check suggestions were not displayed properly.
20-
`#I779125` - Resolved script error when exporting the document as DOCX.
44+
`#I774637` - Spell-check suggestions now display properly.
45+
`#I779125` - Resolved a script error during DOCX export.
2146
`#I773853` - The `showRevisions` property now works correctly in protected documents.
22-
`#I763990` - Footnotes were undefined when serializing a document.
47+
`#I763990` - Resolved an issue where footnotes were undefined during serialization.
2348
`#I781625` - Resolved selection issues with nested bookmarks when using the `navigateToNextEditingRegion` API.
24-
`#I780167` - Reduced lag during text insertion and backspacing.
25-
`#I776105` - Prevented image clipping when "Exactly" line spacing is applied.
26-
`#I778204` - Cursor is now visible in an empty editable region.
49+
`#I780167` - Improved responsiveness during text insertion and backspacing.
50+
`#I776105` - Images no longer clip when "Exactly" line spacing is applied.
51+
`#I778204` - The cursor is now visible in empty editable regions.
2752

2853
## 31.2.10 (2025-11-13)
2954

@@ -2157,66 +2182,6 @@
21572182

21582183
#### Bug Fixes
21592184

2160-
- `#I348089` - Resolved the protected columns, rows, and cells editing issue.
2161-
- `#I344822` - Word with hyphen characters are now displayed properly.
2162-
- `#I345558` - Resolved the table layout for the nested table with position.
2163-
- `#I346408` - Table cell content reversed on undo is now resolved.
2164-
- `#I346992` - Paragraph with widow/orphan property is now displayed properly.
2165-
- `#I341119` - Document with image and table with top and bottom wrapping style is now opened properly.
2166-
- `#I344713`- Resolved table header row rendering issue.
2167-
- `#I341963`, `#I341840` - Resolved the table rendering issue.
2168-
- `#I344704` - Resolved issue with tracking changes in empty paragraph.
2169-
- `#I344351` - Line height is now calculated properly when space character has font size greater than the paragraph mark.
2170-
- `#I345759`, `#I343106`- Resolved the table border rendering issue.
2171-
- `#I343645` - Table grid after width defined as percentage type is now properly exported in server-side.
2172-
- `#I341659` - Resolved the list alignment issue.
2173-
- `#I347230` - Line spacing value zero is now properly exported in server-side.
2174-
- `#I346468` - Resolved the document corruption issue due to z-order in server-side exporting.
2175-
- `#I344830` - Resolved exception in opening and saving the document with calculation type form field.
2176-
- `#I345582`, `#I341985` - Document with tab width is now displayed properly.
2177-
- `#I346985` - Line height is now properly updated for tab character when its font size greater than other elements in the line.
2178-
- `#FB29648` - Table rows/columns in header and footer are now resized properly.
2179-
- `#I349115` - Resolved the scrolling behaviour issue when using `goToPage` API.
2180-
- `#I348516` - Table/Cell background color is preserved properly during copy/paste.
2181-
- `#I341891` - Resolved the hanging issue while editing the footnote content.
2182-
- `#I344790` - Resolved the footnote overlapping issue when editing a table.
2183-
- `#I343310` - Resolved the blank page issue in the exported Word document due to footnote.
2184-
- `#I345594` - Resolved the new style listing problem when Document editor is localized for languages other than English.
2185-
- `#I344840` - Resolved the height and width for `insertImage` API.
2186-
- `#I343403` - Resolved the script error while opening document with tracked changes and restrict editing enabled.
2187-
- `#I342774` - The Word document is now exported properly when the document contains content control.
2188-
- `#I340276` - Resolved issue with entering custom date time value for form field.
2189-
- `#I344605` - Resolved the context menu displaying issue when multiple instances of Document Editor are used in same page.
2190-
- `#I337087`, `#I344332` - Improved the suggestion construction logic for error words.
2191-
- `#I338302` - Resolved the hanging issue when opening document with table.
2192-
- `#I339240` - RTL list is now deleted properly.
2193-
- `#I340758` - The Word document is now exported properly when the document contains table with merged cells.
2194-
- `#I341140` - Tracked changes is now updated properly for the existing empty line.
2195-
- `#F167253`, `#F168269` - Track changes pane visibility issue is now resolved.
2196-
- `#F168463` - The floating element with square wrapping style is now displayed properly.
2197-
- `#I338947` - Resolved the issue with undo after pasting Hebrew text.
2198-
- `#I341435` - Optimized the content change event triggering in Document Editor.
2199-
- `#I340867` - Selection is now working properly after applying character format.
2200-
- `#I341335` - Text formatting is now preserved properly for merge fields.
2201-
- `#I339239`, `#I339242`, `#I339021` - RTL text are now arranged properly.
2202-
- `#I335659` - RTL text are now preserved properly on undo/redo.
2203-
- `#I340643` - The comment mark is now removed properly when deleting comment.
2204-
- `#I339335` - Resolved the hanging issue when editing document with Hebrew text.
2205-
- `#I340121` - Resolved the issue with rendering elbow connector as line connector.
2206-
- `#I339453` - Resolved the issue with rendering a fixed width table.
2207-
- `#I341119` - Resolved the overlapping issue for image with top and bottom wrapping inside table.
2208-
- `#I339602` – Track changes is now updated properly in header and footer.
2209-
- `#I341964`, `#I342165` – RTL text is now arranged properly when copy/paste.
2210-
- `#I339714` – Footnote order is now updated properly.
2211-
- `#I339973` - Table is now preserved properly in the exported Word document.
2212-
- `#I340795` – Field is now copied properly.
2213-
- `#I339872` – Page number in footer is now updated properly.
2214-
- `#I339576`, `#F168072` – Resolved the issue in applying page orientation with the section break.
2215-
- `#I339027` – Resolved the script error in saving document with tracked changes in header/footer.
2216-
- `#I340532` – Html elements are now properly disposed.
2217-
- `#F168319` – Resolved the ViewChange event binding issue in Document Editor component.
2218-
- `#I341375` – Resolved the undo/redo issue in comment editing operations.
2219-
22202185
- `#I348089` - Resolved the protected columns, rows, and cells editing issue.
22212186
- `#I344822` - Word with hyphen characters are now displayed properly.
22222187
- `#I345558` - Resolved the table layout for the nested table with position.
@@ -2328,46 +2293,6 @@
23282293

23292294
#### Bug Fixes
23302295

2331-
- `#I343310` - Resolved the blank page adding issue in exported word document due to footnote.
2332-
- `#I345594` - Resolved the new style listing problem during localization.
2333-
- `#I344840` - Resolved the height and width for `insertImage` API.
2334-
- `#I343403` - Resolved the script error while opening document with tracked changes and restrict editing enabled.
2335-
- `#I342774` - Resolved the word export issue for document with content control.
2336-
- `#I340276` - Resolved issue with entering custom date time value in form field.
2337-
- `#I344605` - Resolved the context menu rendering issue for multiple instances of DocumentEditor in the same page.
2338-
- `#I343106` - Resolved the table border rendering issue.
2339-
- `#I337087`, `#I344332` - Improved the suggestion construction logic for error words.
2340-
- `#I338302` - Resolved the hanging issue when opening document with table.
2341-
- `#I339240` - RTL list is now deleted properly.
2342-
- `#I340758` - Resolved the word export issue for the table with merged cells.
2343-
- `#I341140` - Track changes content is now updated properly for the existing empty line.
2344-
- `#F167253`, `#F168269` - Track changes pane visibility issue is resolved.
2345-
- `#I341985` - Resolved the tab space rendering issue.
2346-
- `#F168463` - Resolved the layout issue for the element with square wrapping style.
2347-
- `#I338947` - Resolved the undo problem after paste of hebrew text.
2348-
- `#I341435` - Optimized the content change event triggering in Document Editor.
2349-
- `#I340867` - Selection issue after applying character format is resolved.
2350-
- `#I341335` - Resolved the text formatting preservation for merge fields.
2351-
- `#I339239`, `#I339242`, `#I339021` - Resolved the text arrangement issue for RTL documents.
2352-
- `#I335659` - Resolved the undo/redo some text in RTL mode.
2353-
- `#I340643` - Resolved the comment mark removal issue in comment delete.
2354-
- `#I339335` - Resolved the hanging issue in editing document with Hebrew text.
2355-
- `#I340121` - Resolved the issue with elbow connector rendering as line connector.
2356-
- `#I339453` - Resolved the rendering issue in fixed table width case.
2357-
- `#I341119` - Resolved the image with top and bottom wrapping overlapping issue with table.
2358-
- `#I339602` – Track changes is now updated properly in header and footer.
2359-
- `#I341964`, `#I342165` – Resolved the text rearrange issue in copy/paste of RTL text.
2360-
- `#I339714` – Footnote order is now updated properly.
2361-
- `#I339973` - Table serialization issue in word export is resolved.
2362-
- `#I340795` – Issue with copying field is resolved.
2363-
- `#I339872` – Page number is footer is now updated properly.
2364-
- `#I339576`, `#F168072` – Resolved the issue in applying page orientation with the section break.
2365-
- `#I339027` – Resolved the script error in saving tracked content in header/footer.
2366-
- `#I340532` – Html elements are nor properly disposed.
2367-
- `#F168319` – Resolved the ViewChange event binding issue in Document Editor component.
2368-
- `#I341375` – Resolved the history issue in comment operations.
2369-
- `#I341840` – Resolved the table rendering issue.
2370-
23712296
- `#I343310` - Resolved the blank page adding issue in exported word document due to footnote.
23722297
- `#I345594` - Resolved the new style listing problem during localization.
23732298
- `#I344840` - Resolved the height and width for `insertImage` API.
@@ -2480,19 +2405,6 @@
24802405

24812406
#### Bug Fixes
24822407

2483-
- `#I339602` – Track changes is now updated properly in header and footer.
2484-
- `#I341964`, `#I342165` – Resolved the text rearrange issue in copy/paste of RTL text.
2485-
- `#I339714` – Footnote order is now updated properly.
2486-
- `#I339973` - Table serialization issue in word export is resolved.
2487-
- `#I340795` – Issue with copying field is resolved.
2488-
- `#I339872` – Page number is footer is now updated properly.
2489-
- `#I339576`, `#F168072` – Resolved the issue in applying page orientation with the section break.
2490-
- `#I339027` – Resolved the script error in saving tracked content in header/footer.
2491-
- `#I340532` – Html elements are now properly disposed.
2492-
- `#F168319` – Resolved the ViewChange event binding issue in Document Editor component
2493-
- `#I340643`, `#I341375` – Resolved the history issue in comment operations
2494-
- `#I341840` – Resolved the table rendering issue.
2495-
24962408
- `#I339602` - Track changes is now updated properly in header and footer.
24972409
- `#I341964`, `#I342165` - Resolved the text rearrange issue in copy/paste of RTL text.
24982410
- `#I339714` - Footnote order is now updated properly.
@@ -2581,13 +2493,6 @@
25812493

25822494
#### New Features
25832495

2584-
- `#I256210`, `#F150773`, `#I295055`, `#I295551`, `#I324037`, `#I326715` - Added support for Widow/Orphan control, Keep with next and Keep lines together properties.
2585-
- `#I298019`, `#I307321`, `#F160804`, `#F164217`, `#F164872` – Improved the accuracy of text size measurements such as to match Microsoft Word pagination for most Word documents.
2586-
- `#I243246`, `#I249594`, `#I287633`, `#I295055`, `#I295549`, `#I299657`, `#I308408`, `#I326567` – Added support to preserve tables with position properties.
2587-
- Added option to directly convert DocIO's WordDocument to SFDT and vice-versa in .NET and Java server-side library.
2588-
- Added Word-to-SFDT conversion in Java server-side library.
2589-
- Added new spell checker library for Java.
2590-
25912496
- `#I256210`, `#F150773`, `#I295055`, `#I295551`, `#I324037`, `#I326715` - Added support for Widow/Orphan control, Keep with next and Keep lines together properties.
25922497
- `#I298019`, `#I307321`, `#F160804`, `#F164217`, `#F164872` - Improved the accuracy of text size measurements such as to match Microsoft Word pagination for most Word documents.
25932498
- `#I243246`, `#I249594`, `#I287633`, `#I295055`, `#I295549`, `#I299657`, `#I308408`, `#I326567` - Added support to preserve tables with position properties.

components/documenteditor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-documenteditor",
3-
"version": "31.2.5",
3+
"version": "31.2.12",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 31.2.15 (2025-11-25)
6+
7+
### DropdownList
8+
9+
#### Bug Fixes
10+
11+
- `#I48889` - Fixed an issue where the dropdown popup was not visible in mobile view when opened inside a scrollable dialog.
12+
513
## 31.2.5 (2025-11-04)
614

715
### DropDownTree

components/dropdowns/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-dropdowns",
3-
"version": "31.2.5",
3+
"version": "31.2.12",
44
"description": "Essential JS 2 DropDown Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 31.2.12 (2025-11-18)
5+
## 31.2.15 (2025-11-25)
66

77
### FileManager
88

0 commit comments

Comments
 (0)