Skip to content

Commit 2c37a69

Browse files
author
pipeline
committed
v20.4.53 is released
1 parent ba3168e commit 2c37a69

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+246
-1193
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+
## 20.4.53 (2023-03-07)
6+
7+
### Checkbox
8+
9+
#### Bug Fixes
10+
11+
- `#I436942` - The issue with "Checkbox checked property is not updated properly at initial rendering" has been resolved.
12+
513
## 20.4.50 (2023-02-14)
614

715
### RadioButton

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": "20.4.51",
3+
"version": "20.4.52",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.4.53 (2023-03-07)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I441035` - Fixed issue with page becoming unresponsive when zooming chart too quickly.
12+
513
## 20.4.52 (2023-02-28)
614

715
### 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-vue-charts",
3-
"version": "20.4.51",
3+
"version": "20.4.52",
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- `#F180478` - Now, the performance of diagram while enabling virtualization is improved.
1212
- `#F180478` - Now, Overview is updated properly while enabling virtualization.
1313
- `#I422299` - Now, swimlane child nodes is selectable after save and load.
14+
- `#I437322` - Now, drag the connector end thumb is working, while we increase handleSize value.
1415

1516
## 20.4.50 (2023-02-14)
1617

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": "20.4.50",
3+
"version": "20.4.52",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 20.4.53 (2023-03-07)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I443034` - Resolved the font applying issue for Arabic content.
12+
- `#I439255` - Resolved issue in "Allow spacing between the cells" check box.
13+
- `#I438742` - Restricted editing in form field when it is disabled.
14+
515
## 20.4.52 (2023-02-28)
616

717
### 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": "20.4.51",
3+
"version": "20.4.52",
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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
## [Unreleased]
44

5+
## 20.4.53 (2023-03-07)
6+
7+
### Dropdown Tree
8+
9+
#### Bug Fixes
10+
11+
- `#I429410` - The issue of facing a delay while unselecting large set of items using close icon in the Dropdown Tree component has been resolved.
12+
13+
### MultiSelect
14+
15+
#### Bug Fixes
16+
17+
- `#I439556`, `I442336` - The issue "Script error throws after clear the selected value using clear icon" has been resolved.
18+
19+
### ComboBox
20+
21+
#### Bug Fixes
22+
23+
- `#I420115` - Resolved issue with Autofill not working when binding the value field property as an integer.
24+
525
## 20.4.49 (2023-02-07)
626

727
### Dropdown Tree

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

components/filemanager/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+
## 20.4.53 (2023-03-07)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- `#I439470` - Resolved the files and folders in the navigation pane disappear when using the `sortOrder` setting in the `navigationPaneSettings` property in the File Manager component.
12+
513
## 20.4.51 (2023-02-21)
614

715
### File Manager

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.4.53 (2023-03-07)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
-`I413261`- Validate predecessor link on editing issue has been fixed.
12+
-`I441394`- Gantt Column name doesn't change respect to changing of culture at runtime issue has been fixed.
13+
-`I437053`- Task label not updated correctly When dynamically updating data source issue has been fixed.
14+
15+
16+
-`I413261`- Validate predecessor link on editing issue has been fixed.
17+
18+
519
## 20.4.52 (2023-02-28)
620

721
### Gantt

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": "20.4.51",
3+
"version": "20.4.52",
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 20.4.53 (2023-03-07)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I432092`, `#I438520`, `#I438656`, `#I437702` - Script error thrown when Printing Grid in angular platform has been resolved.
12+
- `#I431502` - Memory leak issue in React platform has been fixed.
13+
- `#I439291` - Improper row height in first row when using grid with `allowTextWrap` and `Infinitescrolling` issue has been resolved.
14+
- `#I436900` - Grid skeleton thrown script error when using detail template with `Infinitescrolling` issue has been resolved.
15+
- `#I436480` - Showing HTML tags in tooltip on hovering the group caption issue has been fixed.
16+
- `#I437570` - Using String Template causes exception issue has been fixed.
17+
- `#F180121` - Grid's Content cropped when rendering with toolbar template inside a card component issue has been fixed.
18+
519
## 20.4.52 (2023-02-28)
620

721
### 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": "20.4.51",
3+
"version": "20.4.52",
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",

0 commit comments

Comments
 (0)