Skip to content

Commit 6b22172

Browse files
author
pipeline
committed
v29.2.10 is released
1 parent 27ca858 commit 6b22172

File tree

41 files changed

+172
-214
lines changed

Some content is hidden

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

41 files changed

+172
-214
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-
## 29.2.8 (2025-06-03)
5+
## 29.2.10 (2025-06-10)
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+
## 29.2.10 (2025-06-10)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- `#I720669` - Resolved `TimePicker` change event not triggering after form reset when value is null.
12+
513
## 25.2.4 (2024-05-14)
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": "29.1.33",
3+
"version": "29.2.4",
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/releasenotes/README.md

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

components/base/src/form-base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ export class FormBase<T> implements ControlValueAccessor {
143143
this.preventChange = this.isFormInit ? false : true;
144144
this.cdr.markForCheck();
145145
if (value === null) {
146+
this.preventChange = false;
146147
return;
147148
}
148149

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-
## 29.2.8 (2025-06-03)
5+
## 29.2.10 (2025-06-10)
66

77
### Switch
88

components/calendars/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+
## 29.2.10 (2025-06-10)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I715669` - Resolved an issue where the duplicate change event triggers when opening a `dialog` from the DatePicker change event.
12+
513
## 29.2.5 (2025-05-21)
614

715
### DatePicker

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+
## 29.2.10 (2025-06-10)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I730840` - The console warning for the shared tooltip in trend line will no longer occurs.
12+
513
## 29.2.8 (2025-06-03)
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": "29.2.5",
3+
"version": "29.2.8",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 29.2.8 (2025-06-03)
5+
## 29.2.10 (2025-06-10)
66

77
### Diagram
88

0 commit comments

Comments
 (0)