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 78520a6

Browse files
author
pipeline
committed
v31.1.18 is released
1 parent 68a4df4 commit 78520a6

File tree

37 files changed

+138
-311
lines changed

37 files changed

+138
-311
lines changed

‎components/charts/CHANGELOG.md

Lines changed: 37 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,35 @@
22

33
## [Unreleased]
44

5-
## 31.1.17 (2025-09-05)
5+
## 31.1.18 (2025-09-10)
66

77
### Chart
88

99
#### Bug Fixes
1010

11-
- `#T745980` - The legend text trim tooltip will no longer be cropped at the bottom of the legend bounds.
12-
- `#T754125` - The marker will no longer render when it exceeds the axis range.
11+
- `#T742786` - Trendlines now render correctly when dynamically enabled.
12+
- `#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'.
1314

14-
## 30.2.6 (2025年08月19日)
15-
16-
### Chart
15+
### 3D Chart
1716

1817
#### Bug Fixes
1918

20-
- `#T745980` - The legend text and symbol will no longer overlap when RTL is enabled.
19+
- `#T756018` - The axis label tooltip text now renders correctly without being trimmed.
2120

22-
## 30.2.4 (2025-08-13)
21+
## 30.2.6 (2025-08-19)
2322

24-
### Accumulation Chart
23+
### Chart
2524

2625
#### Bug Fixes
2726

28-
- `#F69009` - The accumulation chart now correctly assigns the ID for rendering.
27+
- `#F69147` - Highlighting functionality is now working correctly for marker-enabled scatter series.
2928

30-
### Chart
29+
### Accumulation Chart
3130

3231
#### Bug Fixes
3332

34-
- `#F69147` - Highlighting functionality is now working correctly for marker-enabled scatter series.
33+
- `#F69009` - The accumulation chart now correctly assigns the ID for rendering.
3534

3635
## 30.1.42 (2025年07月29日)
3736

@@ -66,14 +65,6 @@
6665

6766
### Chart
6867

69-
#### Feature
70-
71-
- `#I653358` - Provided support for DateTime value type on the primary Y-axis.
72-
73-
## 30.1.37 (2025年06月25日)
74-
75-
### Chart
76-
7768
#### Bug Fixes
7869

