Skip to content

Commit 37453b0

Browse files
author
pipeline
committed
v20.3.56 is released
1 parent 2e86207 commit 37453b0

35 files changed

+185
-28
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-
## 20.3.52 (2022-10-26)
5+
## 20.3.56 (2022-11-08)
66

77
### Common
88

components/calendars/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.3.52 (2022-10-26)
5+
## 20.3.56 (2022-11-08)
66

77
### Calendar
88

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.3.56 (2022-11-08)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I388725` - Multilevel label border cut off issue has been fixed.
12+
513
## 20.3.52 (2022-10-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.3.50",
3+
"version": "20.3.52",
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

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

66
## [Unreleased]
77

8-
## 20.3.52 (2022-10-26)
8+
## 20.3.49 (2022-10-11)
99

1010
### Circular Gauge
1111

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

components/documenteditor/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.3.56 (2022-11-08)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#FB37929` - Resolved the exception while exporting the document with duplicate character style.
12+
- `#I412146` - Resolved the script error while opening the document.
13+
- `#I408099` - Resolved the list numbering issue.
14+
- `#I412284` - Table border is now rendering properly.
15+
- `#I413316` - Resolved the script error while removing few pages.
16+
- `#I414066` - Resolved the script error while modifying locale key.
17+
- `#I412817` - Formatting is now working properly in track changes protection mode.
18+
- `#I413284` - Strike through is now rendering similar to MS Word.
19+
- `#I412529` - Resolved the script error while opening html document with nested list.
20+
21+
#### New Features
22+
23+
- `#I297837`, `#I336116`, `#I342219`, `#I346980`, `#F164814`, `#F168911` - Improved the display of the RTL text in a bi-directional layout.
24+
525
## 20.3.52 (2022-10-26)
626

727
### Document Editor

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

33
## [Unreleased]
44

5+
## 20.3.56 (2022-11-08)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#F178523` - Issue with "Script error thrown when we drag and drop the listbox item in angular platform" has been resolved.
12+
13+
## 20.3.50 (2022-10-18)
14+
15+
### Dropdown Tree
16+
17+
#### Bug Fixes
18+
19+
- `#I408860` - The issue with "While focus the item using tab key, focus disappeared instead of focus the first popup element in the Angular Dropdown Tree component" has been resolved.
20+
521
## 20.3.49 (2022-10-11)
622

723
### 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.3.49",
3+
"version": "20.3.50",
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-
## 20.3.52 (2022-10-26)
5+
## 20.3.56 (2022-11-08)
66

77
### File Manager
88

components/gantt/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.3.52 (2022-10-26)
5+
## 20.3.56 (2022-11-08)
66

77
### Gantt
88

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.3.56 (2022-11-08)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I388098` - Editing issue in grouping with `virtualization` has been fixed.
12+
- `#I406671` - Edit element not maintained when executing `setRowData` method is fixed.
13+
- `#I413403` - Script error with toolbar template has been resolved.
14+
- `#I408977` - Infinite Scrolling with row grouping and checkbox selection is now working fine.
15+
- `#F177783` - Sort icon Alignment issue with header text right align when using autofit has been fixed.
16+
517
## 20.3.52 (2022-10-26)
618

719
### Grid
@@ -11,7 +23,7 @@
1123
- `#I400775` - `DataStateChange` event argument type is not matched with the original argument list has been fixed.
1224
- `#I411026` - Expanding child grid throws script while adding data dynamically to the child has been resolved.
1325
- `#I412478` - `SetCellValue` is working fine with `virtualization`.
14-
- `#411780` - German translation for the word search has been changed.
26+
- `#I411780` - German translation for the word search has been changed.
1527
- `#I367158` - While rendering the grid in the template column the script error thrown with resizing the frozen column has been fixed.
1628

1729
## 20.3.50 (2022-10-18)

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

33
## [Unreleased]
44

5+
## 20.3.56 (2022-11-08)
6+
7+
### Heatmap
8+
9+
#### New Features
10+
11+
- `#I410874` - The `backgroundColor` property can now be used to change the color of the HeatMap's background.
12+
513
## 20.3.50 (2022-10-18)
614

715
### Heatmap

components/inputs/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.3.52 (2022-10-26)
5+
## 20.3.50 (2022-10-18)
66

77
### TextBox
88

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.3.49",
3+
"version": "20.3.50",
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/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.3.52 (2022-10-26)
14+
## 20.3.47 (2022-09-29)
1515

