Skip to content

Commit a4dedd7

Browse files
author
pipeline
committed
v21.2.4 is released
1 parent 5561658 commit a4dedd7

File tree

28 files changed

+199
-23
lines changed

28 files changed

+199
-23
lines changed

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 21.2.4 (2023-05-09)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#SF-459727` - Issue with "unable to prevent the datepicker popup from closing in mobile mode" has been resolved.
12+
513
## 21.1.41 (2023-04-18)
614

715
### DatePicker
@@ -10,6 +18,20 @@
1018

1119
- `#453318` - Issue with "Placeholder text not get displayed on initial render with strict mode true case of the datepicker component."
1220

21+
- `#453318` - Issue with "Placeholder text not get displayed on initial render with strict mode true case of the datepicker component" has been resolved.
22+
23+
### DateTimePicker
24+
25+
#### Bug Fixes
26+
27+
- `#SF-454411` - Issue with "The mask support is not functioning correctly when using a null value for the [ng-model] date" has been resolved.
28+
29+
### TimePicker
30+
31+
#### Bug Fixes
32+
33+
- `#SF-454411` - Issue with "The mask support is not functioning correctly when using a null value for the [ng-model] date" has been resolved.
34+
1335
## 21.1.38 (2023-04-04)
1436

1537
### DatePicker

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-angular-calendars",
3-
"version": "21.1.41",
3+
"version": "21.2.3",
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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/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+
## 21.2.4 (2023-05-09)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I457088` - Fixed the console error thrown on clicking on the legend.
12+
- `#I459170` - Now the accumulation data label is visible when using a template.
13+
514
## 21.2.3 (2023-05-03)
615

716
### Chart

components/diagrams/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+
## 21.2.4 (2023-05-09)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I456288` - Now, scroller updated properly when we move nodes outside viewport.
12+
- `#I458205` - Now, bezier connector annotation alignment is working properly.
13+
- `#I456037` - Now, while hovering the port with single select and ZoomPan constraints drawing tool enabled.
14+
515
## 21.2.3 (2023-05-03)
616

717
### 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+
## 21.2.4 (2023-05-09)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I451421` - Resolved the issue with list indentation.
12+
- `#I450834` - Resolved the Script issue while opening SFDT.
13+
- `#I452243` - Resolved the issue with modifying the style in existing styles.
14+
- `#I449324` - Resolved the issue occurred while exporting the document in the .docx format.
15+
516
## 21.2.3 (2023-05-03)
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-angular-documenteditor",
3-
"version": "21.1.41",
3+
"version": "21.2.3",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/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+
## 21.2.4 (2023-05-09)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#I453746` - Issue with "Selected items not focusing properly in listbox while using selectItems method" has been resolved.
12+
- `#I461307` - Issue with "No Records Template not renders properly when we set the default string in listbox" has been resolved.
13+
514
## 21.2.3 (2023-05-03)
615

716
### ListBox

components/gantt/CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22

33
## [Unreleased]
44

5-
## 21.2.3 (2023-05-03)
5+
## 21.2.4 (2023-05-09)
6+
7+
### Gantt Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I457032` - Task label not rendered properly when we render as template issue has been fixed.
12+
- `#I457212` - Timeline renders different in `Firefox` and `Chrome` issue has been fixed.
13+
- `#I456146` - Console error occur while changing task field after removing toolbar issue has been fixed.
14+
- `#F181579` - Style not reflected on the notes column when we perform dialog edit issue has been fixed.
15+
- `#I456453` - `CSS class` is not updated while changing it through `updateRecordbyId` method issue has been fixed.
616

717
### Gantt
818

@@ -17,7 +27,7 @@
1727
#### Bug Fixes
1828

1929
- `#I441205` - Two spinner appears while performing action issue has been fixed.
20-
- -`#I451257`- No proper template for manual milestone parent.
30+
- `#I451257` - No proper template for manual milestone parent.
2131
- `#I443041` - Gantt react performance rendering issue during initial load has been fixed.
2232

2333
## 21.1.41 (2023-04-18)

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 21.2.4 (2023-05-09)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#F169671` - Now, the `ExcelQueryCellInfo` event is called properly in both parent and child grids.
12+
- `#I441999` - Ensured that the `recordDoubleClick` event is now properly triggered on iPad devices as well.
13+
- `#F181654` - Fixed issue where the react state value was being updated incorrectly with Grid templates.
14+
- `#I451314` - Provided support for exporting to PDF with custom data sources.
15+
- `#I457476` - Resolved a script error that occurred when the down arrow key was long-pressed while the frozen and virtual scrolling feature was enabled in the Grid.
16+
517
## 21.2.3 (2023-05-03)
618

719
### 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-angular-grids",
3-
"version": "21.1.41",
3+
"version": "21.2.3",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)