Skip to content

Commit bcac482

Browse files
author
pipeline
committed
v23.1.40 is released
1 parent af101d8 commit bcac482

File tree

32 files changed

+145
-23
lines changed

32 files changed

+145
-23
lines changed

components/buttons/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-buttons",
3-
"version": "23.1.36",
3+
"version": "23.1.39",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 23.1.40 (2023-10-10)
6+
7+
### Chart
8+
9+
- `#I499384` - Now the chart series is getting focused properly after legend click.
10+
511
## 23.1.39 (2023-10-04)
612

713
### Chart

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": "23.1.38",
3+
"version": "23.1.39",
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/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 23.1.40 (2023-10-10)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I184539` - Now, BPMN Group shape will Function Like Subprocess.
12+
- `#I484335` - Now, highlighter rendered properly on hovering ports and nodes.
13+
- `#F183609` - Now, External entries are added in startgroup and endgroup action.
14+
515
## 23.1.39 (2023-10-04)
616

717
### 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": "23.1.38",
3+
"version": "23.1.39",
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: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
## [Unreleased]
44

5+
## 23.1.40 (2023-10-10)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I483749` - Resolved the table title and description preservation issue in server side save.
12+
- `#I504150` - Resolved the svg image issue.
13+
- `#I485502` - Resolved the URL image refresh issue while opening the exported document.
14+
- `#I505977` - Heading style destroyed when insert hyperlink.
15+
- `#I506107` - Resolved the issue, footnote content is disappeared when open saved sfdt.
16+
- `#I506619` - Resolved the exporting issue of attached sfdt.
17+
- `#I503945` - Script error occurred when tried to save the document using java server.
18+
- `#I483749` - Resolved the table title and description preservation issue in server side save.
19+
- `#I504150` - Resolved the svg image issue.
20+
- `#I485502` - Resolved the URL image refresh issue while opening the exported document.
21+
- `#I505977` - Heading style destroyed when insert hyperlink.
22+
- `#I506107` - Resolved the issue, footnote content is disappeared when open saved sfdt.
23+
- `#I506619` - Resolved the exporting issue of attached sfdt.
24+
- `#I503945` - Script error occurred when tried to save the document using java server.
25+
26+
#### New Features
27+
28+
- `#I461227` - Added text importing in client side.
29+
530
## 23.1.39 (2023-10-04)
631

732
### Document Editor

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": "23.1.38",
3+
"version": "23.1.39",
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/filemanager/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 23.1.40 (2023-10-10)
6+
7+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I506921` - The issue with the breadcrumb bar path in the File Manager component has been resolved.
12+
- `#I503082` - The issue with the search placeholder is not updated properly after drag and drop in File Manager has been resolved.
13+
514
## 23.1.39 (2023-10-04)
615

716
### FileManager

components/filemanager/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-filemanager",
3-
"version": "23.1.38",
3+
"version": "23.1.39",
44
"description": "Essential JS 2 FileManager Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/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-
## 23.1.39 (2023-10-04)
5+
## 23.1.40 (2023-10-10)
66

77
### GanttChart
88

0 commit comments

Comments
 (0)