Skip to content

Commit 908686b

Browse files
author
pipeline
committed
v20.1.56 is released
1 parent 63e2f4e commit 908686b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+234
-46
lines changed

components/barcodegenerator/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-barcode-generator",
3-
"version": "20.1.47",
3+
"version": "20.1.55",
44
"description": "Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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-
## 20.1.55 (2022-05-12)
5+
## 20.1.56 (2022-05-17)
66

77
### Common
88

components/buttons/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-buttons",
3-
"version": "20.1.52",
3+
"version": "20.1.55",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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+
## 20.1.56 (2022-05-17)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I378119` - PlotOffsetBottom not working fine issue has been fixed.
12+
513
## 20.1.55 (2022-05-12)
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": "20.1.52",
3+
"version": "20.1.55",
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": "20.1.51",
3+
"version": "20.1.55",
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: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22

33
## [Unreleased]
44

5+
## 20.1.56 (2022-05-17)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I376089` - Resolved the error when converting sfdt to docx in Java server library.
12+
- `#I375856` - Resolved the issue in opening a document with nested content control and exporting to docx.
13+
- `#I373359` - Resolved the multiples instances of table of content was created when track changes was enabled issue.
14+
- `#I375732` - Resolved the table merged cell rendering issue.
15+
- `#I375798` - Resolved the control hanging issue on opening a document due to tab element.
16+
- `#I375298` - Resolved the indentation hides text in web layout.
17+
- `#I375704` - Resolved the restart level issue in word export.
18+
- `#I375703` - Resolved the footnote inside the table layout issue in initial rendering.
19+
20+
## 20.1.55 (2022-05-12)
21+
22+
### Document Editor
23+
24+
#### Bug Fixes
25+
26+
- `#FB34545` - Resolved the document editor container component destroy issue.
27+
- `#I375339` - Resolved the restart page numbering consideration on table of content updating.
28+
- `#I374447` - Resolved the empty pages issue on printing a document with landscape orientation.
29+
- `#I373959` - Resolved the pagination issue on layouting and downloading a sfdt.
30+
- `#I373287` - Resolved the control hanging issue while opening a document with table
31+
- `#I366157`, `#I367362` - Resolved the table rendering issue at the bottom of the page.
32+
- `#I373048` - Rejecting new paragraphs tracked changes releases the occupied space.
33+
- `#I372635` - Resolved the issue in review pane while opening a default document with track changes.
34+
- `#I372245` - Resolved the layouting issue for large footnote content which flows over the current page.
35+
- `#I371788` - Resolved the multiple call issue when enabling the spellcheck after editing the document.
36+
- `#I371641` - Resolved the minimum column width causes in-finite lopping issue when resizing table.
37+
- `#I368482` - Resolved the table in document overlaps footer.
38+
- `#I367499` - Resolved the chart color rendering and shape overlapping issue.
39+
- `#I368087` - Resolved the list format issues when open document by Document Editor.
40+
541
## 20.1.52 (2022-05-04)
642

743
### Document Editor

components/dropdowns/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.1.56 (2022-05-17)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `F174682` - Issue with "Drag and Drop not working properly while using item template in listbox" has been resolved.
12+
13+
### AutoComplete
14+
15+
#### Bug Fixes
16+
17+
- `I372269` - Issue with "value is displayed instead of text while binding beyond the initial loading data values" has been resolved.
18+
19+
### DropDownList
20+
21+
#### Bug Fixes
22+
23+
- `I375107` - Issue with "cascading dropdown list doesn't display the updated data while binding the remote data and filtering enabled" has been resolved.
24+
525
## 20.1.52 (2022-05-04)
626

727
### 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": "20.1.52",
3+
"version": "20.1.55",
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+
## 20.1.56 (2022-05-17)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- `#F174002` - The issue with "Drag and drop throws an error for the date-modified column of the File Manager" has been resolved.
12+
513
## 20.1.55 (2022-05-12)
614

715
### File Manager

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

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.1.56 (2022-05-17)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#F174816` - Landscape page orientation is not working when exporting Pdf has been fixed.
12+
- `#377857` - Task not assigned to resources when dynamically changes from project view into resource view has been fixed.
13+
14+
- `#F174816` - Landscape page orientation is not working when exporting Pdf has been fixed.
15+
516
## 20.1.55 (2022-05-12)
617

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

