Skip to content

Commit 27387b7

Browse files
author
pipeline
committed
v31.1.20 is released
1 parent 008b533 commit 27387b7

File tree

33 files changed

+212
-44
lines changed

33 files changed

+212
-44
lines changed

components/calendars/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-
## 30.1.37 (2025-06-25)
5+
## 31.1.20 (2025-09-10)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I753728` - Fixed an issue where the date range picker with the preset range popup would open behind the drawer.
12+
13+
## 31.1.17 (2025-09-05)
614

715
### DatePicker
816

components/calendars/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-vue-calendars",
3-
"version": "30.1.37",
3+
"version": "31.1.17",
44
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,25 @@
22

33
## [Unreleased]
44

5-
## 31.1.19 (2025-09-11)
5+
## 31.1.20 (2025-09-10)
66

77
### Chart
88

99
#### Bug Fixes
1010

11-
- `#T742786` - Trendlines now render correctly when dynamically enabled.
1211
- `#F69182` - Columns with a single X-axis value now render with the correct width.
13-
- `#T757693` - Now the secondary axis label renders properly when the position is set to 'inside'.
12+
- `#I762508` - The legend highlight now works correctly when the highlight mode is set to `Series`.
13+
- `#I760409` - The Zoom toolbar tooltip will be displayed on the pop-up.
14+
- `#I762919` - The sparkline tooltip renders properly on enabling RTL.
15+
16+
## 31.1.18 (2025-09-10)
17+
18+
### Chart
19+
20+
#### Bug Fixes
21+
22+
- `#I742786` - Trendlines now render correctly when dynamically enabled.
23+
- `#I757693` - Now the secondary axis label renders properly when the position is set to 'inside'.
1424

1525
### 3D Chart
1626

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 31.1.19 (2025-09-11)
5+
## 31.1.20 (2025-09-10)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I753805` - Group nodes without explicit size definitions are now rendered properly in the symbol palette
12+
- `#I742819` - Resolved connector overlapping issues in complex hierarchical tree layouts.
13+
- `#I759053` - Locked nodes will no longer move along with unlocked nodes.
14+
- `#I752739` - Connector segments now update correctly when dragging the connector's source thumb.
15+
16+
## 31.1.18 (2025-09-10)
617

718
### Diagram
819

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-vue-diagrams",
3-
"version": "31.1.17",
3+
"version": "31.1.18",
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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 31.1.19 (2025-09-11)
5+
## 31.1.20 (2025-09-10)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I750552` - Fixed script error when opening a document with `enableEditor` set to False.
12+
- `#I757928` - Resolved issue where text overlapped with headers after content deletion.
13+
- `#I759161` - Corrected layout of merged column cells when inserting new rows into a table.
14+
- `#I760968` - Alignment option in the toolbar now updates correctly when selecting a cell.
15+
- `#I762616` - Ribbon now reflects current styles accurately.
16+
- `#I748359` - Fixed column width issues caused by Unicode characters in HTML.
17+
18+
#### Features
19+
20+
- `#I761744` - Added support to update the date of tracked revisions.
21+
- `#I754674` - Added support for "No Border" option in the border dropdown, similar to Microsoft Word.
22+
- `#I761530` - Added support for rendering spell check underlines during scrolling.
23+
24+
## 31.1.18 (2025-09-10)
625

726
### DocumentEditor
827

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-vue-documenteditor",
3-
"version": "31.1.17",
3+
"version": "31.1.18",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/src/document-editor-container/documenteditorcontainer.component.ts

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,21 @@ export let DocumentEditorContainerComponent: DefineVueComponent<DocumentEditorCo
9595
destroy(): void {
9696
return this.ej2Instances.destroy();
9797
},
98+
getDefaultCharacterFormat(): Object {
99+
return this.ej2Instances.getDefaultCharacterFormat();
100+
},
101+
getDefaultParagraphFormat(): Object {
102+
return this.ej2Instances.getDefaultParagraphFormat();
103+
},
104+
getDefaultSectionFormat(): Object {
105+
return this.ej2Instances.getDefaultSectionFormat();
106+
},
107+
getDocumentCharacterFormat(): Object {
108+
return this.ej2Instances.getDocumentCharacterFormat();
109+
},
110+
getDocumentParagraphFormat(): Object {
111+
return this.ej2Instances.getDocumentParagraphFormat();
112+
},
98113
resize(width?: number, height?: number): void {
99114
return this.ej2Instances.resize(width, height);
100115
},
@@ -107,6 +122,12 @@ export let DocumentEditorContainerComponent: DefineVueComponent<DocumentEditorCo
107122
setDefaultSectionFormat(sectionFormat: Object): void {
108123
return this.ej2Instances.setDefaultSectionFormat(sectionFormat);
109124
},
125+
setDocumentCharacterFormat(characterFormat: Object): void {
126+
return this.ej2Instances.setDocumentCharacterFormat(characterFormat);
127+
},
128+
setDocumentParagraphFormat(paragraphFormat: Object): void {
129+
return this.ej2Instances.setDocumentParagraphFormat(paragraphFormat);
130+
},
110131
}
111132
});
112133

