Skip to content

Commit bb058cf

Browse files
author
pipeline
committed
v31.2.15 is released
1 parent af54657 commit bb058cf

File tree

35 files changed

+278
-39
lines changed

35 files changed

+278
-39
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-react-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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

Lines changed: 157 additions & 12 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,6 +2182,66 @@
21572182

21582183
#### Bug Fixes
21592184

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

22692354
#### Bug Fixes
22702355

2356+
- `#I343310` - Resolved the blank page adding issue in exported word document due to footnote.
2357+
- `#I345594` - Resolved the new style listing problem during localization.
2358+
- `#I344840` - Resolved the height and width for `insertImage` API.
2359+
- `#I343403` - Resolved the script error while opening document with tracked changes and restrict editing enabled.
2360+
- `#I342774` - Resolved the word export issue for document with content control.
2361+
- `#I340276` - Resolved issue with entering custom date time value in form field.
2362+
- `#I344605` - Resolved the context menu rendering issue for multiple instances of DocumentEditor in the same page.
2363+
- `#I343106` - Resolved the table border rendering issue.
2364+
- `#I337087`, `#I344332` - Improved the suggestion construction logic for error words.
2365+
- `#I338302` - Resolved the hanging issue when opening document with table.
2366+
- `#I339240` - RTL list is now deleted properly.
2367+
- `#I340758` - Resolved the word export issue for the table with merged cells.
2368+
- `#I341140` - Track changes content is now updated properly for the existing empty line.
2369+
- `#F167253`, `#F168269` - Track changes pane visibility issue is resolved.
2370+
- `#I341985` - Resolved the tab space rendering issue.
2371+
- `#F168463` - Resolved the layout issue for the element with square wrapping style.
2372+
- `#I338947` - Resolved the undo problem after paste of hebrew text.
2373+
- `#I341435` - Optimized the content change event triggering in Document Editor.
2374+
- `#I340867` - Selection issue after applying character format is resolved.
2375+
- `#I341335` - Resolved the text formatting preservation for merge fields.
2376+
- `#I339239`, `#I339242`, `#I339021` - Resolved the text arrangement issue for RTL documents.
2377+
- `#I335659` - Resolved the undo/redo some text in RTL mode.
2378+
- `#I340643` - Resolved the comment mark removal issue in comment delete.
2379+
- `#I339335` - Resolved the hanging issue in editing document with Hebrew text.
2380+
- `#I340121` - Resolved the issue with elbow connector rendering as line connector.
2381+
- `#I339453` - Resolved the rendering issue in fixed table width case.
2382+
- `#I341119` - Resolved the image with top and bottom wrapping overlapping issue with table.
2383+
- `#I339602` - Track changes is now updated properly in header and footer.
2384+
- `#I341964`, `#I342165` - Resolved the text rearrange issue in copy/paste of RTL text.
2385+
- `#I339714` - Footnote order is now updated properly.
2386+
- `#I339973` - Table serialization issue in word export is resolved.
2387+
- `#I340795` - Issue with copying field is resolved.
2388+
- `#I339872` - Page number is footer is now updated properly.
2389+
- `#I339576`, `#F168072` - Resolved the issue in applying page orientation with the section break.
2390+
- `#I339027` - Resolved the script error in saving tracked content in header/footer.
2391+
- `#I340532` - Html elements are nor properly disposed.
2392+
- `#F168319` - Resolved the ViewChange event binding issue in Document Editor component.
2393+
- `#I341375` - Resolved the history issue in comment operations.
2394+
- `#I341840` - Resolved the table rendering issue.
2395+
22712396
- `#I343310` - Resolved the blank page adding issue in exported word document due to footnote.
22722397
- `#I345594` - Resolved the new style listing problem during localization.
22732398
- `#I344840` - Resolved the height and width for `insertImage` API.
@@ -2380,6 +2505,19 @@
23802505

23812506
#### Bug Fixes
23822507

2508+
- `#I339602` - Track changes is now updated properly in header and footer.
2509+
- `#I341964`, `#I342165` - Resolved the text rearrange issue in copy/paste of RTL text.
2510+
- `#I339714` - Footnote order is now updated properly.
2511+
- `#I339973` - Table serialization issue in word export is resolved.
2512+
- `#I340795` - Issue with copying field is resolved.
2513+
- `#I339872` - Page number is footer is now updated properly.
2514+
- `#I339576`, `#F168072` - Resolved the issue in applying page orientation with the section break.
2515+
- `#I339027` - Resolved the script error in saving tracked content in header/footer.
2516+
- `#I340532` - Html elements are now properly disposed.
2517+
- `#F168319` - Resolved the ViewChange event binding issue in Document Editor component
2518+
- `#I340643`, `#I341375` - Resolved the history issue in comment operations
2519+
- `#I341840` - Resolved the table rendering issue.
2520+
23832521
- `#I339602` – Track changes is now updated properly in header and footer.
23842522
- `#I341964`, `#I342165` – Resolved the text rearrange issue in copy/paste of RTL text.
23852523
- `#I339714` – Footnote order is now updated properly.
@@ -2468,6 +2606,13 @@
24682606

24692607
#### New Features
24702608

2609+
- `#I256210`, `#F150773`, `#I295055`, `#I295551`, `#I324037`, `#I326715` - Added support for Widow/Orphan control, Keep with next and Keep lines together properties.
2610+
- `#I298019`, `#I307321`, `#F160804`, `#F164217`, `#F164872` - Improved the accuracy of text size measurements such as to match Microsoft Word pagination for most Word documents.
2611+
- `#I243246`, `#I249594`, `#I287633`, `#I295055`, `#I295549`, `#I299657`, `#I308408`, `#I326567` - Added support to preserve tables with position properties.
2612+
- Added option to directly convert DocIO's WordDocument to SFDT and vice-versa in .NET and Java server-side library.
2613+
- Added Word-to-SFDT conversion in Java server-side library.
2614+
- Added new spell checker library for Java.
2615+
24712616
- `#I256210`, `#F150773`, `#I295055`, `#I295551`, `#I324037`, `#I326715` - Added support for Widow/Orphan control, Keep with next and Keep lines together properties.
24722617
- `#I298019`, `#I307321`, `#F160804`, `#F164217`, `#F164872` – Improved the accuracy of text size measurements such as to match Microsoft Word pagination for most Word documents.
24732618
- `#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-react-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 React",
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-react-dropdowns",
3-
"version": "31.2.5",
3+
"version": "31.2.12",
44
"description": "Essential JS 2 DropDown Components for React",
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)