You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: controls/calendars/CHANGELOG.md
+9-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## 28.1.41 (2025-01-21)
6
+
7
+
### DatePicker
8
+
9
+
#### Bug Fixes
10
+
11
+
-`#I675886` - Fixed an issue where values were not updated correctly when a mask was configured.
12
+
5
13
## 28.1.39 (2024-01-14)
6
14
7
15
### DateRangePicker
@@ -1211,4 +1219,4 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
1211
1219
1212
1220
-**StrictMode** - Allows to entering the only valid time in a textbox.
1213
1221
1214
-
-**Accessibility** - Provided with built-in accessibility support which helps to access all the TimePicker component features through the keyboard, screen readers, or other assistive technology devices.
1222
+
-**Accessibility** - Provided with built-in accessibility support which helps to access all the TimePicker component features through the keyboard, screen readers, or other assistive technology devices.
Copy file name to clipboardexpand all lines: controls/calendars/package.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@syncfusion/ej2-calendars",
3
-
"version": "28.1.37",
3
+
"version": "28.1.39",
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.",
Copy file name to clipboardexpand all lines: controls/charts/package.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@syncfusion/ej2-charts",
3
-
"version": "28.1.38",
3
+
"version": "28.1.39",
4
4
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball.",
Copy file name to clipboardexpand all lines: controls/dropdowns/CHANGELOG.md
+20
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,26 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## 28.1.41 (2025-01-21)
6
+
7
+
### ComboBox
8
+
9
+
#### Bug Fixes
10
+
11
+
-`#I679101` - Fixed the issue where an error was encountered when filtering in the ComboBox with custom values disabled and virtualization enabled.
12
+
13
+
### DropDownTree
14
+
15
+
#### Bug Fixes
16
+
17
+
-`#I678070` - The issue change event is not triggered when checking SelectAll checkbox after dynamically selecting any node in the Dropdown Tree component has been resolved.
18
+
19
+
### MultiSelect
20
+
21
+
#### Bug Fixes
22
+
23
+
-`#I662148` - Fixed an issue where the value was not bound to the Multiselect component.
0 commit comments