Skip to content

Commit 9782cdb

Browse files
author
pipeline
committed
v23.1.42 is released
1 parent 5e73792 commit 9782cdb

File tree

30 files changed

+121
-24
lines changed

30 files changed

+121
-24
lines changed

components/buttons/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.42 (2023-10-24)
6+
7+
### Button
8+
9+
#### Bug Fixes
10+
11+
- `#I512179` - The issue with "Duplicate Icon Span while using the `onPropertyChange` of button" has been resolved.
12+
513
## 23.1.41 (2023-10-17)
614

715
### Checkbox

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.39",
3+
"version": "23.1.41",
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": "23.1.40",
3+
"version": "23.1.41",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 23.1.42 (2023-10-24)
6+
7+
### Chart
8+
9+
- `#I510832` - Multiple trendlines for line type series are now functioning correctly.
10+
- `#I511821` - Now the data label is rendering properly in canvas mode.
11+
12+
### StockChart
13+
14+
- `#I510304` - Now, the data was updated properly in the stock chart when trying to update it using useEffect.
15+
516
## 23.1.41 (2023-10-17)
617

718
### RangeNavigator

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.40",
3+
"version": "23.1.41",
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/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 23.1.42 (2023-10-24)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#FB47474` - Resolved the serialize API returns hyperlink to number
12+
- `#I508875` - Resolved the cell content control check box alignment issue in table.
13+
- `#I494044` - Resolved the Issue in bullet and numbering list
14+
- `#I509697` - Resolved script error throws while opening a document
15+
- `#I507568` - Word Processor now loads the RTF file with margin properly.
16+
- `#I505872` - Resolved the issue with respect to page break and section break continuous.
17+
518
## 23.1.41 (2023-10-17)
619

720
### 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.40",
3+
"version": "23.1.41",
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: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 23.1.42 (2023-10-24)
6+
7+
### Mention
8+
9+
#### Bug Fixes
10+
11+
- `#I506552` - Resolved issue with "Full popup is not visible when we open it at the edge of the screen".
12+
13+
### DropDownTree
14+
15+
#### Bug Fixes
16+
17+
- `#I498924` - Issue with the locale property in the Dropdown Tree component has been resolved.
18+
519
## 23.1.41 (2023-10-17)
620

721
### MultiSelect
@@ -21,7 +35,6 @@
2135

2236
#### Bug Fixes
2337

24-
- `#I498924` - Issue with the locale property in the Dropdown Tree component has been resolved.
2538
- `#F184672` - Issue with the `checkAll` and `uncheckAll` status not updated properly has been resolved.
2639

2740
## 23.1.38 (2023-09-26)

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

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 23.1.42 (2023-10-24)
6+
7+
### GanttChart
8+
9+
#### Bug Fixes
10+
11+
- `#I508297` - Progress tooltip is misaligned after editing issue has been fixed.
12+
- `#I509023` - Duration changes to zero while giving input as decimal in remote data issue has been fixed.
13+
- `#I510092` - Taskbar not rendered in proper alignment in exported page issue has been fixed.
14+
- `#I512556` - Background color issue with dependency connector line has been fixed.
15+
- `#I502236` - Taskbar drag and drop issue in virtual scroll resource view issue been fixed.
16+
17+
- `#I510092` - Taskbar not rendered in proper alignment in exported page issue has been fixed.
18+
- `#I512556` - Background color issue with dependency connector line has been fixed.
19+
520
## 23.1.41 (2023-10-17)
621

722
### GanttChart
@@ -23,6 +38,7 @@
2338
#### Bug Fixes
2439

2540
- `#I502041` - Error throw while adding the record issue has been fixed.
41+
- `#I493515` - Style is not applied to the second segment issue has been fixed.
2642

2743
## 23.1.38 (2023-09-26)
2844

0 commit comments

Comments
 (0)