Skip to content

Commit 39c3bed

Browse files
author
pipeline
committed
v18.4.46 is released
1 parent 3174290 commit 39c3bed

File tree

37 files changed

+133
-27
lines changed

37 files changed

+133
-27
lines changed

components/base/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-
## 18.4.44 (2021-02-23)
5+
## 18.4.46 (2021-03-02)
66

77
### Common
88

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+
## 18.4.46 (2021-03-02)
6+
7+
### RadioButton
8+
9+
#### Bug Fixes
10+
11+
- Two way binding issue resolved.
12+
513
## 18.4.44 (2021-02-23)
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-vue-buttons",
3-
"version": "18.4.41",
3+
"version": "18.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/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+
## 18.4.46 (2021-03-02)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#156827` - Axis line break label alignment issue has been fixed.
12+
513
## 18.4.44 (2021-02-23)
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": "18.4.43",
3+
"version": "18.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 18.4.46 (2021-03-02)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `F162436` - This issue "While set the node's isExpanded property true at initial rendering unwanted scroll is take placed" has been fixed.
12+
513
## 18.4.43 (2021-02-16)
614

715
### Diagram

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+
## 18.4.46 (2021-03-02)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#311796`, `#316639`, `#308845`, `#316676`, `#162561` - All the pages in the document were now loaded properly.
12+
- `#309052`, `#315953` - Footnote now layouts properly.
13+
- `#307997` - Resolved issue on updating the bullet list.
14+
- `#314313`, `#316278` - When copy pasting the merge field, merge field was now preserved properly.
15+
- `#315435` - Table cells layouts properly now.
16+
- `#315413`, `#317463` - Table cells renders to preferred width now.
17+
518
## 18.4.44 (2021-02-23)
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": "18.4.43",
3+
"version": "18.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 18.4.46 (2021-03-02)
6+
7+
### DropDownList
8+
9+
#### Bug Fixes
10+
11+
- `#314548` - Issue with "list items are not generated properly while changing the `fields` property on dynamically" has been resolved.
12+
513
## 18.4.44 (2021-02-23)
614

715
### MultiSelect

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

0 commit comments

Comments
 (0)