Skip to content

Commit 12a2cab

Browse files
author
pipeline
committed
v18.4.47 is released
1 parent 39c3bed commit 12a2cab

File tree

40 files changed

+172
-65
lines changed

40 files changed

+172
-65
lines changed

components/barcodegenerator/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.4.47 (2021-03-09)
6+
7+
### Barcode
8+
9+
#### Bug Fixes
10+
11+
- `#316606` - "UPC-A does not render some code value" issue has been fixed.
12+
13+
## 18.4.30 (2020-12-17)
14+
15+
### Barcode
16+
17+
#### Bug Fixes
18+
19+
- `#278404` - "Ean-13 barcode not rendering" issue has been fixed.
20+
521
## 18.3.35 (2020-10-01)
622

723
### Barcode

components/barcodegenerator/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![npm](http://ej2.syncfusion.com/github-badges?package=@syncfusion/ej2-vue-barcode-generator)](https://www.npmjs.com/package/@syncfusion/ej2-vue-barcode-generator)
2+
13
# Changelog
24

35
## [Unreleased]

components/barcodegenerator/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-barcode-generator",
3-
"version": "18.3.47",
3+
"version": "18.4.39",
44
"description": "Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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.46 (2021-03-02)
5+
## 18.4.47 (2021-03-09)
66

77
### Common
88

components/buttons/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.46 (2021-03-02)
5+
## 18.4.47 (2021-03-09)
66

77
### RadioButton
88

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.47 (2021-03-09)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#313827` - Fixed stripline fails issue on canvas mode.
12+
513
## 18.4.46 (2021-03-02)
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.44",
3+
"version": "18.4.46",
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,29 @@
22

33
## [Unreleased]
44

5+
## 18.4.47 (2021-03-09)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#316541` - This issue "Drag and Drop into the swimlane for multiple nodes is not work as expected while enabling the Linerouting " has been fixed.
12+
- `#316429` - This issue "When drag and drop connector into the swimlane not updated properly " has been fixed.
13+
- `F163118` - This issue "Swimlane is removable even if the delete constraints are excluded" has been fixed.
14+
515
## 18.4.46 (2021-03-02)
616

717
### Diagram
818

919
#### Bug Fixes
1020

1121
- `F162436` - This issue "While set the node's isExpanded property true at initial rendering unwanted scroll is take placed" has been fixed.
22+
- `#314664` - This issue "Exception occurs when drag and drop the node and perform undo " has been fixed.
23+
- `F161997` - This issue "Context menu disappear while mouseover the item which has subitems " has been fixed.
24+
25+
#### New Features
26+
27+
- `#314220` - Support for Auto scrolling feature while using drawing tool has been added.
1228

1329
## 18.4.43 (2021-02-16)
1430

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": "18.4.43",
3+
"version": "18.4.46",
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/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.44",
3+
"version": "18.4.46",
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",

0 commit comments

Comments
 (0)