@syncfusion/ej2-angular-calendars 17.1.41 → 17.1.47-1015318
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-calendars.es5.js +69 -13
- package/@syncfusion/ej2-angular-calendars.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-calendars.js +69 -13
- package/@syncfusion/ej2-angular-calendars.js.map +1 -1
- package/CHANGELOG.md +520 -3
- package/dist/ej2-angular-calendars.umd.js +70 -19
- package/dist/ej2-angular-calendars.umd.js.map +1 -1
- package/dist/ej2-angular-calendars.umd.min.js +1 -10
- package/dist/ej2-angular-calendars.umd.min.js.map +1 -1
- package/ej2-angular-calendars.metadata.json +1 -1
- package/package.json +65 -65
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/calendar/calendar.component.d.ts +3 -0
- package/src/datepicker/datepicker-all.module.d.ts +2 -0
- package/src/datepicker/datepicker.component.d.ts +3 -0
- package/src/daterangepicker/daterangepicker.component.d.ts +3 -0
- package/src/daterangepicker/presets.directive.d.ts +1 -0
- package/src/datetimepicker/datetimepicker.component.d.ts +3 -0
- package/src/index.d.ts +1 -1
- package/src/timepicker/timepicker.component.d.ts +3 -0
- package/styles/bootstrap-dark.css +962 -339
- package/styles/bootstrap.css +963 -340
- package/styles/bootstrap4.css +966 -335
- package/styles/calendar/bootstrap-dark.css +390 -119
- package/styles/calendar/bootstrap.css +391 -120
- package/styles/calendar/bootstrap4.css +391 -120
- package/styles/calendar/fabric-dark.css +389 -123
- package/styles/calendar/fabric.css +391 -120
- package/styles/calendar/highcontrast-light.css +391 -120
- package/styles/calendar/highcontrast.css +391 -120
- package/styles/calendar/material-dark.css +404 -133
- package/styles/calendar/material.css +391 -120
- package/styles/calendar/tailwind-dark.css +993 -0
- package/styles/calendar/tailwind-dark.scss +1 -0
- package/styles/calendar/tailwind.css +993 -0
- package/styles/calendar/tailwind.scss +1 -0
- package/styles/datepicker/bootstrap-dark.css +65 -24
- package/styles/datepicker/bootstrap.css +65 -24
- package/styles/datepicker/bootstrap4.css +66 -17
- package/styles/datepicker/fabric-dark.css +63 -22
- package/styles/datepicker/fabric.css +63 -22
- package/styles/datepicker/highcontrast-light.css +63 -14
- package/styles/datepicker/highcontrast.css +63 -14
- package/styles/datepicker/material-dark.css +95 -18
- package/styles/datepicker/material.css +101 -15
- package/styles/datepicker/tailwind-dark.css +185 -0
- package/styles/datepicker/tailwind-dark.scss +1 -0
- package/styles/datepicker/tailwind.css +185 -0
- package/styles/datepicker/tailwind.scss +1 -0
- package/styles/daterangepicker/bootstrap-dark.css +381 -179
- package/styles/daterangepicker/bootstrap.css +381 -179
- package/styles/daterangepicker/bootstrap4.css +383 -181
- package/styles/daterangepicker/fabric-dark.css +381 -179
- package/styles/daterangepicker/fabric.css +381 -179
- package/styles/daterangepicker/highcontrast-light.css +381 -179
- package/styles/daterangepicker/highcontrast.css +381 -179
- package/styles/daterangepicker/material-dark.css +419 -189
- package/styles/daterangepicker/material.css +418 -179
- package/styles/daterangepicker/tailwind-dark.css +956 -0
- package/styles/daterangepicker/tailwind-dark.scss +1 -0
- package/styles/daterangepicker/tailwind.css +956 -0
- package/styles/daterangepicker/tailwind.scss +1 -0
- package/styles/datetimepicker/bootstrap-dark.css +42 -7
- package/styles/datetimepicker/bootstrap.css +42 -7
- package/styles/datetimepicker/bootstrap4.css +42 -7
- package/styles/datetimepicker/fabric-dark.css +42 -7
- package/styles/datetimepicker/fabric.css +42 -7
- package/styles/datetimepicker/highcontrast-light.css +43 -8
- package/styles/datetimepicker/highcontrast.css +43 -8
- package/styles/datetimepicker/material-dark.css +86 -11
- package/styles/datetimepicker/material.css +100 -7
- package/styles/datetimepicker/tailwind-dark.css +206 -0
- package/styles/datetimepicker/tailwind-dark.scss +1 -0
- package/styles/datetimepicker/tailwind.css +206 -0
- package/styles/datetimepicker/tailwind.scss +1 -0
- package/styles/fabric-dark.css +959 -341
- package/styles/fabric.css +961 -338
- package/styles/highcontrast-light.css +962 -331
- package/styles/highcontrast.css +962 -331
- package/styles/material-dark.css +1120 -365
- package/styles/material.css +1131 -331
- package/styles/tailwind-dark.css +2566 -0
- package/styles/tailwind-dark.scss +5 -0
- package/styles/tailwind.css +2566 -0
- package/styles/tailwind.scss +5 -0
- package/styles/timepicker/bootstrap-dark.css +84 -10
- package/styles/timepicker/bootstrap.css +84 -10
- package/styles/timepicker/bootstrap4.css +84 -10
- package/styles/timepicker/fabric-dark.css +84 -10
- package/styles/timepicker/fabric.css +84 -10
- package/styles/timepicker/highcontrast-light.css +84 -10
- package/styles/timepicker/highcontrast.css +84 -10
- package/styles/timepicker/material-dark.css +116 -14
- package/styles/timepicker/material.css +121 -10
- package/styles/timepicker/tailwind-dark.css +222 -0
- package/styles/timepicker/tailwind-dark.scss +1 -0
- package/styles/timepicker/tailwind.css +222 -0
- package/styles/timepicker/tailwind.scss +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,16 +2,457 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 19.2.44 (2021-06-30)
|
|
6
|
+
|
|
5
7
|
### DatePicker
|
|
6
8
|
|
|
9
|
+
#### New Features
|
|
10
|
+
|
|
11
|
+
- `#I245933` , `#F147808` - Now, you can enable the masked input using `enableMask` property.
|
|
12
|
+
|
|
13
|
+
### DateTimePicker
|
|
14
|
+
|
|
15
|
+
#### New Features
|
|
16
|
+
|
|
17
|
+
- `#I299471` - Now, you can enable the masked input using `enableMask` property.
|
|
18
|
+
|
|
19
|
+
### TimePicker
|
|
20
|
+
|
|
21
|
+
#### New Features
|
|
22
|
+
|
|
23
|
+
- Now, you can enable the masked input using `enableMask` property.
|
|
24
|
+
|
|
25
|
+
## 18.4.34 (2021-01-12)
|
|
26
|
+
|
|
27
|
+
### DateTimePicker
|
|
28
|
+
|
|
7
29
|
#### Bug Fixes
|
|
8
30
|
|
|
9
|
-
-
|
|
10
|
-
|
|
31
|
+
- `#309143` - Issue with "timepicker popup is not opened when render component with `openOnFocus` as true and click on the time icon" has been resolved.
|
|
32
|
+
|
|
33
|
+
## 18.3.52 (2020-12-01)
|
|
34
|
+
|
|
35
|
+
### Calendar
|
|
36
|
+
|
|
37
|
+
#### Bug Fixes
|
|
38
|
+
|
|
39
|
+
- `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
|
|
40
|
+
|
|
41
|
+
### DatePicker
|
|
42
|
+
|
|
43
|
+
#### Bug Fixes
|
|
44
|
+
|
|
45
|
+
- `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
|
|
46
|
+
|
|
47
|
+
### DateTimePicker
|
|
48
|
+
|
|
49
|
+
#### Bug Fixes
|
|
50
|
+
|
|
51
|
+
- `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
|
|
52
|
+
|
|
53
|
+
### DateRangePicker
|
|
54
|
+
|
|
55
|
+
#### Bug Fixes
|
|
56
|
+
|
|
57
|
+
- `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
|
|
58
|
+
|
|
59
|
+
### TimePicker
|
|
60
|
+
|
|
61
|
+
#### Bug Fixes
|
|
62
|
+
|
|
63
|
+
- `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
|
|
64
|
+
|
|
65
|
+
## 18.3.51 (2020-11-24)
|
|
66
|
+
|
|
67
|
+
### DatePicker
|
|
68
|
+
|
|
69
|
+
#### Bug Fixes
|
|
70
|
+
|
|
71
|
+
- `#301613` - Issue with "week number is not updated properly in first week of the year" has been resolved.
|
|
72
|
+
|
|
73
|
+
- `#300567`, `#299294`- Issue with "dirty and pristine is not updated properly while resetting the form with values" has been resolved.
|
|
74
|
+
|
|
75
|
+
#### Breaking Changes
|
|
76
|
+
|
|
77
|
+
- While setting the datepicker value programmatically, the `change` event will not trigger.
|
|
78
|
+
|
|
79
|
+
### DateRangePicker
|
|
80
|
+
|
|
81
|
+
#### Bug Fixes
|
|
82
|
+
|
|
83
|
+
- `#300567`, `#299294`- Issue with "dirty and pristine is not updated properly while resetting the form with values" has been resolved.
|
|
84
|
+
|
|
85
|
+
#### Breaking Changes
|
|
86
|
+
|
|
87
|
+
- While setting the daterangepicker value programmatically, the `change` event will not trigger.
|
|
88
|
+
|
|
89
|
+
### DateTimePicker
|
|
90
|
+
|
|
91
|
+
#### Bug Fixes
|
|
92
|
+
|
|
93
|
+
- `#300567`, `#299294`- Issue with "dirty and pristine is not updated properly while resetting the form with values" has been resolved.
|
|
94
|
+
|
|
95
|
+
#### Breaking Changes
|
|
96
|
+
|
|
97
|
+
- While setting the datetimepicker value programmatically, the `change` event will not trigger.
|
|
98
|
+
|
|
99
|
+
### TimePicker
|
|
100
|
+
|
|
101
|
+
#### Bug Fixes
|
|
102
|
+
|
|
103
|
+
- `#300567`, `#299294`- Issue with "dirty and pristine is not updated properly while resetting the form with values" has been resolved.
|
|
104
|
+
|
|
105
|
+
#### Breaking Changes
|
|
106
|
+
|
|
107
|
+
- While setting the timepicker value programmatically, the `change` event will not trigger.
|
|
108
|
+
|
|
109
|
+
### Calendar
|
|
110
|
+
|
|
111
|
+
#### Bug Fixes
|
|
112
|
+
|
|
113
|
+
- `#299743` - Issue with "week number is not updated properly in first week of the year" has been resolved.
|
|
114
|
+
|
|
115
|
+
## 18.3.40 (2020-10-13)
|
|
116
|
+
|
|
117
|
+
### DateRangePicker
|
|
118
|
+
|
|
119
|
+
#### Bug Fixes
|
|
120
|
+
|
|
121
|
+
- `#288129` - Issue with "values cannot be chosen while updating UTC time as start date and end date" has been resolved.
|
|
122
|
+
|
|
123
|
+
## 18.2.44 (2020-07-07)
|
|
124
|
+
|
|
125
|
+
### DatePicker
|
|
126
|
+
|
|
127
|
+
#### New Features
|
|
128
|
+
|
|
129
|
+
- `#274484`,`F145781` - Provided option to open the popup while focusing the input element.
|
|
130
|
+
|
|
131
|
+
### DateTimePicker
|
|
132
|
+
|
|
133
|
+
#### New Features
|
|
134
|
+
|
|
135
|
+
- `#274484`,`F145781` - Provided option to open the popup while focusing the input element.
|
|
136
|
+
|
|
137
|
+
### TimePicker
|
|
138
|
+
|
|
139
|
+
#### New Features
|
|
140
|
+
|
|
141
|
+
- `#274484`,`F145781` - Provided option to open the popup while focusing the input element.
|
|
142
|
+
|
|
143
|
+
### DateRangePicker
|
|
144
|
+
|
|
145
|
+
#### New Features
|
|
146
|
+
|
|
147
|
+
- `#274484`,`F145781` - Provided option to open the popup while focusing the input element.
|
|
148
|
+
|
|
149
|
+
## 18.1.43 (2020-04-07)
|
|
150
|
+
|
|
151
|
+
### TimePicker
|
|
152
|
+
|
|
153
|
+
#### Bug Fixes
|
|
154
|
+
|
|
155
|
+
- `#266088`- Now, you can use focusOut method inside close event.
|
|
156
|
+
|
|
157
|
+
### DateRangePicker
|
|
158
|
+
|
|
159
|
+
#### Bug Fixes
|
|
160
|
+
|
|
161
|
+
- `#263008`- Issue with "script error throws while navigating month using previous and next icon in the mobile mode" has been resolved.
|
|
162
|
+
|
|
163
|
+
## 17.4.50 (2020-02-18)
|
|
164
|
+
|
|
165
|
+
### DateRangePicker
|
|
166
|
+
|
|
167
|
+
#### Bug Fixes
|
|
168
|
+
|
|
169
|
+
- `#256702` - Issue with "consecutive month is displayed while drill down the left or right calendar" has been resolved.
|
|
170
|
+
|
|
171
|
+
### Calendar
|
|
172
|
+
|
|
173
|
+
#### Bug Fixes
|
|
174
|
+
|
|
175
|
+
- Now, selection style is applied to the previous month selected date in the current month view.
|
|
176
|
+
|
|
177
|
+
## 17.4.49 (2020-02-11)
|
|
178
|
+
|
|
179
|
+
### DateTimePicker
|
|
180
|
+
|
|
181
|
+
#### Bug Fixes
|
|
182
|
+
|
|
183
|
+
- Issue with script error throws while selecting value from popup in touch mode has been resolved.
|
|
184
|
+
|
|
185
|
+
## 17.4.47 (2020-02-05)
|
|
186
|
+
|
|
187
|
+
### DatePicker
|
|
188
|
+
|
|
189
|
+
#### Bug Fixes
|
|
190
|
+
|
|
191
|
+
- `#260342` - Issue with "input not focus while already opened the another datepicker" has been resolved.
|
|
192
|
+
|
|
193
|
+
### TimePicker
|
|
194
|
+
|
|
195
|
+
#### Bug Fixes
|
|
196
|
+
|
|
197
|
+
- `#261538` - Issue with script error throws while selecting value from popup in touch mode has been resolved.
|
|
198
|
+
|
|
199
|
+
## 17.4.46 (2020-01-30)
|
|
200
|
+
|
|
201
|
+
### DatePicker
|
|
202
|
+
|
|
203
|
+
#### Bug Fixes
|
|
204
|
+
|
|
205
|
+
- `#260342` - Issue with "datepicker popup not closed while use `shift+tab`" has been resolved.
|
|
206
|
+
|
|
207
|
+
## 17.4.43 (2020-01-14)
|
|
208
|
+
|
|
209
|
+
### Calendar
|
|
210
|
+
|
|
211
|
+
#### Bug Fixes
|
|
212
|
+
|
|
213
|
+
- Issue with "datepicker popup not opened in IE browser" has been resolved.
|
|
214
|
+
|
|
215
|
+
## 17.4.41 (2020-01-07)
|
|
216
|
+
|
|
217
|
+
### Calendar
|
|
218
|
+
|
|
219
|
+
#### Bug Fixes
|
|
220
|
+
|
|
221
|
+
- Issue with "change event triggered while again click on the selected month in month view" has been resolved.
|
|
222
|
+
|
|
223
|
+
## 17.4.40 (2019-12-24)
|
|
224
|
+
|
|
225
|
+
### DateRangePicker
|
|
226
|
+
|
|
227
|
+
#### Bug Fixes
|
|
228
|
+
|
|
229
|
+
- Issue with "popup not opened by using alt + down key while enabling JAWS" has been resolved.
|
|
230
|
+
|
|
231
|
+
### DateTimePicker
|
|
232
|
+
|
|
233
|
+
#### Bug Fixes
|
|
234
|
+
|
|
235
|
+
- `#257448` - Issue with "timepicker popup not destroyed while destroy the datetimepicker on close event" has been resolved.
|
|
236
|
+
|
|
237
|
+
## 17.4.39 (2019-12-17)
|
|
238
|
+
|
|
239
|
+
### DateRangePicker
|
|
240
|
+
|
|
241
|
+
#### Bug Fixes
|
|
242
|
+
|
|
243
|
+
- `#255630` - Issue with "change event argument `isInteracted` return as false while select the range from presets" has been resolved.
|
|
244
|
+
|
|
245
|
+
- `#F149064` - Issue with "script error throws while navigate month in mobile mode" has been resolved.
|
|
246
|
+
|
|
247
|
+
## 17.3.27 (2019-11-12)
|
|
248
|
+
|
|
249
|
+
### DateTimePicker
|
|
250
|
+
|
|
251
|
+
#### New Features
|
|
252
|
+
|
|
253
|
+
- `#147796` - Now, you can get the cleared event when clear the DateTimePicker's value using clear button.
|
|
254
|
+
|
|
255
|
+
### DatePicker
|
|
256
|
+
|
|
257
|
+
#### New Features
|
|
258
|
+
|
|
259
|
+
- `#147796` - Now, you can get the cleared event when clear the DatePicker's value using clear button.
|
|
260
|
+
|
|
261
|
+
### TimePicker
|
|
262
|
+
|
|
263
|
+
#### New Features
|
|
264
|
+
|
|
265
|
+
- `#147796` - Now, you can get the cleared event when clear the TimePicker's value using clear button.
|
|
266
|
+
|
|
267
|
+
### DateRangePicker
|
|
268
|
+
|
|
269
|
+
#### New Features
|
|
270
|
+
|
|
271
|
+
- `#147796` - Now, you can get the cleared event when clear the DateRangePicker's value using clear button.
|
|
272
|
+
|
|
273
|
+
undefined- `#250743` - Issue with "script error occurs while selecting values in mobile emulator" has been resolved.
|
|
274
|
+
|
|
275
|
+
## 17.3.26 (2019-11-05)
|
|
276
|
+
|
|
277
|
+
### DateTimePicker
|
|
278
|
+
|
|
279
|
+
#### New Features
|
|
280
|
+
|
|
281
|
+
- `#249683` - Now, you can set the server time zone for initial date value process using `serverTimezoneOffset` property.
|
|
282
|
+
|
|
283
|
+
### Calendar
|
|
284
|
+
|
|
285
|
+
#### New Features
|
|
286
|
+
|
|
287
|
+
- `#246049` - Now, month name, day name are capitalized for all localization.
|
|
288
|
+
|
|
289
|
+
## 17.3.19 (2019-10-22)
|
|
290
|
+
|
|
291
|
+
### TimePicker
|
|
292
|
+
|
|
293
|
+
#### Bug Fixes
|
|
294
|
+
|
|
295
|
+
- `#248416` - In mobile device, TimePicker popup displays in the center of the viewport.
|
|
296
|
+
|
|
297
|
+
## 17.2.49 (2019-09-04)
|
|
298
|
+
|
|
299
|
+
### DatePicker
|
|
300
|
+
|
|
301
|
+
#### Bug Fixes
|
|
302
|
+
|
|
303
|
+
- `#244043` - Issue with "datepicker popup not closed while choose the same date value" has been resolved.
|
|
304
|
+
|
|
305
|
+
## 17.2.41 (2019-08-14)
|
|
306
|
+
|
|
307
|
+
### DateRangePicker
|
|
308
|
+
|
|
309
|
+
#### Bug Fixes
|
|
310
|
+
|
|
311
|
+
- `#F146493` - Issue with "DateRangePicker popup not opened on the second click action in iPad devices" has been resolved.
|
|
312
|
+
|
|
313
|
+
## 17.2.36 (2019-07-24)
|
|
314
|
+
|
|
315
|
+
### DatePicker
|
|
316
|
+
|
|
317
|
+
#### Bug Fixes
|
|
318
|
+
|
|
319
|
+
- `#236828` - Resolved the `accessibility` related issue in DatePicker.
|
|
320
|
+
|
|
321
|
+
## 17.1.47 (2019-07-17)
|
|
322
|
+
|
|
323
|
+
### DatePicker
|
|
324
|
+
|
|
325
|
+
#### Bug Fixes
|
|
326
|
+
|
|
327
|
+
- `#F145575` - Now, existing `cssClass` removed when change the `cssClass` dynamically.
|
|
328
|
+
|
|
329
|
+
### DateRangePicker
|
|
330
|
+
|
|
331
|
+
#### Bug Fixes
|
|
332
|
+
|
|
333
|
+
- `#F145575` - Now, existing `cssClass` removed when change the `cssClass` dynamically.
|
|
334
|
+
|
|
335
|
+
### DateTimePicker
|
|
336
|
+
|
|
337
|
+
#### Bug Fixes
|
|
338
|
+
|
|
339
|
+
- `#F145575` - Now, existing `cssClass` removed when change the `cssClass` dynamically.
|
|
340
|
+
|
|
341
|
+
### TimePicker
|
|
342
|
+
|
|
343
|
+
#### Bug Fixes
|
|
344
|
+
|
|
345
|
+
- `#F145575` - Now, existing `cssClass` removed when change the `cssClass` dynamically.
|
|
346
|
+
|
|
347
|
+
## 17.2.34 (2019-07-11)
|
|
348
|
+
|
|
349
|
+
### DateTimePicker
|
|
350
|
+
|
|
351
|
+
#### Bug Fixes
|
|
352
|
+
|
|
353
|
+
- #239623 - Now, TimePicker popup closed properly in Edge/IE browsers when place more number of DateTimePicker in single page.
|
|
354
|
+
- `#240491` - Now, you can change the today button visibility dynamically along with min and max datetime.
|
|
355
|
+
|
|
356
|
+
## 17.2.28-beta (2019-06-27)
|
|
357
|
+
|
|
358
|
+
### Calendar
|
|
359
|
+
|
|
360
|
+
#### New Features
|
|
361
|
+
|
|
362
|
+
- #233255, #232782 - Now, you can change the day header format of calendar using 'dayHeaderFormat' property.
|
|
363
|
+
|
|
364
|
+
### DatePicker
|
|
365
|
+
|
|
366
|
+
#### New Features
|
|
367
|
+
|
|
368
|
+
- #228310, #233267 - Now, you can add additional html attribute to the element using `htmlAttributes` property.
|
|
369
|
+
|
|
370
|
+
#### Bug Fixes
|
|
371
|
+
|
|
372
|
+
- #231616, #234495 - In mobile device, DatePicker popup displays in the center of the viewport.
|
|
373
|
+
- #238455 – Now, change event argument `isInteracted` return as true when edit the date value using keyboard.
|
|
11
374
|
|
|
12
375
|
- #228296 – When click on the date icon, calendar popup and keyboard get opened issue has been fixed.
|
|
13
376
|
|
|
14
377
|
|
|
378
|
+
### DateRangePicker
|
|
379
|
+
|
|
380
|
+
#### New Features
|
|
381
|
+
|
|
382
|
+
- #228310, #233267 - Now, you can add additional html attribute to the element using `htmlAttributes` property.
|
|
383
|
+
|
|
384
|
+
#### Bug Fixes
|
|
385
|
+
|
|
386
|
+
- #231616, #234495 - In mobile device, DateRangePicker popup displays in the center of the viewport.
|
|
387
|
+
|
|
388
|
+
### DateTimePicker
|
|
389
|
+
|
|
390
|
+
#### New Features
|
|
391
|
+
|
|
392
|
+
- #228310, #233267 - Now, you can add additional html attribute to the element using `htmlAttributes` property.
|
|
393
|
+
|
|
394
|
+
### TimePicker
|
|
395
|
+
|
|
396
|
+
#### New Features
|
|
397
|
+
|
|
398
|
+
- #228310, #233267 - Now, you can add additional html attribute to the element using `htmlAttributes` property.
|
|
399
|
+
|
|
400
|
+
## 17.1.49 (2019-05-29)
|
|
401
|
+
|
|
402
|
+
### DatePicker
|
|
403
|
+
|
|
404
|
+
#### Bug Fixes
|
|
405
|
+
|
|
406
|
+
- #235561 - Now, you can specify the date format without `year` specifier along with strict mode.
|
|
407
|
+
|
|
408
|
+
## 17.1.48 (2019-05-21)
|
|
409
|
+
|
|
410
|
+
### Calendar
|
|
411
|
+
|
|
412
|
+
#### Bug Fixes
|
|
413
|
+
|
|
414
|
+
- #235561 - Now, you can navigate year within min and max range in decade view.
|
|
415
|
+
|
|
416
|
+
### DatePicker
|
|
417
|
+
|
|
418
|
+
#### Bug Fixes
|
|
419
|
+
|
|
420
|
+
- #216875 - Issue with some additional text appended to all day numbers when choose `Japanese` culture has been fixed.
|
|
421
|
+
|
|
422
|
+
### DateRangePicker
|
|
423
|
+
|
|
424
|
+
#### Bug Fixes
|
|
425
|
+
|
|
426
|
+
- #233687 - Issue with change event trigger twice when provide date format without date specifier has been fixed.
|
|
427
|
+
|
|
428
|
+
## 17.1.43 (2019-04-30)
|
|
429
|
+
|
|
430
|
+
### DatePicker
|
|
431
|
+
|
|
432
|
+
- #143352 - Now, the DatePicker fires input's blur when click outside without select the date from calendar popup.
|
|
433
|
+
- #233877 - Now, you can enter the same date value after form reset.
|
|
434
|
+
|
|
435
|
+
### DateTimePicker
|
|
436
|
+
|
|
437
|
+
- #233877 - Now, you can enter the same datetime value after form reset.
|
|
438
|
+
|
|
439
|
+
## 17.1.42 (2019-04-23)
|
|
440
|
+
|
|
441
|
+
### DateRangePicker
|
|
442
|
+
|
|
443
|
+
#### Bug Fixes
|
|
444
|
+
|
|
445
|
+
- #232966 - Now, you can clear daterangepicker input value using keyboard when strict mode is enabled.
|
|
446
|
+
|
|
447
|
+
## 17.1.41 (2019-04-16)
|
|
448
|
+
|
|
449
|
+
### DatePicker
|
|
450
|
+
|
|
451
|
+
#### Bug Fixes
|
|
452
|
+
|
|
453
|
+
- #231875 - Now, you can enable the clear button dynamically after disabled the control.
|
|
454
|
+
- #F143747 - Now, you can set min and max value as null dynamically.
|
|
455
|
+
|
|
15
456
|
### DateTimePicker
|
|
16
457
|
|
|
17
458
|
#### Bug Fixes
|
|
@@ -29,7 +470,7 @@
|
|
|
29
470
|
#### Bug Fixes
|
|
30
471
|
|
|
31
472
|
- #231596, #232441 - Issue with clear button not shown when disable the `allowEdit` property has been fixed.
|
|
32
|
-
- #231003 Issue with different icon size in bootstrap theme has been fixed.
|
|
473
|
+
- #231003 - Issue with different icon size in bootstrap theme has been fixed.
|
|
33
474
|
|
|
34
475
|
## 17.1.32-beta (2019-03-13)
|
|
35
476
|
|
|
@@ -768,3 +1209,79 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
|
|
|
768
1209
|
- **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.
|
|
769
1210
|
|
|
770
1211
|
|
|
1212
|
+
## 19.1.64 (2021-05-19)
|
|
1213
|
+
|
|
1214
|
+
### DateRangePicker
|
|
1215
|
+
|
|
1216
|
+
#### Bug Fixes
|
|
1217
|
+
|
|
1218
|
+
- `#I325926` - Issue with "custom range popup shows always in the presets popup while rendering the component with preset range as date time value and selecting any presets range from popup" has been resolved.
|
|
1219
|
+
|
|
1220
|
+
## 19.1.55 (2021-04-06)
|
|
1221
|
+
|
|
1222
|
+
### DatePicker
|
|
1223
|
+
|
|
1224
|
+
#### Bug Fixes
|
|
1225
|
+
|
|
1226
|
+
- `#319099` - Issue with "dirty and pristine is not updated properly while performing the disable and reset the form simultaneously" has been resolved.
|
|
1227
|
+
|
|
1228
|
+
### DateRangePicker
|
|
1229
|
+
|
|
1230
|
+
#### Bug Fixes
|
|
1231
|
+
|
|
1232
|
+
- `#319099` - Issue with "dirty and pristine is not updated properly while performing the disable and reset the form simultaneously" has been resolved.
|
|
1233
|
+
|
|
1234
|
+
### DateTimePicker
|
|
1235
|
+
|
|
1236
|
+
#### Bug Fixes
|
|
1237
|
+
|
|
1238
|
+
- `#319099` - Issue with "dirty and pristine is not updated properly while performing the disable and reset the form simultaneously" has been resolved.
|
|
1239
|
+
|
|
1240
|
+
## 18.4.43 (2021-02-16)
|
|
1241
|
+
|
|
1242
|
+
### DatePicker
|
|
1243
|
+
|
|
1244
|
+
#### Bug Fixes
|
|
1245
|
+
|
|
1246
|
+
- `#314484` - Issue with "dirty and pristine are not updated properly while resetting the form" has been resolved.
|
|
1247
|
+
|
|
1248
|
+
## 18.4.39 (2021-01-28)
|
|
1249
|
+
|
|
1250
|
+
### DatePicker
|
|
1251
|
+
|
|
1252
|
+
#### Bug Fixes
|
|
1253
|
+
|
|
1254
|
+
- `#309782` - Issue with "datepicker popup is not opened when disable the form and enable the datepicker control" has been resolved.
|
|
1255
|
+
|
|
1256
|
+
## 18.4.35 (2021-01-19)
|
|
1257
|
+
|
|
1258
|
+
### Calendar
|
|
1259
|
+
|
|
1260
|
+
#### New Features
|
|
1261
|
+
|
|
1262
|
+
- `#302472` - Now, you can change the rule for defining the first week of the year using `weekRule` property.
|
|
1263
|
+
|
|
1264
|
+
## 18.4.31 (2020-12-22)
|
|
1265
|
+
|
|
1266
|
+
### DateRangePicker
|
|
1267
|
+
|
|
1268
|
+
#### Bug Fixes
|
|
1269
|
+
|
|
1270
|
+
- `#291772`- Issue with "popup gets closed while dynamically changing the max days property in select event" has been resolved.
|
|
1271
|
+
|
|
1272
|
+
## 18.3.42 (2020-10-20)
|
|
1273
|
+
|
|
1274
|
+
### Calendar
|
|
1275
|
+
|
|
1276
|
+
#### Bug Fixes
|
|
1277
|
+
|
|
1278
|
+
- `#292562`- Issue with " isInteracted change event argument return as false while clicking on the today button" has been resolved.
|
|
1279
|
+
|
|
1280
|
+
## 18.1.53 (2020-05-19)
|
|
1281
|
+
|
|
1282
|
+
### DatePicker
|
|
1283
|
+
|
|
1284
|
+
#### Bug Fixes
|
|
1285
|
+
|
|
1286
|
+
- `#275716`- Issue with "script error occurs when disable the clear icon dynamically" has been resolved.
|
|
1287
|
+
|