Skip to content

Commit 5b2cf15

Browse files
author
pipeline
committed
v23.1.42 is released
1 parent d2ff2ac commit 5b2cf15

32 files changed

+114
-26
lines changed

components/buttons/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88

99
#### Bug Fixes
1010

11+
- `#I509029` - The issue with "`HtmlAttributes` property not working properly in checkBox component" has been resolved.
12+
13+
## 23.1.39 (2023-10-04)
14+
15+
### Checkbox
16+
17+
#### Bug Fixes
18+
1119
- `#I505814` - The issue with "Script error thrown in CheckBox While using the change event in React" has been resolved.
1220

1321
## 23.1.36 (2023-09-15)

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-vue-buttons",
3-
"version": "23.1.36",
3+
"version": "23.1.41",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Vue",
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-vue-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 Vue",
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-vue-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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22

33
## [Unreleased]
44

5-
## 23.1.41 (2023-10-17)
5+
## 23.1.42 (2023-10-24)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I503100` - Now, Property Change Event triggers while Z-index value get changed.
12+
- `#F184671` - Now, the overview updated properly after loading the diagram.
13+
- `#I502515` – Now, the connector overlapping is resolved when enable routing is set to true.
14+
15+
## 23.1.40 (2023-10-10)
616

717
### Diagram
818

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

components/gantt/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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+
517
## 23.1.41 (2023-10-17)
618

719
### GanttChart
@@ -19,6 +31,7 @@
1931
#### Bug Fixes
2032

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

2336
## 23.1.38 (2023-09-26)
2437

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-vue-gantt",
3-
"version": "23.1.39",
3+
"version": "23.1.41",
44
"description": "Essential JS 2 Gantt Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/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.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+
517
## 23.1.41 (2023-10-17)
618

719
### 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-vue-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 Vue",
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-vue-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 Vue",
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-vue-image-editor",
3-
"version": "23.1.39",
3+
"version": "23.1.41",
44
"description": "Essential JS 2 ImageEditor for Vue",
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/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-vue-inputs",
3-
"version": "23.1.38",
3+
"version": "23.1.40",
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 Vue",
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.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
@@ -14,7 +14,7 @@
1414

1515
## [Unreleased]
1616

17-
## 23.1.41 (2023-10-17)
17+
## 23.1.40 (2023-10-10)
1818

1919
### Maps
2020

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-vue-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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/navigations/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
### Menu
88

components/pdfviewer/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
### PDF Viewer
88

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-vue-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 Vue",
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/progressbar/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
### ProgressBar
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.41 (2023-10-17)
5+
## 23.1.42 (2023-10-24)
66

77
### QueryBuilder
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-vue-richtexteditor",
3-
"version": "23.1.40",
3+
"version": "23.1.41",
44
"description": "Essential JS 2 RichTextEditor component for Vue",
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-vue-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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)