Skip to content

Commit f2ef653

Browse files
author
pipeline
committed
v20.3.49 is released
1 parent 5a90205 commit f2ef653

Some content is hidden

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

41 files changed

+248
-53
lines changed

components/base/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 20.3.48 (2022-10-05)
5+
## 20.3.49 (2022-10-11)
66

77
### Common
88

components/buttons/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 20.3.48 (2022-10-05)
5+
## 20.3.49 (2022-10-11)
66

77
### Floating Action Button `Preview`
88

components/calendars/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 20.3.48 (2022-10-05)
5+
## 20.3.49 (2022-10-11)
66

77
### DateRangePicker
88

components/charts/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 20.3.49 (2022-10-11)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I383934` - Now shared tooltip is rendering properly for all points.
12+
13+
### Sparkline
14+
15+
#### Bug Fixes
16+
17+
- `#F177692` - Sparkline component is not rendered in React Next app issue has been fixed.
18+
519
## 20.3.48 (2022-10-05)
620

721
### Chart

components/circulargauge/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## [Unreleased]
77

8-
## 20.3.48 (2022-10-05)
8+
## 20.3.49 (2022-10-11)
99

1010
### Circular Gauge
1111

components/diagrams/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,32 @@
22

33
## [Unreleased]
44

5+
## 20.3.49 (2022-10-11)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I405054` - Provided the custom context menu support for the swimlane phase.
12+
- `#I405669` - Now, BPMN text annotation node gets dragged properly while drag the swimlane.
13+
- `#I397116` - Now, the bezier annotation horizontal and vertical alignment is working properly.
14+
- `#I410634` - The null exception will no longer thrown while changing the overview id.
15+
516
## 20.3.48 (2022-10-05)
617

718
### Diagram
819

920
#### Bug Fixes
1021

22+
- `#I401143` - Now, HTML element gets rendered properly while drag and drop from one lane to other lane.
23+
- `#I393859` - Now, the nodes overlapping in linear arrangement of complex-hierarchical tree is resolved.
24+
25+
## 20.3.47 (2022-09-29)
26+
27+
### Diagram
28+
29+
#### Bug Fixes
30+
1131
- `#I387297` - Now, the Expand & Collapse work properly for layout.
1232
- `#I389174` - The undefined exception will no longer thrown while drag and drop the node from treeview to diagram.
1333
- `#I384522` - Now, connector gets rendered properly in the complex hierarchical tree layout.

components/documenteditor/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## [Unreleased]
44

5+
## 20.3.49 (2022-10-11)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I401609` - Resolved the curly braces preservation in RTL paragraph
12+
- `#I400473` - Resolved the paragraph mark selection issue on shift + page up.
13+
- `#I405251` - Resolved the script error while opening the document with duplicate style name.
14+
- `#I398151` - Resolved the issue with accept all/reject all from track changes pane.
15+
- `#I399611` - Paragraph formatting is now preserved properly on copy and paste.
16+
- `#I404592` - Resolved the script error while exporting the document with content control.
17+
- `#I405251` - Resolved the script error while opening the document with line break character.
18+
- `#I396300` - Resolved the overlapping issue while resizing the table cell.
19+
520
## 20.3.48 (2022-10-05)
621

722
### Document Editor

components/dropdowns/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 20.3.49 (2022-10-11)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#I409839` - Issue with "Script error thrown while drag and drop after removed the item from listbox using removeItem method" has been resolved.
12+
13+
### DropDownList
14+
15+
#### Bug Fixes
16+
17+
- `#I409074` - The issue "Previous value not updated properly in change event argument when we clear the value" has been resolved.
18+
519
## 20.3.48 (2022-10-05)
620

721
### Mention

components/dropdowns/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-dropdowns",
3-
"version": "20.3.47",
3+
"version": "20.3.48",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.3.49 (2022-10-11)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- `#I391031` - The issue with "Column header in the Details view within the File Manager is not accessible via the Tab keyboard" has been resolved.
12+
513
## 20.3.47 (2022-09-29)
614

715
### File Manager

components/gantt/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
## [Unreleased]
44

5+
## 20.3.49 (2022-10-11)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#I395003` - Gantt records disappear when scrolling up and down quickly issue has been fixed.
12+
- `#I407437` - Add new record in resource view without child mapping issue has been fixed.
13+
- `#I407832` - Console error when all the element is disabled in context menu.
14+
- `#I407716` - Data source update on load time issue has been fixed.
15+
- `#I400913`, `#I405837` - Pdf export is not working when the data has Hebrew and Vietnamese characters.
16+
17+
- `#I395003` - Gantt records disappear when scrolling up and down quickly issue has been fixed.
18+
- `#I407832` - Console error when all the element is disabled in context menu.
19+
- `#I407716` - Data source update on load time issue has been fixed.
20+
- `#I400913` - Pdf export is not working when the data has Hebrew characters.
21+
522
## 20.3.48 (2022-10-05)
623

724
### Gantt

