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

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

33
## [Unreleased]
44

5+
## 23.1.42 (2023-10-24)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I507214` - The problem of displaying an empty tooltip with batch-edited cells has been resolved.
12+
- `#I504365` - Fixed an issue where the request for aggregate was not sent when the `disablePageWiseAggregate` property was enabled in custom binding.
13+
- `#I507080` - The issue related to the styling of the Lazy Load Group with a `groupCaptionTemplate` has been resolved.
14+
- `#I501881` - Fixed an issue where the drop indicator for the column should be displayed when dragging a column into another column.
15+
- `#I511484` - The issue where the Grid did not render properly when the `editSetting` property was defined without injecting the `editModule` has been resolved.
16+
17+
## 23.1.41 (2023-10-17)
18+
19+
### Grid
20+
21+
#### Bug fixes
22+
23+
- `#I510239` - Error occurs when changing the State through clicking the button rendered in the Column Template has been fixed.
24+
- `#I494272` - In mobile view unable to interact with the page after double-clicking on the filter date icon issue has been fixed.
25+
- `#I423460` - Fixed an issue where the grid froze with a loading spinner when collapsing grouped items in an infinite scroll enabled grid.
26+
- `#I503487` - In the `actionFailure` event, the failure message argument is now sent correctly.
27+
- `#I509249` - The script error that occurred when saving the edited row at the bottom in the presence of grouping has been fixed.
28+
- `#I508136` - Row reorder occurs while editing with inline mode with grouping in complex data has been fixed.
29+
- `#I490262` - The problem where checkbox filtering was not working properly when cancelling the filtering has been fixed.
30+
- `#I504493` - The pager elements are now rendered correctly when the grid is hidden and then shown again.
31+
- `#I511064` - The problem with `frozenColumns` are not working when declared in the `dataBound` event has been resolved.
32+
533
## 23.1.40 (2023-10-10)
634

735
### 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.40",
3+
"version": "23.1.41",
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.41 (2023-10-17)
5+
## 23.1.36 (2023-09-15)
66

77
### HeatMap
88

components/heatmap/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-heatmap",
3-
"version": "18.14.9",
3+
"version": "23.1.36",
44
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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

components/inputs/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+
### Uploader
8+
9+
#### Bug Fixes
10+
11+
- `#I505786` - Resolved issue with Sequential upload not working when drag and drop files multiple times.
12+
513
## 23.1.38 (2023-09-26)
614

715
### Signature

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.41 (2023-10-17)
5+
## 23.1.42 (2023-10-24)
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.41 (2023-10-17)
5+
## 23.1.42 (2023-10-24)
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.41 (2023-10-17)
14+
## 23.1.40 (2023-10-10)
1515

1616
### Maps
1717

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.38",
3+
"version": "23.1.40",
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/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.40",
3+
"version": "23.1.41",
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/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.40",
3+
"version": "23.1.41",
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.38",
3+
"version": "23.1.41",
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.41 (2023-10-17)
5+
## 23.1.42 (2023-10-24)
66

77
### Tooltip
88

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

components/ribbon/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.41 (2023-10-17)
5+
## 23.1.42 (2023-10-24)
66

77
### Ribbon
88

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

components/splitbuttons/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.41 (2023-10-17)
5+
## 23.1.42 (2023-10-24)
66

77
### DropDownButton
88

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

0 commit comments

Comments
 (0)