Skip to content

Commit 2c2e109

Browse files
author
pipeline
committed
v17.4.55 is released
1 parent 18570b8 commit 2c2e109

Some content is hidden

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

42 files changed

+190
-28
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-react-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 React",
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-react-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 React",
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-react-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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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+
#### Bug Fixes
14+
15+
- `#263861` - Table cells are now resized properly.
16+
- `#260600` , `#266651` - RTL characters are now remove properly on backspace and delete.
17+
- `#260600` - When direction is RTL, elements now rearranged properly after change character formatting.
18+
- `#250770` , `#263443` - RTL text layout properly with special characters.
19+
- `#264351` - Justify paragraph is layout properly when paragraph contains field.
20+
- `#264631` - Stop protection is now working if password is empty.
21+
522
## 17.4.51 (2020-02-25)
623

724
### 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-react-documenteditor",
3-
"version": "17.4.50",
3+
"version": "17.4.51",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/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
### MultiSelect
88

components/filemanager/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+
## 17.4.55 (2020-03-10)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- `#266091` - Now, the date modified column in the details view is globalized based on the locale value.
12+
513
## 17.4.51 (2020-02-25)
614

715
### File Manager

0 commit comments

Comments
 (0)