Skip to content

Commit 100f46d

Browse files
author
pipeline
committed
v17.2.36 is released
1 parent 7b039e5 commit 100f46d

File tree

41 files changed

+223
-27
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

+223
-27
lines changed

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.2.35 (2019-07-17)
5+
## 17.2.36 (2019-07-24)
66

77
### Common
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": "17.2.34",
3+
"version": "17.2.35",
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/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.2.36 (2019-07-24)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#236828` - Resolved the `accessibility` related issue in DatePicker.
12+
513
## 17.2.35 (2019-07-17)
614

715
### DatePicker

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": "17.2.34",
3+
"version": "17.2.35",
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
## [Unreleased]
44

5-
## 17.2.35 (2019-07-17)
5+
## 17.2.36 (2019-07-24)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
`#240342` - While scrolling chart's scrollbar Vertical HTML scrollbar goes up issue fixed.
12+
613

714
### Accumulation chart
815

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.2.28",
3+
"version": "17.2.35",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1+
<!-- markdownlint-disable MD004 -->
2+
3+
14
# Changelog
25

36
## [Unreleased]
47

8+
## 17.2.36 (2019-07-24)
9+
10+
### CircularGauge
11+
12+
#### Bug Fixes
13+
14+
- `#I241842` - The issue with providing the content "a" in the string template when having anchor tag in an application has been fixed.
15+
516
## 17.2.34 (2019-07-11)
617

718
### CircularGauge

components/diagrams/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+
## 17.2.36 (2019-07-24)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- #236860, #237139 - The issue "MouseMove event is not triggered in Firefox" is now resolved.
12+
- #241680 - The issue "Nodes drawn using drawing tools not appeared in overview" is now resolved.
13+
- #240493 - The console error thrown while resizing the window in Chrome has been fixed.
14+
- #242332 - The issue "ContextMenu not appears while clicking an empty diagram" is now resolved.
15+
516
## 17.2.35 (2019-07-17)
617

718
### Diagram

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.2.34",
3+
"version": "17.2.35",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 17.2.36 (2019-07-24)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#239985` - List paragraph with style is now layout properly.
12+
- `#236808` - Table is now layout properly if table width type is auto.
13+
- `#228049` - Paragraph with right tab stop is now layout properly.
14+
515
## 17.2.35 (2019-07-17)
616

717
### Document Editor

0 commit comments

Comments
 (0)