Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a40198d

Browse files
author
pipeline
committed
v30.2.5 is released
1 parent 87a52b1 commit a40198d

File tree

41 files changed

+187
-44
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+187
-44
lines changed

‎components/base/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-
## 30.2.4 (2025-08-07)
5+
## 30.2.5 (2025-08-13)
66

77
### Common
88

‎components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 30.2.4 (2025年08月07日)
5+
## 30.2.5 (2025年08月13日)
6+
7+
### Accumulation Chart
8+
9+
#### Bug Fixes
10+
11+
- `#F69009` - The accumulation chart now correctly assigns the ID for rendering.
12+
13+
### Chart
14+
15+
#### Bug Fixes
16+
17+
- `#F69147` - Highlighting functionality is now working correctly for marker-enabled scatter series.
18+
19+
## 30.1.42 (2025年07月29日)
620

721
### Accumulation Chart
822

‎components/circulargauge/CHANGELOG.md

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

55
## [Unreleased]
66

7+
## 30.2.5 (2025年08月13日)
8+
9+
### Circular Gauge
10+
11+
#### Bug Fixes
12+
13+
- `#I750239` - Now, the scroll does not appear when setting overflow to auto in the Circular Gauge component.
14+
715
## 25.1.35 (2024年03月15日)
816

917
### Circular Gauge

‎components/circulargauge/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-circulargauge",
3-
"version": "30.1.37",
3+
"version": "30.2.4",
44
"description": "Essential JS 2 CircularGauge Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

‎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+
## 30.2.5 (2025年08月13日)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I743248` - CollectionChange now supports diagram item deletion via the delete key, with the action marked as Keyboard Delete.
12+
513
## 30.2.4 (2025年08月07日)
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": "30.1.42",
3+
"version": "30.2.4",
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: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@
22

33
## [Unreleased]
44

5-
## 30.2.4 (2025年08月07日)
6-
7-
### DocumentEditor
8-
9-
#### Bug Fixes
10-
11-
- `#I739494` - Resolved the document content is missing issue.
12-
- `#I738922` - Resolved the data loss issue in web layout.
13-
- `#I745777` - Resolved the document content is missing issue.
14-
155
## 30.1.42 (2025年07月29日)
166

177
### DocumentEditor
@@ -4628,7 +4618,17 @@ The Document Editor component is used to create, edit, view, and print Word docu
46284618
- Allows user interactions like zoom, scroll, select contents through touch, mouse, and keyboard.
46294619
- Provides intuitive UI options like context menu, dialogs, and navigation pane.
46304620
- Creates a lightweight Word viewer using module injection to view and prints Word documents.
4631-
- 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.## 30.1.41 (2025年07月22日)
4621+
- 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.## 30.2.4 (2025年08月07日)
4622+
4623+
### DocumentEditor
4624+
4625+
#### Bug Fixes
4626+
4627+
- `#I739494` - Resolved the document content is missing issue.
4628+
- `#I738922` - Resolved the data loss issue in web layout.
4629+
- `#I745777` - Resolved the document content is missing issue.
4630+
4631+
## 30.1.41 (2025年07月22日)
46324632

46334633
### DocumentEditor
46344634

‎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": "30.1.42",
3+
"version": "30.2.4",
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/documenteditor/src/document-editor-container/documenteditorcontainer.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { DocumentEditorContainer } from '@syncfusion/ej2-documenteditor';
55

66

