@syncfusion/ej2-angular-calendars 33.2.15 → 34.1.29-ngcc

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