@@ -127,10 +148,17 @@ export type DocumentEditorContainerComponent = typeof ComponentBase & {
127148
[key: string]: Object;
128149
}, successHandler?: Function): void;
129150
destroy(): void;
151+
getDefaultCharacterFormat(): Object;
152+
getDefaultParagraphFormat(): Object;
153+
getDefaultSectionFormat(): Object;
154+
getDocumentCharacterFormat(): Object;
155+
getDocumentParagraphFormat(): Object;
130156
resize(width?: number, height?: number): void;
131157
setDefaultCharacterFormat(characterFormat: Object): void;
132158
setDefaultParagraphFormat(paragraphFormat: Object): void;
133-
setDefaultSectionFormat(sectionFormat: Object): void
159+
setDefaultSectionFormat(sectionFormat: Object): void;
160+
setDocumentCharacterFormat(characterFormat: Object): void;
161+
setDocumentParagraphFormat(paragraphFormat: Object): void
134162
};
135163

136164
export const DocumentEditorContainerPlugin = {

components/documenteditor/src/document-editor/documenteditor.component.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,18 @@ export let DocumentEditorComponent: DefineVueComponent<DocumentEditorModel> = v
122122
getDefaultCharacterFormat(): Object {
123123
return this.ej2Instances.getDefaultCharacterFormat();
124124
},
125+
getDefaultParagraphFormat(): Object {
126+
return this.ej2Instances.getDefaultParagraphFormat();
127+
},
128+
getDefaultSectionFormat(): Object {
129+
return this.ej2Instances.getDefaultSectionFormat();
130+
},
125131
getDocumentCharacterFormat(): Object {
126132
return this.ej2Instances.getDocumentCharacterFormat();
127133
},
134+
getDocumentParagraphFormat(): Object {
135+
return this.ej2Instances.getDocumentParagraphFormat();
136+
},
128137
getFormFieldInfo(name: string): Object | Object | Object {
129138
return this.ej2Instances.getFormFieldInfo(name);
130139
},
@@ -191,6 +200,9 @@ export let DocumentEditorComponent: DefineVueComponent<DocumentEditorModel> = v
191200
setDocumentCharacterFormat(characterFormat: Object): void {
192201
return this.ej2Instances.setDocumentCharacterFormat(characterFormat);
193202
},
203+
setDocumentParagraphFormat(paragraphFormat: Object): void {
204+
return this.ej2Instances.setDocumentParagraphFormat(paragraphFormat);
205+
},
194206
setFormFieldInfo(name: string, formFieldInfo: Object | Object | Object): void {
195207
return this.ej2Instances.setFormFieldInfo(name, formFieldInfo);
196208
},
@@ -241,7 +253,10 @@ export type DocumentEditorComponent = typeof ComponentBase & {
241253
getBookmarks(): string[];
242254
getComments(): Object[];
243255
getDefaultCharacterFormat(): Object;
256+
getDefaultParagraphFormat(): Object;
257+
getDefaultSectionFormat(): Object;
244258
getDocumentCharacterFormat(): Object;
259+
getDocumentParagraphFormat(): Object;
245260
getFormFieldInfo(name: string): Object | Object | Object;
246261
getFormFieldNames(): string[];
247262
getStyleNames(styleType?: Object): string[];
@@ -264,6 +279,7 @@ export type DocumentEditorComponent = typeof ComponentBase & {
264279
setDefaultParagraphFormat(paragraphFormat: Object): void;
265280
setDefaultSectionFormat(sectionFormat: Object): void;
266281
setDocumentCharacterFormat(characterFormat: Object): void;
282+
setDocumentParagraphFormat(paragraphFormat: Object): void;
267283
setFormFieldInfo(name: string, formFieldInfo: Object | Object | Object): void;
268284
showDialog(dialogType: Object): void;
269285
showOptionsPane(): void;

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.1.20 (2025-09-10)
6+
7+
### Mention
8+
9+
#### Bug Fixes
10+
11+
- `#I762396` - Resolved the script error that occurred when copying and pasting bullet list content from Outlook into the `RichTextEditor`.
12+
513
## 28.2.9 (2025-03-04)
614

715
### ComboBox

0 commit comments

Comments
 (0)