77
export const inputs: string[] = ['autoResizeOnVisibilityChange','backstageMenu','currentUser','documentEditorSettings','documentSettings','enableAutoFocus','enableComment','enableCsp','enableLocalPaste','enableLockAndEdit','enablePersistence','enableRtl','enableSpellCheck','enableToolbar','enableTrackChanges','fileMenuItems','headers','height','layoutType','locale','restrictEditing','ribbonLayout','serverActionSettings','serviceUrl','showPropertiesPane','toolbarItems','toolbarMode','userColor','width','zIndex'];
8-
export const outputs: string[] = ['beforeAcceptRejectChanges','beforeCommentAction','beforePaneSwitch','commentDelete','contentChange','contentControl','created','customContextMenuBeforeOpen','customContextMenuSelect','destroyed','documentChange','fileMenuItemClick','selectionChange','serviceFailure','toolbarClick','trackChange','beforeXmlHttpRequestSend'];
8+
export const outputs: string[] = ['beforeAcceptRejectChanges','beforeCommentAction','beforePaneSwitch','beforePaste','commentDelete','contentChange','contentControl','created','customContextMenuBeforeOpen','customContextMenuSelect','destroyed','documentChange','fileMenuItemClick','selectionChange','serviceFailure','toolbarClick','trackChange','beforeXmlHttpRequestSend'];
99
export const twoWays: string[] = [];
1010

1111
/**
@@ -31,6 +31,7 @@ export class DocumentEditorContainerComponent extends DocumentEditorContainer im
3131
beforeAcceptRejectChanges: any;
3232
beforeCommentAction: any;
3333
beforePaneSwitch: any;
34+
beforePaste: any;
3435
commentDelete: any;
3536
contentChange: any;
3637
contentControl: any;

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { DocumentEditor } from '@syncfusion/ej2-documenteditor';
55

66

77
export const inputs: string[] = ['acceptTab','autoResizeOnVisibilityChange','currentUser','defaultPasteOption','documentEditorSettings','documentName','documentSettings','enableAutoFocus','enableBookmarkDialog','enableBordersAndShadingDialog','enableCollaborativeEditing','enableColumnsDialog','enableComment','enableContextMenu','enableCursorOnReadOnly','enableEditor','enableEditorHistory','enableFontDialog','enableFootnoteAndEndnoteDialog','enableFormField','enableHyperlinkDialog','enableImageResizer','enableLayout','enableListDialog','enableLocalPaste','enableLockAndEdit','enableOptionsPane','enablePageSetupDialog','enableParagraphDialog','enablePersistence','enablePrint','enableRtl','enableSearch','enableSelection','enableSfdtExport','enableSpellCheck','enableStyleDialog','enableTableDialog','enableTableOfContentsDialog','enableTableOptionsDialog','enableTablePropertiesDialog','enableTextExport','enableTrackChanges','enableWordExport','headers','height','isReadOnly','layoutType','locale','pageGap','pageOutline','serverActionSettings','serviceUrl','showComments','showRevisions','useCtrlClickToFollowHyperlink','userColor','width','zIndex','zoomFactor'];
8-
export const outputs: string[] = ['actionComplete','afterFormFieldFill','beforeAcceptRejectChanges','beforeCommentAction','beforeFileOpen','beforeFormFieldFill','beforePaneSwitch','commentBegin','commentDelete','commentEnd','contentChange','contentControl','created','customContextMenuBeforeOpen','customContextMenuSelect','destroyed','documentChange','keyDown','requestNavigate','searchResultsChange','selectionChange','serviceFailure','trackChange','viewChange','zoomFactorChange','beforeXmlHttpRequestSend','documentLoadFailed'];
8+
export const outputs: string[] = ['actionComplete','afterFormFieldFill','beforeAcceptRejectChanges','beforeCommentAction','beforeFileOpen','beforeFormFieldFill','beforePaneSwitch','beforePaste','commentBegin','commentDelete','commentEnd','contentChange','contentControl','created','customContextMenuBeforeOpen','customContextMenuSelect','destroyed','documentChange','keyDown','requestNavigate','searchResultsChange','selectionChange','serviceFailure','trackChange','viewChange','zoomFactorChange','beforeXmlHttpRequestSend','documentLoadFailed'];
99
export const twoWays: string[] = [];
1010

1111
/**
@@ -35,6 +35,7 @@ export class DocumentEditorComponent extends DocumentEditor implements IComponen
3535
beforeFileOpen: any;
3636
beforeFormFieldFill: any;
3737
beforePaneSwitch: any;
38+
beforePaste: any;
3839
commentBegin: any;
3940
commentDelete: any;
4041
commentEnd: any;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /