Skip to content

Commit ee9ef19

Browse files
author
pipeline
committed
v18.4.35 is released
1 parent 7b062cd commit ee9ef19

File tree

41 files changed

+162
-28
lines changed

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

+162
-28
lines changed

components/base/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.4.35 (2021-01-19)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- Resolved typing issue on using `onChange` event.
12+
513
## 18.4.34 (2021-01-12)
614

715
### Common

components/base/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-base",
3-
"version": "18.4.32",
3+
"version": "18.4.34",
44
"description": "A common package of Essential JS 2 React base, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/base/src/util.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,7 @@ export interface DefaultHtmlAttributes {
3434
onBlur?: FocusEventHandler;
3535
immediateRender?: boolean;
3636
delayUpdate?: string | boolean;
37+
// tslint:disable-next-line:no-any
38+
onChange?: any;
3739

3840
}

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.4.34 (2021-01-12)
5+
## 18.4.35 (2021-01-19)
66

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

33
## [Unreleased]
44

5+
## 18.4.35 (2021-01-19)
6+
7+
### Stock Chart
8+
9+
#### Bug Fixes
10+
11+
- `#306698` - Visible property in series is not working properly for stock chart issue fixed.
12+
513
## 18.4.34 (2021-01-12)
614

715
### 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-react-charts",
3-
"version": "18.4.30",
3+
"version": "18.4.34",
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/circulargauge/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@
55

66
## [Unreleased]
77

8+
## 18.4.35 (2021-01-19)
9+
10+
### CircularGauge
11+
12+
#### Bug Fixes
13+
14+
- `#293761` - The range with different start and end width will now render properly.
15+
16+
## 18.4.34 (2021-01-12)
17+
18+
### CircularGauge
19+
20+
#### Bug Fixes
21+
22+
- `#308123` - Circular gauge will now render properly when angles are set.
23+
824
## 18.3.51 (2020-11-24)
925

1026
### CircularGauge

components/circulargauge/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-circulargauge",
3-
"version": "17.4.39",
3+
"version": "18.4.34",
44
"description": "Essential JS 2 CircularGauge Components 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.4.35 (2021-01-19)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#305708` - This issue "Console error occur while save and load the diagram with swimlane nodes" has been fixed.
12+
513
## 18.4.34 (2021-01-12)
614

715
### Diagram

0 commit comments

Comments
 (0)