Skip to content

Commit eaed8b3

Browse files
author
pipeline
committed
v19.1.59 is released
1 parent 719e23c commit eaed8b3

40 files changed

+258
-28
lines changed

components/barcodegenerator/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.1.58 (2021-04-27)
5+
## 19.1.59 (2021-05-04)
66

77
### Barcode
88

components/base/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.1.58 (2021-04-27)
5+
## 19.1.59 (2021-05-04)
66

77
### Common
88

components/charts/CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
22

33
## [Unreleased]
44

5+
## 19.1.59 (2021-05-04)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#308029` - Console error thrown while using special character in the chart container ID issue has fixed.
12+
- `#F164708` - The white space in the legend icon issue has been fixed.
13+
- Accumulation chart refresh method removes inner HTML elements issue has been fixed.
14+
- `#325193` - Rotating data label is now working properly
15+
16+
#### New Features
17+
18+
- `#289399` - Provided support to reverse the legend shape and text.
19+
20+
## 19.1.58 (2021-04-27)
21+
22+
### Accumulation chart
23+
24+
#### Bug Fixes
25+
26+
- `#323707` - Console error thrown while using various radius pie chart inside dashboard layout issue is fixed.
27+
28+
## 19.1.57 (2021-04-20)
29+
30+
### Chart
31+
32+
#### Bug Fixes
33+
34+
- `#F163318` - Need to skip data not available in shared tooltip issue fixed.
35+
536
## 19.1.56 (2021-04-13)
637

738
### Chart

components/charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-charts",
3-
"version": "19.1.56",
3+
"version": "19.1.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/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## [Unreleased]
77

8-
## 19.1.58 (2021-04-27)
8+
## 19.1.59 (2021-05-04)
99

1010
### CircularGauge
1111

components/diagrams/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
## [Unreleased]
44

5+
## 19.1.59 (2021-05-04)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I323457` - This issue "straight line segment not moved in group while dragging grouping node" has been fixed.
12+
- `#I325103` - This issue "Connector alignment is not rendered properly at initial rendering" has been fixed.
13+
- `F164350` - The issue "Annotation hyper link is not working" has been fixed.
14+
- `#319911` - The issue "Customized style disappears when serializing the BPMN shapes" has been fixed.
15+
- `#321939` - The issue "Swimlane send to back node working" has been fixed.
16+
- `#322854` - The issue "Swimlane children disappear while performing the order commands" has been fixed.
17+
- `#323203` - The issue "Exception occurs when try to redo the node's gradient color" has been fixed.
18+
- `#324238` - The issue "An empty space will take place along with the diagram while exporting the diagram into the image" has been fixed.
19+
- `#321284` - The issue "The loaded layout diagram is differ from the saved diagram" has been fixed.
20+
- `F164274` - The issue "Resize functionality of the lane is not working if the can move is false" has been fixed.
21+
522
## 19.1.57 (2021-04-20)
623

724
### Diagram

components/documenteditor/CHANGELOG.md

+43
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,49 @@
22

33
## [Unreleased]
44

5+
## 19.1.59 (2021-05-04)
6+
7+
### Document Editor
8+
9+
#### New Features
10+
11+
- `#I307321` - Added support table positioning properties.
12+
13+
#### Bug Fixes
14+
15+
- `#I324028` - Resolved the font dialog properties applied in font dialog.
16+
- `#I323597` - Resolved the text box rendering in RTF documents.
17+
- `#I323603` - Resolved the footnote issue when switching to web layout.
18+
- `#I321745` - Resolved the comment selection issue.
19+
- `#I322561` - Resolved the bookmark undo and redo script error.
20+
- `#I323670` - Resolved the font size and font family issue in copy paste.
21+
- `#I325291` - Document with alternate chunks is now loaded properly.
22+
- `#I323401`, `#I323423` - Resolved the page wise footnote content layout issue.
23+
- `#I326150` - Resolved issue in updating cross reference field.
24+
- `#F160804` - Styles not considered properly while deleting the content.
25+
- `#I324169` - Resolved opacity issue in toolbar item.
26+
- `#I312306` - Hyperlink context is now retrieved properly.
27+
- Resolved the `showRestrictEditingPane` API script error.
28+
- Resolved the document zooming issue.
29+
30+
## 19.1.58 (2021-04-27)
31+
32+
### Document Editor
33+
34+
#### Bug Fixes
35+
36+
- `#I324223`, `#I324023` - Resolved the underline issue in word document export.
37+
- `#I322560`, `#I323516` - Script error in the top and bottom layout is resolved.
38+
- `#I322402` - Before pane switch event triggering twice issue is resolved.
39+
- `#F163664` - Unresponsive issue in opening large size text file is resolved.
40+
- `#I323401`, `#I323423` - Resolved the page wise footnote content layout issue.
41+
- `#I322548` - Resolved the track changes issue in track changes.
42+
- `#I322561` - Bookmark delete and history operation is working fine.
43+
44+
#### New Features
45+
46+
- `#I307321` - Added support table positioning properties.
47+
548
## 19.1.57 (2021-04-20)
649

750
### Document Editor

components/documenteditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-documenteditor",
3-
"version": "19.1.57",
3+
"version": "19.1.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

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 19.1.59 (2021-05-04)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#317293` - Listbox event properties descriptions added.
12+
13+
### MultiSelect
14+
15+
#### Bug Fixes
16+
17+
- `#I323182` - Issue with "grouping headers are duplicated and overlapped with popup items while scrolling the popup after selecting the first popup item" has been resolved.
18+
519
## 19.1.57 (2021-04-20)
620

