Skip to content

Commit 682cfd1

Browse files
author
pipeline
committed
v19.1.56 is released
1 parent ed25710 commit 682cfd1

Some content is hidden

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

45 files changed

+286
-33
lines changed

components/barcodegenerator/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+
## 19.1.56 (2021-04-13)
6+
7+
### Barcode
8+
9+
#### Bug Fixes
10+
11+
- `#316606` - "Text alignment was not proper with UPCA type barcode" issue has been fixed.
12+
513
## 18.4.30 (2020-12-17)
614

715
### Barcode

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

33
## [Unreleased]
44

5+
## 19.1.56 (2021-04-13)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I321491` - Issue with "popup does not close after selected the preset value when render component with `openOnFocus` value as true" has been resolved.
12+
513
## 18.4.34 (2021-01-12)
614

715
### DateTimePicker

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": "19.1.54",
3+
"version": "19.1.55",
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: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,23 @@
22

33
## [Unreleased]
44

5-
## 19.1.55 (2021-04-06)
5+
## 19.1.56 (2021-04-13)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#310867` - 100% Stacking area is now working properly on browser resize.
12+
- `#318354` - Scrollbar issue for bar type series is resolved.
13+
- `#319835` - Normal distribution line in histogram series is rendering properly.
14+
15+
### Bullet chart
16+
17+
#### Bug Fixes
18+
19+
- `#318856` - Label for the negative data is now rendering properly.
20+
21+
## 19.1.54 (2021-03-30)
622

723
### Chart
824

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": "17.2.48",
3+
"version": "19.1.54",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## [Unreleased]
77

8-
## 19.1.55 (2021-04-06)
8+
## 19.1.56 (2021-04-13)
99

1010
### CircularGauge
1111

components/diagrams/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22

33
## [Unreleased]
44

5-
## 19.1.55 (2021-04-06)
5+
## 19.1.56 (2021-04-13)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#316688` - The issue "Symbol palette component gets rendered on every state change" has been fixed.
12+
- `317943` - This issue "While render the layout's nodes with the collapsed state, the nodes are not properly aligned " has been fixed.
13+
14+
## 19.1.54 (2021-03-30)
615

716
### Diagram
817

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.45",
3+
"version": "19.1.54",
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",

0 commit comments

Comments
 (0)