Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 8 additions & 0 deletions
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‎

Lines changed: 0 additions & 183 deletions
This file was deleted.

‎components/base/src/component-base.ts‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 8 additions & 0 deletions
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‎

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": "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‎

Lines changed: 1 addition & 1 deletion
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‎

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /