Skip to content

Commit eaa96ee

Browse files
author
pipeline
committed
v18.1.45 is released
1 parent d155c1b commit eaa96ee

Some content is hidden

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

41 files changed

+195
-31
lines changed

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.44 (2020-04-14)
5+
## 18.1.43 (2020-04-07)
66

77
### Radio Button
88

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-react-buttons",
3-
"version": "18.1.36",
3+
"version": "18.1.43",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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.43",
3+
"version": "18.1.44",
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: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,24 @@
22

33
## [Unreleased]
44

5+
## 18.1.45 (2020-04-21)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#271540` - Chart zooming maintained while switch chart type from column to polar issue fixed.
12+
- `#270524` - chart is broken when use `dir="rtl"` to the body tag issue fixed.
13+
- `#270548` - While enabling scrollbar half of marker gets hidden issue fixed.
14+
- `#271515` - Column chart is now working fine with column width is zero.
15+
516
## 18.1.44 (2020-04-14)
617

718
### Chart
819

920
#### Bug Fixes
1021

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.
22+
- `#255275` - While disabling some series console error occurs issue has been fixed.
1323

1424
### Accumulation chart
1525

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

33
## [Unreleased]
44

5+
## 18.1.45 (2020-04-21)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#270667` - The issue with "Prevent line routing for straight connector" has been fixed.
12+
513
## 18.1.43 (2020-04-07)
614

715
### Diagram

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.1.45 (2020-04-21)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#268907` - Selection character format is retrieved properly when selection is in list text.
12+
- `#270424` - Footer content is now update properly when document contains more than one section.
13+
- `#269743` , `#266534` - Focus is now update properly in Firefox when navigate to bookmark or search result.
14+
- `#271039` - When paste content in RTL paragraph, formatting is now update properly.
15+
516
## 18.1.44 (2020-04-14)
617

718
### 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.43",
3+
"version": "18.1.44",
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.43",
3+
"version": "18.1.44",
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,14 @@
22

33
## [Unreleased]
44

5+
## 18.1.45 (2020-04-21)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#268281` - Issue on adding dependency using dialog gets resolved.
12+
513
## 18.1.44 (2020-04-14)
614

715
### Gantt
@@ -10,6 +18,7 @@
1018

1119
- `#270801` - Issue on end date calculations gets resolved.
1220
- `#270563` - Console error throws while taskbar resizing with use of taskbar template has been fixed.
21+
- Issue in mapping custom class of task from data source has been fixed.
1322

1423
## 18.1.43 (2020-04-07)
1524

0 commit comments

Comments
 (0)