7970
- `#I730840` - Now, the column with single point renders properly on date time category axis.
@@ -3614,4 +3605,29 @@ Graphics (SVG).
36143605
- **Animation** - Chart series will be animated when rendering and refreshing the chart widget.
36153606
- **User Interaction** - Supports interactive features that are zooming, panning, crosshair, trackball, tooltip, and data point selection.
36163607
- **Annotation** - Supports annotation to mark a specific area in chart.
3617-
- **Export** - Supports to print the chart directly from the browser and exports the chart in both JPEG and PNG format.
3608+
- **Export** - Supports to print the chart directly from the browser and exports the chart in both JPEG and PNG format.## 31.1.17 (2025年09月05日)
3609+
3610+
### Charts
3611+
3612+
#### Feature
3613+
3614+
- Users can now use the `noDataTemplate` property in Charts to define a custom template that clearly indicates when chart data is unavailable.
3615+
Explore the demo [here](https://ej2.syncfusion.com/react/demos/#/tailwind3/chart/no-data-template)
3616+
3617+
#### Bug Fixes
3618+
3619+
- `#T745980` - The legend text trim tooltip will no longer be cropped at the bottom of the legend bounds.
3620+
- `#T754125` - The marker will no longer render when it exceeds the axis range.
3621+
3622+
### Accumulation Chart
3623+
3624+
#### Feature
3625+
3626+
- Users can now use the `noDataTemplate` property in Accumulation Chart to define a custom template that clearly indicates when chart data is unavailable.
3627+
3628+
### Stock Chart
3629+
3630+
#### Feature
3631+
3632+
- Users can now use the `noDataTemplate` property in Stock Chart to define a custom template that clearly indicates when chart data is unavailable.
3633+

‎components/charts/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-charts",
3-
"version": "30.1.40",
3+
"version": "31.1.17",
44
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

‎components/circulargauge/CHANGELOG.md

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

55
## [Unreleased]
66

7-
## 31.1.17 (2025-09-05)
7+
## 31.1.18 (2025-09-10)
88

99
### Circular Gauge
1010

‎components/diagrams/CHANGELOG.md

Lines changed: 4 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -2,81 +2,16 @@
22

33
## [Unreleased]
44

5-
## 31.1.17 (2025年09月05日)
6-
7-
### Diagram
8-
9-
#### Bug Fixes
10-
11-
- `#I753156` - Connector segments now move along with nodes and connectors during multi-selection dragging.
12-
13-
## 30.2.5 (2025年08月13日)
14-
15-
### Diagram
16-
17-
#### Bug Fixes
18-
19-
- `#I743248` - CollectionChange now supports diagram item deletion via the delete key, with the action marked as Keyboard Delete.
20-
21-
## 30.2.4 (2025年08月07日)
22-
23-
### Diagram
24-
25-
#### Bug Fixes
26-
27-
- `#I748546` - Fixed an issue where same tooltip content was shown for different group nodes.
28-
29-
## 30.1.42 (2025年07月29日)
30-
31-
### Diagram
32-
33-
#### Bug Fixes
34-
35-
- `#I743792` - Enhanced connector interaction, When initiating a connector from an InConnect-only port, the target end now correctly attaches to the port, while the source end follows the mouse pointer during drawing.
36-
- `#I745390` - Fixed an issue where an exception was thrown when loading an EJ1 diagram with PreventDefaults set to true in an EJ2 diagram.
37-
38-
## 30.1.41 (2025年07月22日)
39-
40-
### Diagram
41-
42-
#### Bug Fixes
43-
44-
- `#I743241` - Improved performance when dragging group nodes containing multiple child nodes.
45-
- `#I742692` - Resolved diagram flickering issue during panning.
46-
- `#I742819` - Fixed connector overlapping issue in complex hierarchical tree.
47-
- `#I743248` - The CollectionChange event now provides arguments to notify copy and paste actions, enabling proper tracking and handling of these operations.
48-
49-
## 30.1.40 (2025年07月15日)
50-
51-
### Diagram
52-
53-
#### Bug Fixes
54-
55-
- `#I737645` - Connectors are now selected after being dragged from a negative position to a positive position.
56-
- `#I739876` - now no error occurs when moving group node into a layer.
57-
- `#I739181` - The issue "Child nodes overlapping on another layout in organizational chart" has been fixed.
58-
59-
## 30.1.39 (2025年07月08日)
5+
## 31.1.18 (2025年09月10日)
606

617
### Diagram
628

639
#### Bug Fixes
6410

65-
- `#I732921` - Resolved the issue of node dimension changes when dragging multiple selected nodes.
66-
- `#I739052` - Undo now works correctly for connectors without a target id.
67-
68-
## 30.1.38 (2025年07月02日)
11+
- `#I759916` - Node distribution now works correctly even when a connector is selected.
12+
- `#I757716` - UML inheritance connectors now render properly according to the standard.
6913

70-
### Diagram
71-
72-
#### Bug Fixes
73-
74-
- `#I731236` - Resolved the issue with flipping rotated group nodes.
75-
- `#I732003` - The connectors in layout will no longer overlaps on nodes.
76-
- `#I734671` - Resolved the issue in viewport changing on serialization.
77-
- `#I733087` - Now, Polyline connectors can be drawn from ports.
78-
79-
## 30.1.37 (2025年06月25日)
14+
## 31.1.17 (2025年09月05日)
8015

8116
### Diagram
8217

‎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": "30.2.5",
3+
"version": "31.1.17",
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/diagrams/src/symbol-palette/symbolpalette.component.tsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ import { SymbolPalette, SymbolPaletteModel } from '@syncfusion/ej2-diagrams';
33
import { ComponentBase, applyMixins, DefaultHtmlAttributes } from '@syncfusion/ej2-react-base';
44

55

6-
6+
export interface SymbolPaletteTypecast {
7+
nodeTemplate?: string | Function | any;
8+
}
79
/**
810
* Represents react SymbolPalette Component
911
* ```tsx
@@ -12,18 +14,18 @@ import { ComponentBase, applyMixins, DefaultHtmlAttributes } from '@syncfusion/e
1214
*/
1315
export class SymbolPaletteComponent extends SymbolPalette {
1416
public state: Readonly<{ children?: React.ReactNode | React.ReactNode[] }>
15-
& Readonly<SymbolPaletteModel | DefaultHtmlAttributes>;
17+
& Readonly<SymbolPaletteModel | DefaultHtmlAttributes|SymbolPaletteTypecast>;
1618
public setState: any;
1719
private getDefaultAttributes: Function;
1820
public initRenderCalled: boolean = false;
1921
private checkInjectedModules: boolean = true;
2022
public directivekeys: { [key: string]: Object } = {'palettes': 'palette'};
2123
private statelessTemplateProps: string[] = null;
2224
private templateProps: string[] = null;
23-
private immediateRender: boolean = true;
25+
private immediateRender: boolean = false;
2426
private isReactMock: boolean = true;
2527
public props: Readonly<{ children?: React.ReactNode | React.ReactNode[] }>
26-
& Readonly<SymbolPaletteModel | DefaultHtmlAttributes>;
28+
& Readonly<SymbolPaletteModel | DefaultHtmlAttributes|SymbolPaletteTypecast>;
2729
public forceUpdate: (callBack?: () => any) => void;
2830
public context: Object;
2931
public portals: any = [];

‎components/documenteditor/CHANGELOG.md

Lines changed: 13 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,24 @@
22

33
## [Unreleased]
44

5-
## 30.2.6 (2025-08-19)
5+
## 31.1.18 (2025-09-10)
66

77
### DocumentEditor
88

99
#### Bug Fixes
1010

11-
- `#I712717` - Fixed an issue where undo functionality failed after inserting grouped text.
12-
- `#I754664` - Addressed a looping problem that occurred when accepting a deleted revision containing comments.
13-
14-
- `#I712717` - Fixed an issue where undo functionality failed after inserting grouped text.
15-
- `#I754664` - Addressed a looping problem that occurred when accepting a deleted revision containing comments.
16-
- `#I745808` - Handled the form field popup trigger when the enter key is pressed.
17-
18-
## 30.2.5 (2025年08月13日)
19-
20-
### DocumentEditor
21-
22-
#### Bug Fixes
23-
24-
- `#I748873` - Fixed a script error that occurred when decreasing the indent in list paragraphs.
25-
- `#I971894` - Resolved a script error triggered during `beginUndoAction` when clearing the redo collection.
26-
- `#I747660` - Addressed an issue where the comments panel failed to display correctly when `showRevision` was set to false.
27-
- `#I750354` - Resolved an issue where pressing keys on the numeric keypad did not trigger page number input in the status bar.
28-
- `#I747885` - Corrected layout inconsistencies when inserting white space after selecting content.
29-
- `#I748857` - Ensured left and right margins are properly applied during horizontal ruler scrolling.
30-
- `#I748856` - Fixed horizontal ruler misalignment when resizing the vertical ruler.
31-
- `#I741169` - Resolved an issue where underlines applied to images were not retained correctly.
32-
- `#I744835` - Fixed a script error occurring when dragging text from a table into the header.
33-
- `#I746062` - Addressed export issues with nested content controls.
34-
35-
#### Features
36-
37-
- `#I723821` - Added event to access the paste action before it paste
11+
- `#I748794` - Resolved a performance issue when scrolling the document with a header row.
12+
- `#I954857` - Resolved a font size updating issue when selecting the different fonts.
13+
- `#I750843` - Resolved an issue where the Different First Page header changed to a normal header when updating margin values.
14+
- `#I753959` - Resolved an exception that occurred when deleting a list and adding a new list in the same paragraph.
15+
- `#I757421` - Resolved an issue where the delete action caused overlap and a script error in Document Editor.
16+
- `#I751509` - Resolved an issue where the scrollbar did not update while selecting and copying text in Firefox.
17+
- `#I757912` - Resolved issues with the Alter Case functionality in Document Editor.
18+
- `#I758674` - Resolved an issue where the Table Merge option was disabled.
19+
- `#I757365` - Resolved an issue where replacing a suggested word removed extra content.
20+
- `#I761480` - Resolved an issue where underline formatting was incorrect when accepting a deletion revision.
21+
- `#I188060` - Added support for integrating Document Editor into Ant Modal.
22+
- `#I755704` - Resolved a spell check issue caused by the tab character and fixed an issue rendering the documents default character format after setting the editors character format.
3823

3924
## 30.1.42 (2025年07月29日)
4025

‎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": "30.2.6",
3+
"version": "31.1.17",
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.1.18 (2025年09月10日)
6+
7+
### Mention
8+
9+
#### Bug Fixes
10+
11+
- `#I761793` - The issue of editing in Firefox after utilizing the home and end keys following Mention item insertion has been successfully resolved.
12+
513
## 28.2.9 (2025年03月04日)
614

715
### ComboBox

‎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": "18.66.23",
3+
"version": "31.1.17",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
(0)

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