Skip to content

Commit d81e105

Browse files
author
pipeline
committed
v24.1.44 is released
1 parent 07b766c commit d81e105

Some content is hidden

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

50 files changed

+290
-48
lines changed

components/barcodegenerator/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-
## 24.1.43 (2023-12-27)
5+
## 24.1.44 (2024-01-03)
66

77
### Barcode
88

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+
## 24.1.44 (2024-01-03)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- `#528977` - Resolved the From Group OnBlur update not working proeprly.
12+
513
## 24.1.41 (2023-12-18)
614

715
### Common

components/base/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-base",
3-
"version": "24.1.41",
3+
"version": "24.1.44",
44
"description": "A common package of Essential JS 2 base Angular libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/base/src/form-base.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,12 @@ export class FormBase<T> implements ControlValueAccessor {
9696
// Removed setTimeout, Because we have called markForCheck() method in Angular Template Compiler
9797
/* istanbul ignore else */
9898
if (typeof window !== 'undefined') {
99-
if ((tempFormAfterViewThis.getModuleName()).includes('dropdown')) {
100-
setTimeout(() => {
99+
if ((tempFormAfterViewThis.getModuleName()).includes('dropdowntree')){
100+
setTimeout(function () {
101101
tempFormAfterViewThis.appendTo(tempFormAfterViewThis.element);
102102
});
103-
} else {
103+
}
104+
else {
104105
tempFormAfterViewThis.appendTo(tempFormAfterViewThis.element);
105106
}
106107
let ele: HTMLElement = tempFormAfterViewThis.inputElement || tempFormAfterViewThis.element;

components/base/src/template.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function compile(templateEle: AngularElementType, helper?: Object):
2121
/* istanbul ignore next */
2222
let conRef: ViewContainerRef = contRef ? contRef : component.viewContainerRef;
2323
let viewRef: EmbeddedViewRef<Object> = conRef.createEmbeddedView(templateEle as TemplateRef<Object>, context);
24-
if (getValue('currentInstance.element.nodeName', conRef) === 'EJS-MENTION') {
24+
if (/EJS-MENTION|EJS-DROPDOWNLIST/.test(getValue('currentInstance.element.nodeName', conRef))) {
2525
viewRef.detectChanges();
2626
} else {
2727
viewRef.markForCheck();

components/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 24.1.44 (2024-01-03)
6+
7+
### TimePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I529252` - Fixed issue where changing the time in `EEE hh:mm a` format was affecting the day.
12+
13+
## 24.1.43 (2023-12-27)
14+
15+
### DateTimePicker
16+
17+
#### Bug Fixes
18+
19+
- `#I532039` - Fixed the issue where the focus was not being added when using the tab key to navigate through the dynamically enabled datetimepicker.
20+
521
## 19.3.46 (2021-10-19)
622

723
### 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": "18.32.2",
3+
"version": "24.1.43",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 24.1.44 (2024-01-03)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- #I521819 - Improved the accuracy of the normal distribution in the histogram series.
12+
- #I528067 - Removed the multilevel label if all series are not visible.
13+
- #I185777 - Fixed the marker size issue in the scatter chart during initial loading.
14+
- #I185904 - Resolved the issue with the shared tooltip when disabling `showNearestPoint`.
15+
- #I532475 - Fixed the console error in Mozilla Firefox when zooming the bubble chart.
16+
517
## 24.1.43 (2023-12-27)
618

719
### 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": "24.1.41",
3+
"version": "24.1.43",
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/circulargauge/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-circulargauge",
3-
"version": "24.1.41",
3+
"version": "24.1.43",
44
"description": "Essential JS 2 CircularGauge Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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": "24.1.41",
3+
"version": "24.1.43",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 24.1.44 (2024-01-03)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I523857` - Resolved the performance issue while updating the field in document.
12+
- `#I526974` - Resolved control freeze issue while pasting content inside table.
13+
- `#I526633` - Resolved the issue in rendering of shape element.
14+
515
## 24.1.43 (2023-12-27)
616

717
### DocumentEditor

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": "24.1.41",
3+
"version": "24.1.43",
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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,36 @@
22

33
## [Unreleased]
44

5+
## 24.1.44 (2024-01-03)
6+
7+
### DropDownTree
8+
9+
#### Bug Fixes
10+
11+
- `#I536388` - The issue with the `selectAll` method in the Dropdown Tree component has been resolved.
12+
13+
### DropdownList
14+
15+
#### Bug Fixes
16+
17+
- `#F49252` - Fixed the issue where the dropdown list width was not the same as the dropdown control.
18+
- `#I531994` - Fixed the issue where pressing the space key after focusing on a dropdown list would cause an unexpected page scroll.
19+
20+
### Mention
21+
22+
#### Bug Fixes
23+
24+
- `#I530713` - Fixed issue where users were unable to access the popup after pressing Shift + Enter.
25+
- `#I8411` - Fixed an issue where list values were displayed immediately after typing instead of waiting the minimum length was reached.
26+
527
## 24.1.43 (2023-12-27)
628

729
### ListBox
830

931
#### Bug Fixes
1032

1133
- `#I520132` - Issue with "The listbox value was not updated properly while filtering the data source when we place within form" has been resolved.
34+
- `#I522090` - Issue with "Keyboard action is not working properly in the ListBox filter" has been resolved.
1235

1336
### DropdownList
1437

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": "24.1.41",
3+
"version": "24.1.43",
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: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,22 @@
22

33
## [Unreleased]
44

5+
## 24.1.44 (2024-01-03)
6+
7+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I536115` - The issue of adding an unnecessary `<ul>` element under the large icons view while using `enableVirtualization` property in the FileManager component has been resolved.
12+
513
## 24.1.43 (2023-12-27)
614

715
### FileManager
816

917
#### Bug Fixes
1018

1119
- `#I527570` - The issue with auto scroll during drag and drop operation in the FileManager component has been resolved.
12-
13-
- `#I531559`, `#I529731` - The file selection issue for the duplicate folders with different parents in the navigation pane of File Manager has been resolved.
20+
- `#I531559`, `#I529731` - The file selection issue for the duplicate folders with different parents in the navigation pane of FileManager has been resolved.
1421

1522
## 24.1.41 (2023-12-18)
1623

@@ -402,21 +409,24 @@
402409

403410
- The `beforeFileLoad` event’s `module` argument values have been changed as follows:
404411

405-
|Argument Name|Old Value|New Value|
406-
|----|----|----|
407-
|module|navigationpane|NavigationPane|
408-
|module|Grid|DetailsView|
409-
|module|LargeIcon|LargeIconView|
412+
| Argument Name | Old Value | New Value |
413+
|---|---|---|
414+
| module | navigationpane | NavigationPane |
415+
| module | Grid | DetailsView |
416+
| module | LargeIcon | LargeIconView |
410417

411418
## 17.1.32-beta (2019-03-13)
412419

413420
### FileManager
414421

415422
The `FileManager` is a graphical user interface component used to manage the file system. It enables the user to perform common file operations such as accessing, editing, uploading, downloading, and sorting files and folders. This component also allows easy navigation for browsing or selecting a file or folder from the file system.
416423

424+
417425
- **Different Views** - Provides detailed and large icon views.
418426
- **Context menu support** - Provides detailed and large icon views.
419427
- **Custom toolbar support** - Customize the toolbar to provide only necessary features.
420428
- **Multiple file selection** - Select multiple files simultaneously.
421429
- **Accessibility** - Features built-in accessibility support that makes all features accessible through keyboard interaction, screen readers, or other assistive technology devices.
422430
- **Localization** - Translate file names to any supported language.
431+
432+

components/filemanager/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-filemanager",
3-
"version": "24.1.41",
3+
"version": "24.1.43",
44
"description": "Essential JS 2 FileManager Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 24.1.44 (2024-01-03)
6+
7+
### GanttChart
8+
9+
#### Bug Fixes
10+
11+
`#I531670` - When adding record by method before saving, if the task ID is changed after taskbar hover exception thrown issue has been fixed.
12+
13+
14+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
15+
516
## 24.1.43 (2023-12-27)
617

718
### GanttChart
@@ -11,7 +22,7 @@
1122
- `#I527509` - Action begin event arguments not working properly issue has been fixed.
1223
- `#I517104` - Gantt component hangs whole page if timezone changed to UK(London) issue has been fixed.
1324

14-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
25+
- `#I527509` - Action begin event arguments not working properly issue has been fixed.
1526

1627
## 23.2.5 (2023-11-23)
1728

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": "24.1.41",
3+
"version": "24.1.43",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 24.1.44 (2024-01-03)
6+
7+
### Grid
8+
9+
#### Bug fixes
10+
11+
- `#I527253` - The issue of displaying data in date format when it's provided as a string for the string column in the grid has been resolved.
12+
- `#I525816` - The problem of losing focus in the Grid when scrolling down using the down arrow key while focusing on the template has been resolved.
13+
- `#I525124` - The issue where Datamanager arguments were null when unchecking 15 or more items in the filter dialog has been resolved.
14+
- `#I528688` - Fixed an issue with keyboard navigation when the grid contains hidden columns.
15+
516
## 24.1.43 (2023-12-27)
617

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

33
## [Unreleased]
44

5-
## 24.1.43 (2023-12-27)
5+
## 24.1.44 (2024-01-03)
66

77
### HeatMap
88

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+
## 24.1.44 (2024-01-03)
6+
7+
### Image Editor
8+
9+
#### Bug Fixes
10+
11+
- The issue with "Image alignment issue in rotated state" has been resolved.
12+
513
## 24.1.43 (2023-12-27)
614

715
### Image Editor

components/imageeditor/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-image-editor",
3-
"version": "24.1.41",
3+
"version": "24.1.43",
44
"description": "Essential JS 2 ImageEditor for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inputs/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-
## 24.1.43 (2023-12-27)
5+
## 24.1.44 (2024-01-03)
66

77
### Signature
88

components/kanban/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-
## 24.1.43 (2023-12-27)
5+
## 24.1.41 (2023-12-18)
66

77
### Kanban
88

components/kanban/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-kanban",
3-
"version": "23.1.36",
3+
"version": "24.1.43",
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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/lists/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-
## 24.1.43 (2023-12-27)
5+
## 24.1.44 (2024-01-03)
66

77
### ListView
88

0 commit comments

Comments
 (0)