Skip to content

Commit 3b211a8

Browse files
author
pipeline
committed
v18.2.48 is released
1 parent 8971c49 commit 3b211a8

File tree

28 files changed

+131
-18
lines changed

28 files changed

+131
-18
lines changed

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.2.48 (2020-08-04)
6+
7+
### Accumulation chart
8+
9+
#### Bug Fixes
10+
11+
- `#286597` - Tooltip showing out of the chart area issue fixed.
12+
513
## 18.2.47 (2020-07-28)
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.2.46",
3+
"version": "18.2.47",
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/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.2.48 (2020-08-04)
6+
7+
### Diagram
8+
9+
#### New Features
10+
11+
- `#276871` - support to add symbol description for symbols in palette.
12+
13+
#### Bug Fixes
14+
15+
- `#264082` - The issue of "Sometimes difficult to make the connection to a port when set ConnectToNearByNode constraints" has been fixed.
16+
- `#283092` - The issue of "Exception throws when try to append a new diagram at run time In IE11" has been fixed.
17+
- `#281759` - The issue of "SVG node do not gets visible in diagram" has been fixed.
18+
- `#284823` - The issue of "DataLoaded event do not gets trigger after data loaded" has been fixed.
19+
520
## 18.2.46 (2020-07-21)
621

722
### Diagram

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.46",
3+
"version": "18.2.47",
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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
## [Unreleased]
44

5+
## 18.2.48 (2020-08-04)
6+
7+
### ListBox
8+
9+
#### New Features
10+
11+
- `#285392` - Enable / disable list items based on unique value support provided.
12+
13+
### Dropdown Tree
14+
15+
#### Bug Fixes
16+
17+
- The accessibility issue with “The Dropdown Tree text is not reading properly when enabling the multi-selection support” has been resolved.
18+
19+
### MultiSelect
20+
21+
#### Bug Fixes
22+
23+
`#285164`, `#277294` - Issue with "First list item got selected while pressing space key in the MultiSelect along with checkbox mode and remote data" has been resolved.
24+
25+
526
## 18.2.47 (2020-07-28)
627

728
### DropDownList

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.46",
3+
"version": "18.2.47",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 18.2.47 (2020-07-28)
5+
## 18.2.48 (2020-08-04)
66

77
### File Manager
88

components/gantt/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.48 (2020-08-04)
6+
7+
### Gantt
8+
9+
#### New Features
10+
11+
- `#287282` - Provided support to change viewType of Gantt dynamically.
12+
13+
#### Bug Fixes
14+
15+
- `#285626` - Console error while rendering multiple Gantt has been fixed.
16+
- `#285749` - Issue on parent progress calculation while delete child record has been fixed.
17+
518
## 18.2.47 (2020-07-28)
619

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

33
## [Unreleased]
44

5+
## 18.2.48 (2020-08-04)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#155948` - Grid pager text issue has been fixed.
12+
- `#285963, #282379` - Provided catch exception for pdf exporting using custom datasource.
13+
- `#286379` - `rowSelected` event arguments in row data, issue has been fixed.
14+
- `#286293` - Excel export `aggregations` misalignment while using the command column, issue has been fixed.
15+
- `#156328` - `Filterbar` operator alignment issue has been fixed.
16+
- `#273866` - Column resize icon issue has been fixed.
17+
518
## 18.2.47 (2020-07-28)
619

720
### 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.46",
3+
"version": "18.2.47",
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/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.2.48 (2020-08-04)
6+
7+
### In-place Editor
8+
9+
#### Bug Fixes
10+
11+
- `#284643` - The issue with "Keyborad actions closes the editor and calls the save action" has been resolved.
12+
513
## 18.2.45 (2020-07-14)
614

715
### In-place Editor

components/inputs/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.48 (2020-08-04)
6+
7+
### TextBox
8+
9+
#### Bug Fixes
10+
11+
`282905` - Now, Cross-Site Scripting issues will no longer occurs for placeholder property.
12+
13+
514
## 18.1.56 (2020-06-09)
615

716
### 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.2.45",
3+
"version": "18.2.47",
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

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.47 (2020-07-28)
5+
## 18.2.46 (2020-07-21)
66

77
### Dashboard Layout
88

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.2.44",
3+
"version": "18.2.46",
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: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
## 18.2.47 (2020-07-28)
5+
## 18.2.48 (2020-08-04)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- Sortable helper element hide inside the sidebar issue resolved.
12+
13+
## 18.2.46 (2020-07-21)
614

715
### ListView
816

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

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

99
## [Unreleased]
1010

11-
## 18.2.47 (2020-07-28)
11+
## 18.2.48 (2020-08-04)
1212

1313
### Maps
1414

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

components/progressbar/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.47 (2020-07-28)
5+
## 18.2.48 (2020-08-04)
66

77
### ProgressBar
88

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

components/richtexteditor/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.48 (2020-08-04)
6+
7+
### RichTextEditor
8+
9+
#### Bug Fixes
10+
11+
- `#266152` - The issue with "List selection with delete key action does not remove lists properly" has been resolved.
12+
513
## 18.2.46 (2020-07-21)
614

715
### RichTextEditor

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.46",
3+
"version": "18.2.47",
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/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.48 (2020-08-04)
6+
7+
### Spreadsheet
8+
9+
#### Bug Fixes
10+
11+
`#I282749`- Cell alignment issue while applying data validation has been fixed.
12+
13+
514
## 18.2.46 (2020-07-21)
615

716
### Spreadsheet

components/treegrid/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#### Bug Fixes
1010

11+
- `#284987`- Records rendered properly while using remote save adaptor in created event.
1112
- `#285434`- Column SortComparer function works fine with null values in datasource.
1213

1314
## 18.2.45 (2020-07-14)

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

0 commit comments

Comments
 (0)