Skip to content

Commit b84b9c8

Browse files
author
pipeline
committed
v20.4.53 is released
1 parent 21a852c commit b84b9c8

File tree

33 files changed

+184
-22
lines changed

33 files changed

+184
-22
lines changed

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.4.53 (2023-03-07)
6+
7+
### Checkbox
8+
9+
#### Bug Fixes
10+
11+
- `#I436942` - The issue with "Checkbox checked property is not updated properly at initial rendering" has been resolved.
12+
513
## 20.4.50 (2023-02-14)
614

715
### RadioButton

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.4.51",
3+
"version": "20.4.52",
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.4.53 (2023-03-07)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I441035` - Fixed issue with page becoming unresponsive when zooming chart too quickly.
12+
513
## 20.4.52 (2023-02-28)
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.4.51",
3+
"version": "20.4.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/diagrams/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- `#F180478` - Now, the performance of diagram while enabling virtualization is improved.
1212
- `#F180478` - Now, Overview is updated properly while enabling virtualization.
1313
- `#I422299` - Now, swimlane child nodes is selectable after save and load.
14+
- `#I437322` - Now, drag the connector end thumb is working, while we increase handleSize value.
1415

1516
## 20.4.50 (2023-02-14)
1617

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

33
## [Unreleased]
44

5+
## 20.4.53 (2023-03-07)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I443034` - Resolved the font applying issue for Arabic content.
12+
- `#I439255` - Resolved issue in "Allow spacing between the cells" check box.
13+
- `#I438742` - Restricted editing in form field when it is disabled.
14+
515
## 20.4.52 (2023-02-28)
616

717
### 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.4.51",
3+
"version": "20.4.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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 20.4.53 (2023-03-07)
6+
7+
### Dropdown Tree
8+
9+
#### Bug Fixes
10+
11+
- `#I429410` - The issue of facing a delay while unselecting large set of items using close icon in the Dropdown Tree component has been resolved.
12+
13+
### MultiSelect
14+
15+
#### Bug Fixes
16+
17+
- `#I439556`, `I442336` - The issue "Script error throws after clear the selected value using clear icon" has been resolved.
18+
519
## 20.4.49 (2023-02-07)
620

721
### Dropdown Tree

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.4.51",
3+
"version": "20.4.52",
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.4.53 (2023-03-07)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- `#I439470` - Resolved the files and folders in the navigation pane disappear when using the `sortOrder` setting in the `navigationPaneSettings` property in the File Manager component.
12+
513
## 20.4.51 (2023-02-21)
614

715
### File Manager

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.4.53 (2023-03-07)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
-`I413261`- Validate predecessor link on editing issue has been fixed.
12+
-`I441394`- Gantt Column name doesn't change respect to changing of culture at runtime issue has been fixed.
13+
-`I437053`- Task label not updated correctly When dynamically updating data source issue has been fixed.
14+
15+
16+
-`I441394`- Gantt Column name doesn't change respect to changing of culture at runtime issue has been fixed.
17+
18+
519
## 20.4.52 (2023-02-28)
620

721
### 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.4.51",
3+
"version": "20.4.52",
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 20.4.53 (2023-03-07)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I432092`, `#I438520`, `#I438656`, `#I437702` - Script error thrown when Printing Grid in angular platform has been resolved.
12+
- `#I431502` - Memory leak issue in React platform has been fixed.
13+
- `#I439291` - Improper row height in first row when using grid with `allowTextWrap` and `Infinitescrolling` issue has been resolved.
14+
- `#I436900` - Grid skeleton thrown script error when using detail template with `Infinitescrolling` issue has been resolved.
15+
- `#I436480` - Showing HTML tags in tooltip on hovering the group caption issue has been fixed.
16+
- `#I437570` - Using String Template causes exception issue has been fixed.
17+
- `#F180121` - Grid's Content cropped when rendering with toolbar template inside a card component issue has been fixed.
18+
519
## 20.4.52 (2023-02-28)
620

721
### 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.4.51",
3+
"version": "20.4.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/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.4.48",
3+
"version": "20.4.52",
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/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.4.51",
3+
"version": "20.4.52",
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/kanban/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-kanban",
3-
"version": "20.4.48",
3+
"version": "20.4.52",
44
"description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/layouts/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.4.53 (2023-03-07)
6+
7+
### Dashboard Layout
8+
9+
#### Bug Fixes
10+
11+
- `#I443265` - The issue of the dragStop event being triggered twice has been resolved.
12+
513
## 20.4.48 (2023-02-01)
614

