Skip to content

Commit 9151280

Browse files
author
pipeline
committed
v20.3.52 is released
1 parent 64658a4 commit 9151280

File tree

35 files changed

+122
-759
lines changed

35 files changed

+122
-759
lines changed

components/base/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 20.3.50 (2022-10-18)
5+
## 20.3.52 (2022-10-26)
66

77
### Common
88

components/buttons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-buttons",
3-
"version": "20.3.49",
3+
"version": "20.3.50",
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/charts/CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
## [Unreleased]
44

5+
## 20.3.52 (2022-10-26)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I412377` - Axis labels are now rendering properly inside the chart.
12+
- `#F171844` - Console error while using shared tooltip has been fixed.
13+
14+
## 20.3.50 (2022-10-18)
15+
16+
### Chart
17+
18+
#### Bug Fixes
19+
20+
- `#F178096` - Chart axis range is now calculated properly after zooming the chart.
21+
22+
### Bullet Chart
23+
24+
#### Bug Fixes
25+
26+
- `#F177357` - Data label gets cropped in Bullet Chart has been fixed.
27+
528
## 20.3.49 (2022-10-11)
629

730
### Chart

components/charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-charts",
3-
"version": "20.3.49",
3+
"version": "20.3.50",
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/circulargauge/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## [Unreleased]
77

8-
## 20.3.50 (2022-10-18)
8+
## 20.3.52 (2022-10-26)
99

1010
### Circular Gauge
1111

components/diagrams/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 20.3.50 (2022-10-18)
5+
## 20.3.52 (2022-10-26)
66

77
### Diagram
88

components/documenteditor/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 20.3.52 (2022-10-26)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I410179` - Cell background color is now rendering properly.
12+
- `#I411016` - List numbering is now rendered properly.
13+
- `#I411008` - Paragraph border is now rendering properly.
14+
- `#FB37770` - Resolved the script error while printing the document.
15+
- `#I409887` - Replacing text with bookmark is now working properly.
16+
517
## 20.3.50 (2022-10-18)
618

719
### Document Editor

components/documenteditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-documenteditor",
3-
"version": "20.3.49",
3+
"version": "20.3.50",
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/filemanager/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 20.3.50 (2022-10-18)
5+
## 20.3.52 (2022-10-26)
66

77
### File Manager
88

components/gantt/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 20.3.52 (2022-10-26)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
12+
- `#I412821` - Row drag and drop is not working properly when Virtualization is enabled.
13+
14+
- `#I413261` - Dependency values for the parent task are not properly updated issue has been fixed.
15+
516
## 20.3.50 (2022-10-18)
617

718
### Gantt

components/gantt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-gantt",
3-
"version": "20.3.49",
3+
"version": "20.3.50",
44
"description": "Essential JS 2 Gantt Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 20.3.52 (2022-10-26)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I400775` - `DataStateChange` event argument type is not matched with the original argument list has been fixed.
12+
- `#I411026` - Expanding child grid throws script while adding data dynamically to the child has been resolved.
13+
- `#I412478` - `SetCellValue` is working fine with `virtualization`.
14+
- `#411780` - German translation for the word search has been changed.
15+
- `#I367158` - While rendering the grid in the template column the script error thrown with resizing the frozen column has been fixed.
16+
517
## 20.3.50 (2022-10-18)
618

719
### Grid

components/grids/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-grids",
3-
"version": "20.3.49",
3+
"version": "20.3.50",
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/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-heatmap",
3-
"version": "20.3.49",
3+
"version": "20.3.50",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-image-editor",
3-
"version": "20.3.48",
3+
"version": "20.3.50",
44
"description": "Essential JS 2 ImageEditor for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inputs/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 20.3.50 (2022-10-18)
5+
## 20.3.52 (2022-10-26)
66

77
### TextBox
88

components/kanban/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 20.3.50 (2022-10-18)
5+
## 20.3.52 (2022-10-26)
66

77
### Kanban
88

components/lineargauge/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
## [Unreleased]
1616

17-
## 20.3.50 (2022-10-18)
17+
## 20.3.52 (2022-10-26)
1818

1919
### Linear Gauge
2020

components/lists/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.3.50 (2022-10-18)
6+
7+
### ListView
8+
9+
#### Bug Fixes
10+
11+
- `#I395385` - The issue with "Space key is not working inside input element within ListView Template" has been resolved.
12+
513
## 20.3.47 (2022-09-29)
614

715
### ListView

components/lists/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-lists",
3-
"version": "20.3.47",
3+
"version": "20.3.50",
44
"description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/maps/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
## [Unreleased]
1616

17-
## 20.3.50 (2022-10-18)
17+
## 20.3.52 (2022-10-26)
1818

1919
### Maps
2020

components/navigations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-navigations",
3-
"version": "20.3.49",
3+
"version": "20.3.50",
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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pdfviewer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-pdfviewer",
3-
"version": "20.3.49",
3+
"version": "20.3.50",
44
"description": "Essential JS 2 PDF viewer Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 20.3.50 (2022-10-18)
5+
## 20.3.52 (2022-10-26)
66

77
### Pivot Table
88

components/popups/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 20.3.50 (2022-10-18)
5+
## 20.3.52 (2022-10-26)
66

77
### Dialog
88

0 commit comments

Comments
 (0)