Skip to content

Commit caa3d60

Browse files
author
pipeline
committed
v21.2.5 is released
1 parent 5561658 commit caa3d60

Some content is hidden

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

43 files changed

+396
-34
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+
## 21.2.5 (2023-05-16)
6+
7+
### RadioButton
8+
9+
#### Bug Fixes
10+
11+
- `#F182133` - The issue with "Ripple element is not destroyed properly while clicking on radio button component" has been resolved.
12+
513
## 21.2.3 (2023-05-03)
614

715
### Switch

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 21.2.5 (2023-05-16)
6+
7+
### TimePicker
8+
9+
#### Bug Fixes
10+
11+
- `#454411` - Issue with "Value is not updated for timepicker component when setting programmatically" 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
@@ -1245,6 +1267,14 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
12451267
- **Accessibility** - Provided with built-in accessibility support which helps to access all the TimePicker component features through the keyboard, screen readers, or other assistive technology devices.
12461268

12471269

1270+
## 21.2.4 (2023-05-09)
1271+
1272+
### DatePicker
1273+
1274+
#### Bug Fixes
1275+
1276+
- `#SF-459727` - Issue with "unable to prevent the datepicker popup from closing in mobile mode" has been resolved.
1277+
12481278
## 19.3.56 (2021-12-02)
12491279

12501280
### TimePicker

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.4",
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: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
## [Unreleased]
44

5+
## 21.2.5 (2023-05-16)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#F181976` - Now the tooltip is proper when using two axes in a chart.
12+
- `#I451537` - Now, the axis label value is correct when an interval is not given.
13+
- `#I451537` - Fixed an issue where the axis label was not displaying correctly.
14+
- `#I451537` - Now, the secondary axis label will be correctly displayed without an interval.
15+
- `#I452395` - Fixed an issue where the y-axis axis label was displaying double values.
16+
- `#I452390` - Fixed the issue where the axis label was being trimmed despite the shift given to the edgeLabelPlacement.
17+
18+
## 21.2.4 (2023-05-09)
19+
20+
### Chart
21+
22+
#### Bug Fixes
23+
24+
- `#I457088` - Fixed the console error thrown on clicking on the legend.
25+
- `#I459170` - Now the accumulation data label is visible when using a template.
26+
527
## 21.2.3 (2023-05-03)
628

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

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 21.2.5 (2023-05-16)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I456104` - Now, swimlane child nodes are selectable after save and load.
12+
13+
## 21.2.4 (2023-05-09)
14+
15+
### Diagram
16+
17+
#### Bug Fixes
18+
19+
- `#I456288` - Now, scroller updated properly when we move nodes outside viewport.
20+
- `#I458205` - Now, bezier connector annotation alignment is working properly.
21+
- `#I456037` - Now, while hovering the port with single select and ZoomPan constraints drawing tool enabled.
22+
523
## 21.2.3 (2023-05-03)
624

725
### Diagram

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

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 21.2.5 (2023-05-16)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I449912` - Resolved layout issue while opening document.
12+
- `#I450342` - Resolved the wrong Font issue while opening a document.
13+
- `#I458331` - Resolved the paragraph combine issue when insert and delete comment.
14+
- `#I458334` - Cursor position issue is resolved when shift enter key is pressed.
15+
- `#I449581` - Resolved the script error when loading the track changes document with author field empty
16+
- `#I452303` - Layout issue is now not occurred when editing the document.
17+
- `#I452150` - Resolved the hanging issue when opening the attached document.
18+
- `#I453495` - Resolved the Overlapping issue when we do enter/page break before the shape.
19+
- `#I453196` - Resolved the issue in when perform undo action for Arabic content
20+
- `#I454659` - Resolved the issue occurred when performing track changes for Arabic content.
21+
- `#I449049` - A performance issue is resolved when typing inside the table.
22+
23+
## 21.2.4 (2023-05-09)
24+
25+
### Document Editor
26+
27+
#### Bug Fixes
28+
29+
- `#I451421` - Resolved the issue with list indentation.
30+
- `#I450834` - Resolved the Script issue while opening SFDT.
31+
- `#I452243` - Resolved the issue with modifying the style in existing styles.
32+
- `#I449324` - Resolved the issue occurred while exporting the document in the .docx format.
33+
534
## 21.2.3 (2023-05-03)
635

736
### 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.4",
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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
## [Unreleased]
44

5+
## 21.2.5 (2023-05-16)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#I461307` - Issue with "No Records Template not renders properly when we set the default string in listbox" has been resolved.
12+
13+
## 21.2.4 (2023-05-09)
14+
15+
### ListBox
16+
17+
#### Bug Fixes
18+
19+
- `#I453746` - Issue with "Selected items not focusing properly in listbox while using selectItems method" has been resolved.
20+
- `#I461307` - Issue with "No Records Template not renders properly when we set the default string in listbox" has been resolved.
21+
522
## 21.2.3 (2023-05-03)
623