components/gantt/src/gantt/adddialogfields-directive.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { AddDialogFieldSettingsModel } from '@syncfusion/ej2-gantt';
1414
* </GanttComponent>
1515
* ```
1616
*/
17-
export class AddDialogFieldDirective extends ComplexBase<AddDialogFieldSettingsModel, AddDialogFieldSettingsModel> {
17+
export class AddDialogFieldDirective extends ComplexBase<AddDialogFieldSettingsModel & { children?: React.ReactNode }, AddDialogFieldSettingsModel> {
1818
public static moduleName: string = 'addDialogField';
1919
}
2020

components/gantt/src/gantt/columns-directive.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export interface ColumnDirTypecast {
1717
* </GanttComponent>
1818
* ```
1919
*/
20-
export class ColumnDirective extends ComplexBase<ColumnModel| ColumnDirTypecast, ColumnModel| ColumnDirTypecast> {
20+
export class ColumnDirective extends ComplexBase<ColumnModel| ColumnDirTypecast & { children?: React.ReactNode }, ColumnModel| ColumnDirTypecast> {
2121
public static moduleName: string = 'column';
2222
}
2323

components/gantt/src/gantt/dayworkingtime-directive.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { DayWorkingTimeModel } from '@syncfusion/ej2-gantt';
1414
* </GanttComponent>
1515
* ```
1616
*/
17-
export class DayWorkingTimeDirective extends ComplexBase<DayWorkingTimeModel, DayWorkingTimeModel> {
17+
export class DayWorkingTimeDirective extends ComplexBase<DayWorkingTimeModel & { children?: React.ReactNode }, DayWorkingTimeModel> {
1818
public static moduleName: string = 'dayWorkingTime';
1919
}
2020

components/gantt/src/gantt/editdialogfields-directive.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { EditDialogFieldSettingsModel } from '@syncfusion/ej2-gantt';
1414
* </GanttComponent>
1515
* ```
1616
*/
17-
export class EditDialogFieldDirective extends ComplexBase<EditDialogFieldSettingsModel, EditDialogFieldSettingsModel> {
17+
export class EditDialogFieldDirective extends ComplexBase<EditDialogFieldSettingsModel & { children?: React.ReactNode }, EditDialogFieldSettingsModel> {
1818
public static moduleName: string = 'editDialogField';
1919
}
2020

components/gantt/src/gantt/eventmarkers-directive.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { EventMarkerModel } from '@syncfusion/ej2-gantt';
1313
* </GanttComponent>
1414
* ```
1515
*/
16-
export class EventMarkerDirective extends ComplexBase<EventMarkerModel, EventMarkerModel> {
16+
export class EventMarkerDirective extends ComplexBase<EventMarkerModel & { children?: React.ReactNode }, EventMarkerModel> {
1717
public static moduleName: string = 'eventMarker';
1818
}
1919

components/gantt/src/gantt/holidays-directive.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { HolidayModel } from '@syncfusion/ej2-gantt';
1414
* </GanttComponent>
1515
* ```
1616
*/
17-
export class HolidayDirective extends ComplexBase<HolidayModel, HolidayModel> {
17+
export class HolidayDirective extends ComplexBase<HolidayModel & { children?: React.ReactNode }, HolidayModel> {
1818
public static moduleName: string = 'holiday';
1919
}
2020

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+
## 20.1.56 (2022-05-17)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#F174681` - Provided support for Column dragging when dynamically enabling the Group drop area.
12+
- `#I375458` - Column read as draggable after disabling column reorder for Particular column has been fixed.
13+
- `#I376011` - Styling issue on grouping all the columns in grid is fixed.
14+
- `#I352445` - Changed the title and read message of three dot icon in Page container.
15+
- `#I366376` - column template does not destroyed while using `setRowData` method has been fixed.
16+
517
## 20.1.52 (2022-05-04)
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": "20.1.52",
3+
"version": "20.1.55",
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/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": "20.1.47",
3+
"version": "20.1.55",
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/inputs/src/uploader/files-directive.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { FilesPropModel } from '@syncfusion/ej2-inputs';
1414
* </UploaderComponent>
1515
* ```
1616
*/
17-
export class UploadedFilesDirective extends ComplexBase<FilesPropModel, FilesPropModel> {
17+
export class UploadedFilesDirective extends ComplexBase<FilesPropModel & { children?: React.ReactNode }, FilesPropModel> {
1818
public static moduleName: string = 'uploadedFiles';
1919
}
2020

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": "20.1.47",
3+
"version": "20.1.55",
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/lineargauge/CHANGELOG.md

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

1212
## [Unreleased]
1313

14-
## 20.1.55 (2022-05-12)
14+
## 20.1.56 (2022-05-17)
1515

1616
### LinearGauge
1717

components/navigations/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.1.56 (2022-05-17)
6+
7+
### Menu
8+
9+
#### Bug Fixes
10+
11+
- `#I373045` - An issue with "Script error occurs while using keyboard navigation in menu" has been resolved.
12+
13+
### TreeView
14+
15+
#### Bug Fixes
16+
17+
- `#I371505` - The issue with "The TreeView checked node state doesn't update properly for nested levels when loadOnDemand is enabled" has been resolved.
18+
19+
### Tab
20+
21+
#### Bug Fixes
22+
23+
- `#F174831` - An issue with drag not works when adding multiple tab items has been fixed.
24+
525
## 20.1.51 (2022-04-26)
626

727
### TreeView

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": "20.1.51",
3+
"version": "20.1.55",
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: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,55 @@
22

33
## [Unreleased]
44

5+
## 20.1.56 (2022-05-17)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#SF-371824`- The properties of form fields will be updated properly using the `updateFormField` method while scrolling over pages.
12+
513
## 20.1.55 (2022-05-12)
614

715
### PDF Viewer
816

17+
#### New Features
18+
19+
- `#SF-368647`, `#SF-366041`- Exposed a method to focus form fields on a document.
20+
- `#SF-362221`, `#SF-364814`, `#SF-368380`, `#SF-363379`- Provided the support for field Id and field Name for the Form Fields events.
21+
- `#SF-353301`- Implemented the `GetPageNumberFromClientPoint`, `ConvertClientPointToPagePoint`, `ConvertPagePointToClientPoint`, `ConvertPagePointToScrollingPoint` and `zoomToRect` methods.
22+
923
#### Bug Fixes
1024

11-
- `SF-372732`- A signature in the signature field will be displayed in the downloaded document when the form field properties have been updated using the `updateFormFields` method.
25+
- `#SF-372732`- A signature in the signature field will be displayed in the downloaded document when the form field properties have been updated using the `updateFormFields` method.
26+
- `#SF-361979`- Now, signature fields with the same value for the name property will be visible when the document is downloaded and reloaded.
27+
- `#SF-367560`, `#SF-367313`- Improved the pinch-zoom in and out responsiveness in the mobile device.
28+
- `#SF-368770`, `#SF-373344`, `#SF-372215`- Now, the properties of text box fields are changed properly using the `textFieldSettings` property.
29+
- `#SF-369002`- A signature will be downloaded in the correct position for rotated and scanned documents.
30+
- `#SF-369554`- The form fields are now added horizontally to the page, even for rotated documents.
31+
- `#SF-371560`- Form fields in a rotated document will be rendered according to the field rotation.
32+
- `#SF-373137`- The `ArgumentOutOfRangeException` exception will no longer occur when extracting the text for the provided document.
33+
- `#SF-375548`, `#SF-374826`, `#SF-375215`, `#SF-376171`, `#SF-376531`- The `Microsoft.Extensions.Caching.Memory` was changed into a stable version.
34+
- `#SF-364871`- Now, the handwritten signature images and custom stamps will be resized proportionally.
35+
- `#SF-368168`- PDF Viewer toolbar appeared properly from view on zooming in mobile mode.
36+
- `#SF-370140`- The label content of calibrating annotations is correctly updated when their properties are edited programmatically.
37+
- `#SF-370758`- The Script error will no longer be thrown while downloading the document after adding the handwritten type signature on a mobile device.
38+
- `#SF-370904`- The signature collection and some signature properties are properly defined in the `addSignature` event on a mobile device.
39+
- `#SF-377746`- The PDF Viewer download button no longer opens the blob URL in Firefox for downloading the document.
40+
- `#SF-367878`- The Script error will no longer be thrown while clicking the form field for the second time.
41+
- `#SF-373785`- The initial field will no longer be undefined after filling the field.
42+
- `#SF-363381`- The `formFieldPropertiesChange` event triggers on removing the signature from the signature field.
43+
- `#SF-371825`- Now, the form fields will appear while scrolling through the different pages.
44+
- `#SF-371838`- The Custom stamp annotation will be rendered correctly for the PDF document provided.
45+
- `#SF-365736`, `#SF-366420`- In mobile devices, the Script error will no longer occur when adding the signature.
1246

1347
## 20.1.52 (2022-05-04)
1448

1549
### PDF Viewer
1650

1751
#### Bug Fixes
1852

19-
- `SF-361979`- Now, signature fields with the same value for the name property will be visible when the document is downloaded and reloaded.
53+
- `#SF-361979`- Now, signature fields with the same value for the name property will be visible when the document is downloaded and reloaded.
2054

2155
## 20.1.51 (2022-04-26)
2256

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

0 commit comments

Comments
 (0)