Large Commits have some content hidden by default. Use the searcx below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree
106 files changed
+2466
-437
lines changed
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## []
4
4
5
-
## 29.2.5 (2025-05-21)
5
+
## 29.2.7 (2025-05-27)
6
6
7
7
### Barcode
8
8
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## []
4
4
5
-
## 29.2.5 (2025-05-21)
5
+
## 29.2.7 (2025-05-27)
6
6
7
7
### Common
8
8
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## []
4
4
5
-
## 29.2.5 (2025-05-21)
5
+
## 29.2.7 (2025-05-27)
6
6
7
7
### Switch
8
8
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,12 @@
10
10
11
11
-`#I711579` - Fixed an issue where the DatePicker popup did not close on mobile devices when clicking outside of it.
12
12
13
+
### DateRangePicker
14
+
15
+
#### Bug Fixes
16
+
17
+
-`#709169` - Fixed an issue where the Daterangepicker popup did not update the selected range when using min and max dates with mid-month values, with depth set to year and decade.
18
+
13
19
## 29.1.40 (2025-04-29)
14
20
15
21
### DateRangePicker
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@syncfusion/ej2-calendars",
3
-
"version": "29.2.4",
3
+
"version": "29.2.5",
4
4
"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.",
5
5
"author": "Syncfusion Inc.",
6
6
"license": "SEE LICENSE IN license",
Original file line number
Diff line number
Diff line change
@@ -1550,6 +1550,7 @@ export class DateRangePicker extends CalendarBase {
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball.",
5
5
"author": "Syncfusion Inc.",
6
6
"license": "SEE LICENSE IN license",
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ export class StackingAreaSeries extends LineBase {
0 commit comments