Skip to content

Commit a8e74b9

Browse files
author
pipeline
committed
v28.2.5 is released
1 parent 688871e commit a8e74b9

File tree

48 files changed

+196
-229
lines changed

Some content is hidden

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

48 files changed

+196
-229
lines changed

components/barcodegenerator/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 28.2.4 (2025-02-04)
5+
## 28.2.5 (2025-02-11)
66

77
### Barcode
88

components/base/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 28.2.5 (2025-02-11)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- `#FB27111` - Resolved the Button flicker on angular page load.
12+
513
## 25.2.4 (2024-05-14)
614

715
### Common

components/base/releasenotes/README.md

-183
This file was deleted.

components/base/src/component-base.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export class ComponentBase<T> {
191191
tempAfterViewThis.ngEle.nativeElement.style.visibility = '';
192192
}
193193
};
194-
if (!ngtempRef || !tempAfterViewThis.getModuleName().includes('btn')) {
194+
if (!ngtempRef && !tempAfterViewThis.getModuleName().includes('btn')) {
195195
setTimeout(() => {
196196
appendToComponent(tempAfterViewThis);
197197
});

components/buttons/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 28.2.4 (2025-02-04)
5+
## 28.2.5 (2025-02-11)
66

77
### Switch
88

components/calendars/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 28.2.4 (2025-02-04)
5+
## 28.2.5 (2025-02-11)
66

77
### DatePicker
88

components/charts/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 28.2.5 (2025-02-11)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I687354` - The chart with the primary and secondary axes is now working properly even when no series is bound.
12+
513
## 28.2.4 (2025-02-04)
614

715
### Chart

components/charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-charts",
3-
"version": "28.2.3",
3+
"version": "28.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/circulargauge/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## [Unreleased]
66

7-
## 28.2.4 (2025-02-04)
7+
## 28.2.5 (2025-02-11)
88

99
### Circular Gauge
1010

components/diagrams/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-diagrams",
3-
"version": "28.1.39",
3+
"version": "28.2.3",
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

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
## [Unreleased]
44

5+
## 28.2.5 (2025-02-11)
6+
7+
### DocumentEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I683467` - Improved performance by optimizing bookmark manipulation during text insertion.
12+
- `#I684634` - Fixed an issue where focus moved to the document editor when selecting a tracked revision.
13+
- `#I684435` - Resolved a freezing issue when accepting all tracked changes.
14+
- `#I686056` - Fixed an issue where the background color was not updating properly in the properties pane.
15+
- `#I679707` - Corrected the continuation of page numbers after restarting page numbering.
16+
- `#I680995` - Fixed font rendering issues when applying the theme font to text.
17+
- `#I687189` - Resolved caret height inconsistencies in collaborative editing.
18+
- `#I682585` - Fixed incorrect list indentation when performing an undo action.
19+
- `#F195801` - Resolved an issue where the content change event was triggered twice when applying a paragraph style.
20+
521
## 28.2.4 (2025-02-04)
622

723
### DocumentEditor

components/documenteditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-documenteditor",
3-
"version": "28.2.3",
3+
"version": "28.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

+20
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
## [Unreleased]
44

5+
## 28.2.5 (2025-02-11)
6+
7+
### ComboBox
8+
9+
#### Bug Fixes
10+
11+
- `#I685229` - Fixed the issue where an extra space appears when using the allowResize with height properties.
12+
13+
### DropDownTree
14+
15+
#### Bug Fixes
16+
17+
- `#I684184` - An issue when using value property as two way binding and selecting a filtered node has been resolved.
18+
19+
- `#I681976` - An issue with value property when updating a data source dynamically in Dropdown Tree component has been resolved.
20+
21+
- `#I682748` - An issue Tab focus occurs when navigating a disabled Dropdown Tree component has been resolved.
22+
23+
- `#I682703` - An Focusing issues in Dropdown Tree component when `showSelectAll` property is true has been resolved.
24+
525
## 28.2.4 (2025-02-04)
626

727
### DropDownTree

components/dropdowns/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-dropdowns",
3-
"version": "28.2.3",
3+
"version": "28.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

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 28.2.5 (2025-02-11)
6+
7+
### FileManager
8+
9+
#### Bug Fixes
10+
11+
- `#I676641` - The issue with the details View column and selection when dynamically changing the view in the File Manager component has been resolved.
12+
- `#I681088`, `#FB628089` - Provided `enableMenuItems` API method support to enable the menu items in the File Manager component.
13+
514
## 28.2.4 (2025-02-04)
615

716
### FileManager

components/filemanager/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-filemanager",
3-
"version": "28.2.3",
3+
"version": "28.2.4",
44
"description": "Essential JS 2 FileManager Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,27 @@
22

33
## [Unreleased]
44

5-
## 28.2.4 (2025-02-04)
5+
## 28.2.5 (2025-02-11)
66

77
### GanttChart
88

99
#### Bug fixes
1010

11+
- `#I678529` - When row drag and drop is used, the issue where modified records were not updating properly in the actionComplete event has been fixed.
12+
- `#I683525` - Resolved a script error that occurred during cell editing of the Resource field when the resource collection was modified through column editing.
13+
1114
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
1215

16+
## 28.2.4 (2025-02-04)
17+
18+
### GanttChart
19+
20+
#### Bug fixes
21+
22+
- `#I678529` - Fixed issues where the Work column value was not updating correctly when one resource unit was set to 0 and another to 100. Additionally, resolved an issue in Fixed Duration mapping, where the Work value did not update to 0 when the resource unit was set to 0.
23+
- `#I682615`,`#I684467` - Duration updated incorrectly while updating record via method issue has been fixed.
24+
- `#I674922` - Taskbar Drag Issues When Overlapping on the Same Date issue has been fixed.
25+
1326
## 28.2.3 (2025-01-29)
1427

1528
### GanttChart

0 commit comments

Comments
 (0)