Skip to content

Commit 97d4c67

Browse files
author
pipeline
committed
v18.2.54 is released
1 parent 3b211a8 commit 97d4c67

30 files changed

+218
-15
lines changed

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.2.54 (2020-08-18)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#287569` - Shared tooltip does not render for multiple line series when there is a single point issue fixed.
12+
- `#285313` - Cancel property in arguments is not working properly on chart Load event issue fixed.
13+
- `#287632` - Point Render event customization not applied for column chart markers issue fixed.
14+
515
## 18.2.48 (2020-08-04)
616

717
### Accumulation chart
818

919
#### Bug Fixes
1020

1121
- `#286597` - Tooltip showing out of the chart area issue fixed.
22+
- `#286177` - Pie chart data labels are overlapped when smart labels are enabled issue fixed.
1223

1324
## 18.2.47 (2020-07-28)
1425

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

33
## [Unreleased]
44

5+
## 18.2.54 (2020-08-18)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#285793` - The issue with "Bring to front does not work for group node" has been fixed.
12+
- `#F156309` - The issue with "Exception occurs when try to do nudge in the diagram" has been fixed.
13+
- `#286692` - The issue with "Node does not resize properly when created using the stack, container and text elements" has been fixed.
14+
- `#286458` - The issue with "Node ports are gets ignored" has been fixed.
15+
- `#286174` - The issue with "Send to back not working after refresh the diagram using refresh() method" has been fixed.
16+
- `#286611` - The issue with "Size changed event does not get triggered when resizing with south, east, south east pin" has been fixed.
17+
- `#246813` - The issue with "To notify right/left button clicked in diagram click event" Has been fixed.
18+
- `#286418` - The issue with "When run the individual swimlane sample in angular 9 , throws build issue" has been fixed.
19+
- `#288057` - The issue with "Diagram selection do not update properly" has been fixed.
20+
521
## 18.2.48 (2020-08-04)
622

723
### Diagram
@@ -16,6 +32,7 @@
1632
- `#283092` - The issue of "Exception throws when try to append a new diagram at run time In IE11" has been fixed.
1733
- `#281759` - The issue of "SVG node do not gets visible in diagram" has been fixed.
1834
- `#284823` - The issue of "DataLoaded event do not gets trigger after data loaded" has been fixed.
35+
- `#285793` - The issue with "Bring to front does not work for group node" has been fixed.
1936

2037
## 18.2.46 (2020-07-21)
2138

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.2.54 (2020-08-18)
6+
7+
### Document Editor
8+
9+
#### New Features
10+
11+
- `#275184` - Added support for retrieving next and previous element context type from current selection range.
12+
- `#243495` - Added support for automatic text color.
13+
- `#279355` - Added support to enable properties pane in read only mode.
14+
- `#260677`, `#277329` - Added support for cropping images in document editor.
15+
- `#250760` - Added before file open event to restrict document loading based on file size.
16+
- `#256210`, `#259583`, `#280989`, `#282228` - Added support for all Caps property for character.
17+
- Added API to delete bookmark.
18+
- `#267515`- Added API to get searched item hierarchical index.
19+
- `#284937`- Added API show restrict editing pane.
20+
- `#280089`, `#283427`, `#250760` - Added event to notify service failure.
21+
22+
#### Bug Fixes
23+
24+
- `#286986` - Table properties are now written properly on html exporting.
25+
- `#286520` - Inserted text selection now applied properly after applying style.
26+
- `#287740` - Paper size dropdown in page setup dialog now updated for document with A4 format.
27+
- `#282515` - Resolved error on exporting a document which contains restart numbering.
28+
- `#287633` - Table containing alignment is now exporting properly with alignment.
29+
- `#286469` - Resolved table formatting issue when table splits to multiple pages.
30+
- `#285747` - Resolved script error on server side export.
31+
- `#284704` - Resolved script error on changing the footer distance.
32+
- `#283529` - Resolved table layout issue when table is center aligned.
33+
- `#283180` - Resolved font family no records found issue.
34+
- `#282303` - Paste dropdown now hides when creating or opening new document.
35+
- `#280951` - Table content renders properly now for table with merged cells.
36+
- `#280973` - Resolved script while getting bookmarks from selection.
37+
- `#284486` - Comment Tab in pane is removed when enable comment is false.
38+
- `#283344` - Resolved the initial delay in pasting images.
39+
- `#282707`,`#284035` - Resolved bullet list exporting issue in MAC devices.
40+
- `#284412` - Comment mark is now deleted properly when comment is deleted.
41+
- `#281339` - Resolved RTL issue when editing a list content.
42+
- `#276616` - Paragraph maintained when inserting text in whole paragraph similar to MS Word.
43+
- `#284775` - Resolved table resize enabled issue in protected mode.
44+
- `#282504` - Resolved footer content overlapping issue when inserting image and table in footer.
45+
546
## 18.2.47 (2020-07-28)
647

