Skip to content

Commit 710df3c

Browse files
author
pipeline
committed
v17.4.55 is released
1 parent 7b84367 commit 710df3c

File tree

69 files changed

+233
-71
lines changed

Some content is hidden

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

69 files changed

+233
-71
lines changed

components/barcodegenerator/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88

99
#### Bug Fixes
1010

11+
- `#264414` - The issue "QR code is not rendered based on center bounds" has been fixed.
12+
13+
## 17.4.49 (2020-02-11)
14+
15+
### Barcode
16+
17+
#### Bug Fixes
18+
1119
- `#262067` - The issue "Unable to decode qrcode for some values" has been fixed.
1220
- `#262067` - The issue "DOM ID for the SVG and div element are same" has been fixed.
1321

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": "17.4.47",
3+
"version": "17.4.51",
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-
## 17.4.51 (2020-02-25)
5+
## 17.4.55 (2020-03-10)
66

77
### Common
88

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.4.50",
3+
"version": "17.4.51",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 17.4.55 (2020-03-10)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#227953` - The issue "Line routing does not consider for some nodes" has been fixed.
12+
- `266374` - The issue "Tool tip does not hide while mouse move on diagram" has been fixed.
13+
- `264862` - The Performance issue with overview sample has been fixed.
14+
- `F151374` - The issue "Connector stroke style does not update properly" has been fixed.
15+
516
## 17.4.51 (2020-02-25)
617

718
### Diagram
@@ -12,6 +23,7 @@
1223
- `F151027` - The issue "Cannot get the TextAnnotation node margin values dropped in the swimlane" has been fixed.
1324
- `F151264` - The issue "Need to change evt.args node/connector type as DiagramNode/DiagramConnector in Blazor Validated" has been fixed.
1425
- `266664` - The issue "Ruler disappears after the diagram moves beyond viewport" has been fixed
26+
- `F151098` - The issue "Port constraints is not working while draw connector through port" has been fixed
1527

1628
## 17.4.50 (2020-02-18)
1729

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

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
## [Unreleased]
44

5+
## 17.4.55 (2020-03-10)
6+
7+
### Document Editor
8+
9+
#### New Features
10+
11+
- `249782`, `254484`, `149278`,`258415`,`260463` - Added support for toolbar customization.
12+
13+
- `249782`, `254484`, `149278`,`258415`, `260463` - Added support for toolbar customization.
14+
15+
#### Bug Fixes
16+
17+
- `#263861` - Table cells are now resized properly.
18+
- `#260600` , `#266651` - RTL characters are now remove properly on backspace and delete.
19+
- `#260600` - When direction is RTL, elements now rearranged properly after change character formatting.
20+
- `#250770` , `#263443` - RTL text layout properly with special characters.
21+
- `#264351` - Justify paragraph is layout properly when paragraph contains field.
22+
- `#264631` - Stop protection is now working if password is empty.
23+
524
## 17.4.51 (2020-02-25)
625

726
### Document Editor
@@ -757,18 +776,6 @@ The Document Editor component is used to create, edit, view, and print Word docu
757776
- Added `Syncfusion.EJ2.DocumentEditor` NuGet package that contains helper library for converting Word documents to `Syncfusion Document Text (*.sfdt)`. It supports .NET Standard 2.0 Framework.
758777

759778

760-
## 1.0 (2020-02-18)
761-
762-
### Document Editor
763-
764-
#### New Features
765-
766-
- `253670` - Enhancements for copy and paste operation.
767-
768-
#### Bug Fixes
769-
770-
- `150960` - Enable/disable comment now working properly.
771-
772779
## 16.3.27 (2018-10-23)
773780

774781
### Document Editor

components/documenteditor/dist/ej2-vue-documenteditor.umd.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/documenteditor/dist/ej2-vue-documenteditor.umd.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/documenteditor/dist/es6/ej2-vue-documenteditor.es2015.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)