Skip to content

Commit 4981834

Browse files
author
pipeline
committed
v20.4.48 is released
1 parent 391b431 commit 4981834

File tree

42 files changed

+284
-61
lines changed

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

+284
-61
lines changed

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": "20.4.42",
3+
"version": "20.4.44",
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/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.4.48 (2023-02-01)
6+
7+
- `#I426149` - The issue "show method target parameter not works as expected" has been resolved.
8+
9+
## 20.4.44 (2023-01-18)
10+
11+
### DateRangePicker
12+
13+
#### Bug Fixes
14+
15+
- `#I428245` - The issue "selected range changes when we click outside the DateRangePicker component" has been resolved.
16+
17+
### DatePicker
18+
19+
#### Bug Fixes
20+
21+
- `#I426706` - The issue of slow rendering time when preselecting a value in DatePicker has been resolved.
22+
523
## 19.3.46 (2021-10-19)
624

725
### TimePicker

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

33
## [Unreleased]
44

5+
## 20.4.48 (2023-02-01)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I428396` - Now, when using the overflow property, multilevel labels are wrapped based on the maximumTextWidth.
12+
- `#I430286` - Now the period selectors are updating properly with respect to the range selector.
13+
- `#I426849` - Resolved the console error in the tooltip when the data for the series is empty.
14+
515
## 20.4.44 (2023-01-18)
616

717
### 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.43",
3+
"version": "20.4.44",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 20.4.48 (2023-02-01)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I427930` - The issue "BringIntoView API brings the object in large bounds into the screen viewport" has been fixed.
12+
- `#I428356` - Now, parent node position in radial tree layout is updated properly, while adding nodes dynamically.
13+
514
## 20.4.42 (2023-01-04)
615

716
### Diagram

components/documenteditor/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+
## 20.4.48 (2023-02-01)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I426081` - Included the Footnote while printing.
12+
- `#I426150` - Resolved the Whole Paragraph moving while entering TAB key.
13+
- `#I425934` - Resolved the Error Message while opening the document in Ms Word.
14+
- `#I430307` - Table is now pasted while pasting the copied table content.
15+
- `#I430526` - Resolved the issue while comment post a comment and removing the content.
16+
517
## 20.4.44 (2023-01-18)
618

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

33
## [Unreleased]
44

5+
## 20.4.48 (2023-02-01)
6+
7+
### DropDownList
8+
9+
#### Bug Fixes
10+
11+
- `#I429647` - Fixed an issue where a console error occurred while using the destroy method in the AutoComplete.
12+
13+
### Dropdown Tree
14+
15+
#### Bug Fixes
16+
17+
- `#I412684` - Resolved the issue "No Records Found" message is not showing in Dropdown Tree while updating null data dynamically.
18+
- `#I430152` - Facing a console error while setting empty data to the Dropdown Tree has been resolved.
19+
- `#I420146` - The Placeholder alignment issue while setting the Dropdown Tree component as form control is resolved
20+
21+
### ListBox
22+
23+
#### Bug Fixes
24+
25+
- `#F38636` - Issue with "`selectItems` function doesn't work in listbox when values contain backslashes" has been resolved
26+
527
## 20.4.42 (2023-01-04)
628

729
### Mention

components/filemanager/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+
## 20.4.48 (2023-02-01)
6+
7+
### File Manager
8+
9+
#### New Features
10+
11+
- `#FB8030` - Implemented virtualization support for the File Manager component.
12+
13+
#### Bug Fixes
14+
15+
- `#I425006` - Resolved the right click and left click selection issue while cancelling the file or folder open in the File Manager component.
16+
517
## 20.4.43 (2023-01-10)
618

719
### File Manager

0 commit comments

Comments
 (0)