Skip to content

Commit 8971c49

Browse files
author
pipeline
committed
v18.2.47 is released
1 parent 10c4b0e commit 8971c49

File tree

30 files changed

+149
-19
lines changed

30 files changed

+149
-19
lines changed

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.2.47 (2020-07-28)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#284735` - Primary y axis Lograthmic values are not rendering based on the data issue fixed.
12+
- `#285055` - When we scroll to end some of the data is missing issue fixed.
13+
514
## 18.2.46 (2020-07-21)
615

716
### 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.2.45",
3+
"version": "18.2.46",
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.2.45",
3+
"version": "18.2.46",
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [Unreleased]
44

5+
## 18.2.47 (2020-07-28)
6+
7+
### Document Editor
8+
9+
#### New Features
10+
11+
- `#280089`, `#283427`, `#250760` - Added event to notify service failure.
12+
13+
#### Bug Fixes
14+
15+
- `#284775` - Resolved table resize enabled issue in protected mode.
16+
- `#282504` - Resolved footer content overlapping issue when inserting image and table in footer.
17+
518
## 18.2.46 (2020-07-21)
619

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

33
## [Unreleased]
44

5+
## 18.2.47 (2020-07-28)
6+
7+
### DropDownList
8+
9+
#### Bug Fixes
10+
11+
- `#277503` - Issue with "sort order is not working for filtering dropdown after adding new item using addItem method" has been resolved.
12+
13+
### ListBox
14+
15+
#### Bug Fixes
16+
17+
- Filtering is not working in IE browser has been fixed.
18+
519
## 18.1.59 (2020-06-23)
620

721
### MultiSelect

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.2.45",
3+
"version": "18.2.46",
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.2.47 (2020-07-28)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- Resolved the issue with the incorrect delete confirmation dialog heading and content of the File Manager component.
12+
513
## 18.2.44 (2020-07-07)
614

715
### File Manager

components/gantt/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.2.47 (2020-07-28)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#284995` - Issue in predecessor lines of exported pdf document has been fixed.
12+
- `#284995` - Content overflow issue in exported pdf document has been fixed.
13+
- `#284052` - Editing issue in Gantt Chart when using DB has been fixed.
14+
15+
#### New Features
16+
17+
- `#280004` - Given support to render edit template fields in Gantt edit dialog.
18+
519
## 18.2.46 (2020-07-21)
620

721
### 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.2.45",
3+
"version": "18.2.46",
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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
## [Unreleased]
44

5+
## 18.2.47 (2020-07-28)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#279922` - `Frozen` columns Border issue has been fixed.
12+
- `#284955` - cell focusing in `Batch` mode issue has been fixed.
13+
- `#285597, #155910` - Aggregate cell alignment issue has been fixed.
14+
- `#286012` - Page number style in `Pdf` footer issue has been fixed.
15+
- `#15777` - Multiple selection in row drag and drop issue has been resolved.
16+
- `#281447` - Provided `dataStateChange` event support for menu and excel filter autocomplete control.
17+
- `#285669, #284890` - Column reordering issue with custom binding has been fixed.
18+
19+
#### New Features
20+
21+
- `#284752` - Provided `pdfAggregateQueryCellInfo` and `excelAggregateQueryCellInfo` event to customize the aggregate cell before exporting .
22+
523
## 18.2.46 (2020-07-21)
624

725
### Grid

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.2.45",
3+
"version": "18.2.46",
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/layouts/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.2.46 (2020-07-21)
5+
## 18.2.47 (2020-07-28)
66

77
### Dashboard Layout
88

components/lists/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.2.46 (2020-07-21)
5+
## 18.2.47 (2020-07-28)
66

77
### ListView
88

components/maps/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,15 @@
88

99
## [Unreleased]
1010

11-
## 18.2.46 (2020-07-21)
11+
## 18.2.47 (2020-07-28)
12+
13+
### Maps
14+
15+
#### Bug Fixes
16+
17+
- `#285727` - Outline for the shapes will no longer appear when clicking on it.
18+
19+
## 18.2.44 (2020-07-07)
1220

1321
### Maps
1422

components/maps/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-maps",
3-
"version": "17.4.39",
3+
"version": "18.2.44",
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

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

33
## [Unreleased]
44

5+
## 18.2.47 (2020-07-28)
6+
7+
### Menu
8+
9+
#### Bug Fixes
10+
11+
- An issue with 'showItemOnClick' option has been fixed.
12+
513
## 18.2.46 (2020-07-21)
614

715
### Tab

components/navigations/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-navigations",
3-
"version": "18.2.44",
3+
"version": "18.2.46",
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

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

33
## [Unreleased]
44

5+
## 18.2.47 (2020-07-28)
6+
7+
### PDF Viewer
8+
9+
#### New Features
10+
11+
- `#267670` - Exposed the toolbar option to retrieve the form field data in JSON format.
12+
13+
#### Bug Fixes
14+
15+
- `#282486` - Now, undo and redo is working properly for the freetext annotations.
16+
- `#F155593`- Exception will no longer be thrown while exporting the formfields.
17+
518
## 18.2.46 (2020-07-21)
619

720
### PDF Viewer

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

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.2.44",
3+
"version": "18.2.46",
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/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.2.44",
3+
"version": "18.2.46",
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",

components/progressbar/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.2.47 (2020-07-28)
6+
7+
### ProgressBar
8+
9+
#### Bug Fixes
10+
11+
- `#156094` - ShowProgressValue is now working properly on dynamic update.
12+
513
## 18.2.46 (2020-07-21)
614

715
### ProgressBar

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

components/querybuilder/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-querybuilder",
3-
"version": "18.2.45",
3+
"version": "18.2.46",
44
"description": "Essential JS 2 QueryBuilder for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/richtexteditor/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-richtexteditor",
3-
"version": "18.2.45",
3+
"version": "18.2.46",
44
"description": "Essential JS 2 RichTextEditor component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/schedule/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.2.47 (2020-07-28)
6+
7+
### Schedule
8+
9+
#### Bug Fixes
10+
11+
- `#282556` - An issue with resizing the events has been fixed.
12+
- `#284373` - An issue with adding multiple CSS classes to `cssClass` property has been fixed.
13+
514
## 18.2.46 (2020-07-21)
615

716
### Schedule

components/schedule/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-schedule",
3-
"version": "18.2.44",
3+
"version": "18.2.46",
44
"description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/spreadsheet/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-spreadsheet",
3-
"version": "18.2.45",
3+
"version": "18.2.46",
44
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/treegrid/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.2.47 (2020-07-28)
6+
7+
### TreeGrid
8+
9+
#### Bug Fixes
10+
11+
- `#285434`- Column SortComparer function works fine with null values in datasource.
12+
513
## 18.2.45 (2020-07-14)
614

715
### TreeGrid

0 commit comments

Comments
 (0)