Skip to content

Commit e5ddcb9

Browse files
author
pipeline
committed
v18.2.59 is released
1 parent 40641a0 commit e5ddcb9

File tree

34 files changed

+108
-30
lines changed

34 files changed

+108
-30
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-
## 18.2.58 (2020-09-15)
5+
## 18.2.59 (2020-09-21)
66

77
### Common
88

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.2.58 (2020-09-15)
5+
## 18.2.59 (2020-09-21)
66

77
### CheckBox
88

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.56",
3+
"version": "18.2.58",
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/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-circulargauge",
3-
"version": "18.2.54",
3+
"version": "18.2.57",
44
"description": "Essential JS 2 CircularGauge Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 18.2.59 (2020-09-21)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `289382` - The issue "Exported data returns same png format for all other format" has been fixed.
12+
- `291513` - The issue " Exception occurs while change allowDrag from false to true for symbol palette" has been fixed.
13+
- `292558` - The issue "Node Rotate constraints does not work properly" has been fixed.
14+
- `289532` - The issue "Group offsetX and offsetY does not update after add child to it" has been fixed.
15+
- `291274` - The issue "Mouse Enter, Mouse Over event does not get triggered for selected item" has been fixed.
16+
517
## 18.2.58 (2020-09-15)
618

719
### Diagram
@@ -14,7 +26,6 @@
1426

1527
### Diagram
1628

17-
- `291274` - The issue "Mouse Enter, Mouse Over event does not get triggered for selected item" has been fixed.
1829
- `287578` - The issue "Connector segments not update properly" has been fixed.
1930
- `289532` - The issue "Group width and height does not update" has been fixed.
2031
- `285600` - The issue "Complex hierarchical layout does not arrange properly" has been fixed.

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.56",
3+
"version": "18.2.58",
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/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.57",
3+
"version": "18.2.58",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 18.2.59 (2020-09-21)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- compatibility issues with EJ1 has been fixed.
12+
513
## 18.2.58 (2020-09-15)
614

715
### 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.2.57",
3+
"version": "18.2.58",
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.58 (2020-09-15)
5+
## 18.2.59 (2020-09-21)
66

77
### File Manager
88

components/gantt/CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,21 @@
22

33
## [Unreleased]
44

5-
## 18.2.58 (2020-09-15)
5+
## 18.2.59 (2020-09-21)
6+
7+
### Gantt
8+
9+
#### New Features
10+
11+
- `#292825` - Provided support to improvement of trigger actions on key press.
12+
13+
#### Bug Fixes
14+
15+
- `#293539` - Issue while dynamically updating `allowRowDragAndDrop` gets fixed.
16+
- `#292470` - Issue on edit template in dialog has been fixed.
17+
- `#293749` - Edit `params` not worked properly for progress column has been fixed.
18+
19+
## 18.2.57 (2020-09-08)
620

721
### Gantt
822

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.56",
3+
"version": "18.2.57",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 18.2.59 (2020-09-21)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#283675` - Excel custom filtered value issue has been resolved.
12+
- `#291032` - String column Change event issue has been fixed.
13+
- `#291960` - resize handler height issue with auto wrap has been fixed.
14+
- `#293441` - Improved the Checkbox filter module with keyboard navigation.
15+
- `#287676` - Mouse position issue when row dragged, has been fixed.
16+
517
## 18.2.58 (2020-09-15)
618

719
### 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.57",
3+
"version": "18.2.58",
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

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.58 (2020-09-15)
5+
## 18.2.59 (2020-09-21)
66

77
### Heatmap
88

components/inplaceeditor/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22

33
## [Unreleased]
44

5-
## 18.2.58 (2020-09-15)
5+
## 18.2.59 (2020-09-21)
6+
7+
### In-place Editor
8+
9+
#### Bug Fixes
10+
11+
`#289326` - The issue with "Script error is thrown when configuring more than two validation rules in the In-place editor" has been resolved.
12+
13+
14+
## 18.2.57 (2020-09-08)
615

716
### In-place Editor
817

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.2.54",
3+
"version": "18.2.57",
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/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.56",
3+
"version": "18.2.58",
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/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.58 (2020-09-15)
5+
## 18.2.59 (2020-09-21)
66

77
### Kanban
88

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.58 (2020-09-15)
5+
## 18.2.59 (2020-09-21)
66

77
### Splitter
88

components/lineargauge/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-lineargauge",
3-
"version": "18.2.54",
3+
"version": "18.2.57",
44
"description": "Essential JS 2 LinearGauge Components 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.2.59 (2020-09-21)
6+
7+
### ListView
8+
9+
#### Bug Fixes
10+
11+
- #293862 Issue with `Angular template throws console error` has been fixed.
12+
513
## 18.2.48 (2020-08-04)
614

715
### Common

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

33
## [Unreleased]
44

5-
## 18.2.58 (2020-09-15)
5+
## 18.2.59 (2020-09-21)
66

77
### Tab
88

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.57",
3+
"version": "18.2.58",
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.57",
3+
"version": "18.2.58",
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.54",
3+
"version": "18.2.57",
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/querybuilder/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.58 (2020-09-15)
5+
## 18.2.59 (2020-09-21)
66

77
### QueryBuilder
88

components/schedule/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.58 (2020-09-15)
5+
## 18.2.59 (2020-09-21)
6+
7+
### Schedule
8+
9+
#### Bug Fixes
10+
11+
- `#292250` - An issue with accessibility related navigations from one resource to another resource events support has been added.
12+
13+
## 18.2.57 (2020-09-08)
614

715
### Schedule
816

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.55",
3+
"version": "18.2.57",
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/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.59 (2020-09-21)
6+
7+
### TreeGrid
8+
9+
#### Bug Fixes
10+
11+
- `#F157258` - `updateRow` method works fine for updating collapsed data.
12+
513
## 18.2.58 (2020-09-15)
614

715
### TreeGrid

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

components/treemap/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-treemap",
3-
"version": "18.2.54",
3+
"version": "18.2.57",
44
"description": "Essential JS 2 TreeMap Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)