components/gantt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-gantt",
3-
"version": "20.3.47",
3+
"version": "20.3.48",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
## [Unreleased]
44

5+
## 20.3.49 (2022-10-11)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#F177034` - Grid editing after removing frozen column throws script error has been fixed.
12+
- `#I409787` - Checkbox selection is not working properly on down arrow key navigation has been fixed.
13+
- `#F177722` - Save action of command column is not working when Grid having both left and right frozen has been fixed.
14+
- `#FB37591` - Frozen rows are not emptied even if filtering returns no record when `virtualization` enabled has been fixed.
15+
- `#F177810` - Provided localization support for sort buttons in Adaptive Grid.
16+
- `#I405703` - `CellSelected` event not triggered with custom span element in row cells has been fixed.
17+
- `#I394025` - Memory leak issue with Command column has been fixed.
18+
- `#FB32003`, `#FB38052` - Ellipsis is not showing in the Firefox browser has been fixed.
19+
- `#I407497` - Focus issue while render multiple inputs in the column template issue has been fixed.
20+
521
## 20.3.48 (2022-10-05)
622

723
### Grid

components/grids/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-grids",
3-
"version": "20.3.47",
3+
"version": "20.3.48",
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
## [Unreleased]
44

5-
## 20.3.48 (2022-10-05)
5+
## 20.3.49 (2022-10-11)
66

77
### Heatmap
88

99
#### Bug Fixes
1010

11-
- `#I389024` - The `textAlignment` property in the `textStyle` of `xAxis` and `yAxis` will now work properly.
11+
- `#I408948` - The zero value label in the x- and y-axes will now appear correctly.
1212

1313
## 18.4.30 (2020-12-17)
1414

components/heatmap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-heatmap",
3-
"version": "20.2.45",
3+
"version": "20.3.47",
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/imageeditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-image-editor",
3-
"version": "20.3.47",
3+
"version": "20.3.48",
44
"description": "Essential JS 2 ImageEditor for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inputs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-inputs",
3-
"version": "18.50.1",
3+
"version": "20.3.47",
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/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.3.49 (2022-10-11)
6+
7+
### Kanban
8+
9+
#### Bug Fixes
10+
11+
- `#I407975` - Now, the column clones are created properly when dragging the card when the horizontal page scroll appears and it is scrolled.
12+
513
## 20.2.44 (2022-08-16)
614

715
### Kanban

components/kanban/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-kanban",
3-
"version": "19.10.6",
3+
"version": "20.3.47",
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/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-layouts",
3-
"version": "20.3.47",
3+
"version": "20.3.48",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
## [Unreleased]
1313

14-
## 20.3.48 (2022-10-05)
14+
## 20.3.49 (2022-10-11)
1515

1616
### Linear Gauge
1717

components/lists/CHANGELOG.md

+1-17
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,7 @@
22

33
## [Unreleased]
44

5-
## 20.2.46 (2022-08-30)
6-
7-
### ListView
8-
9-
#### Bug Fixes
10-
11-
- `#I395385` - The issue with "Space key is not working inside input element within ListView Template" has been resolved.
12-
13-
## 20.2.39 (2022-07-19)
14-
15-
### ListView
16-
17-
#### New Features
18-
19-
- `#I385167` - Provided support to cancel the ListView select event.
20-
21-
## 20.2.36 (2022-06-30)
5+
## 20.3.47 (2022-09-29)
226

237
### ListView
248

components/lists/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-lists",
3-
"version": "20.2.46",
3+
"version": "20.3.47",
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

+9-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,15 @@
1111

1212
## [Unreleased]
1313

14-
## 20.3.48 (2022-10-05)
14+
## 20.3.49 (2022-10-11)
15+
16+
### Maps
17+
18+
#### Bug Fixes
19+
20+
- `#I408673` - Data labels will now render properly when the values from `shapeDataPath` and `shapePropertyPath` are numbers.
21+
22+
## 20.3.47 (2022-09-29)
1523

1624
### Maps
1725

components/maps/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-maps",
3-
"version": "16.39.2",
3+
"version": "20.3.47",
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

+22
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
## [Unreleased]
44

5+
## 20.3.49 (2022-10-11)
6+
7+
### Accordion
8+
9+
#### Bug Fixes
10+
11+
- `SF-397894` - An issue with incorrect aria attributes in accordion has been fixed.
12+
13+
## 20.3.47 (2022-10-11)
14+
15+
### Sidebar
16+
17+
#### Bug Fixes
18+
19+
- `#I397894` - The issue with "using tab index as `0`​ on the container of Sidebar component" has been resolved.
20+
21+
### ContextMenu
22+
23+
#### Bug Fixes
24+
25+
- `#I408315` - Script error thrown in `insertBefore` method While items not available in menu items has been fixed.
26+
527
## 20.3.48 (2022-10-05)
628

729
### TreeView

components/navigations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-navigations",
3-
"version": "20.3.47",
3+
"version": "20.3.48",
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",

0 commit comments

Comments
 (0)