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

components/grids/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+
## 23.1.40 (2023-10-10)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I503161` - The additional default declaration in the `bootstrap4` theme definition file has been removed.
12+
513
## 23.1.39 (2023-10-04)
614

715
### Grid

components/grids/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-grids",
3-
"version": "23.1.38",
3+
"version": "23.1.39",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/heatmap/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
### HeatMap
88

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

components/kanban/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
### Kanban
88

components/lists/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
### ListView
88

components/maps/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,15 @@
1111

1212
## [Unreleased]
1313

14-
## 23.1.39 (2023-10-04)
14+
## 23.1.40 (2023-10-10)
15+
16+
### Maps
17+
18+
#### Bug Fixes
19+
20+
- `#I504008` - The zoom factor of the Maps will now be properly updated when the `zoomByPosition` method is called in the `zoom` event.
21+
22+
## 23.1.38 (2023-09-26)
1523

1624
### Maps
1725

components/maps/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-maps",
3-
"version": "23.1.36",
3+
"version": "23.1.38",
44
"description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/navigations/CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,21 @@
22

33
## [Unreleased]
44

5+
## 23.1.40 (2023-10-10)
6+
7+
### Accordion
8+
9+
#### Bug Fixes
10+
11+
- `#I506740` - An issue with the HTML element within the content of an Accordion item has been fixed.
12+
513
## 23.1.39 (2023-10-04)
614

7-
### Menu
15+
### ContextMenu
816

917
#### Bug Fixes
1018

11-
- `#F496214` - The issue with "Sub Menu can’t hide while using hideItems method of menu" has been resolved.
19+
- The issue with "in mobile mode, script error occurred when context menu item is destroyed" has been resolved.
1220

1321
### Toolbar
1422

components/navigations/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-navigations",
3-
"version": "23.1.36",
3+
"version": "23.1.39",
44
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/notifications/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+
### Toast
8+
9+
#### Bug Fixes
10+
11+
- `#I503827` - Fixed CSP error that occurred when using the Toast Utility in conjunction with the CSP Meta Tag.
12+
- `#I504520` - Fixed an issue where adding double quotes to the Toast Messages would result in an error.
13+
514
## 23.1.36 (2023-09-15)
615

716
### Message

components/pdfviewer/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 23.1.40 (2023-10-10)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I506873` - Now, the `AnnotationMove` and `AnnotationResize` events are triggered for the respective actions of the annotations.
12+
- `#I503362` - Now, the author name is updated properly in the comment panel when adding annotations programmatically.
13+
- `#I505753` - Now, the annotation comment text is rendered correctly, and it is possible to add a reply comment after importing the annotation.
14+
515
## 23.1.39 (2023-10-04)
616

717
### PDF Viewer
818

19+
#### New Features
20+
21+
- `#I497356`,`#I505447`,`#I506487` - Now, users can set the resource URL for assets or the public directory. The standalone PDF Viewer will load its custom resources from this URL.
22+
923
#### Bug Fixes
1024

1125
- `#I497739` - Now, the comment panel close and more buttons are properly displayed in mobile mode.

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

components/popups/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
### Tooltip
88

components/querybuilder/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
### QueryBuilder
88

components/richtexteditor/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+
## 23.1.40 (2023-10-10)
6+
7+
### RichTextEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I502310` - Now, the `value` argument in the `valueChange` event does not include the table resize helper element.
12+
513
## 23.1.39 (2023-10-04)
614

715
### RichTextEditor

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

components/schedule/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+
### Schedule
8+
9+
#### Bug fixes
10+
11+
- `#I184692` - An issue with the date navigation while clicking on the month date on mobile mode has been fixed.
12+
- `#I504010` - The console error occurs when dragging events outside of the Scheduler area has been fixed.
13+
514
## 23.1.39 (2023-10-04)
615

716
### Schedule

components/schedule/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-schedule",
3-
"version": "23.1.38",
3+
"version": "23.1.39",
44
"description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/spreadsheet/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-spreadsheet",
3-
"version": "23.1.38",
3+
"version": "23.1.39",
44
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/treegrid/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+
## 23.1.39 (2023-10-04)
6+
7+
### Tree Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I502102` - Fixed the issue where the drop index was displaying as `Nan` when dropping a row in white space.
12+
513
## 23.1.36 (2023-09-15)
614

715
### Tree Grid

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

0 commit comments

Comments
 (0)