Skip to content

Commit f21032a

Browse files
author
pipeline
committed
v20.2.48 is released
1 parent 465edd1 commit f21032a

File tree

25 files changed

+133
-16
lines changed

25 files changed

+133
-16
lines changed

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.2.45",
3+
"version": "20.2.46",
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/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.2.46 (2022-08-30)
5+
## 20.2.48 (2022-09-06)
66

77
### DatePicker
88

components/charts/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.2.48 (2022-09-06)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I400391` - X axis start label is now shifted when y axis is in opposed position.
12+
- `#I400062` - Now the axis lines are displayed properly after the scrollbar.
13+
14+
### Bullet Chart
15+
16+
#### Bug Fixes
17+
18+
- `#I400762` - Bullet Chart target height is now render properly.
19+
- `#I400763` - Bullet chart axis labels are now center aligned, when changing value height.
20+
521
## 20.2.46 (2022-08-30)
622

723
### 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.45",
3+
"version": "20.2.46",
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/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.2.48 (2022-09-06)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I401666`, `#I401858` - Resolved the issue with selecting bookmark.
12+
- `#I396827` - Resolved the through wrapping style preservation issue.
13+
- `#I397297` - Resolved the table alignment issue.
14+
- `#I398051` - Resolved the invalid text rendering issue.
15+
- `#I397670` - Resolved the browser hanging issue while changing the line spacing continuously.
16+
- `#I390697` - Shape is now preserved properly on undo/redo.
17+
518
## 20.2.46 (2022-08-30)
619

720
### Document Editor
@@ -14,6 +27,7 @@
1427
- `#I395575` - Resolved the issue with rendering cell right border.
1528
- `#I390700` - Resolved the text overlapping issue with square wrapped image.
1629
- `#I394115` - Resolved the table resizing issue.
30+
- `#I379655` - Resolved the issue with rejecting empty paragraph.
1731

1832
## 20.2.45 (2022-08-23)
1933

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.45",
3+
"version": "20.2.46",
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/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.45",
3+
"version": "20.2.46",
44
"description": "Essential JS 2 DropDown Components 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": "20.2.45",
3+
"version": "20.2.46",
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: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
## [Unreleased]
44

5+
## 20.2.48 (2022-09-06)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I398466` - Tab key navigation breaks the functionality of Grid while using toolbar template has been fixed.
12+
- `#I396595`, `#I396424` - Group Caption template becomes empty in previous page while doing `infiniteScrolling` has been fixed.
13+
- `#F176349` - Key press in grid with toolbar template throws script errors has been fixed.
14+
- `#I397834` - `queryString` as complex field is not working in Hierarchy Grid has been fixed.
15+
- `#I397934` - Date filter issue with Russian Language has been fixed.
16+
17+
## 20.2.46 (2022-08-30)
18+
19+
### Grid
20+
21+
#### Bug Fixes
22+
23+
- `#I394999` - Autofit columns are now working fine with hierarchy grid.
24+
- `#I372528` - Clear filtering is now working fine with column menu.
25+
- `#I392728` - Persist Selection issue with primary key column as complex field has been fixed.
26+
- `#I396789` - Provided place holder for pagination page size dropdown component.
27+
- `#I394229` - `setRowData` method issue with Frozen Grid has been fixed.
28+
- `#I394623` - `rowReorders` method issue with checkbox selection issue has been fixed.
29+
530
## 20.2.45 (2022-08-23)
631

732
### 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.2.45",
3+
"version": "20.2.46",
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.2.48 (2022-09-06)
6+
7+
### Heatmap
8+
9+
#### Bug Fixes
10+
11+
- `#I389024` - The `textAlignment` property in the `textStyle` of `xAxis` and `yAxis` will now work properly.
12+
513
## 18.4.30 (2020-12-17)
614

715
### Heatmap

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+
## 20.2.48 (2022-09-06)
6+
7+
### TextBox
8+
9+
#### Bug Fixes
10+
11+
- Issue with "Change event is triggered without changing the value when we focusout the component" has been resolved.
12+
513
## 19.4.38 (2021-12-17)
614

715
### Signature

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.2.45",
3+
"version": "20.2.46",
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/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+
## 20.2.48 (2022-09-06)
6+
7+
### Menu
8+
9+
#### Bug Fixes
10+
11+
- `#I396977` - The issue with "`SetItem` method not working properly for customized menu item" has been resolved.
12+
513
## 20.2.46 (2022-08-30)
614

715
### Menu

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

33
## [Unreleased]
44

5+
## 20.2.48 (2022-09-06)
6+
7+
- `#SF-398958` - Now, Script error does not occurs while adding signature and initial fields when enable form field is false.
8+
- `#SF-397605` - Now, If a portion of the free text annotation is outside the viewer, moving or resizing it will bring that annotation inside viewer.
9+
- `#SF-392269` - Now, considered both GUID and description while importing the annotations .
10+
- `#SF-398972` - Now, The Script error is not occurred while saving the PDF consecutively with Calibrate perimeter control .
11+
- `#SF-399220` - Now, Some form fields are not removed on reloading the downloaded document .
12+
- `#SF-389566` - Now, The Script error is not occurred while try to change PDF view to text view in sample .
13+
- `#SF-369895` - When an image signature is added programmatically, the width is now properly maintained.
14+
- `#SF-388895` - Now, stamp annotations comments displays valid time in comment panel for any culture.
15+
516
## 20.2.46 (2022-08-30)
617

718
- `#SF-391994` - Now, Programmatically able to add a all form fields in read only mode .

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

components/querybuilder/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.2.43 (2022-08-08)
5+
## 20.2.48 (2022-09-06)
6+
7+
### QueryBuilder
8+
9+
#### Bug Fixes
10+
11+
- `#I375472` - Issue with Change event not trigger for changing field for default column to rule template column in query builder has been fixed.
12+
13+
## 20.2.46 (2022-08-30)
614

715
### QueryBuilder
816

917
#### Bug Fixes
1018

1119
- `#I394878` - Issue with Date type Between value not render properly while using `setRulesFromSql` method has been fixed.
1220

21+
## 20.2.43 (2022-08-08)
22+
1323
### QueryBuilder
1424

1525
#### Bug Fixes

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

components/richtexteditor/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.46 (2022-08-30)
6+
7+
### RichTextEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I386619` - Now, when you switch to full screen, there is no longer a blank white space under the toolbar in the RTE.
12+
513
## 20.2.44 (2022-08-16)
614

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

components/splitbuttons/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.2.46 (2022-08-30)
5+
## 20.2.48 (2022-09-06)
66

77
### DropDownButton
88

components/spreadsheet/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.2.48 (2022-09-06)
6+
7+
### Spreadsheet
8+
9+
#### Bug Fixes
10+
11+
- `#I399625` - Issue with "exception throws while importing the excel file with list validation" has been resolved.
12+
- `#I397313` - Issue with "additional border added to the ribbon tab while selecting the tab in the bootstrap5 theme" has been resolved.
13+
514
## 20.2.46 (2022-08-30)
615

716
### Spreadsheet

components/spreadsheet/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-spreadsheet",
3-
"version": "20.2.45",
3+
"version": "20.2.46",
44
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/treegrid/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.2.46 (2022-08-30)
5+
## 20.2.48 (2022-09-06)
66

77
### Tree Grid
88

0 commit comments

Comments
 (0)