748
### Document Editor

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.54 (2020-08-18)
6+
7+
### Dropdown Tree
8+
9+
#### Breaking Changes
10+
11+
- `#273325` - Provided the option to customize the Dropdown Tree’s input height when the content is increased.
12+
13+
### MultiSelect
14+
15+
#### Bug Fixes
16+
17+
- `#275308` - Performance issue will no longer occurs when render the multiselect with checkbox.
18+
519
## 18.2.48 (2020-08-04)
620

721
### 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.47",
3+
"version": "18.2.48",
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
@@ -8,6 +8,14 @@
88

99
#### Bug Fixes
1010

11+
- The issue with “The Toolbar is not updated while adding the sortOrder property value as none” is fixed now.
12+
13+
## 18.2.47 (2020-07-28)
14+
15+
### File Manager
16+
17+
#### Bug Fixes
18+
1119
- Resolved the issue with the incorrect delete confirmation dialog heading and content of the File Manager component.
1220

1321
## 18.2.44 (2020-07-07)

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

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

33
## [Unreleased]
44

5+
## 18.2.54 (2020-08-18)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#285919` - script error while using `checkbox` column with dialog editing has been fixed.
12+
- `#282743` - Provided custom separator support in `csv` export.
13+
- `#287707` - Menu Filtering in string column issue has been resolved.
14+
- `#286727` - Cell text selection issue while editing has been fixed.
15+
- `#287222` - Date column filtering issue with blank value has been fixed.
16+
- `#278507, #288354` - Setting column `minWidth` support while window resizing has been provided.
17+
- `#281825` - Grid resizing behaviour with percentage width column and grouping has been.
18+
- `#287897` - Row drag issue when field based checkbox column, has been fixed.
19+
520
## 18.2.48 (2020-08-04)
621

722
### 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.47",
3+
"version": "18.2.48",
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.54 (2020-08-18)
6+
7+
### In-place Editor
8+
9+
#### New Features
10+
11+
- `#279315` - Provided new event `change` that triggers when the integrated component value has changed that render based on the `type` property in the In-place editor.
12+
513
## 18.2.48 (2020-08-04)
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.2.45",
3+
"version": "18.2.48",
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.2.54 (2020-08-18)
6+
7+
### Range Slider
8+
9+
#### Bug Fixes
10+
11+
- `#277466` - In the mobile view, the scrolling issue when multiple sliders are rendered has been resolved
12+
513
## 18.2.48 (2020-08-04)
614

715
### TextBox

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

33
## [Unreleased]
44

5+
## 18.2.54 (2020-08-18)
6+
7+
### Kanban
8+
9+
#### Bug Fixes
10+
11+
- `#287430` - The issue with "Mismatch in the public methods type information" has been resolved.
12+
13+
## 18.2.47 (2020-07-28)
14+
15+
### Kanban
16+
17+
#### Bug Fixes
18+
19+
- `#284048` - Provided unassigned Swimlane group support on the Kanban board.
20+
521
## 18.2.44 (2020-07-07)
622

723
### Kanban

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.2.44",
3+
"version": "18.2.47",
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/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.46",
3+
"version": "18.2.48",
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.48 (2020-08-04)
11+
## 18.2.47 (2020-07-28)
1212

1313
### Maps
1414

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.44",
3+
"version": "18.2.47",
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.54 (2020-08-18)
6+
7+
### TreeView
8+
9+
#### Bug Fixes
10+
11+
- `#286992` - The issue with rendering the TreeView with hierarchical data source using the offline property has been resolved
12+
513
## 18.2.47 (2020-07-28)
614

715
### Menu

components/pivotview/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.2.54 (2020-08-18)
6+
7+
### Pivot Table
8+
9+
#### Bug Fixes
10+
11+
- Now drill-through dialog can be opened when the measures are placed in row axis.
12+
13+
#### New Features
14+
15+
- `#260352`,`#276917`,`#280407`,`#281842` - Provided an option to do the aggregation in server side and the rendering part alone will be done in client side. It is to improve the performance while binding huge size of data from remote server.
16+
- `#279727` - Provided support to sort the alphanumeric field members.
17+
- `#F155279` - Provided an option to restrict the drill-through dialog to display.
18+
- `#281462`,`#282526`,`#287070` - Provided an option to edit the aggregated cells directly (inline editing) without opening editing dialog.
19+
- `#283107` - Provided template support in toolbar panel to create custom toolbar option.
20+
- `#284800` - Introduced an event to get the edited raw data information after the editing operation.
21+
522
## 18.2.44 (2020-07-07)
623

724
### Pivot Table

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.48 (2020-08-04)
5+
## 18.2.47 (2020-07-28)
66

77
### ProgressBar
88

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

components/richtexteditor/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.54 (2020-08-18)
6+
7+
### RichTextEditor
8+
9+
#### Bug Fixes
10+
11+
`#287193` - The issue with "Script error occurs with toolbar options when placing the cursor before & after the RichTextEditor table" has been resolved.
12+
13+
514
## 18.2.48 (2020-08-04)
615

716
### RichTextEditor

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

0 commit comments

Comments
 (0)