Skip to content

Commit 03a14fc

Browse files
author
pipeline
committed
v19.1.63 is released
1 parent 2c92ef0 commit 03a14fc

File tree

47 files changed

+238
-41
lines changed

Some content is hidden

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

47 files changed

+238
-41
lines changed

components/barcodegenerator/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 19.1.59 (2021-05-04)
5+
## 19.1.63 (2021-05-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+
13+
## 19.1.56 (2021-04-13)
614

715
### Barcode
816

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": "19.1.54",
3+
"version": "19.1.56",
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/charts/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+
## 19.1.63 (2021-05-13)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#325456` - Highlight and selection issue has been fixed for multiple charts.
12+
- `#F165060` - Accumulation chart with data label is now rendering properly inside the dashboard layout.
13+
14+
#### New Features
15+
16+
- `#288255` - Improved logarithmic axis to show value less than 1.
17+
518
## 19.1.59 (2021-05-04)
619

720
### 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": "19.1.58",
3+
"version": "19.1.59",
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.59 (2021-05-04)
8+
## 19.1.63 (2021-05-13)
99

1010
### CircularGauge
1111

components/diagrams/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+
## 19.1.63 (2021-05-13)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I322863` - This issue "Node does not drag properly when move inside swimlane" has been fixed.
12+
- `#I326309` - This issue "While drag and move the multiple children of swimlane some children jump from one lane to another lane" has been fixed.
13+
- `#I323817` - This issue "An exception will raise when send the native node back to the group of native nodes" has been fixed.
14+
- `#I323457` - This issue "straight line segment not moved in group while dragging grouping node" has been fixed.
15+
- `#I325103` - This issue "Connector alignment is not rendered properly at initial rendering" has been fixed.
16+
- `F164350` - The issue "Annotation hyper link is not working" has been fixed.
17+
- `#319911` - The issue "Customized style disappears when serializing the BPMN shapes" has been fixed.
18+
- `#321939` - The issue "Swimlane send to back node working" has been fixed.
19+
- `#322854` - The issue "Swimlane children disappear while performing the order commands" has been fixed.
20+
- `#323203` - The issue "Exception occurs when try to redo the node's gradient color" has been fixed.
21+
- `#324238` - The issue "An empty space will take place along with the diagram while exporting the diagram into the image" has been fixed.
22+
- `#321284` - The issue "The loaded layout diagram is differ from the saved diagram" has been fixed.
23+
- `F164274` - The issue "Resize functionality of the lane is not working if the can move is false" has been fixed.
24+
- `#316688` - The issue "Symbol palette component gets rendered on every state change" has been fixed.
25+
- `#317943` - This issue "While render the layout's nodes with the collapsed state, the nodes are not properly aligned " has been fixed.
26+
527
## 19.1.59 (2021-05-04)
628

729
### Diagram

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": "19.1.57",
3+
"version": "19.1.59",
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": "19.1.58",
3+
"version": "19.1.59",
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/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": "19.1.58",
3+
"version": "19.1.59",
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: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
## 19.1.59 (2021-05-04)
5+
## 19.1.63 (2021-05-13)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- `#I323484` - Now, the warning dialog will be displayed while dropping the searched file into the same source location in the File Manager component.
12+
13+
## 19.1.58 (2021-04-27)
614

715
### File Manager
816

0 commit comments

Comments
 (0)