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