Skip to content

Commit 100f46d

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

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

+1-1
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

+1-1
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

+8
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

+1-1
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

+8-1
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

+1-1
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

+11
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

+11
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

+1-1
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

+10
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

components/documenteditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-documenteditor",
3-
"version": "17.2.34",
3+
"version": "17.2.35",
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

+20
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
## [Unreleased]
44

5+
## 17.2.36 (2019-07-24)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#241578` - Issue with “Checkbox selection is not updated properly in the popup list items when set filtering as false” has been resolved.
12+
13+
### AutoComplete
14+
15+
#### Bug Fixes
16+
17+
- `#F146110` - Now, Resolved the console error thrown when first character is type using `MinLength` property.
18+
19+
### DropDownList
20+
21+
#### Bug Fixes
22+
23+
- `#F146110` - Now, Resolved the console error thrown when first character is type using `MinLength` property.
24+
525
## 17.2.34 (2019-07-11)
626

727
### ComboBox

components/filemanager/CHANGELOG.md

+8
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+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- Issue with `when the component is rendering and you are trying to resize the window the component throws script error` is fixed.
12+
513
## 17.2.35 (2019-07-17)
614

715
### File Manager

components/filemanager/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-filemanager",
3-
"version": "17.2.34",
3+
"version": "17.2.35",
44
"description": "Essential JS 2 FileManager Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

+8
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+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- #241781 - Gantt task-data property missing in template data issue has been fixed.
12+
513
## 17.2.28-beta (2019-06-27)
614

715
### Gantt

components/gantt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-gantt",
3-
"version": "17.2.28",
3+
"version": "17.2.35",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
## [Unreleased]
44

5+
## 17.2.36 (2019-07-24)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#241299` - Misalignment is resolved when hiding a column in a `allowDragAndDrop` enabled Grid.
12+
- `#237505` - Grouping expand and collapse rows are now working properly when `virtualization` enabled with `aggregates`.
13+
- `#241020` - Grid initial filtering is now working fine while filtering the `foreignKey` enabled column.
14+
- `#241150`,`#242157` - Script error while clicking inside the Grid edit form with hidden column has been fixed.
15+
- `#238244` - Script error has been fixed in `IE` browser while continuously create and destroy the grid.
16+
- `#240283` - Support to dynamically set true/false to the `allowDragAndDrop` has been provided.
17+
- `#222746` - Last block of records are now working properly in grouping with `virtualization` feature.
18+
19+
#### New Features
20+
21+
- `#235428` - Support has been provided to enable or disable match case in `filterSettings`. Use `filterSettings.enableCaseSensitivity` to enable or disable match case.
22+
- Provided `autoFit` property in column level to do initial auto-fitting operation.
23+
- Provided `keyPressed` event support.
24+
525
## 17.2.35 (2019-07-17)
626

727
### Grid

components/grids/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-grids",
3-
"version": "17.2.28",
3+
"version": "17.2.35",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/heatmap/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<!-- markdownlint-disable MD010 -->
2+
3+
4+
<!-- markdownlint-disable MD030 -->
5+
6+
7+
<!-- markdownlint-disable MD004 -->
8+
9+
110
# Changelog
211

312
## [Unreleased]

components/inplaceeditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-inplace-editor",
3-
"version": "17.2.34",
3+
"version": "17.2.35",
44
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inputs/CHANGELOG.md

+10
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+
### Uploader
8+
9+
#### Bug Fixes
10+
11+
- `#F145967`, `#242158` - Resolved removing event restricted while the `args.cancel` is enabled.
12+
13+
- Now, provided `postRawFile` argument to the `remove` method for post either file/file name to the server.
14+
515
## 17.2.35 (2019-07-17)
616

717
### Form Validator

components/inputs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-inputs",
3-
"version": "17.2.34",
3+
"version": "17.2.35",
44
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/layouts/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 17.2.36 (2019-07-24)
6+
7+
### Dashboard Layout
8+
9+
#### Bug Fixes
10+
11+
- #241653 - ContentTemplate issue in Dashboard Layout has been fixed.
12+
13+
### Splitter
14+
15+
#### Bug Fixes
16+
17+
- #241183 - Issue with "show the expand and collapse arrow on hovering middle of split bar" has been resolved.
18+
519
## 17.1.51 (2019-06-11)
620

721
### Dashboard Layout

components/lineargauge/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<!-- markdownlint-disable MD010 -->
2+
3+
4+
<!-- markdownlint-disable MD030 -->
5+
6+
7+
<!-- markdownlint-disable MD004 -->
8+
9+
110
# Changelog
211

312
## [Unreleased]

components/maps/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88

99
## [Unreleased]
1010

11+
## 17.2.36 (2019-07-24)
12+
13+
### Maps
14+
15+
#### Bug Fixes
16+
17+
- `#I240833` - Some labels disappear when you change "colorMapping" and refresh the map issue has been fixed
18+
- `I240804` - The issue with dynamically updating the zoom factor has been fixed
19+
- `I241873` - The issue with zooming the map component with a single click has been fixed
20+
1121
## 17.2.35 (2019-07-17)
1222

1323
### Maps

components/maps/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-maps",
3-
"version": "17.2.34",
3+
"version": "17.2.35",
44
"description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/navigations/CHANGELOG.md

+8
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+
### Menu
8+
9+
#### Bug Fixes
10+
11+
- Issue with Submenu when the id contains special character.
12+
513
## 17.2.34 (2019-07-11)
614

715
### Accordion

components/navigations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-navigations",
3-
"version": "17.2.28",
3+
"version": "17.2.34",
44
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pdfviewer/CHANGELOG.md

+8
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+
### PDF Viewer
8+
9+
#### New Features
10+
11+
- Provided the API to modify the scale ratio to change the quality of the pages rendered in the PDF Viewer.
12+
513
## 17.2.35 (2019-07-17)
614

715
### PDF Viewer

components/pdfviewer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-pdfviewer",
3-
"version": "17.2.34",
3+
"version": "17.2.35",
44
"description": "Essential JS 2 PDF viewer Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)