Skip to content

Commit 3a90d6b

Browse files
author
pipeline
committed
v19.2.48 is released
1 parent 252da93 commit 3a90d6b

File tree

37 files changed

+185
-22
lines changed

37 files changed

+185
-22
lines changed

components/base/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+
## 19.2.48 (2021-07-20)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- `I331796` - Resolved the issue with Selected value removed when focus changed in `MultiSelect`.
12+
513
## 19.1.67 (2021-06-08)
614

715
### Common

components/buttons/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-
## 19.2.47 (2021-07-13)
5+
## 19.2.48 (2021-07-20)
66

77
### Checkbox
88

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": "19.2.46",
3+
"version": "19.2.47",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.2.47 (2021-07-13)
5+
## 19.2.48 (2021-07-20)
66

77
### Chart
88

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-
## 19.2.47 (2021-07-13)
8+
## 19.2.48 (2021-07-20)
99

1010
### CircularGauge
1111

components/diagrams/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+
## 19.2.48 (2021-07-20)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I330099` - The issue "The ports outEdges is not updated when cancel the port draw connector addition" has been fixed.
12+
- `I324505` - The issue "An exception will raise while sending the node front to the group " has been fixed.
13+
514
## 19.2.46 (2021-07-06)
615

716
### Diagram

components/documenteditor/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+
## 19.2.48 (2021-07-20)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I329790`, `#I331351` - Resolved export issue for the Table with compatibility mode.
12+
- `#I335409` - Resolved userlist updating issue in restrict editing pane.
13+
- `#I328976` - Table and document content is not layouted properly.
14+
- `#I331333` - Resolved the page unresponsive issue in splitting the nested tables.
15+
516
## 19.2.47 (2021-07-13)
617

718
### 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": "19.2.46",
3+
"version": "19.2.47",
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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
## [Unreleased]
44

5+
## 19.2.48 (2021-07-20)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#I333351` - The issue with item template not works while using drag and drop issue has been fixed.
12+
13+
### MultiSelect
14+
15+
#### Bug Fixes
16+
17+
- `#I331063`, `#I335590` - Issue with "popup is not opened while rendering the component with HTML select tag and `dataSource` property" has been resolved.
18+
- `#I335674` - Issue with "filtering list item is reset to the popup while scrolling the popup item using mouse" has been resolved.
19+
20+
- `#FB26670` - Issue with "`GroupTemplate` is not displayed while opening the popup at first time" has been resolved.
21+
22+
### Dropdown Tree
23+
24+
#### Bug Fixes
25+
26+
- `#I333505` - The issue with "When placing the button in the header and footer templates of the Dropdown Tree, the button's click event is not triggered" has been resolved.
27+
- `#I304231` - Improved the item selection performance with large items in the Dropdown Tree component.
28+
529
## 19.2.47 (2021-07-13)
630

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

0 commit comments

Comments
 (0)