724
### ListBox

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-angular-dropdowns",
3-
"version": "21.2.3",
3+
"version": "21.2.4",
44
"description": "Essential JS 2 DropDown Components for Angular",
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+
## 21.2.5 (2023-05-16)
6+
7+
### File Manager
8+
9+
#### Bug fixes
10+
11+
- `#I458668` - The issue, replace dialog shows when uploading the same file to different directories in File Manager with the SQL File Provider has been resolved.
12+
513
## 21.2.3 (2023-05-03)
614

715
### File Manager

components/gantt/CHANGELOG.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,49 @@
22

33
## [Unreleased]
44

5-
## 21.2.3 (2023-05-03)
5+
## 21.2.5 (2023-05-16)
6+
7+
### Gantt Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I461778` - Misalignment in rows on Tree Grid and Gantt in virtual scroll issue has been fixed
12+
- `#I181309` - splitter position not updating after resize issue has been fixed.
13+
- `#I449506` - Moving child row referencing another parent row will not move all of the descendants of that another parent row issue has been fixed.
14+
- `#I457803` - Offset value is not correctly updated while connecting predecessor issue has been fixed.
15+
- `#I449944` - Zoom out button in toolbar not enabled once after zoom in operation issue has been fixed.
616

717
### Gantt
818

919
#### Bug Fixes
1020

1121
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
1222

23+
## 21.2.4 (2023-05-09)
24+
25+
### Gantt Chart
26+
27+
#### Bug Fixes
28+
29+
- `#I457032` - Task label not rendered properly when we render as template issue has been fixed.
30+
- `#I457212` - Timeline renders different in `Firefox` and `Chrome` issue has been fixed.
31+
- `#I456146` - Console error occur while changing task field after removing toolbar issue has been fixed.
32+
- `#F181579` - Style not reflected on the notes column when we perform dialog edit issue has been fixed.
33+
- `#I456453` - `CSS class` is not updated while changing it through `updateRecordbyId` method issue has been fixed.
34+
35+
-`#I449944` - Zoom out is not enabled.
36+
37+
- `#I457032` - Task label not rendered properly when we render as template issue has been fixed.
38+
- `#F181579` - Style not reflected on the notes column when we perform dialog edit issue has been fixed.
39+
1340
## 21.2.3 (2023-05-03)
1441

1542
### Gantt Chart
1643

1744
#### Bug Fixes
1845

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

2350
## 21.1.41 (2023-04-18)

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-angular-gantt",
3-
"version": "21.2.3",
3+
"version": "21.2.4",
44
"description": "Essential JS 2 Gantt Component for Angular",
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+
## 21.2.5 (2023-05-16)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I459274` - The issue regarding the `All` page size is not working properly with the `RemoteSaveAdaptor` has been resolved.
12+
- `#I459703` - Pager component's tooltip not getting updated on locale change issue has been fixed.
13+
- `#F181837` - The problem related to copy-pasting when adding a new record has been resolved.
14+
- `#I452083` - The issue of text overlapping in the vertical row rendering mode of the adaptive grid has been resolved.
15+
- `#FB43372` -The Content Security Policy violation issue related to grid paging and grouping has been resolved.
16+
- `#I460038` - Resolved the issue where the detail template being rendered with bold and centred formatting.
17+
18+
## 21.2.4 (2023-05-09)
19+
20+
### Grid
21+
22+
#### Bug Fixes
23+
24+
- `#F169671` - Now, the `ExcelQueryCellInfo` event is called properly in both parent and child grids.
25+
- `#I441999` - Ensured that the `recordDoubleClick` event is now properly triggered on iPad devices as well.
26+
- `#F181654` - Fixed issue where the react state value was being updated incorrectly with Grid templates.
27+
- `#I451314` - Provided support for exporting to PDF with custom data sources.
28+
- `#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.
29+
530
## 21.2.3 (2023-05-03)
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-angular-grids",
3-
"version": "21.1.41",
3+
"version": "21.2.4",
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",

components/heatmap/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
## 21.2.3 (2023-05-03)
5+
## 21.2.4 (2023-05-09)
6+
7+
### Heatmap
8+
9+
#### Bug fixes
10+
11+
- `#I456795` - The extra text element in the HeatMap component's DOM has now been properly removed.
12+
13+
## 21.1.41 (2023-04-18)
614

715
### Heatmap
816

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-angular-heatmap",
3-
"version": "21.1.37",
3+
"version": "21.2.4",
44
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/imageeditor/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+
## 21.2.5 (2023-05-16)
6+
7+
### Image Editor
8+
9+
#### Bug Fixes
10+
11+
- Issue with "Blinking while resizing selection in mobile mode" has been resolved.
12+
513
## 21.2.3 (2023-05-03)
614

715
### Image Editor

components/inplaceeditor/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-inplace-editor",
3-
"version": "21.1.37",
3+
"version": "21.2.3",
44
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)