Skip to content

Commit 8b78bde

Browse files
author
pipeline
committed
v20.2.43 is released
1 parent c1649e5 commit 8b78bde

File tree

36 files changed

+222
-26
lines changed

36 files changed

+222
-26
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
## License
3838
Check the license detail [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/license).
3939
## Changelog
40-
Check the changelog [here](https://ej2.syncfusion.com/react/documentation/release-notes?utm_source=npm&utm_campaign=ej2-react-ui-components)
41-
© Copyright 2020 Syncfusion, Inc. All Rights Reserved.
40+
Check the changelog [here](https://ej2.syncfusion.com/react/documentation/release-notes/index/?utm_source=npm&utm_campaign=ej2-react-ui-components)
41+
© Copyright 2022 Syncfusion, Inc. All Rights Reserved.
4242
The Syncfusion Essential Studio license and copyright applies to this distribution.

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.2.36",
3+
"version": "20.2.38",
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/buttons/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.2.43 (2022-08-08)
6+
7+
### Switch
8+
9+
#### Bug Fixes
10+
11+
- `#384387` - The issue with "Switch component click event trigger two times when we handling enable/disable dynamically" has been resolved.
12+
513
## 20.2.36 (2022-06-30)
614

715
### Checkbox

components/calendars/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-calendars",
3-
"version": "20.2.38",
3+
"version": "20.2.40",
44
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. 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.2.43 (2022-08-08)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I393292` - Accumulation chart tooltip marker issue has been fixed.
12+
513
## 20.2.40 (2022-07-26)
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.2.38",
3+
"version": "20.2.40",
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.2.39",
3+
"version": "20.2.40",
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": "20.2.39",
3+
"version": "20.2.40",
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+
## 20.2.43 (2022-08-08)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#I384240` - Issue with "`RemoveItems` not working properly after adding items with specific index" has been resolved.
12+
513
## 20.2.40 (2022-07-26)
614

715
### MultiSelect

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.2.39",
3+
"version": "20.2.40",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
#### Bug Fixes
1010

11+
- `#I391271` - The issue with "Facing an error in the File Manager component while performing the drag and drop with the ID-based providers" has been resolved.
12+
13+
### File Manager
14+
15+
#### Bug Fixes
16+
1117
- `#I385707` - The issue with "Facing error while copying and pasting a folder within another folder in the MVC File Manager component" has been resolved.
1218

1319
### File Manager

components/gantt/CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,32 @@
22

33
## [Unreleased]
44

5+
## 20.2.43 (2022-08-08)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#I393339` - Empty record is displayed after searching a text when using the refresh method issue has been fixed.
12+
- `#I392655` - Issue in deleting multiple tasks, when one task is collapsed issue has been fixed.
13+
- `#I394407` - Script error occurs when we edit the baseline date issue has been fixed.
14+
- `#I376455` - Unable to focus on chart element when editing is not enabled has been fixed.
15+
- `#I393670`, `#I393633` - End date calculated wrongly for adding new task after zoom to fit is performed issue has been fixed.
16+
- `#I391704`-Need to disable HTML encoding in tooltip has been fixed.
17+
- `#F149986` - Unable to use drop down edit in progress column has been fixed.
18+
19+
- `#I393339` - Empty record is displayed after searching a text when using the refresh method issue has been fixed.
20+
- `#I392655` - Issue in deleting multiple tasks, when one task is collapsed issue has been fixed.
21+
- `#I394407` - Script error occurs when we edit the baseline date issue has been fixed.
22+
- `#I393670`, `#I393633` - End date calculated wrongly for adding new task after zoom to fit is performed issue has been fixed.
23+
524
## 20.2.39 (2022-07-19)
625

726
### Gantt
827

928
#### Bug Fixes
1029

1130
- `#I389834` - Records position not updated properly in datasource when we drag and drop the records issue has been fixed.
12-
- `#I376455` - Unable to focus on chart element when editing is not enabled has been fixed.
1331

1432
## 20.2.38 (2022-07-12)
1533

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.2.43 (2022-08-08)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I392233` - Filtering issue with Boolean values has been fixed and now working properly.
12+
- `#I388879` - Destroying Grid with expanded child grid throws script error has been resolved.
13+
- `#I388052` - Screen reader reads the column as draggable even though it is not a draggable column has been fixed.
14+
515
## 20.2.40 (2022-07-26)
616

717
### Grid
818

19+
#### Bug Fixes
20+
21+
- `#I387901` - Command column disappear on pressing shift+tab key issue has been fixed.
22+
- `#I375590` - Now the Screen Reader announcing the state of the expand and collapse icon properly.
23+
- `#I390959` - `setRowData` method is now working properly with Column Template has been fixed.
24+
- `#I390767` - Text wrapping is not applied in the Stack header feature issue has been fixed.
25+
926
#### Breaking Changes
1027

1128
- The Expand and Collapse icon element change from div to anchor tag due to improvement in web accessibility.

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.2.39",
3+
"version": "20.2.40",
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/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-heatmap",
3-
"version": "20.2.36",
3+
"version": "20.2.38",
44
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/kanban/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.2.43 (2022-08-08)
6+
7+
### Kanban
8+
9+
#### Bug Fixes
10+
11+
- `I392686` - Now, the drag and drop between the cards will work fine when showAddButton is enabled with the Kanban columns.
12+
- `I393080` - Now, the column border of the dragged clone cells will render properly.
13+
- `I393078` - Now, the drag and drop between the cards will work fine with out any flickering.
14+
515
## 20.2.38 (2022-07-12)
616

717
### Kanban

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+
## 20.2.39 (2022-07-19)
6+
7+
### ListView
8+
9+
#### New Features
10+
11+
- `#I385167` - Provided support to cancel the ListView select event.
12+
513
## 20.2.36 (2022-06-30)
614

715
### ListView

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": "20.2.36",
3+
"version": "20.2.39",
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: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,20 @@
88

99
## [Unreleased]
1010

11-
## 20.2.40 (2022-07-26)
11+
## 20.2.43 (2022-08-08)
12+
13+
### Maps
14+
15+
#### New Features
16+
17+
- `#I390757` - As an alternative to the `click` event, the `onclick` event is exposed.
18+
19+
#### Bug Fixes
20+
21+
- `#I392653` - The `content` property in the event argument can now be used to customize the layer tooltip with format in the `tooltipRender` event.
22+
- `#F174180` - Maps will function properly when adding and removing layers via the `zoom` event.
23+
24+
## 20.2.38 (2022-07-12)
1225

1326
### Maps
1427

@@ -431,4 +444,4 @@ The Maps control is used to visualize the geographical data. It is used to repre
431444
- **Data Labels** - Supports data label to provide additional information about the shapes.
432445
- **Navigation Lines** - Lines can be rendered between various points in map.
433446
- **Annotations** - Supports placing any HTML element on desired location in the map.
434-
- **User interaction** - Supports interactive features like zooming, panning, tooltip, highlight, selection and interactive legend.
447+
- **User interaction** - Supports interactive features like zooming, panning, tooltip, highlight, selection and interactive legend.

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": "20.2.36",
3+
"version": "20.2.38",
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/notifications/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-notifications",
3-
"version": "20.2.36",
3+
"version": "20.2.38",
44
"description": "A package of Essential JS 2 notification components such as Toast and Badge which used to notify important information to end-users. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pdfviewer/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.2.43 (2022-08-08)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#F176277` - Context menus will now open all the pages that are visible in the viewport.
12+
- `#SF-3813` - The signature is now being downloaded without any pixel issue.
13+
- `#SF-390997`,`#SF-392717`,`#SF-394607` - The signature is now displayed and properly positioned in the document that was downloaded.
14+
- `#SF-383108` - Now,the custom stamp annotations are added properly in touch mode
15+
- `#SF-377362` - Annotations are now placed in the correct position in the download PDF document with crop value.
16+
- `#SF-383385` - The delete key can be used to remove annotations added in touch mode.
17+
- `#SF-381030` - Unloading a PDF document from the first PDF Viewer component no longer affects the rendering of the PDF document in the second PDF Viewer component.
18+
- `#SF-385936` - The value of the Add Signature button will not extend outside the button and missing Portuguese tooltips have been translated.
19+
- `#SF-372855`, `#F173951` - An annotation can now be added and resized up to the edge of the PDF document.
20+
- `#SF-380996` - The `TextSearchComplete` event will be triggered when the text is searched in the PDF viewer.
21+
- `#SF-377035`,`#SF-379948` - A tooltip will be displayed in a form field even if the FormDesignerService is not injected.
22+
- `#SF-380472` - Added form fields after pressing escape no longer shades form fields.
23+
- `#SF-384112` - The `formFieldSelect` event will be triggered while selecting the first form field in the document.
24+
- `#SF-386568` - In the Bootstrap5 theme, the search icon will change to a clear icon after a search has been initiated.
25+
- `#SF-382999` - The type signature in the signature fields will be modified based on the height of the Signature field while resizing.
26+
- `#SF-379221` - Now, cache values (PDF_CONTENT) are updated in the `getCache()` method.
27+
- `#SF-385864` - Now, the dropdown values will be changed programmatically in the PDF Viewer.
28+
- `#SF-386545` - Now, the signature field color will appear while scrolling down long document.
29+
- `#SF-272377` - Now, the position and size of the arrow shapes in the shape annotation are same as in the downloaded document.
30+
- `#F173953` - Now, Script error have been resolved.
31+
- `#SF-378591` - The issue with the comment panel not opening after disabling and enabling again has been fixed.
32+
- `#SF-386545` - Now, the signature field color will appear with opacity while scrolling down long document.
33+
- `#SF-390764` - The issue of is document edited API is false while editing a document has been resolved.
34+
- `#SF-388086` - The issue of replied comments merging with other annotations has been resolved.
35+
- `#SF-379142`,`#SF-391296` - The x,y bounds of the form fields are proper while adding the form field.
36+
- `#SF-386887` - The issue with radio button alignment with different zoom settings has been resolved.
37+
- `#F175614` - For load failed and PDF file path not found errors, an error message is now displayed.
38+
- `#SF-379627` - formFieldMouseover and formFieldMouseLeave is now trigger properly.
39+
- `#SF-387260` - Now Signature Indicator Properties can be modified Programmatically in DOM.
40+
- `#SF-384670` - Now that the type has been fixed, the signature value for the second time has been updated using form field collections.
41+
- `#SF-382941`,`#SF-383132` - Now duplicate form fields able to select, move, delete and edit after deleting original form fields.
42+
- `#SF-389566` - Now, Script Error is not occurs while try to change Pdf view to text view in sample.
43+
- `#SF-376222` - Now, Annotation selector binds while dragging with right click and then clicking left click.
44+
- `#SF-382568` - Now text boxes with the same name are saved and preserved after downloading and loading the document.
45+
- `SF-387261` - The signature in the signature field is not visible on Adobe Reader's print preview has been resolved.
46+
- `#SF-380373` - Now the event triggering is fixed for Hand Written Signature only, if it is a Signature field, then the add and remove signature events are skipped.
47+
- `#SF-383430` - Now copy, cut and paste does not generate any duplicates while using key short cut.
48+
- `#SF-376526` - Now, Mobile device resizing of the Signature Form Field has been improved.
49+
- `#SF-392270` - Now Signature is not drawn few inches away from the cursor on signature dialog.
50+
551
## 20.2.40 (2022-07-26)
652

753
### PDF Viewer
@@ -15,6 +61,7 @@
1561
- `#SF-380373` - Now the event triggering is fixed for Hand Written Signature only, if it is a Signature field, then the add and remove signature events are skipped.
1662
- `#SF-383430` - Now copy, cut and paste does not generate any duplicates while using key short cut.
1763
- `#SF-376526` - Now, Mobile device resizing of the Signature Form Field has been improved.
64+
- `#SF-392270` - Now Signature is not drawn few inches away from the cursor on signature dialog.
1865

1966
## 20.2.39 (2022-07-19)
2067

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

components/pivotview/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+
## 20.2.43 (2022-08-08)
6+
7+
### Pivot Table
8+
9+
#### Bug Fixes
10+
11+
- `#I390649` - When virtual scrolling is enabled, the pivot table now properly refreshed while performing value sorting.
12+
13+
#### New Features
14+
15+
- `#I364830` - Improved server-side engine performance. As a result, pivot table can now render up to 3 million records without any issues.
16+
- `#I382580` - The calculated field UI now has a "Format" dropdown option for relational data source.
17+
518
## 20.2.39 (2022-07-19)
619

720
### Pivot Table

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": "20.2.39",
3+
"version": "20.2.40",
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: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,22 @@
22

33
## [Unreleased]
44

5+
## 20.2.43 (2022-08-08)
6+
7+
### QueryBuilder
8+
9+
#### Bug Fixes
10+
11+
- `#I391922` - Issue with Show Buttons option in query builder has been fixed.
12+
513
## 20.2.40 (2022-07-26)
614

715
### QueryBuilder
816

917
#### Bug Fixes
1018

11-
- `#I375472` Issue with Rule template default rendered while add condition/group in query builder, if first column as rule template has been fixed.
12-
- `#I388333` Issue with Value template not destroy properly when we use complex data source in query builder has been fixed.
19+
- `#I375472` - Issue with Rule template default rendered while add condition/group in query builder, if first column as rule template has been fixed.
20+
- `#I388333` - Issue with Value template not destroy properly when we use complex data source in query builder has been fixed.
1321

1422
## 20.2.36 (2022-06-30)
1523

0 commit comments

Comments
 (0)