721
### ListBox

components/dropdowns/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-dropdowns",
3-
"version": "19.1.57",
3+
"version": "19.1.58",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.1.58 (2021-04-27)
5+
## 19.1.59 (2021-05-04)
66

77
### File Manager
88

components/gantt/CHANGELOG.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,25 @@
22

33
## [Unreleased]
44

5-
## 19.1.58 (2021-04-27)
5+
## 19.1.59 (2021-05-04)
66

77
### Gantt
88

99
#### Bug Fixes
1010

11-
- `#324141` - Issue in tooltip rendering position has been fixed.
12-
- `#320979` - Issue on changing data source and timeline settings on same time has been fixed.
13-
- `F163357` - Duplicating issue when a task is dropped below an unassigned resource in the resource view has been fixed.
11+
- `#325250` - Progress updated properly in manual scheduling.
12+
- `#324644` - Issue on adding records, when Gantt view is changed has been fixed.
13+
- `#325627` - Editing works fine after when holiday is set dynamically.
1414

15-
## 19.1.57 (2021-04-20)
15+
## 19.1.58 (2021-04-27)
1616

1717
### Gantt
1818

1919
#### Bug Fixes
2020

21+
- `#324141` - Issue in tooltip rendering position has been fixed.
22+
- `#320979` - Issue on changing data source and timeline settings on same time has been fixed.
23+
- `F163357` - Duplicating issue when a task is dropped below an unassigned resource in the resource view has been fixed.
2124
- `F164497` - Issue in editing end date of a task has been fixed.
2225

2326
## 19.1.56 (2021-04-13)

components/gantt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-gantt",
3-
"version": "19.1.57",
3+
"version": "19.1.58",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 19.1.59 (2021-05-04)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I324695` - Misalignment occurred while doing show or hide in stacked header with frozen is fixed.
12+
- `#I321693` - `RowDeselected` event data as empty when unchecking the select All checkbox, issue has been resolved.
13+
- `#I295052` - Switch component editing issue in dialog template has been fixed.
14+
- `#I322601` - Header checkbox state is not proper on dynamic data update, issue has been fixed.
15+
- `#I317611` - Warning error thrown when using local data issue has been fixed.
16+
- `#I324294` - Grid checkbox selection performance issue has been fixed in material theme.
17+
- `#F164532` - Column remote data issue with dropdown edit has been fixed.
18+
519
## 19.1.58 (2021-04-27)
620

721
### Grid
@@ -14,6 +28,9 @@
1428
- `#I322859, #I323462` - Ignore accent property issue with excel filter has been fixed.
1529
- `#I318995` - Child Grid expand not working properly has been fixed.
1630
- `#I321908` - Throws script error while dragging page number index in Grid is fixed.
31+
- `#I323304` - Displayed the `headerText` instead of `Filter` in adaptive UI filter dialog.
32+
- `#I323304` - Column's visible, `allowFiltering`, and `allowSorting` properties not working in adaptive UI issue has been fixed.
33+
- `#I322769` - Adaptive UI default toolbar items issue has been fixed.
1734

1835
## 19.1.57 (2021-04-20)
1936

components/grids/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-grids",
3-
"version": "19.1.57",
3+
"version": "19.1.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/inplaceeditor/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.1.58 (2021-04-27)
5+
## 19.1.59 (2021-05-04)
66

77
### In-place Editor
88

components/inputs/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 19.1.59 (2021-05-04)
6+
7+
### Range Slider
8+
9+
#### Bug Fixes
10+
11+
- `#I313394` - The issue with "The Range Slider handle position is moved to the wrong position after performing drag and drop using the range bar" has been fixed.
12+
513
## 19.1.54 (2021-03-30)
614

715
### MaskedTextBox

components/kanban/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 19.1.59 (2021-05-04)
6+
7+
### Kanban
8+
9+
#### Bug Fixes
10+
11+
- `#278650` - The issue with "Unable to drag and drop the cards on iPad device" has been fixed.
12+
513
## 19.1.57 (2021-04-20)
614

715
### Kanban

components/layouts/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.1.58 (2021-04-27)
5+
## 19.1.59 (2021-05-04)
66

77
### Splitter
88

components/lists/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.1.58 (2021-04-27)
5+
## 19.1.59 (2021-05-04)
66

77
### ListView
88

components/navigations/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 19.1.59 (2021-05-04)
6+
7+
### Menu
8+
9+
#### Bug Fixes
10+
11+
- The issue with "Script error occurs while calling the refresh method in angular" has been resolved.
12+
513
## 19.1.58 (2021-04-27)
614

715
### TreeView

components/navigations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-navigations",
3-
"version": "19.1.57",
3+
"version": "19.1.58",
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/notifications/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.1.58 (2021-04-27)
5+
## 19.1.59 (2021-05-04)
66

77
### Toast
88

components/pdfviewer/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 19.1.59 (2021-05-04)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#322039` - The Arrow icon is shown properly in the custom stamp dropdown.
12+
513
## 19.1.58 (2021-04-27)
614

715
### PDF Viewer

components/pdfviewer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-pdfviewer",
3-
"version": "19.1.57",
3+
"version": "19.1.58",
44
"description": "Essential JS 2 PDF viewer Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 19.1.59 (2021-05-04)
6+
7+
### Pivot Table
8+
9+
#### Bug Fixes
10+
11+
- `#325971`,`#325981` - The toolbar options are now working in the server-side engine.
12+
513
## 19.1.58 (2021-04-27)
614

715
### Pivot Table

0 commit comments

Comments
 (0)