Skip to content

Commit fbbc9f8

Browse files
author
pipeline
committed
v18.1.53 is released
1 parent 2ed1819 commit fbbc9f8

38 files changed

+188
-40
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.52 (2020-05-13)
5+
## 18.1.53 (2020-05-19)
66

77
### Chips
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.44",
3+
"version": "18.1.52",
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 18.1.53 (2020-05-19)
6+
7+
### Accumulation chart
8+
9+
#### Bug Fixes
10+
11+
- `#153764` - The size of the doughnuts graphs does not display correctly in the Edge browser issue fixed.
12+
13+
### Chart
14+
15+
#### Bug Fixes
16+
17+
- `#273192` - Trendlines are placed behind the series issue has been fixed.
18+
519
## 18.1.52 (2020-05-13)
620

721
### Accumulation 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.1.48",
3+
"version": "18.1.52",
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.48",
3+
"version": "18.1.52",
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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
## [Unreleased]
44

5+
## 18.1.53 (2020-05-19)
6+
7+
### Document Editor
8+
9+
#### New Features
10+
11+
- `#272634` - Added API to get hidden bookmark.
12+
13+
#### Bug Fixes
14+
15+
- `#275993` ,`#277160` - Button actions in comments and restrict editing pane will not trigger the form submit events now.
16+
- `#276810` - Table alignment property is now export properly.
17+
- `#277452` - Contents in table is now print properly.
18+
- `#273870` - Bookmarks API will not retrieve bookmark when selection is at end of bookmark.
19+
- `#273913` - Enable/Disable item by index in toolbar is now working properly.
20+
- `#276399` - After copy and paste table, table is now exported properly.
21+
522
## 18.1.52 (2020-05-13)
623

724
### 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.48",
3+
"version": "18.1.52",
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

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

33
## [Unreleased]
44

5+
## 18.1.53 (2020-05-19)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#273796` - Now, filtering works properly when paste the value in the input element.
12+
13+
### Dropdown Tree
14+
15+
#### Bug Fixes
16+
17+
- `#274351` - The issue with "The Dropdown Tree initialized value which is not getting it in the form post" has been resolved.
18+
19+
### ListBox
20+
21+
#### New Features
22+
23+
- Provided Placeholder support to filterbar in listbox.
24+
25+
#### Bug Fixes
26+
27+
- Move to and move from throws script error when listbox rendered with item template issue fixed.
28+
529
## 18.1.52 (2020-05-13)
630

731
### ListBox

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.48",
3+
"version": "18.1.52",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/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.53 (2020-05-19)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- Resolved the script error thrown from the File Manager component when resizing the window.
12+
513
## 18.1.46 (2020-04-28)
614

715
### File Manager

components/filemanager/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-filemanager",
3-
"version": "18.1.46",
3+
"version": "18.1.52",
44
"description": "Essential JS 2 FileManager Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.1.53 (2020-05-19)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#39566` - Issue when remove event markers dynamically has been resolved.
12+
- `F154261`,`#276047` - Issue while adding new record with empty data on load time gets resolved.
13+
- `#274206` - Issue in updating resource column gets resolved.
14+
15+
#### New Features
16+
17+
- `#273107` - Provided support to render task type on load time.
18+
19+
#### Breaking Changes
20+
21+
- Now the resource value in the `taskData` is always array of objects type and it is irrespective of resource value type in data source.
22+
523
## 18.1.52 (2020-05-13)
624

725
### Gantt

components/gantt/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-gantt",
3-
"version": "18.1.48",
3+
"version": "18.1.52",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,31 @@
22

33
## [Unreleased]
44

5-
## 18.1.52 (2020-05-13)
5+
## 18.1.53 (2020-05-19)
66

77
### Grid
88

99
#### Bug Fixes
1010

11-
-`#273572` - script error after pressing enter key in batch edit mode issue has been resolved.
11+
- `#275858` - Border misalignment issue with `frozen` columns in batch editing has been fixed.
12+
- `#275150` - Grid with `frozen` columns and row height is not set properly issue has been fixed.
13+
- `#275631` - Grid with `frozen` columns and cell editing is not working properly issue has been fixed.
14+
- `#152895, #271656, #273560` - Grouped Headers are not rendered properly in pdf document issue has been resolved.
15+
- `#270479` - Script error while using `isFrozen` property in batch editing has been fixed.
16+
- `#275867` - Misalignment while editing the cell with frozen columns has been fixed.
1217

18+
## 18.1.52 (2020-05-13)
1319

