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",

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.3",
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/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",

components/inputs/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 21.2.3 (2023-05-03)
6-
7-
### NumericTextBox
8-
9-
#### Bug Fixes
10-
11-
- `#F181652` - The issue of "ng model value not being updated properly when we use min and max value" has been resolved.
12-
- `#I455470` - The issue of "Numeric textbox name attribute not being updated with respect to the ID value in Angular" has been resolved
13-
145
## 21.1.38 (2023-04-04)
156

167
### Range Slider
@@ -1288,6 +1279,15 @@ MaskedTextBox allows the user to enter the valid input only based on the provide
12881279
- **Accessibility** - provides built-in accessibility support which helps to access all the MaskedTextBox component features through keyboard, on-screen readers, or other assistive technology devices.
12891280

12901281

1282+
## 21.2.3 (2023-05-03)
1283+
1284+
### NumericTextBox
1285+
1286+
#### Bug Fixes
1287+
1288+
- `#F181652` - The issue of "ng model value not being updated properly when we use min and max value" has been resolved.
1289+
- `#I455470` - The issue of "Numeric textbox name attribute not being updated with respect to the ID value in Angular" has been resolved
1290+
12911291
## 21.1.39 (2023-04-11)
12921292

12931293
### Uploader

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

components/maps/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111

1212
## [Unreleased]
1313

14+
## 21.2.4 (2023-05-09)
15+
16+
### Maps
17+
18+
#### Bug fixes
19+
20+
- `#F181587` - The click event will now be properly triggered in the button element in the tooltip template.
21+
1422
## 21.1.41 (2023-04-18)
1523

1624
### Maps

components/navigations/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.4 (2023-05-09)
6+
7+
### ContextMenu
8+
9+
#### New Features
10+
11+
- `#I458989` - Provided the new parameter target to `beforeOpen` event argument of context menu component.
12+
13+
#### Bug Fixes
14+
15+
- `#I461864` - The issue with "Error is not handled gracefully in context menu enableItems method" has been resolved.
16+
17+
### Tab
18+
19+
#### Bug Fixes
20+
21+
- `#I458102` - An issue where the tab header did not update with dynamic data when the tab directives were rendered as HTML elements has been fixed.
22+
523
## 21.2.3 (2023-05-03)
624

725
### Toolbar

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

components/pdfviewer/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.4 (2023-05-09)
6+
7+
### PDF Viewer
8+
9+
#### New Features
10+
11+
- `#I426363`, `F180068` – Provided support for value property in the radio button and checkbox field,
12+
13+
#### Bug Fixes
14+
15+
- `#I456051` - Now, the stamp annotations are displayed correctly in the provided document.
16+
- `#I460513` - Now, the exception does not occur when downloading the provided PDF file.
17+
- `#I452436` - Now, the radio button and checkbox are added properly.
18+
- `#I403367` - Now, underlining and text selection are working properly in the provided document.
19+
- `#I456864` - Now, the download performance has been enhanced when downloading the provided document.
20+
- `#I458313` - Now, the add annotation API working fine when the annotation object is given as input.
21+
522
## 21.2.3 (2023-05-03)
623

724
### PDF Viewer

components/pivotview/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.4 (2023-05-09)
6+
7+
### Pivot Table
8+
9+
#### Bug fixes
10+
11+
- `#I455857` - When using the Server-side Pivot engine, the DistinctCount aggregate will now be applied properly to string values in the pivot table.
12+
513
## 21.2.3 (2023-05-03)
614

715
### Pivot Table

components/querybuilder/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.4 (2023-05-09)
6+
7+
### QueryBuilder
8+
9+
#### Bug Fixes
10+
11+
- `#I460895` - Issue with Query builder template not render in Vue3 platform has been fixed.
12+
513
## 21.1.37 (2023-03-29)
614

715
### QueryBuilder

components/querybuilder/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-querybuilder",
3-
"version": "21.1.37",
3+
"version": "21.2.3",
44
"description": "Essential JS 2 QueryBuilder for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/richtexteditor/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+
### RichTextEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I439501` - Now, when pasting the list content from MS Word, the roman number list formats are aligned properly.
12+
- `#I456849` - Now, when the image is loaded from the Rich Text Editor value the resizing works properly.
13+
514
## 21.1.41 (2023-04-18)
615

716
### RichTextEditor

components/schedule/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+
### Schedule
8+
9+
#### Bug fixes
10+
11+
- `#I457705` - An issue with appointment not dropped on target cell when start and end time is same has been fixed.
12+
- `#I457928` - An issue with the appointment misalignment has been fixed.
13+
514
## 21.1.41 (2023-04-18)
615

716
### Schedule

components/schedule/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-schedule",
3-
"version": "21.1.41",
3+
"version": "21.2.3",
44
"description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)