@syncfusion/ej2-angular-calendars 32.1.21-ngcc → 32.1.21

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.
Files changed (203) hide show
  1. package/CHANGELOG.md +1427 -0
  2. package/README.md +12 -5
  3. package/esm2020/public_api.mjs +2 -0
  4. package/esm2020/src/calendar/calendar-all.module.mjs +29 -0
  5. package/esm2020/src/calendar/calendar.component.mjs +91 -0
  6. package/esm2020/src/calendar/calendar.module.mjs +25 -0
  7. package/esm2020/src/datepicker/datepicker-all.module.mjs +29 -0
  8. package/esm2020/src/datepicker/datepicker.component.mjs +99 -0
  9. package/esm2020/src/datepicker/datepicker.module.mjs +25 -0
  10. package/esm2020/src/daterangepicker/daterangepicker-all.module.mjs +23 -0
  11. package/esm2020/src/daterangepicker/daterangepicker.component.mjs +103 -0
  12. package/esm2020/src/daterangepicker/daterangepicker.module.mjs +34 -0
  13. package/esm2020/src/daterangepicker/presets.directive.mjs +58 -0
  14. package/esm2020/src/datetimepicker/datetimepicker-all.module.mjs +23 -0
  15. package/esm2020/src/datetimepicker/datetimepicker.component.mjs +99 -0
  16. package/esm2020/src/datetimepicker/datetimepicker.module.mjs +25 -0
  17. package/esm2020/src/index.mjs +18 -0
  18. package/esm2020/src/timepicker/timepicker-all.module.mjs +23 -0
  19. package/esm2020/src/timepicker/timepicker.component.mjs +92 -0
  20. package/esm2020/src/timepicker/timepicker.module.mjs +25 -0
  21. package/esm2020/syncfusion-ej2-angular-calendars.mjs +5 -0
  22. package/fesm2015/syncfusion-ej2-angular-calendars.mjs +735 -0
  23. package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +1 -0
  24. package/fesm2020/syncfusion-ej2-angular-calendars.mjs +735 -0
  25. package/fesm2020/syncfusion-ej2-angular-calendars.mjs.map +1 -0
  26. package/package.json +28 -46
  27. package/public_api.d.ts +1 -1
  28. package/src/calendar/calendar-all.module.d.ts +13 -7
  29. package/src/calendar/calendar.component.d.ts +45 -42
  30. package/src/calendar/calendar.module.d.ts +11 -5
  31. package/src/datepicker/datepicker-all.module.d.ts +13 -7
  32. package/src/datepicker/datepicker.component.d.ts +48 -45
  33. package/src/datepicker/datepicker.module.d.ts +11 -5
  34. package/src/daterangepicker/daterangepicker-all.module.d.ts +11 -5
  35. package/src/daterangepicker/daterangepicker.component.d.ts +60 -57
  36. package/src/daterangepicker/daterangepicker.module.d.ts +12 -5
  37. package/src/daterangepicker/presets.directive.d.ts +43 -38
  38. package/src/datetimepicker/datetimepicker-all.module.d.ts +11 -5
  39. package/src/datetimepicker/datetimepicker.component.d.ts +48 -45
  40. package/src/datetimepicker/datetimepicker.module.d.ts +11 -5
  41. package/src/index.d.ts +17 -17
  42. package/src/timepicker/timepicker-all.module.d.ts +11 -5
  43. package/src/timepicker/timepicker.component.d.ts +47 -44
  44. package/src/timepicker/timepicker.module.d.ts +11 -5
  45. package/styles/bds-lite.scss +1 -1
  46. package/styles/bds.scss +5 -5
  47. package/styles/bootstrap-dark-lite.scss +1 -1
  48. package/styles/bootstrap-dark.scss +5 -5
  49. package/styles/bootstrap-lite.scss +1 -1
  50. package/styles/bootstrap.scss +5 -5
  51. package/styles/bootstrap4-lite.scss +1 -1
  52. package/styles/bootstrap4.scss +5 -5
  53. package/styles/bootstrap5-dark-lite.scss +1 -1
  54. package/styles/bootstrap5-dark.scss +5 -5
  55. package/styles/bootstrap5-lite.scss +1 -1
  56. package/styles/bootstrap5.3-lite.scss +1 -1
  57. package/styles/bootstrap5.3.scss +5 -5
  58. package/styles/bootstrap5.scss +5 -5
  59. package/styles/calendar/bds.scss +1 -1
  60. package/styles/calendar/bootstrap-dark.scss +1 -1
  61. package/styles/calendar/bootstrap.scss +1 -1
  62. package/styles/calendar/bootstrap4.scss +1 -1
  63. package/styles/calendar/bootstrap5-dark.scss +1 -1
  64. package/styles/calendar/bootstrap5.3.scss +1 -1
  65. package/styles/calendar/bootstrap5.scss +1 -1
  66. package/styles/calendar/fabric-dark.scss +1 -1
  67. package/styles/calendar/fabric.scss +1 -1
  68. package/styles/calendar/fluent-dark.scss +1 -1
  69. package/styles/calendar/fluent.scss +1 -1
  70. package/styles/calendar/fluent2.scss +1 -1
  71. package/styles/calendar/highcontrast-light.scss +1 -1
  72. package/styles/calendar/highcontrast.scss +1 -1
  73. package/styles/calendar/material-dark.scss +1 -1
  74. package/styles/calendar/material.scss +1 -1
  75. package/styles/calendar/material3-dark.scss +1 -2
  76. package/styles/calendar/material3.scss +1 -2
  77. package/styles/calendar/tailwind-dark.scss +1 -1
  78. package/styles/calendar/tailwind.scss +1 -1
  79. package/styles/calendar/tailwind3.scss +1 -1
  80. package/styles/datepicker/bds.scss +1 -1
  81. package/styles/datepicker/bootstrap-dark.scss +1 -1
  82. package/styles/datepicker/bootstrap.scss +1 -1
  83. package/styles/datepicker/bootstrap4.scss +1 -1
  84. package/styles/datepicker/bootstrap5-dark.scss +1 -1
  85. package/styles/datepicker/bootstrap5.3.scss +1 -1
  86. package/styles/datepicker/bootstrap5.scss +1 -1
  87. package/styles/datepicker/fabric-dark.scss +1 -1
  88. package/styles/datepicker/fabric.scss +1 -1
  89. package/styles/datepicker/fluent-dark.scss +1 -1
  90. package/styles/datepicker/fluent.scss +1 -1
  91. package/styles/datepicker/fluent2.scss +1 -1
  92. package/styles/datepicker/highcontrast-light.scss +1 -1
  93. package/styles/datepicker/highcontrast.scss +1 -1
  94. package/styles/datepicker/material-dark.scss +1 -1
  95. package/styles/datepicker/material.scss +1 -1
  96. package/styles/datepicker/material3-dark.scss +1 -2
  97. package/styles/datepicker/material3.scss +1 -2
  98. package/styles/datepicker/tailwind-dark.scss +1 -1
  99. package/styles/datepicker/tailwind.scss +1 -1
  100. package/styles/datepicker/tailwind3.scss +1 -1
  101. package/styles/daterangepicker/bds.scss +1 -1
  102. package/styles/daterangepicker/bootstrap-dark.scss +1 -1
  103. package/styles/daterangepicker/bootstrap.scss +1 -1
  104. package/styles/daterangepicker/bootstrap4.scss +1 -1
  105. package/styles/daterangepicker/bootstrap5-dark.scss +1 -1
  106. package/styles/daterangepicker/bootstrap5.3.scss +1 -1
  107. package/styles/daterangepicker/bootstrap5.scss +1 -1
  108. package/styles/daterangepicker/fabric-dark.scss +1 -1
  109. package/styles/daterangepicker/fabric.scss +1 -1
  110. package/styles/daterangepicker/fluent-dark.scss +1 -1
  111. package/styles/daterangepicker/fluent.scss +1 -1
  112. package/styles/daterangepicker/fluent2.scss +1 -1
  113. package/styles/daterangepicker/highcontrast-light.scss +1 -1
  114. package/styles/daterangepicker/highcontrast.scss +1 -1
  115. package/styles/daterangepicker/material-dark.scss +1 -1
  116. package/styles/daterangepicker/material.scss +1 -1
  117. package/styles/daterangepicker/material3-dark.scss +1 -2
  118. package/styles/daterangepicker/material3.scss +1 -2
  119. package/styles/daterangepicker/tailwind-dark.scss +1 -1
  120. package/styles/daterangepicker/tailwind.scss +1 -1
  121. package/styles/daterangepicker/tailwind3.scss +1 -1
  122. package/styles/datetimepicker/bds.scss +1 -1
  123. package/styles/datetimepicker/bootstrap-dark.scss +1 -1
  124. package/styles/datetimepicker/bootstrap.scss +1 -1
  125. package/styles/datetimepicker/bootstrap4.scss +1 -1
  126. package/styles/datetimepicker/bootstrap5-dark.scss +1 -1
  127. package/styles/datetimepicker/bootstrap5.3.scss +1 -1
  128. package/styles/datetimepicker/bootstrap5.scss +1 -1
  129. package/styles/datetimepicker/fabric-dark.scss +1 -1
  130. package/styles/datetimepicker/fabric.scss +1 -1
  131. package/styles/datetimepicker/fluent-dark.scss +1 -1
  132. package/styles/datetimepicker/fluent.scss +1 -1
  133. package/styles/datetimepicker/fluent2.scss +1 -1
  134. package/styles/datetimepicker/highcontrast-light.scss +1 -1
  135. package/styles/datetimepicker/highcontrast.scss +1 -1
  136. package/styles/datetimepicker/material-dark.scss +1 -1
  137. package/styles/datetimepicker/material.scss +1 -1
  138. package/styles/datetimepicker/material3-dark.scss +1 -2
  139. package/styles/datetimepicker/material3.scss +1 -2
  140. package/styles/datetimepicker/tailwind-dark.scss +1 -1
  141. package/styles/datetimepicker/tailwind.scss +1 -1
  142. package/styles/datetimepicker/tailwind3.scss +1 -1
  143. package/styles/fabric-dark-lite.scss +1 -1
  144. package/styles/fabric-dark.scss +5 -5
  145. package/styles/fabric-lite.scss +1 -1
  146. package/styles/fabric.scss +5 -5
  147. package/styles/fluent-dark-lite.scss +1 -1
  148. package/styles/fluent-dark.scss +5 -5
  149. package/styles/fluent-lite.scss +1 -1
  150. package/styles/fluent.scss +5 -5
  151. package/styles/fluent2-lite.scss +1 -1
  152. package/styles/fluent2.scss +5 -5
  153. package/styles/highcontrast-light-lite.scss +1 -1
  154. package/styles/highcontrast-light.scss +5 -5
  155. package/styles/highcontrast-lite.scss +1 -1
  156. package/styles/highcontrast.scss +5 -5
  157. package/styles/material-dark-lite.scss +1 -1
  158. package/styles/material-dark.scss +5 -5
  159. package/styles/material-lite.scss +1 -1
  160. package/styles/material.scss +5 -5
  161. package/styles/material3-dark-lite.scss +1 -1
  162. package/styles/material3-dark.scss +5 -6
  163. package/styles/material3-lite.scss +1 -1
  164. package/styles/material3.scss +5 -6
  165. package/styles/tailwind-dark-lite.scss +1 -1
  166. package/styles/tailwind-dark.scss +5 -5
  167. package/styles/tailwind-lite.scss +1 -1
  168. package/styles/tailwind.scss +5 -5
  169. package/styles/tailwind3-lite.scss +1 -1
  170. package/styles/tailwind3.scss +5 -5
  171. package/styles/timepicker/bds.scss +1 -1
  172. package/styles/timepicker/bootstrap-dark.scss +1 -1
  173. package/styles/timepicker/bootstrap.scss +1 -1
  174. package/styles/timepicker/bootstrap4.scss +1 -1
  175. package/styles/timepicker/bootstrap5-dark.scss +1 -1
  176. package/styles/timepicker/bootstrap5.3.scss +1 -1
  177. package/styles/timepicker/bootstrap5.scss +1 -1
  178. package/styles/timepicker/fabric-dark.scss +1 -1
  179. package/styles/timepicker/fabric.scss +1 -1
  180. package/styles/timepicker/fluent-dark.scss +1 -1
  181. package/styles/timepicker/fluent.scss +1 -1
  182. package/styles/timepicker/fluent2.scss +1 -1
  183. package/styles/timepicker/highcontrast-light.scss +1 -1
  184. package/styles/timepicker/highcontrast.scss +1 -1
  185. package/styles/timepicker/material-dark.scss +1 -1
  186. package/styles/timepicker/material.scss +1 -1
  187. package/styles/timepicker/material3-dark.scss +1 -2
  188. package/styles/timepicker/material3.scss +1 -2
  189. package/styles/timepicker/tailwind-dark.scss +1 -1
  190. package/styles/timepicker/tailwind.scss +1 -1
  191. package/styles/timepicker/tailwind3.scss +1 -1
  192. package/syncfusion-ej2-angular-calendars.d.ts +5 -0
  193. package/@syncfusion/ej2-angular-calendars.es5.js +0 -1048
  194. package/@syncfusion/ej2-angular-calendars.es5.js.map +0 -1
  195. package/@syncfusion/ej2-angular-calendars.js +0 -981
  196. package/@syncfusion/ej2-angular-calendars.js.map +0 -1
  197. package/LICENSE +0 -10
  198. package/dist/ej2-angular-calendars.umd.js +0 -1093
  199. package/dist/ej2-angular-calendars.umd.js.map +0 -1
  200. package/dist/ej2-angular-calendars.umd.min.js +0 -11
  201. package/dist/ej2-angular-calendars.umd.min.js.map +0 -1
  202. package/ej2-angular-calendars.d.ts +0 -9
  203. package/ej2-angular-calendars.metadata.json +0 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,1427 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ### DatePicker
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I792230` - Resolved an issue where the top border in the Material theme did not render correctly after selecting a value.
10
+
11
+ ### DateRangePicker
12
+
13
+ #### Bug Fixes
14
+
15
+ - `#I792230` - Resolved an issue where the top border in the Material theme did not render correctly after selecting a value.
16
+
17
+ ### TimePicker
18
+
19
+ #### Bug Fixes
20
+
21
+ - `#I792230` - Resolved an issue where the top border in the Material theme did not render correctly after selecting a value.
22
+
23
+ ### DateTimePicker
24
+
25
+ #### Bug Fixes
26
+
27
+ - `#I792230` - Resolved an issue where the top border in the Material theme did not render correctly after selecting a value.
28
+
29
+ ## 32.1.19 (2025-12-16)
30
+
31
+ ### DateRangePicker
32
+
33
+ #### Bug Fixes
34
+
35
+ - `#I753728` - Fixed an issue where the date range picker with the preset range popup would open behind the drawer.
36
+
37
+ ### DateTimePicker
38
+
39
+ #### Bug Fixes
40
+
41
+ - `#I752582` - The issue where the default time was not reset properly after clearing a date and selecting a new one in the DateTimePicker has been resolved.
42
+
43
+ ## 31.1.17 (2025-09-05)
44
+
45
+ ### DatePicker
46
+
47
+ #### New Features
48
+
49
+ - The DatePicker allows users to input date values in various valid formats, enhancing the user experience by offering flexibility in specifying date formats for parsing. A new API called `inputFormats` has been introduced to handle custom date input formats, allowing users to specify the expected format(s) for parsing date values. For example, `InputFormats = 'new string[] { "dd/MM/yyyy", "MM/dd/yyyy", "yyyy-MM-dd" }'`.
50
+
51
+ ### DateTimePicker
52
+
53
+ #### New Features
54
+
55
+ - The DateTimePicker allows users to input date and time values in various valid formats, enhancing the user experience by offering flexibility in specifying date and time formats for parsing. A new API called `inputFormats` has been introduced to handle custom date and time input formats, allowing users to specify the expected format(s) for parsing date and time values. For example, `InputFormats='new string[] { "dd/MM/yyyy hh:mm", "MM/dd/yyyy HH:mm", "yyyy-MM-dd hh mm tt" }'`.
56
+
57
+ ### DateRangePicker
58
+
59
+ #### New Features
60
+
61
+ - The DateRangePicker allows users to input date values in various valid formats, enhancing the user experience by offering flexibility in specifying date formats for parsing. A new API called `inputFormats` has been introduced to handle custom date input formats, allowing users to specify the expected format(s) for parsing date and time values. For example, `InputFormats='new string[] { "dd/MM/yyyy - dd/MM/yyyy", "MM/dd/yyyy - MM/dd/yyyy", "yyyy-MM-dd - yyyy-MM-dd" }'`.
62
+
63
+ ## 19.3.46 (2021-10-19)
64
+
65
+ ### TimePicker
66
+
67
+ #### Bug Fixes
68
+
69
+ - `#I342551` - Issue with "unable to select the time from the popup when its has selected class" has been resolved.
70
+
71
+ ## 19.2.44 (2021-06-30)
72
+
73
+ ### DatePicker
74
+
75
+ #### New Features
76
+
77
+ - `#I245933` , `#F147808` - Now, you can enable the masked input using `enableMask` property.
78
+
79
+ ### DateTimePicker
80
+
81
+ #### New Features
82
+
83
+ - `#I299471` - Now, you can enable the masked input using `enableMask` property.
84
+
85
+ ### TimePicker
86
+
87
+ #### New Features
88
+
89
+ - Now, you can enable the masked input using `enableMask` property.
90
+
91
+ ## 18.4.34 (2021-01-12)
92
+
93
+ ### DateTimePicker
94
+
95
+ #### Bug Fixes
96
+
97
+ - `#309143` - Issue with "timepicker popup is not opened when render component with `openOnFocus` as true and click on the time icon" has been resolved.
98
+
99
+ ## 18.3.52 (2020-12-01)
100
+
101
+ ### Calendar
102
+
103
+ #### Bug Fixes
104
+
105
+ - `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
106
+
107
+ ### DatePicker
108
+
109
+ #### Bug Fixes
110
+
111
+ - `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
112
+
113
+ ### DateTimePicker
114
+
115
+ #### Bug Fixes
116
+
117
+ - `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
118
+
119
+ ### DateRangePicker
120
+
121
+ #### Bug Fixes
122
+
123
+ - `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
124
+
125
+ ### TimePicker
126
+
127
+ #### Bug Fixes
128
+
129
+ - `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
130
+
131
+ ## 18.3.51 (2020-11-24)
132
+
133
+ ### DatePicker
134
+
135
+ #### Bug Fixes
136
+
137
+ - `#301613` - Issue with "week number is not updated properly in first week of the year" has been resolved.
138
+
139
+ - `#300567`, `#299294`- Issue with "dirty and pristine is not updated properly while resetting the form with values" has been resolved.
140
+
141
+ #### Breaking Changes
142
+
143
+ - While setting the datepicker value programmatically, the `change` event will not trigger.
144
+
145
+ ### DateRangePicker
146
+
147
+ #### Bug Fixes
148
+
149
+ - `#300567`, `#299294`- Issue with "dirty and pristine is not updated properly while resetting the form with values" has been resolved.
150
+
151
+ #### Breaking Changes
152
+
153
+ - While setting the daterangepicker value programmatically, the `change` event will not trigger.
154
+
155
+ ### DateTimePicker
156
+
157
+ #### Bug Fixes
158
+
159
+ - `#300567`, `#299294`- Issue with "dirty and pristine is not updated properly while resetting the form with values" has been resolved.
160
+
161
+ #### Breaking Changes
162
+
163
+ - While setting the datetimepicker value programmatically, the `change` event will not trigger.
164
+
165
+ ### TimePicker
166
+
167
+ #### Bug Fixes
168
+
169
+ - `#300567`, `#299294`- Issue with "dirty and pristine is not updated properly while resetting the form with values" has been resolved.
170
+
171
+ #### Breaking Changes
172
+
173
+ - While setting the timepicker value programmatically, the `change` event will not trigger.
174
+
175
+ ### Calendar
176
+
177
+ #### Bug Fixes
178
+
179
+ - `#299743` - Issue with "week number is not updated properly in first week of the year" has been resolved.
180
+
181
+ ## 18.3.40 (2020-10-13)
182
+
183
+ ### DateRangePicker
184
+
185
+ #### Bug Fixes
186
+
187
+ - `#288129` - Issue with "values cannot be chosen while updating UTC time as start date and end date" has been resolved.
188
+
189
+ ## 18.2.44 (2020-07-07)
190
+
191
+ ### DatePicker
192
+
193
+ #### New Features
194
+
195
+ - `#274484`,`F145781` - Provided option to open the popup while focusing the input element.
196
+
197
+ ### DateTimePicker
198
+
199
+ #### New Features
200
+
201
+ - `#274484`,`F145781` - Provided option to open the popup while focusing the input element.
202
+
203
+ ### TimePicker
204
+
205
+ #### New Features
206
+
207
+ - `#274484`,`F145781` - Provided option to open the popup while focusing the input element.
208
+
209
+ ### DateRangePicker
210
+
211
+ #### New Features
212
+
213
+ - `#274484`,`F145781` - Provided option to open the popup while focusing the input element.
214
+
215
+ ## 18.1.43 (2020-04-07)
216
+
217
+ ### TimePicker
218
+
219
+ #### Bug Fixes
220
+
221
+ - `#266088`- Now, you can use focusOut method inside close event.
222
+
223
+ ### DateRangePicker
224
+
225
+ #### Bug Fixes
226
+
227
+ - `#263008`- Issue with "script error throws while navigating month using previous and next icon in the mobile mode" has been resolved.
228
+
229
+ ## 17.4.50 (2020-02-18)
230
+
231
+ ### DateRangePicker
232
+
233
+ #### Bug Fixes
234
+
235
+ - `#256702` - Issue with "consecutive month is displayed while drill down the left or right calendar" has been resolved.
236
+
237
+ ### Calendar
238
+
239
+ #### Bug Fixes
240
+
241
+ - Now, selection style is applied to the previous month selected date in the current month view.
242
+
243
+ ## 17.4.49 (2020-02-11)
244
+
245
+ ### DateTimePicker
246
+
247
+ #### Bug Fixes
248
+
249
+ - Issue with script error throws while selecting value from popup in touch mode has been resolved.
250
+
251
+ ## 17.4.47 (2020-02-05)
252
+
253
+ ### DatePicker
254
+
255
+ #### Bug Fixes
256
+
257
+ - `#260342` - Issue with "input not focus while already opened the another datepicker" has been resolved.
258
+
259
+ ### TimePicker
260
+
261
+ #### Bug Fixes
262
+
263
+ - `#261538` - Issue with script error throws while selecting value from popup in touch mode has been resolved.
264
+
265
+ ## 17.4.46 (2020-01-30)
266
+
267
+ ### DatePicker
268
+
269
+ #### Bug Fixes
270
+
271
+ - `#260342` - Issue with "datepicker popup not closed while use `shift+tab`" has been resolved.
272
+
273
+ ## 17.4.43 (2020-01-14)
274
+
275
+ ### Calendar
276
+
277
+ #### Bug Fixes
278
+
279
+ - Issue with "datepicker popup not opened in IE browser" has been resolved.
280
+
281
+ ## 17.4.41 (2020-01-07)
282
+
283
+ ### Calendar
284
+
285
+ #### Bug Fixes
286
+
287
+ - Issue with "change event triggered while again click on the selected month in month view" has been resolved.
288
+
289
+ ## 17.4.40 (2019-12-24)
290
+
291
+ ### DateRangePicker
292
+
293
+ #### Bug Fixes
294
+
295
+ - Issue with "popup not opened by using alt + down key while enabling JAWS" has been resolved.
296
+
297
+ ### DateTimePicker
298
+
299
+ #### Bug Fixes
300
+
301
+ - `#257448` - Issue with "timepicker popup not destroyed while destroy the datetimepicker on close event" has been resolved.
302
+
303
+ ## 17.4.39 (2019-12-17)
304
+
305
+ ### DateRangePicker
306
+
307
+ #### Bug Fixes
308
+
309
+ - `#255630` - Issue with "change event argument `isInteracted` return as false while select the range from presets" has been resolved.
310
+
311
+ - `#F149064` - Issue with "script error throws while navigate month in mobile mode" has been resolved.
312
+
313
+ ## 17.3.27 (2019-11-12)
314
+
315
+ ### DateTimePicker
316
+
317
+ #### New Features
318
+
319
+ - `#147796` - Now, you can get the cleared event when clear the DateTimePicker's value using clear button.
320
+
321
+ ### DatePicker
322
+
323
+ #### New Features
324
+
325
+ - `#147796` - Now, you can get the cleared event when clear the DatePicker's value using clear button.
326
+
327
+ ### TimePicker
328
+
329
+ #### New Features
330
+
331
+ - `#147796` - Now, you can get the cleared event when clear the TimePicker's value using clear button.
332
+
333
+ ### DateRangePicker
334
+
335
+ #### New Features
336
+
337
+ - `#147796` - Now, you can get the cleared event when clear the DateRangePicker's value using clear button.
338
+
339
+ undefined- `#250743` - Issue with "script error occurs while selecting values in mobile emulator" has been resolved.
340
+
341
+ ## 17.3.26 (2019-11-05)
342
+
343
+ ### DateTimePicker
344
+
345
+ #### New Features
346
+
347
+ - `#249683` - Now, you can set the server time zone for initial date value process using `serverTimezoneOffset` property.
348
+
349
+ ### Calendar
350
+
351
+ #### New Features
352
+
353
+ - `#246049` - Now, month name, day name are capitalized for all localization.
354
+
355
+ ## 17.3.19 (2019-10-22)
356
+
357
+ ### TimePicker
358
+
359
+ #### Bug Fixes
360
+
361
+ - `#248416` - In mobile device, TimePicker popup displays in the center of the viewport.
362
+
363
+ ## 17.2.49 (2019-09-04)
364
+
365
+ ### DatePicker
366
+
367
+ #### Bug Fixes
368
+
369
+ - `#244043` - Issue with "datepicker popup not closed while choose the same date value" has been resolved.
370
+
371
+ ## 17.2.41 (2019-08-14)
372
+
373
+ ### DateRangePicker
374
+
375
+ #### Bug Fixes
376
+
377
+ - `#F146493` - Issue with "DateRangePicker popup not opened on the second click action in iPad devices" has been resolved.
378
+
379
+ ## 17.2.36 (2019-07-24)
380
+
381
+ ### DatePicker
382
+
383
+ #### Bug Fixes
384
+
385
+ - `#236828` - Resolved the `accessibility` related issue in DatePicker.
386
+
387
+ ## 17.2.35 (2019-07-17)
388
+
389
+ ### DatePicker
390
+
391
+ #### Bug Fixes
392
+
393
+ - `#F145575` - Now, existing `cssClass` removed when change the `cssClass` dynamically.
394
+
395
+ ### DateRangePicker
396
+
397
+ #### Bug Fixes
398
+
399
+ - `#F145575` - Now, existing `cssClass` removed when change the `cssClass` dynamically.
400
+
401
+ ### DateTimePicker
402
+
403
+ #### Bug Fixes
404
+
405
+ - `#F145575` - Now, existing `cssClass` removed when change the `cssClass` dynamically.
406
+
407
+ ### TimePicker
408
+
409
+ #### Bug Fixes
410
+
411
+ - `#F145575` - Now, existing `cssClass` removed when change the `cssClass` dynamically.
412
+
413
+ ## 17.2.34 (2019-07-11)
414
+
415
+ ### DateTimePicker
416
+
417
+ #### Bug Fixes
418
+
419
+ - #239623 - Now, TimePicker popup closed properly in Edge/IE browsers when place more number of DateTimePicker in single page.
420
+
421
+ - `#240491` - Now, you can change the today button visibility dynamically along with min and max datetime.
422
+
423
+ ## 17.2.28-beta (2019-06-27)
424
+
425
+ ### Calendar
426
+
427
+ #### New Features
428
+
429
+ - #233255, #232782 - Now, you can change the day header format of calendar using 'dayHeaderFormat' property.
430
+
431
+ ### DatePicker
432
+
433
+ #### New Features
434
+
435
+ - #228310, #233267 - Now, you can add additional html attribute to the element using `htmlAttributes` property.
436
+
437
+ #### Bug Fixes
438
+
439
+ - #231616, #234495 - In mobile device, DatePicker popup displays in the center of the viewport.
440
+
441
+ - #238455 – Now, change event argument `isInteracted` return as true when edit the date value using keyboard.
442
+
443
+ - #228296 – When click on the date icon, calendar popup and keyboard get opened issue has been fixed.### DateRangePicker
444
+
445
+ #### New Features
446
+
447
+ - #228310, #233267 - Now, you can add additional html attribute to the element using `htmlAttributes` property.
448
+
449
+ #### Bug Fixes
450
+
451
+ - #231616, #234495 - In mobile device, DateRangePicker popup displays in the center of the viewport.
452
+
453
+ ### DateTimePicker
454
+
455
+ #### New Features
456
+
457
+ - #228310, #233267 - Now, you can add additional html attribute to the element using `htmlAttributes` property.
458
+
459
+ ### TimePicker
460
+
461
+ #### New Features
462
+
463
+ - #228310, #233267 - Now, you can add additional html attribute to the element using `htmlAttributes` property.
464
+
465
+ ## 17.1.49 (2019-05-29)
466
+
467
+ ### DatePicker
468
+
469
+ #### Bug Fixes
470
+
471
+ - #235561 - Now, you can specify the date format without `year` specifier along with strict mode.
472
+
473
+ ## 17.1.48 (2019-05-21)
474
+
475
+ ### Calendar
476
+
477
+ #### Bug Fixes
478
+
479
+ - #235561 - Now, you can navigate year within min and max range in decade view.
480
+
481
+ ### DatePicker
482
+
483
+ #### Bug Fixes
484
+
485
+ - #216875 - Issue with some additional text appended to all day numbers when choose `Japanese` culture has been fixed.
486
+
487
+ ### DateRangePicker
488
+
489
+ #### Bug Fixes
490
+
491
+ - #233687 - Issue with change event trigger twice when provide date format without date specifier has been fixed.
492
+
493
+ ## 17.1.43 (2019-04-30)
494
+
495
+ ### DatePicker
496
+
497
+ - #143352 - Now, the DatePicker fires input's blur when click outside without select the date from calendar popup.
498
+
499
+ - #233877 - Now, you can enter the same date value after form reset.
500
+
501
+ ### DateTimePicker
502
+
503
+ - #233877 - Now, you can enter the same datetime value after form reset.
504
+
505
+ ## 17.1.42 (2019-04-23)
506
+
507
+ ### DateRangePicker
508
+
509
+ #### Bug Fixes
510
+
511
+ - #232966 - Now, you can clear daterangepicker input value using keyboard when strict mode is enabled.
512
+
513
+ ## 17.1.41 (2019-04-16)
514
+
515
+ ### DatePicker
516
+
517
+ #### Bug Fixes
518
+
519
+ - #231875 - Now, you can enable the clear button dynamically after disabled the control.
520
+
521
+ - #F143747 - Now, you can set min and max value as null dynamically.
522
+
523
+ ### DateTimePicker
524
+
525
+ #### Bug Fixes
526
+
527
+ - #231596, #232441 - Issue with clear button not shown when disable the `allowEdit` property has been fixed.
528
+
529
+ ### DateRangePicker
530
+
531
+ #### Bug Fixes
532
+
533
+ - #231596, #232441 - Issue with clear button not shown when disable the `allowEdit` property has been fixed.
534
+
535
+ ### TimePicker
536
+
537
+ #### Bug Fixes
538
+
539
+ - #231596, #232441 - Issue with clear button not shown when disable the `allowEdit` property has been fixed.
540
+
541
+ - #231003 - Issue with different icon size in bootstrap theme has been fixed.
542
+
543
+ ## 17.1.32-beta (2019-03-13)
544
+
545
+ ### DatePicker
546
+
547
+ #### Bug Fixes
548
+
549
+ - Issue with clear button not shown when disable the `allowEdit` property has been fixed.
550
+
551
+ - In iOS device, keyboard is not closed when clicking on the date picker button issue has been fixed.
552
+
553
+ ### DateRangePicker
554
+
555
+ #### New Features
556
+
557
+ - Now, you can move to a particular date without UI interaction using `NavigateTo` method.
558
+
559
+ - Provided option to set the start and depth level view of the calendar.
560
+
561
+ ### DateTimePicker
562
+
563
+ #### New Features
564
+
565
+ - Now, you can provide datetime value as a string to the DateTimePicker.
566
+
567
+ ## 16.4.55 (2019-02-27)
568
+
569
+ ### DatePicker
570
+
571
+ #### Bug Fixes
572
+
573
+ - Resolved the issue with today button text not updated when dynamically change the localization of the page.
574
+
575
+ ## 16.4.54 (2019-02-19)
576
+
577
+ ### DatePicker
578
+
579
+ #### Bug Fixes
580
+
581
+ - Issue with, “DatePicker not restoring the initial value on form reset” has been fixed.
582
+
583
+ ### DateRangePicker
584
+
585
+ #### Bug Fixes
586
+
587
+ - Issue with, “DateRangePicker not restoring the initial value on form reset” has been fixed.
588
+
589
+ - Now year values are shown in the selected range of decade view.
590
+
591
+ ### DateTimePicker
592
+
593
+ #### Bug Fixes
594
+
595
+ - Issue with, “DateTimePicker not restoring the initial value on form reset” has been fixed.
596
+
597
+ ### TimePicker
598
+
599
+ #### Bug Fixes
600
+
601
+ - Issue with, “TimePicker not restoring the initial value on form reset” has been fixed.
602
+
603
+ ## 16.4.53 (2019-02-13)
604
+
605
+ ### DatePicker
606
+
607
+ #### Bug Fixes
608
+
609
+ - Fixed the form validation class `ng-dirty` issue in Angular forms.
610
+
611
+ ### DateRangePicker
612
+
613
+ #### Bug Fixes
614
+
615
+ - Fixed the form validation class `ng-dirty` issue in Angular forms.
616
+
617
+ ### DateTimePicker
618
+
619
+ #### Bug Fixes
620
+
621
+ - Fixed the form validation class `ng-dirty` issue in Angular forms.
622
+
623
+ ### TimePicker
624
+
625
+ #### Bug Fixes
626
+
627
+ - Fixed the form validation class `ng-dirty` issue in Angular forms.
628
+
629
+ ## 16.4.52 (2019-02-05)
630
+
631
+ ### Calendar
632
+
633
+ #### Bug Fixes
634
+
635
+ - Tabindex support has been provided.
636
+
637
+ ### DatePicker
638
+
639
+ #### New Features
640
+
641
+ - Now, date type skeleton support has been provided for the format property.
642
+
643
+ #### Bug Fixes
644
+
645
+ - Tabindex support has been provided.
646
+
647
+ ### DateTimePicker
648
+
649
+ #### New Features
650
+
651
+ - Now, scrollTo support has been added for the TimePicker pop-up element of the DateTimePicker. This is used to set the scroll position to the given time value when no value is selected in the popup list.
652
+
653
+ #### Bug Fixes
654
+
655
+ - Tabindex support has been provided.
656
+
657
+ ### DateRangePicker
658
+
659
+ #### Bug Fixes
660
+
661
+ - Tabindex support has been provided.
662
+
663
+ ### TimePicker
664
+
665
+ #### Bug Fixes
666
+
667
+ - Tabindex support has been provided.
668
+
669
+ ## 17.1.1-beta (2019-01-29)
670
+
671
+ ### TimePicker
672
+
673
+ #### Breaking Changes
674
+
675
+ - TimePicker pop-up will position at the center of the viewport in mobile resolution.
676
+
677
+ ## 16.4.47 (2019-01-16)
678
+
679
+ ### TimePicker
680
+
681
+ #### Bug Fixes
682
+
683
+ - TimePicker will allow assigning string value when type system configuration is disabled.
684
+
685
+ ## 16.4.46 (2019-01-08)
686
+
687
+ ### TimePicker
688
+
689
+ #### New Features
690
+
691
+ - Pop-up positioning support has been provided.
692
+
693
+ ## 16.4.45 (2019-01-02)
694
+
695
+ ### DatePicker
696
+
697
+ #### Bug Fixes
698
+
699
+ - DatePicker will allow assigning string value when type system configuration is disabled.
700
+
701
+ ## 16.4.44 (2018-12-24)
702
+
703
+ ### DatePicker
704
+
705
+ #### Bug Fixes
706
+
707
+ - Fixed the `allowEdit` issue in mobile mode.
708
+
709
+ ### DateRangePicker
710
+
711
+ #### Bug Fixes
712
+
713
+ - Fixed the localization issue in preset `custom range` element.
714
+
715
+ ### TimePicker
716
+
717
+ #### Bug Fixes
718
+
719
+ - Fixed the component destroy issue when `showClearButton` in disabled state.
720
+
721
+ ## 16.4.42 (2018-12-14)
722
+
723
+ ### Calendar
724
+
725
+ #### New Features
726
+
727
+ - Added the Islamic calendar support.
728
+
729
+ ### DatePicker
730
+
731
+ #### New Features
732
+
733
+ - Added the Islamic DatePicker support.
734
+
735
+ ### DateTimePicker
736
+
737
+ #### New Features
738
+
739
+ - Added the Islamic DateTimePicker support.
740
+
741
+ ## 16.4.40-beta (2018-12-10)
742
+
743
+ ### DatePicker
744
+
745
+ #### Bug Fixes
746
+
747
+ - Selecting a value with the Enter key will not bubble up the event to its ancestor elements.
748
+
749
+ ### TimePicker
750
+
751
+ #### Bug Fixes
752
+
753
+ - Selecting a value with the Enter key will not bubble up the event to its ancestor elements.
754
+
755
+ ## 16.3.31 (2018-11-07)
756
+
757
+ ### DatePicker
758
+
759
+ #### Bug Fixes
760
+
761
+ - Fixed the form reset issue in Internet Explorer.
762
+
763
+ ### DateRangePicker
764
+
765
+ #### Bug Fixes
766
+
767
+ - Fixed the form reset issue in Internet Explorer.
768
+
769
+ ## 16.3.29 (2018-10-31)
770
+
771
+ ### DatePicker
772
+
773
+ #### Bug Fixes
774
+
775
+ - Added multiple class name support for the `cssClass` property.
776
+
777
+ ### DateRangePicker
778
+
779
+ #### Bug Fixes
780
+
781
+ - Added multiple class name support for the `cssClass` property.
782
+
783
+ ### TimePicker
784
+
785
+ #### Bug Fixes
786
+
787
+ - Added multiple class name support for the `cssClass` property.
788
+
789
+ ## 16.3.27 (2018-10-23)
790
+
791
+ ### DateRangePicker
792
+
793
+ #### Bug Fixes
794
+
795
+ - Fixed the form reset handler issue while destroying the component.
796
+
797
+ ## 16.3.25 (2018-10-15)
798
+
799
+ ### DateRangePicker
800
+
801
+ #### Bug Fixes
802
+
803
+ - Fixed the `strictMode` issue.
804
+
805
+ ## 16.3.17 (2018-09-12)
806
+
807
+ ### Calendar
808
+
809
+ #### New Features
810
+
811
+ - Multiple date selection support has been included.
812
+
813
+ ### DateTimePicker
814
+
815
+ #### Bug Fixes
816
+
817
+ - Now, the pop-up element can be append to the target element by using the `AppendTo` argument in open event.
818
+
819
+ ### DateRangePicker
820
+
821
+ #### Bug Fixes
822
+
823
+ - Now, the pop-up element can be append to the target element by using the `AppendTo` argument in open event.
824
+
825
+ ### TimePicker
826
+
827
+ #### Bug Fixes
828
+
829
+ - Now, the pop-up element can be append to the target element by using the `AppendTo` argument in open event.
830
+
831
+ ## 16.2.52 (2018-09-04)
832
+
833
+ ### DateTimePicker
834
+
835
+ #### Bug Fixes
836
+
837
+ - DateTimePicker value will now accept the date values (without time) while entering value in the input element.
838
+
839
+ ## 16.2.50 (2018-08-28)
840
+
841
+ ### DatePicker
842
+
843
+ #### Bug Fixes
844
+
845
+ - Added `AppendTo` argument in the open event to specifies which node to be appended on the pop-up element.
846
+
847
+ - Fixed the validation issue in mobile devices.
848
+
849
+ ### DateRangePicker
850
+
851
+ #### Bug Fixes
852
+
853
+ - The Value can be obtained in the code-behind, while posting the selected value from the DateRangePicker control.
854
+
855
+ - Now, the entire properties of pop-up element of DateRangePicker can be customized in the `open` event.
856
+
857
+ ## 16.2.47 (2018-08-07)
858
+
859
+ ### DateRangePicker
860
+
861
+ #### Bug Fixes
862
+
863
+ - Now the `firstDayOfWeek` property will be updated based on the culture specific. Also, to get the firstday related information, then it is mandatory to load the `weekData.json` file from the `CLDR` data.
864
+
865
+ - Angular form rest for the invalid value in the textbox issue has been fixed.
866
+
867
+ ### DatePicker
868
+
869
+ #### Bug Fixes
870
+
871
+ - Now the `firstDayOfWeek` property will be updated based on the culture specific. Also, to get the firstday related information, then it is mandatory to load the `weekData.json` file from the `CLDR` data.
872
+
873
+ ### DateTimePicker
874
+
875
+ #### Bug Fixes
876
+
877
+ - Now the `firstDayOfWeek` property will be updated based on the culture specific. Also, to get the firstday related information, then it is mandatory to load the `weekData.json` file from the `CLDR` data.
878
+
879
+ ### Calendar
880
+
881
+ #### Bug Fixes
882
+
883
+ - Now the `firstDayOfWeek` property will be updated based on the culture specific. Also, to get the firstday related information, then it is mandatory to load the `weekData.json` file from the `CLDR` data.
884
+
885
+ ## 16.2.46 (2018-07-30)
886
+
887
+ ### DatePicker
888
+
889
+ #### New Features
890
+
891
+ - Support for `allowEdit` property has been provided for DatePicker component that allows to edit the value in the input element.
892
+
893
+ #### Bug Fixes
894
+
895
+ - Float label state are not restored after resetting the form issue has been fixed.
896
+
897
+ ### DateRangePicker
898
+
899
+ #### New Features
900
+
901
+ - Support for `allowEdit` property has been provided for DateRangePicker component that allows to edit the value in the input element.
902
+
903
+ ### DateTimePicker
904
+
905
+ #### New Features
906
+
907
+ - Support for `allowEdit` property has been provided for DateTimePicker component that allows to edit the value in the input element.
908
+
909
+ #### Bug Fixes
910
+
911
+ - Float label state are not restored after resetting the form issue has been fixed.
912
+
913
+ ### TimePicker
914
+
915
+ #### New Features
916
+
917
+ - Support for `allowEdit` property has been provided for TimePicker component that allows to edit the value in the input element.
918
+
919
+ #### Bug Fixes
920
+
921
+ - Float label state are not restored after resetting the form issue has been fixed.
922
+
923
+ ## 16.2.45 (2018-07-17)
924
+
925
+ ### DateRangePicker
926
+
927
+ #### New Features
928
+
929
+ - Added the custom object support for the value property with the start and end keys.
930
+
931
+ ## 16.2.44 (2018-07-10)
932
+
933
+ ### DateRangePicker
934
+
935
+ #### Bug Fixes
936
+
937
+ - Float label state are not restored after resetting the form issue has been fixed.
938
+
939
+ ## 16.2.43 (2018-07-03)
940
+
941
+ ### DateRangePicker
942
+
943
+ #### Bug Fixes
944
+
945
+ - Invalid value are not cleared in the textbox after resetting the form issue has been fixed.
946
+
947
+ ## 16.2.41 (2018-06-25)
948
+
949
+ ### Calendars
950
+
951
+ #### Breaking Changes
952
+
953
+ - Newly added `ColorPicker` component in input package requires `SplitButton` dependency, So now it's mandatory to include the `ej2-splitbuttons.umd.min.js` in system.js configuration if your using system.js module loader.
954
+ Update the `system.js` configuration while going with this version and above.
955
+
956
+ - Today button will act as a primary button in high contrast, bootstrap and fabric themes.
957
+
958
+ #### New Features
959
+
960
+ - Event arguments for all Calendar components has been streamlined.
961
+
962
+ ### DateRangePicker
963
+
964
+ #### Breaking Changes
965
+
966
+ - `Value` parameter obtained in change event argument has been changed from `string type to array of date object` and the `string` value from the input element can be obtained from the `text` parameter of the argument.
967
+
968
+ ### TimePicker
969
+
970
+ #### Breaking Changes
971
+
972
+ - In change event, the parameter `e` has been changed to `event`.
973
+
974
+ ## 16.1.49 (2018-06-20)
975
+
976
+ ### DateTimePicker
977
+
978
+ - TimePicker popup is not closing while clicking outside of the window issue has been fixed.
979
+
980
+ ## 16.1.48 (2018-06-13)
981
+
982
+ ### DateRangePicker
983
+
984
+ #### Bug Fixes
985
+
986
+ - Selection is not maintained in the month with start date in the left calendar, while performing drill down in the right calendar has been fixed.
987
+
988
+ ## 16.1.45 (2018-05-23)
989
+
990
+ ### DateRangePicker
991
+
992
+ #### New Features
993
+
994
+ - `DrillDown` support has been provided for DateRangePicker component that allows to quick navigate back and forth from month and year views to select a range easier.
995
+
996
+ - `Value` property support has been provided for DateRangePicker component to set a date range.
997
+
998
+ ## 16.1.42 (2018-05-15)
999
+
1000
+ ### DateTimePicker
1001
+
1002
+ #### Bug Fixes
1003
+
1004
+ - `ngOnDestroy` related issues with destroying DateTimePicker component has been fixed.
1005
+
1006
+ ## 16.1.38 (2018-05-02)
1007
+
1008
+ ### Common
1009
+
1010
+ #### Bug Fixes
1011
+
1012
+ - Now, Date parser will return the `null` value while parsing invalid date string.
1013
+
1014
+ ## 16.1.35 (2018-04-17)
1015
+
1016
+ ### DateRangePicker
1017
+
1018
+ #### Bug Fixes
1019
+
1020
+ - `focusIn` and `focusOut` methods has been included.
1021
+
1022
+ - `focus` and `blur` events has been included.
1023
+
1024
+ ## 16.1.34 (2018-04-10)
1025
+
1026
+ ### Common
1027
+
1028
+ #### Bug Fixes
1029
+
1030
+ - Issue with Calendar date generation in `UTC+00:00` time zone has been fixed.
1031
+
1032
+ ## 16.1.33 (2018-04-03)
1033
+
1034
+ ### Common
1035
+
1036
+ #### Bug Fixes
1037
+
1038
+ - Rendering issue on going with `UTC+00:00` time zone has been fixed.
1039
+
1040
+ ## 16.1.32 (2018-03-29)
1041
+
1042
+ ### DateRangePicker
1043
+
1044
+ #### Bug Fixes
1045
+
1046
+ - DateRangePicker popup will not open while enabling the `readOnly` property.
1047
+
1048
+ ### DateTimePicker
1049
+
1050
+ #### Bug Fixes
1051
+
1052
+ - Focus and blur events triggers multiple times in DateTimePicker control has been fixed.
1053
+
1054
+ - DateTimePicker throws script error while clicking today button in IE browser has been fixed.
1055
+
1056
+ #### Breaking Changes
1057
+
1058
+ - The out of range value will be the value of the component and highlighted with error class.
1059
+
1060
+ ### Calendar
1061
+
1062
+ #### Bug Fixes
1063
+
1064
+ - Calendar throws script error while clicking today button in IE browser has been fixed.
1065
+
1066
+ ### DatePicker
1067
+
1068
+ #### Bug Fixes
1069
+
1070
+ - DatePicker throws script error while clicking today button in IE browser has been fixed.
1071
+
1072
+ ### TimePicker
1073
+
1074
+ #### Breaking Changes
1075
+
1076
+ - The out of range value will be the value of the component and highlighted with error class.
1077
+
1078
+ ## 16.1.29 (2018-03-13)
1079
+
1080
+ ### Common
1081
+
1082
+ #### Bug Fixes
1083
+
1084
+ - `Width` property with string type value issue has been fixed.
1085
+
1086
+ ## 16.1.28 (2018-03-09)
1087
+
1088
+ ### DatePicker
1089
+
1090
+ #### Breaking Changes
1091
+
1092
+ - DatePicker maintains null value, while entering the out of range(min/max) issue has been fixed.
1093
+
1094
+ ## 16.1.24 (2018-02-22)
1095
+
1096
+ ### Common
1097
+
1098
+ #### Breaking Changes
1099
+
1100
+ - Changed the Angular component selector, component name prefix with `ejs` e.g: `ejs-calendar`.
1101
+
1102
+ - Event arguments and it's parameter values are same.
1103
+
1104
+ - Popup open in read-only mode issue has been fixed.
1105
+
1106
+ #### New Features
1107
+
1108
+ - High contrast theme support.
1109
+
1110
+ ### DateRangePicker
1111
+
1112
+ #### New Features
1113
+
1114
+ - DateRangePicker rendered based on the screen resolution.
1115
+
1116
+ - `DateTime` support has been provided for DateRangePicker.
1117
+
1118
+ - Input type `date` has been handled in DateRangePicker.
1119
+
1120
+ ### DatePicker
1121
+
1122
+ #### Breaking Changes
1123
+
1124
+ - Pascal casing change to `start` and `depth` property values (`Month`, `Year`, `Decade`).
1125
+
1126
+ - Focus the input when select the value from the DatePicker popup.
1127
+
1128
+ #### New Features
1129
+
1130
+ - `Today` button support has been provided for DatePicker.
1131
+
1132
+ - Input type `date` has been handled in DatePicker.
1133
+
1134
+ ### TimePicker
1135
+
1136
+ #### Breaking Changes
1137
+
1138
+ - Pascal casing change to `start` and `depth` property values (`Month`, `Year`, `Decade`).
1139
+
1140
+ #### New Features
1141
+
1142
+ - Added `itemRender` support for the TimePicker which allows to customize each time values in a popup list.
1143
+
1144
+ - Input type `time` has been handled in TimePicker.
1145
+
1146
+ - Added `scrollTo` support for the TimePicker which is used to set the scroll position to the given time value when no value is selected in the popup list or the given value is not present in the popup list.
1147
+
1148
+ ### Calendar
1149
+
1150
+ #### Breaking Changes
1151
+
1152
+ - Pascal casing change to `start` and `depth` property values (`Month`, `Year`, `Decade`).
1153
+
1154
+ #### New Features
1155
+
1156
+ - `Today` button support has been provided for Calendar.
1157
+
1158
+ ### DateTimePicker
1159
+
1160
+ DateTimePicker component for selecting or entering a date and time with options for disabling dates, restricting selection and showing custom events.
1161
+
1162
+ - **Range Restriction** – Allows to select a date and time within a specified range.
1163
+
1164
+ - **Format** – Formatting the value displayed in a textbox.
1165
+
1166
+ - **Customization** – Allows to customize each day and time cell of the Calendar and time popup list.
1167
+
1168
+ - **Strict Mode** - Allows to enter the only valid date and time in a textbox.
1169
+
1170
+ - **Accessibility** - Provided with built-in accessibility support which helps to access all the DateTimePicker component features through the keyboard, screen readers, or other assistive technology devices.
1171
+
1172
+ ## 15.4.26-preview (2018-01-23)
1173
+
1174
+ ### DateRangePicker
1175
+
1176
+ #### Bug Fixes
1177
+
1178
+ - Select event will be triggered when selecting the start and end date.
1179
+
1180
+ ## 15.4.25-preview (2018-01-09)
1181
+
1182
+ ### DatePicker
1183
+
1184
+ #### Bug Fixes
1185
+
1186
+ - Width and form validation related issues has been fixed.
1187
+
1188
+ ## 15.4.23-preview (2017-12-27)
1189
+
1190
+ ### Common
1191
+
1192
+ #### New Features
1193
+
1194
+ - Added typing file for ES5 global scripts (`dist/global/index.d.ts`).
1195
+
1196
+ #### Breaking Changes
1197
+
1198
+ - Modified the module bundle file name for ES6 bundling.
1199
+
1200
+ ### DatePicker, DateRangePicker and TimePicker
1201
+
1202
+ #### Bug Fixes
1203
+
1204
+ - Popup repositions will not work while scrolling on the fixed element, this has been fixed.
1205
+
1206
+ ## 15.4.21-preview (2017-12-08)
1207
+
1208
+ ### DatePicker
1209
+
1210
+ #### Bug Fixes
1211
+
1212
+ - Popup position issue in mobile layout has been fixed.
1213
+
1214
+ ## 15.4.20-preview (2017-12-01)
1215
+
1216
+ ### Common
1217
+
1218
+ #### New Features
1219
+
1220
+ - Upgraded TypeScript version to 2.6.2
1221
+
1222
+ ### Calendar
1223
+
1224
+ #### Bug Fixes
1225
+
1226
+ - issue on rendering the current month in European Time zone has been fixed.
1227
+
1228
+ ### DatePicker
1229
+
1230
+ #### Bug Fixes
1231
+
1232
+ - issue on rendering the current month in European Time zone has been fixed.
1233
+ - **showClearButton** - Allows to clear the textbox and model values.
1234
+ - **zIndex** - allows to set the z-index value to the popup element.
1235
+
1236
+ ### DateRangePicker
1237
+
1238
+ #### Bug Fixes
1239
+
1240
+ - **showClearButton** - Allows to clear the textbox and model values.
1241
+ - **zIndex** - allows to set the z-index value to the popup element.
1242
+
1243
+ ### TimePicker
1244
+
1245
+ #### Bug Fixes
1246
+
1247
+ - **showClearButton** - Allows to clear the textbox and model values.
1248
+ - **zIndex** - allows to set the z-index value to the popup element.
1249
+
1250
+ ## 15.4.17-preview (2017-11-13)
1251
+
1252
+ ### Calendar
1253
+
1254
+ Calendar interface for selecting dates with options for disabling dates, restricting selection and showing custom events.
1255
+
1256
+ - **Range Restriction** - Allows to select a date within a specified date range.
1257
+
1258
+ - **Start and Depth View** - Allows to change the initial view and navigation depth of the Calendar.
1259
+
1260
+ - **Customization** - Allows to customize the each day cell of the calendar.
1261
+
1262
+ - **Accessibility** - Provided with built-in accessibility support which helps to access all the Calendar component features through the keyboard, screen readers, or other assistive technology devices.
1263
+
1264
+ ### DatePicker
1265
+
1266
+ DatePicker component for selecting or entering a date with options for disabling dates,
1267
+ restricting selection and showing custom events.
1268
+
1269
+ - **Range Restriction** - Allows to select a date within a specified date range.
1270
+
1271
+ - **Format** - Formatting the value displayed in a textbox.
1272
+
1273
+ - **Start and Depth View** - Allows to change the initial view and navigation depth of the Calendar.
1274
+
1275
+ - **Customization** - Allows to customize the each day cell of the calendar.
1276
+
1277
+ - **StrictMode** - Allows to entering the only valid date in a textbox.
1278
+
1279
+ - **Accessibility** - Provided with built-in accessibility support which helps to access all the DatePicker component features through the keyboard, screen readers, or other assistive technology devices.
1280
+
1281
+ ### DateRangePicker
1282
+
1283
+ DateRangePicker component that allows user to select the date range from the calendar
1284
+ or entering the range through the input element.
1285
+
1286
+ - **Presets** - Allows to define the customized predefined set of ranges.
1287
+
1288
+ - **Day Span** - Select the data span between the ranges to avoid excess or less date selection.
1289
+
1290
+ - **Range Restriction** - Control the date range selection within a specified range.
1291
+
1292
+ - **Format** - Formatting the value displayed in a textbox.
1293
+
1294
+ - **Customization** - Allows to customize the each day cell of the calendar.
1295
+
1296
+ - **StrictMode** - Allows to entering the only valid date in a textbox.
1297
+
1298
+ - **Accessibility** - Provided with built-in accessibility support which helps to access all the DateRangePicker component features through the keyboard, screen readers, or other assistive technology devices.
1299
+
1300
+ ### TimePicker
1301
+
1302
+ TimePicker component is the pre-filled dropdown list with the time values 12/24 hours format, that allows to select a time from the list.
1303
+
1304
+ - **Range Restriction** - Allows to select a time within a specified time range.
1305
+
1306
+ - **Format** - Formatting the value displayed in a textbox.
1307
+
1308
+ - **Step** - Provides the option to increment/decrement time value in a popup list.
1309
+
1310
+ - **StrictMode** - Allows to entering the only valid time in a textbox.
1311
+
1312
+ - **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.## 19.3.56 (2021-12-02)
1313
+
1314
+ ### TimePicker
1315
+
1316
+ #### Bug Fixes
1317
+
1318
+ - `#I346567` - Issue with "typed value is not updated in the masked timepicker while typing the value and focus out the component" has been resolved.
1319
+
1320
+ - `#FB30118` - Issue with "hours to minutes segment switching is not worked while typing the hours value that starting with zero" has been resolved.
1321
+
1322
+ ## 19.3.44 (2021-10-05)
1323
+
1324
+ ### DateTimePicker
1325
+
1326
+ #### Bug Fixes
1327
+
1328
+ - `#F168372` - Issue with "invalid date time is updated to the input while enabling the masked date time" has been resolved.
1329
+
1330
+ ### DatePicker
1331
+
1332
+ #### Bug Fixes
1333
+
1334
+ - `#FB27745` - Issue with "day to month segment switching is not worked while typing the day value that starting with zero" has been resolved.
1335
+
1336
+ ## 19.2.62 (2021-09-14)
1337
+
1338
+ ### DateTimePicker
1339
+
1340
+ #### Bug Fixes
1341
+
1342
+ - `#F168372` - Issue with "invalid date time is updated to the input while enabling the masked date time" has been resolved.
1343
+
1344
+ ## 19.2.47 (2021-07-13)
1345
+
1346
+ ### DatePicker
1347
+
1348
+ #### Bug Fixes
1349
+
1350
+ - `#I334467` - Issue with "input is not disabled while disabling the `formControlName` using form group" has been resolved.
1351
+
1352
+ ## 19.1.64 (2021-05-19)
1353
+
1354
+ ### DateRangePicker
1355
+
1356
+ #### Bug Fixes
1357
+
1358
+ - `#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.
1359
+
1360
+ ## 19.1.55 (2021-04-06)
1361
+
1362
+ ### DatePicker
1363
+
1364
+ #### Bug Fixes
1365
+
1366
+ - `#319099` - Issue with "dirty and pristine is not updated properly while performing the disable and reset the form simultaneously" has been resolved.
1367
+
1368
+ ### DateRangePicker
1369
+
1370
+ #### Bug Fixes
1371
+
1372
+ - `#319099` - Issue with "dirty and pristine is not updated properly while performing the disable and reset the form simultaneously" has been resolved.
1373
+
1374
+ ### DateTimePicker
1375
+
1376
+ #### Bug Fixes
1377
+
1378
+ - `#319099` - Issue with "dirty and pristine is not updated properly while performing the disable and reset the form simultaneously" has been resolved.
1379
+
1380
+ ## 18.4.43 (2021-02-16)
1381
+
1382
+ ### DatePicker
1383
+
1384
+ #### Bug Fixes
1385
+
1386
+ - `#314484` - Issue with "dirty and pristine are not updated properly while resetting the form" has been resolved.
1387
+
1388
+ ## 18.4.39 (2021-01-28)
1389
+
1390
+ ### DatePicker
1391
+
1392
+ #### Bug Fixes
1393
+
1394
+ - `#309782` - Issue with "datepicker popup is not opened when disable the form and enable the datepicker control" has been resolved.
1395
+
1396
+ ## 18.4.35 (2021-01-19)
1397
+
1398
+ ### Calendar
1399
+
1400
+ #### New Features
1401
+
1402
+ - `#302472` - Now, you can change the rule for defining the first week of the year using `weekRule` property.
1403
+
1404
+ ## 18.4.31 (2020-12-22)
1405
+
1406
+ ### DateRangePicker
1407
+
1408
+ #### Bug Fixes
1409
+
1410
+ - `#291772`- Issue with "popup gets closed while dynamically changing the max days property in select event" has been resolved.
1411
+
1412
+ ## 18.3.42 (2020-10-20)
1413
+
1414
+ ### Calendar
1415
+
1416
+ #### Bug Fixes
1417
+
1418
+ - `#292562`- Issue with " isInteracted change event argument return as false while clicking on the today button" has been resolved.
1419
+
1420
+ ## 18.1.53 (2020-05-19)
1421
+
1422
+ ### DatePicker
1423
+
1424
+ #### Bug Fixes
1425
+
1426
+ - `#275716`- Issue with "script error occurs when disable the clear icon dynamically" has been resolved.
1427
+