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: components/calendars/CHANGELOG.md
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,31 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## 21.2.9 (2023-06-06)
6
+
7
+
### DatePicker
8
+
9
+
#### Bug Fixes
10
+
11
+
`#F43274` - Issue with "Typing values in datepicker and press tab or enter key cause console error" has been resolved.
12
+
13
+
14
+
## 21.2.8 (2023-05-30)
15
+
16
+
### TimePicker
17
+
18
+
#### Bug Fixes
19
+
20
+
-`#I461842` - The performance issue with the Time picker, which was caused by the creation of the popup during component rendering has been resolved.
21
+
22
+
## 21.2.6 (2023-05-23)
23
+
24
+
### TimePicker
25
+
26
+
#### Bug Fixes
27
+
28
+
-`#SF-461465` - Issue with "Time picker dropdown width not responsive to input and icon" has been resolved.
29
+
5
30
## 21.1.41 (2023-04-18)
6
31
7
32
### DatePicker
@@ -1256,6 +1281,14 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
1256
1281
-**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.
1257
1282
1258
1283
1284
+
## 21.2.5 (2023-05-16)
1285
+
1286
+
### Calendar
1287
+
1288
+
#### Bug Fixes
1289
+
1290
+
-`#I458215` - Issue with "Islamic calendar decade view in the Arabic culture where the years were not being displayed correctly" has been resolved.
Copy file name to clipboardExpand all lines: components/calendars/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@syncfusion/ej2-vue-calendars",
3
-
"version": "21.1.41",
3
+
"version": "21.2.8",
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. for Vue",
Copy file name to clipboardExpand all lines: components/charts/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@syncfusion/ej2-vue-charts",
3
-
"version": "21.1.41",
3
+
"version": "21.2.8",
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. for Vue",
0 commit comments