Skip to content

Commit af101d8

Browse files
author
pipeline
committed
v23.1.39 is released
1 parent 3a66596 commit af101d8

37 files changed

+182
-26
lines changed

components/buttons/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-
## 23.1.38 (2023-09-26)
5+
## 23.1.39 (2023-10-04)
6+
7+
### Checkbox
8+
9+
#### Bug Fixes
10+
11+
- `#I505814` - The issue with "Script error thrown in CheckBox While using the change event in React" has been resolved.
12+
13+
## 23.1.36 (2023-09-15)
614

715
### Checkbox
816

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": "18.64.0",
3+
"version": "23.1.36",
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/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-react-calendars",
3-
"version": "18.30.19",
3+
"version": "23.1.38",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 23.1.39 (2023-10-04)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I498233` - Now the `binInterval` is properly updating on dynamic change.
12+
- `#I504772` - Now, limit the zooming level in the chart through the onZooming event.
13+
- `#I501725` - Subtitle is now rendering properly based on the chart width.
14+
15+
### AccumulationChart
16+
17+
#### Bug Fixes
18+
19+
- `#I503999` - Now, the legend in the shape of a `Cross` renders properly.
20+
521
## 23.1.38 (2023-09-26)
622

723
### 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.36",
3+
"version": "23.1.38",
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/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-circulargauge",
3-
"version": "23.1.36",
3+
"version": "23.1.38",
44
"description": "Essential JS 2 CircularGauge Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/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.39 (2023-10-04)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I501652` - Now, dropping nodes in swimlane consider as child in angular.
12+
- `#I47014` - The segmentCollectionChange is triggered when editSegment method called.
13+
514
## 23.1.38 (2023-09-26)
615

716
### 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.36",
3+
"version": "23.1.38",
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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
## [Unreleased]
44

5+
## 23.1.39 (2023-10-04)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I500107` - Resolved the Formatting issue with DocumentEditor.
12+
- `#I497404` - Script error occurred when loading the document.
13+
- `#I498661` - Resolved spacing issue while deleting list content on track changes enabled.
14+
- `#F184319` - Resolved the User's Time zone issue.
15+
- `#I501695` - Resolved the replace ALL issue to replace the first occurrence.
16+
- `#FB46595` - Page number is now reflecting.
17+
- `#I497387` - Resolved the bookmark end is deleted in document production mode.
18+
- `#I499799` - Resolved the rtl content rendering issue while opening rtf document.
19+
- `#I495180` - Delete is now working properly for tracked content
20+
- `#I503264` - Resolved script error issue while inserting text
21+
- `#I503222` - Resolved track changes issue, when select the inserted changes.
22+
- `#I493589` - Keypad appearing issue is resolved in mobile view.
23+
- `#I498520` - Resolved the Text FormField deleting multiple issues.
24+
525
## 23.1.38 (2023-09-26)
626

727
### 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.36",
3+
"version": "23.1.38",
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/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": "23.1.36",
3+
"version": "23.1.38",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/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+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I499313` - The issue with the file renaming in the File Manager component has been resolved.
12+
513
## 23.1.38 (2023-09-26)
614

715
### 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.36",
3+
"version": "23.1.38",
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: 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+
### GanttChart
8+
9+
#### Bug Fixes
10+
11+
- `#I502041` - Error throw while adding the record issue has been fixed.
12+
513
## 23.1.38 (2023-09-26)
614

715
### GanttChart

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

components/grids/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.39 (2023-10-04)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I504671` - The issue regarding cell changes not being saved when clicking outside of the grid has been resolved.
12+
- `#I501004` - The header template is now rendering correctly, regardless of the header cell height.
13+
- `#FB46829` - The issue where the selection was not properly removed for the checkbox column has been resolved.
14+
515
## 23.1.38 (2023-09-26)
616

717
### 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.36",
3+
"version": "23.1.38",
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.38 (2023-09-26)
5+
## 23.1.39 (2023-10-04)
66

77
### HeatMap
88

components/imageeditor/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.39 (2023-10-04)
6+
7+
### ImageEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I495933` - Resolved the GetImageData method does not return values properly in blazor image editor.
12+
- `#I507638` - Resolved the image not opening in ImageEditor while the image file name has two dots.
13+
514
## 23.1.38 (2023-09-26)
615

716
### ImageEditor

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

components/inputs/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-inputs",
3-
"version": "23.1.36",
3+
"version": "23.1.38",
44
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. 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.38 (2023-09-26)
5+
## 23.1.39 (2023-10-04)
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.38 (2023-09-26)
5+
## 23.1.39 (2023-10-04)
66

77
### ListView
88

components/maps/CHANGELOG.md

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

1212
## [Unreleased]
1313

14-
## 23.1.38 (2023-09-26)
14+
## 23.1.39 (2023-10-04)
1515

1616
### Maps
1717

components/navigations/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,22 @@
22

33
## [Unreleased]
44

5-
## 23.1.36 (2023-09-15)
5+
## 23.1.39 (2023-10-04)
66

77
### Menu
88

99
#### Bug Fixes
1010

1111
- `#F496214` - The issue with "Sub Menu can’t hide while using hideItems method of menu" has been resolved.
1212

13+
### Toolbar
14+
15+
#### Bug Fixes
16+
17+
- `#I505856`, `#I502938`, `#F184712` - The script error thrown from the toolbar while rendering the react grid has been fixed.
18+
19+
## 23.1.36 (2023-09-15)
20+
1321
### TreeView
1422

1523
#### Bug fixes

components/pdfviewer/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 23.1.39 (2023-10-04)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I497739` - Now, the comment panel close and more buttons are properly displayed in mobile mode.
12+
- `#I485341` - Now, the free text annotation does not resizes automatically on first click when enable autofit is set to true.
13+
- `#F184471` - Now, when saving a document with free text annotation, newline characters are properly preserved in the saved document.
14+
- `#I502323` - Now, the form field names do not get duplicated when we add them programmatically or through the UI.
15+
- `#I499440`, `#I505546` - Now, the comment panel value for the ink annotation is added with the provided author value.
16+
517
## 23.1.38 (2023-09-26)
618

719
### PDF Viewer

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

components/pivotview/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-pivotview",
3-
"version": "23.1.36",
3+
"version": "23.1.38",
44
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. 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.38 (2023-09-26)
5+
## 23.1.39 (2023-10-04)
66

77
### Tooltip
88

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

components/querybuilder/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 23.1.39 (2023-10-04)
6+
7+
### QueryBuilder
8+
9+
#### Bug Fixes
10+
11+
- `#I501292` - Issue with Query builder validation tooltip is not shows on second time has been fixed.
12+
13+
### QueryBuilder
14+
15+
#### Bug Fixes
16+
17+
- `#I499489` - Issue with read only property not working in dropdowntree field of QueryBuilder has been fixed.
18+
519
## 23.1.38 (2023-09-26)
620

721
### QueryBuilder

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

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

0 commit comments

Comments
 (0)