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