715
### Dashboard Layout

components/maps/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.4.52 (2023-02-28)
14+
## 20.4.49 (2023-02-07)
1515

1616
### Maps
1717

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.4.48",
3+
"version": "20.4.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: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22

33
## [Unreleased]
44

5-
## 20.4.51 (2023-02-21)
5+
## 20.4.53 (2023-03-07)
66

7-
### TreeView
7+
### Sidebar
88

99
#### Bug Fixes
1010

11-
- `#I428766` - Alignment issue in TreeView node without a sub-child in RTL mode has been resolved.
12-
- `#I428002` - The accessibility related issues in the TreeView has been resolved.
11+
- `#F180770` - While dynamically setting value for showBackdrop property results in creating duplicate DOM elements in Sidebar is resolved.
1312

1413
### ContextMenu
1514

@@ -23,6 +22,23 @@
2322

2423
- `#I437629` - Issue with "Breadcrumb overflow mode menu creates a dark point for multiple click " has been resolved.
2524

25+
### TreeView
26+
27+
#### Bug Fixes
28+
29+
- `#I436646`, `#I435360` - Resolved issue, while drag and drop other elements over TreeView component, then "not-allowed" cursor appears.
30+
31+
## 20.4.52 (2023-02-28)
32+
33+
## 20.4.51 (2023-02-21)
34+
35+
### TreeView
36+
37+
#### Bug Fixes
38+
39+
- `#I428766` - Alignment issue in TreeView node without a sub-child in RTL mode has been resolved.
40+
- `#I428002` - The accessibility related issues in the TreeView has been resolved.
41+
2642
## 20.4.49 (2023-02-07)
2743

2844
### Accordion

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

33
## [Unreleased]
44

5+
## 20.4.53 (2023-03-07)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I429508` - Now, the form fields appears properly in mobile mode.
12+
- `#I433831` - The A4 documents size is now properly set during printing.
13+
- `#F180764` - Now, if we move arrow/line annotations programmatically, their position won't be changed during export.
14+
- `#I429549` - Now, the checkbox displays properly during the print preview.
15+
516
## 20.4.52 (2023-02-28)
617

718
### PDF Viewer
@@ -10,6 +21,7 @@
1021

1122
- `#I436286` - Now, the script error is not occurred the enable shape annotation is set to false.
1223
- `#I429775` - Now that the problem with some specific document's slow rendering has been resolved.
24+
- `#I437396` - Now, when the page's zoom level is higher, the resizer will not enable inside annotation.
1325

1426
## 20.4.51 (2023-02-21)
1527

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

components/popups/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.4.53 (2023-03-07)
6+
7+
### Dialog
8+
9+
#### Bug Fixes
10+
11+
- `#I441169` - Now, the Dialog Component `ESC` key works properly.
12+
513
## 20.4.52 (2023-02-28)
614

715
### Dialog

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.4.51",
3+
"version": "20.4.52",
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/richtexteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.4.53 (2023-03-07)
6+
7+
### RichTextEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I440490` - Now, the inline toolbar will be shown while selecting text in the Rich Text Editor using the keyboard.
12+
- `#I440456` - Now, expanding the toolbar will work properly when the width of the Rich Text Editor is half the screen size.
13+
- `#I436678` - Now, the image is not duplicated when it is pasted into the Rich Text Editor and performing `shift+enter` key action.
14+
- `#I439501` - Now, when pasting the list content from MS Word, the subset formats and alignment are maintained properly.
15+
- `#I439501` - Now, pasting the content from MS Word with the `enterKey` configured as `BR` works properly.
16+
517
## 20.4.52 (2023-02-28)
618

719
### RichTextEditor
@@ -13,6 +25,7 @@
1325
- `#I438653` - Now, the font size will be updated properly in the toolbar status when it is set dynamically.
1426
- `#I437138` - Now, the pasted content from word which contains images is inserted into Rich Text Editor.
1527
- `#I439308` - Now, dynamically rendering the Rich Text Editor inside the Sidebar works properly when scrolling.
28+
- `#I440456` - Now, the list is deleted properly when pressing the backspace key, and pressing the enter key works properly after deleting the list.
1629

1730
## 20.4.51 (2023-02-21)
1831

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

0 commit comments

Comments
 (0)