1616
### Linear Gauge
1717

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": "16.36.9",
3+
"version": "20.3.47",
44
"description": "Essential JS 2 LinearGauge Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/maps/CHANGELOG.md

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

1212
## [Unreleased]
1313

14-
## 20.3.52 (2022-10-26)
14+
## 20.3.56 (2022-11-08)
15+
16+
### Maps
17+
18+
#### Bug Fixes
19+
20+
- `#I413909` - When the highlight is removed from the interactive legend, the opacity of the corresponding shape is now properly maintained.
21+
- `#I412101` - `shapeHighlight` event will now trigger properly.
22+
- `#I411790` - `zoomByPosition` method will now work properly in the online map providers.
23+
- `#I401870` - The fixes for the styles, related to the Content Security Policy (CSP), are included.
24+
25+
## 20.3.49 (2022-10-11)
1526

1627
### Maps
1728

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.3.47",
3+
"version": "20.3.49",
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-
## 20.3.52 (2022-10-26)
5+
## 20.3.56 (2022-11-08)
66

77
### Tab
88

components/pdfviewer/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.3.56 (2022-11-08)
6+
7+
### PDF Viewer
8+
9+
#### New Features
10+
11+
- `#I408588` - Touchpad pinch zooming has been implemented in Windows and Mac environments.
12+
13+
#### Bug Fixes
14+
15+
- `#I411644` - Now, Signature are added properly in the respective signature fields.
16+
- `#I412264` - Now, Exposed the API for show and hide the digital signature form fields in the PDF Viewer.
17+
- `#I408609` - Now, properties dialog and context menu are open on right click.
18+
- `#I414492`,`#I414536` - Now, the Signature dialogue is vertical.
19+
- `#I413111` - Now the Ink annotation auto-write issue is resolved.
20+
- `#I406980` - Now, the Values of free text annotation properties are not missing on importing.
21+
- `#I408171` - Now, Annotation added above free text annotation does not hide behind after downloading and flattening.
22+
- `#I412525` - Now we are able to update form field values from code behind if the pages are not rendered.
23+
24+
## 20.3.52 (2022-10-26)
25+
26+
### PDF Viewer
27+
28+
#### New Features
29+
30+
- `#I408588` - Mouse wheel zooming has been implemented based on cursor position. On iPad/iOS devices, the zooming issue has been fixed. and enhanced mobile device pinch zooming functionality.
31+
- `#I409164` - Now the thickness property for signature and initial fields has been added, so now the signature field and initial field will allow changing their border thickness.
32+
33+
#### Bug Fixes
34+
35+
- `#I408281` - Now, The Script error does not occur while changing the PDF view to the text view in the sample.
36+
- `#I412183` - Now, Vertical images are rendered properly in the signature fields.
37+
- `#I397357` - Now, Radio buttons are rendered properly while printing the document.
38+
- `#I411792` - Now, able to export annotation after `strikethrough`.
39+
- `#I401159` - Now, backward text selection is working properly.
40+
541
## 20.3.50 (2022-10-18)
642

743
### PDF Viewer

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

components/progressbar/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.3.56 (2022-11-08)
6+
7+
### ProgressBar
8+
9+
#### Bug Fixes
10+
11+
- `#I414756` - Now animation duration is working properly for indeterminate mode.
12+
513
## 19.1.54 (2021-03-30)
614

715
### ProgressBar

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

components/schedule/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+
## 20.3.56 (2022-11-08)
6+
7+
### Schedule
8+
9+
#### Bug fixes
10+
11+
- `#F178302` - An issue with being unable to inline edit when using `eventTemplate` has been fixed.
12+
- `#F178112` - An issue with "Misalignment occurring on zoom-in zoom-out with the scheduler" has been fixed
13+
514
## 20.3.52 (2022-10-26)
615

716
### Schedule

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": "20.3.50",
3+
"version": "20.3.52",
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/splitbuttons/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77
### DropDownButton
88

9+
#### Bug Fixes
10+
11+
- `#I412776` - Select event is not triggered while using `closeActionEvents` in DropDownButton has been resolved.
12+
13+
## 20.3.47 (2022-09-29)
14+
15+
### DropDownButton
16+
917
#### New Features
1018

1119
- `#I375776` - Provided the focusout event support to the DropDownButton component.

components/splitbuttons/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-splitbuttons",
3-
"version": "19.12.0",
3+
"version": "20.3.52",
44
"description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)