Skip to content

Commit af101d8

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

File tree

37 files changed

+182
-26
lines changed

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",

0 commit comments

Comments
 (0)