14-
-`#153383` - grid lines mismatched while scrolling with frozen column in `firefox` issue has been resolved.
15-
-`#273838` - Unnecessary to include an Empty row when inserting a `frozenColumn` Grid row issue has been resolved.
16-
-`#274520` - `cellSeletected` and `cellDeSelected` events triggers many time while selecting cells via mouse issue has been resolved.
17-
-`#275010` - Need internal events for column chooser buttons issue has been fixed.
18-
-`#274227` - cancel icon not rendered in the filter bar with movable header has been fixed.
20+
### Grid
21+
22+
#### Bug Fixes
1923

24+
- `#273572` - script error after pressing enter key in batch edit mode issue has been resolved.
25+
- `#153383` - grid lines mismatched while scrolling with frozen column in `firefox` issue has been resolved.
26+
- `#273838` - Unnecessary to include an Empty row when inserting a `frozenColumn` Grid row issue has been resolved.
27+
- `#274520` - `cellSeletected` and `cellDeSelected` events triggers many time while selecting cells via mouse issue has been resolved.
28+
- `#275010` - Need internal events for column chooser buttons issue has been fixed.
29+
- `#274227` - cancel icon not rendered in the filter bar with movable header has been fixed.
2030

2131
#### New Features
2232

@@ -68,7 +78,6 @@
6878
- `#271748` - Autofit min and max width issue has been resolved.
6979
- `#223835, #272592` - script error while navigating from movable to frozen header issue has been resolved.
7080
- `#272340`- Mismatch of `requestType` while clear filtering in excel and Checkbox filter issue has been fixed.
71-
- `#152895`, `#271656`, `#273560`- Grouped Headers are not rendered properly in pdf document issue has been resolved.
7281

7382
## 18.1.44 (2020-04-14)
7483

components/grids/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-grids",
3-
"version": "18.1.48",
3+
"version": "18.1.52",
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/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-heatmap",
3-
"version": "18.1.45",
3+
"version": "18.1.52",
44
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inplaceeditor/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.53 (2020-05-19)
6+
7+
### In-place Editor
8+
9+
#### Bug Fixes
10+
11+
- `#273057` - Resolved the `EnableHtmlSanitizer` property is not working properly for In-place Editor value.
12+
513
## 17.4.51 (2020-02-25)
614

715
### In-place Editor

components/inplaceeditor/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-inplace-editor",
3-
"version": "18.1.36",
3+
"version": "18.1.52",
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

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.53 (2020-05-19)
6+
7+
### Slider
8+
9+
#### New Features
10+
11+
- Now, you can set the width of the slider component using `width` property.
12+
513
## 18.1.52 (2020-05-13)
614

715
### Uploader

components/inputs/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-inputs",
3-
"version": "18.1.45",
3+
"version": "18.1.52",
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/kanban/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-kanban",
3-
"version": "18.1.48",
3+
"version": "18.1.52",
44
"description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/layouts/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-layouts",
3-
"version": "18.1.48",
3+
"version": "18.1.52",
44
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/lists/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.53 (2020-05-19)
6+
7+
### ListView
8+
9+
#### Bug Fixes
10+
11+
- #152966 - The issue with `The console error thrown when enabling the htmlSanitizer in the ListView` has been resolved.
12+
513
## 18.1.46 (2020-04-28)
614

715
### ListBox

components/lists/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-lists",
3-
"version": "18.1.46",
3+
"version": "18.1.52",
44
"description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pdfviewer/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-pdfviewer",
3-
"version": "18.1.48",
3+
"version": "18.1.52",
44
"description": "Essential JS 2 PDF viewer Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22

33
## [Unreleased]
44

5-
## 18.1.52 (2020-05-13)
6-
7-
### Pivot Table
8-
9-
#### Bug Fixes
10-
11-
- `#267962` - The parcel issue in the pivot table component has now been resolved.
12-
135
## 18.1.44 (2020-04-14)
146

157
### Pivot Table
@@ -262,6 +254,14 @@ The pivot grid is a multi-dimensional data visualization component built on top
262254
- **Exporting** - Provides the option to exporting records to Excel, CSV and PDF formats.
263255

264256

257+
## 18.1.52 (2020-05-13)
258+
259+
### Pivot Table
260+
261+
#### Bug Fixes
262+
263+
- `#267962` - The parcel issue in the pivot table component has now been resolved.
264+
265265
## 17.1.49 (2019-05-29)
266266

267267
### Pivot Table

components/pivotview/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-pivotview",
3-
"version": "18.1.44",
3+
"version": "18.1.52",
44
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/popups/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.53 (2020-05-19)
6+
7+
### Tooltip
8+
9+
#### Bug Fixes
10+
11+
- `#275330` - The issue with tooltip position misalignment has been resolved.
12+
513
## 18.1.46 (2020-04-28)
614

715
### Dialog

components/popups/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-popups",
3-
"version": "18.1.46",
3+
"version": "18.1.52",
44
"description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)