Skip to content

Commit d155c1b

Browse files
author
pipeline
committed
v18.1.44 is released
1 parent a6f92d6 commit d155c1b

File tree

37 files changed

+196
-25
lines changed

37 files changed

+196
-25
lines changed

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": "18.1.36",
3+
"version": "18.1.43",
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/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.1.43 (2020-04-07)
5+
## 18.1.44 (2020-04-14)
66

77
### Radio Button
88

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-react-calendars",
3-
"version": "18.1.36",
3+
"version": "18.1.43",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,42 @@
22

33
## [Unreleased]
44

5+
## 18.1.44 (2020-04-14)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#269131` - Y Axis labels overlapped with the grid lines issue has been fixed.
12+
- `#268698` - Legend click event argument null issue has been fixed.
13+
14+
### Accumulation chart
15+
16+
#### Bug Fixes
17+
18+
- `#271120` - Data labels are displayed even when its y value is zero issue has been fixed.
19+
- `#152613` - Accumulation chart data label position is not proper when using template issue is fixed.
20+
21+
### Smith Chart
22+
23+
#### Bug Fixes
24+
25+
- `#152336` - Tooltip template issue fixed.
26+
- `#269225` - Provided event support for before rendering of tooltip
27+
528
## 18.1.43 (2020-04-07)
629

730
### Chart
831

932
#### Bug Fixes
1033

34+
- `#269627` - Logarithmic scale does not work with small values issue has been fixed.
35+
- `#151645` - Error bar value is not updated dynamically issue has fixed.
36+
37+
### Accumulation chart
38+
39+
#### Bug Fixes
40+
1141
- `#267438` - Export chart in canvas mode issue has been fixed
1242

1343
## 18.1.36-beta (2020-03-19)

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": "18.1.36",
3+
"version": "18.1.43",
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/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": "18.1.42",
3+
"version": "18.1.43",
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
## [Unreleased]
44

5+
## 18.1.44 (2020-04-14)
6+
7+
### Document Editor
8+
9+
#### New Features
10+
11+
- Added support for Legacy Form Fields.
12+
- Added support for updating bookmark cross reference fields.
13+
14+
#### Bug Fixes
15+
16+
- `#269397` - Context menu position is now update properly.
17+
- `#269546` - Resolved key navigation issue when paragraph contains page break.
18+
- `#269778` - $ symbol is now search properly when text contains $ symbol.
19+
- `#269893` - Focus is in document editor after dialog gets closed.
20+
521
## 18.1.43 (2020-04-07)
622

723
### 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": "18.1.42",
3+
"version": "18.1.43",
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/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-dropdowns",
3-
"version": "18.1.36",
3+
"version": "18.1.43",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.1.44 (2020-04-14)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#270801` - Issue on end date calculations gets resolved.
12+
- `#270563` - Console error throws while taskbar resizing with use of taskbar template has been fixed.
13+
514
## 18.1.43 (2020-04-07)
615

716
### Gantt

0 commit comments

Comments
 (0)