@syncfusion/ej2-navigations 20.1.47 → 20.1.51-10460

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 (417) hide show
  1. package/.eslintrc.json +243 -243
  2. package/CHANGELOG.md +1601 -1570
  3. package/README.md +194 -194
  4. package/dist/ej2-navigations.min.js +1 -0
  5. package/dist/ej2-navigations.umd.min.js +1 -10
  6. package/dist/ej2-navigations.umd.min.js.map +1 -1
  7. package/dist/es6/ej2-navigations.es2015.js +92 -80
  8. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  9. package/dist/es6/ej2-navigations.es5.js +251 -239
  10. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  11. package/dist/global/ej2-navigations.min.js +1 -10
  12. package/dist/global/ej2-navigations.min.js.map +1 -1
  13. package/dist/global/index.d.ts +0 -9
  14. package/dist/ts/accordion/accordion.ts +1545 -0
  15. package/dist/ts/breadcrumb/breadcrumb.ts +873 -0
  16. package/dist/ts/carousel/carousel.ts +1181 -0
  17. package/dist/ts/common/h-scroll.ts +477 -0
  18. package/dist/ts/common/menu-base.ts +2357 -0
  19. package/dist/ts/common/menu-scroll.ts +105 -0
  20. package/dist/ts/common/v-scroll.ts +454 -0
  21. package/{src/context-menu/context-menu.d.ts → dist/ts/context-menu/context-menu.ts} +134 -88
  22. package/dist/ts/menu/menu.ts +302 -0
  23. package/dist/ts/sidebar/sidebar.ts +874 -0
  24. package/dist/ts/tab/tab.ts +2637 -0
  25. package/dist/ts/toolbar/toolbar.ts +2378 -0
  26. package/dist/ts/treeview/treeview.ts +5768 -0
  27. package/helpers/e2e/accordionHelper.js +70 -53
  28. package/helpers/e2e/contextmenuHelper.js +52 -35
  29. package/helpers/e2e/index.js +14 -12
  30. package/helpers/e2e/menuHelper.js +52 -35
  31. package/helpers/e2e/sidebarHelper.js +109 -92
  32. package/helpers/e2e/tabHelper.js +73 -56
  33. package/helpers/e2e/toolbarHelper.js +73 -56
  34. package/helpers/e2e/treeview.js +79 -61
  35. package/license +10 -10
  36. package/package.json +164 -164
  37. package/src/accordion/accordion-model.d.ts +190 -190
  38. package/src/accordion/accordion.js +19 -19
  39. package/src/breadcrumb/breadcrumb-model.d.ts +105 -105
  40. package/src/breadcrumb/breadcrumb.js +19 -19
  41. package/src/carousel/carousel-model.d.ts +148 -148
  42. package/src/carousel/carousel.js +19 -19
  43. package/src/common/h-scroll-model.d.ts +6 -6
  44. package/src/common/h-scroll.js +23 -21
  45. package/src/common/menu-base-model.d.ts +206 -206
  46. package/src/common/menu-base.js +31 -25
  47. package/src/common/v-scroll-model.d.ts +6 -6
  48. package/src/common/v-scroll.js +19 -19
  49. package/src/context-menu/context-menu-model.d.ts +18 -18
  50. package/src/context-menu/context-menu.js +19 -19
  51. package/src/menu/menu-model.d.ts +43 -43
  52. package/src/menu/menu.js +19 -19
  53. package/src/sidebar/sidebar-model.d.ts +191 -191
  54. package/src/sidebar/sidebar.js +19 -19
  55. package/src/tab/tab-model.d.ts +291 -291
  56. package/src/tab/tab.js +21 -21
  57. package/src/toolbar/toolbar-model.d.ts +195 -195
  58. package/src/toolbar/toolbar.js +23 -19
  59. package/src/treeview/treeview-model.d.ts +411 -411
  60. package/src/treeview/treeview.js +20 -20
  61. package/styles/accordion/_bds-definition.scss +167 -0
  62. package/styles/accordion/_bigger.scss +121 -0
  63. package/styles/accordion/_bootstrap5.3-definition.scss +168 -0
  64. package/styles/accordion/_fluent2-definition.scss +167 -0
  65. package/styles/accordion/_fusionnew-definition.scss +168 -0
  66. package/styles/accordion/_material3-dark-definition.scss +1 -0
  67. package/styles/accordion/_material3-definition.scss +168 -0
  68. package/styles/accordion/fluent2.scss +4 -0
  69. package/styles/accordion/icons/_bds.scss +15 -0
  70. package/styles/accordion/icons/_bootstrap5.3.scss +15 -0
  71. package/styles/accordion/icons/_fluent2.scss +15 -0
  72. package/styles/accordion/icons/_fusionnew.scss +15 -0
  73. package/styles/accordion/icons/_material3-dark.scss +1 -0
  74. package/styles/accordion/icons/_material3.scss +15 -0
  75. package/styles/accordion/material3-dark.scss +4 -0
  76. package/styles/accordion/material3.scss +4 -0
  77. package/styles/appbar/_all.scss +2 -0
  78. package/styles/appbar/_bds-definition.scss +25 -0
  79. package/styles/appbar/_bigger.scss +15 -0
  80. package/styles/appbar/_bootstrap-dark-definition.scss +6 -0
  81. package/styles/appbar/_bootstrap-definition.scss +6 -0
  82. package/styles/appbar/_bootstrap4-definition.scss +6 -0
  83. package/styles/appbar/_bootstrap5-definition.scss +6 -0
  84. package/styles/appbar/_bootstrap5.3-definition.scss +6 -0
  85. package/styles/appbar/_fabric-dark-definition.scss +6 -0
  86. package/styles/appbar/_fabric-definition.scss +6 -0
  87. package/styles/appbar/_fluent-definition.scss +6 -0
  88. package/styles/appbar/_fluent2-definition.scss +24 -0
  89. package/styles/appbar/_fusionnew-definition.scss +6 -0
  90. package/styles/appbar/_highcontrast-definition.scss +6 -0
  91. package/styles/appbar/_highcontrast-light-definition.scss +6 -0
  92. package/styles/appbar/_layout.scss +76 -0
  93. package/styles/appbar/_material-dark-definition.scss +6 -0
  94. package/styles/appbar/_material-definition.scss +6 -0
  95. package/styles/appbar/_material3-definition.scss +6 -0
  96. package/styles/appbar/_tailwind-definition.scss +6 -0
  97. package/styles/appbar/_theme.scss +216 -0
  98. package/styles/bootstrap-dark.css +1 -1
  99. package/styles/bootstrap.css +1 -1
  100. package/styles/bootstrap4.css +1 -1
  101. package/styles/bootstrap5-dark.css +1 -1
  102. package/styles/bootstrap5.css +1 -1
  103. package/styles/breadcrumb/_bds-definition.scss +60 -0
  104. package/styles/breadcrumb/_bigger.scss +160 -0
  105. package/styles/breadcrumb/_bootstrap5.3-definition.scss +61 -0
  106. package/styles/breadcrumb/_fluent2-definition.scss +61 -0
  107. package/styles/breadcrumb/_fusionnew-definition.scss +59 -0
  108. package/styles/breadcrumb/_layout.scss +1 -1
  109. package/styles/breadcrumb/_material3-dark-definition.scss +1 -0
  110. package/styles/breadcrumb/_material3-definition.scss +60 -0
  111. package/styles/breadcrumb/_tailwind-dark-definition.scss +1 -60
  112. package/styles/breadcrumb/_tailwind-definition.scss +3 -3
  113. package/styles/breadcrumb/bootstrap-dark.css +1 -1
  114. package/styles/breadcrumb/bootstrap.css +1 -1
  115. package/styles/breadcrumb/bootstrap4.css +1 -1
  116. package/styles/breadcrumb/bootstrap5-dark.css +1 -1
  117. package/styles/breadcrumb/bootstrap5.css +1 -1
  118. package/styles/breadcrumb/fabric-dark.css +1 -1
  119. package/styles/breadcrumb/fabric.css +1 -1
  120. package/styles/breadcrumb/fluent-dark.css +1 -1
  121. package/styles/breadcrumb/fluent.css +1 -1
  122. package/styles/breadcrumb/fluent2.scss +4 -0
  123. package/styles/breadcrumb/highcontrast-light.css +1 -1
  124. package/styles/breadcrumb/highcontrast.css +1 -1
  125. package/styles/breadcrumb/icons/_bds.scss +23 -0
  126. package/styles/breadcrumb/icons/_bootstrap5.3.scss +23 -0
  127. package/styles/breadcrumb/icons/_fluent2.scss +23 -0
  128. package/styles/breadcrumb/icons/_fusionnew.scss +23 -0
  129. package/styles/breadcrumb/icons/_material3-dark.scss +1 -0
  130. package/styles/breadcrumb/icons/_material3.scss +12 -0
  131. package/styles/breadcrumb/material-dark.css +1 -1
  132. package/styles/breadcrumb/material.css +1 -1
  133. package/styles/breadcrumb/material3-dark.scss +4 -0
  134. package/styles/breadcrumb/material3.scss +4 -0
  135. package/styles/breadcrumb/tailwind-dark.css +8 -8
  136. package/styles/breadcrumb/tailwind.css +8 -8
  137. package/styles/carousel/_bds-definition.scss +20 -0
  138. package/styles/carousel/_bootstrap5.3-definition.scss +20 -0
  139. package/styles/carousel/_fluent2-definition.scss +23 -0
  140. package/styles/carousel/_fusionnew-definition.scss +20 -0
  141. package/styles/carousel/_material3-dark-definition.scss +1 -0
  142. package/styles/carousel/_material3-definition.scss +21 -0
  143. package/styles/carousel/fluent2.scss +4 -0
  144. package/styles/carousel/icons/_bds.scss +30 -0
  145. package/styles/carousel/icons/_bootstrap5.3.scss +30 -0
  146. package/styles/carousel/icons/_fluent2.scss +30 -0
  147. package/styles/carousel/icons/_fusionnew.scss +30 -0
  148. package/styles/carousel/icons/_material3-dark.scss +1 -0
  149. package/styles/carousel/icons/_material3.scss +30 -0
  150. package/styles/carousel/material3-dark.scss +4 -0
  151. package/styles/carousel/material3.scss +4 -0
  152. package/styles/context-menu/_bds-definition.scss +68 -0
  153. package/styles/context-menu/_bigger.scss +96 -0
  154. package/styles/context-menu/_bootstrap5.3-definition.scss +52 -0
  155. package/styles/context-menu/_fluent2-definition.scss +52 -0
  156. package/styles/context-menu/_fusionnew-definition.scss +51 -0
  157. package/styles/context-menu/_material3-dark-definition.scss +1 -0
  158. package/styles/context-menu/_material3-definition.scss +51 -0
  159. package/styles/context-menu/fluent2.scss +4 -0
  160. package/styles/context-menu/icons/_bds.scss +31 -0
  161. package/styles/context-menu/icons/_bootstrap5.3.scss +31 -0
  162. package/styles/context-menu/icons/_fluent2.scss +31 -0
  163. package/styles/context-menu/icons/_fusionnew.scss +31 -0
  164. package/styles/context-menu/icons/_material3-dark.scss +1 -0
  165. package/styles/context-menu/icons/_material3.scss +31 -0
  166. package/styles/context-menu/material3-dark.scss +4 -0
  167. package/styles/context-menu/material3.scss +4 -0
  168. package/styles/fabric-dark.css +1 -1
  169. package/styles/fabric.css +1 -1
  170. package/styles/fluent-dark.css +1 -1
  171. package/styles/fluent.css +1 -1
  172. package/styles/fluent2.scss +34 -0
  173. package/styles/h-scroll/_bds-definition.scss +83 -0
  174. package/styles/h-scroll/_bigger.scss +39 -0
  175. package/styles/h-scroll/_bootstrap5.3-definition.scss +83 -0
  176. package/styles/h-scroll/_fluent2-definition.scss +83 -0
  177. package/styles/h-scroll/_fusionnew-definition.scss +83 -0
  178. package/styles/h-scroll/_material3-dark-definition.scss +1 -0
  179. package/styles/h-scroll/_material3-definition.scss +83 -0
  180. package/styles/h-scroll/fluent2.scss +4 -0
  181. package/styles/h-scroll/icons/_bds.scss +49 -0
  182. package/styles/h-scroll/icons/_bootstrap5.3.scss +49 -0
  183. package/styles/h-scroll/icons/_fluent2.scss +49 -0
  184. package/styles/h-scroll/icons/_fusionnew.scss +49 -0
  185. package/styles/h-scroll/icons/_material3-dark.scss +1 -0
  186. package/styles/h-scroll/icons/_material3.scss +49 -0
  187. package/styles/h-scroll/material3-dark.scss +4 -0
  188. package/styles/h-scroll/material3.scss +4 -0
  189. package/styles/highcontrast-light.css +1 -1
  190. package/styles/highcontrast.css +1 -1
  191. package/styles/material-dark.css +1 -1
  192. package/styles/material.css +1 -1
  193. package/styles/material3-dark.scss +34 -0
  194. package/styles/material3.scss +34 -0
  195. package/styles/menu/_bds-definition.scss +65 -0
  196. package/styles/menu/_bigger.scss +355 -0
  197. package/styles/menu/_bootstrap5.3-definition.scss +66 -0
  198. package/styles/menu/_fluent2-definition.scss +67 -0
  199. package/styles/menu/_fusionnew-definition.scss +66 -0
  200. package/styles/menu/_material3-dark-definition.scss +1 -0
  201. package/styles/menu/_material3-definition.scss +66 -0
  202. package/styles/menu/fluent2.scss +7 -0
  203. package/styles/menu/icons/_bds.scss +104 -0
  204. package/styles/menu/icons/_bootstrap5.3.scss +104 -0
  205. package/styles/menu/icons/_fluent2.scss +104 -0
  206. package/styles/menu/icons/_fusionnew.scss +104 -0
  207. package/styles/menu/icons/_material3-dark.scss +1 -0
  208. package/styles/menu/icons/_material3.scss +104 -0
  209. package/styles/menu/material3-dark.scss +7 -0
  210. package/styles/menu/material3.scss +7 -0
  211. package/styles/pager/_all.scss +2 -0
  212. package/styles/pager/_bds-definition.scss +152 -0
  213. package/styles/pager/_bigger.scss +311 -0
  214. package/styles/pager/_bootstrap-dark-definition.scss +151 -0
  215. package/styles/pager/_bootstrap-definition.scss +151 -0
  216. package/styles/pager/_bootstrap4-definition.scss +151 -0
  217. package/styles/pager/_bootstrap5-definition.scss +166 -0
  218. package/styles/pager/_bootstrap5.3-definition.scss +166 -0
  219. package/styles/pager/_fabric-dark-definition.scss +149 -0
  220. package/styles/pager/_fabric-definition.scss +149 -0
  221. package/styles/pager/_fluent-definition.scss +153 -0
  222. package/styles/pager/_fluent2-definition.scss +152 -0
  223. package/styles/pager/_fusionnew-definition.scss +166 -0
  224. package/styles/pager/_highcontrast-definition.scss +149 -0
  225. package/styles/pager/_highcontrast-light-definition.scss +149 -0
  226. package/styles/pager/_layout.scss +742 -0
  227. package/styles/pager/_material-dark-definition.scss +150 -0
  228. package/styles/pager/_material-definition.scss +150 -0
  229. package/styles/pager/_material3-definition.scss +166 -0
  230. package/styles/pager/_tailwind-definition.scss +152 -0
  231. package/styles/pager/_theme.scss +189 -0
  232. package/styles/pager/icons/_bds.scss +50 -0
  233. package/styles/pager/icons/_bootstrap-dark.scss +50 -0
  234. package/styles/pager/icons/_bootstrap.scss +50 -0
  235. package/styles/pager/icons/_bootstrap4.scss +50 -0
  236. package/styles/pager/icons/_bootstrap5.3.scss +50 -0
  237. package/styles/pager/icons/_bootstrap5.scss +50 -0
  238. package/styles/pager/icons/_fabric-dark.scss +50 -0
  239. package/styles/pager/icons/_fabric.scss +50 -0
  240. package/styles/pager/icons/_fluent.scss +50 -0
  241. package/styles/pager/icons/_fluent2.scss +50 -0
  242. package/styles/pager/icons/_fusionnew.scss +50 -0
  243. package/styles/pager/icons/_highcontrast-light.scss +50 -0
  244. package/styles/pager/icons/_highcontrast.scss +46 -0
  245. package/styles/pager/icons/_material-dark.scss +50 -0
  246. package/styles/pager/icons/_material.scss +46 -0
  247. package/styles/pager/icons/_material3.scss +50 -0
  248. package/styles/pager/icons/_tailwind.scss +50 -0
  249. package/styles/sidebar/_bds-definition.scss +53 -0
  250. package/styles/sidebar/_bootstrap5.3-definition.scss +6 -0
  251. package/styles/sidebar/_fluent2-definition.scss +8 -0
  252. package/styles/sidebar/_fusionnew-definition.scss +6 -0
  253. package/styles/sidebar/_material3-dark-definition.scss +1 -0
  254. package/styles/sidebar/_material3-definition.scss +4 -0
  255. package/styles/sidebar/fluent2.scss +3 -0
  256. package/styles/sidebar/material3-dark.scss +3 -0
  257. package/styles/sidebar/material3.scss +3 -0
  258. package/styles/stepper/_all.scss +2 -0
  259. package/styles/stepper/_bds-definition.scss +72 -0
  260. package/styles/stepper/_bigger.scss +53 -0
  261. package/styles/stepper/_bootstrap-dark-definition.scss +72 -0
  262. package/styles/stepper/_bootstrap-definition.scss +72 -0
  263. package/styles/stepper/_bootstrap4-definition.scss +72 -0
  264. package/styles/stepper/_bootstrap5-definition.scss +73 -0
  265. package/styles/stepper/_bootstrap5.3-definition.scss +72 -0
  266. package/styles/stepper/_fabric-dark-definition.scss +72 -0
  267. package/styles/stepper/_fabric-definition.scss +72 -0
  268. package/styles/stepper/_fluent-definition.scss +72 -0
  269. package/styles/stepper/_fluent2-definition.scss +72 -0
  270. package/styles/stepper/_fusionnew-definition.scss +72 -0
  271. package/styles/stepper/_highcontrast-definition.scss +72 -0
  272. package/styles/stepper/_highcontrast-light-definition.scss +72 -0
  273. package/styles/stepper/_layout.scss +431 -0
  274. package/styles/stepper/_material-dark-definition.scss +72 -0
  275. package/styles/stepper/_material-definition.scss +72 -0
  276. package/styles/stepper/_material3-definition.scss +72 -0
  277. package/styles/stepper/_tailwind-definition.scss +72 -0
  278. package/styles/stepper/_theme.scss +195 -0
  279. package/styles/stepper/icons/_bds.scss +5 -0
  280. package/styles/stepper/icons/_bootstrap-dark.scss +5 -0
  281. package/styles/stepper/icons/_bootstrap.scss +5 -0
  282. package/styles/stepper/icons/_bootstrap4.scss +5 -0
  283. package/styles/stepper/icons/_bootstrap5.3.scss +5 -0
  284. package/styles/stepper/icons/_bootstrap5.scss +5 -0
  285. package/styles/stepper/icons/_fabric-dark.scss +5 -0
  286. package/styles/stepper/icons/_fabric.scss +5 -0
  287. package/styles/stepper/icons/_fluent.scss +5 -0
  288. package/styles/stepper/icons/_fluent2.scss +5 -0
  289. package/styles/stepper/icons/_fusionnew.scss +5 -0
  290. package/styles/stepper/icons/_highcontrast-light.scss +5 -0
  291. package/styles/stepper/icons/_highcontrast.scss +5 -0
  292. package/styles/stepper/icons/_material-dark.scss +5 -0
  293. package/styles/stepper/icons/_material.scss +5 -0
  294. package/styles/stepper/icons/_material3.scss +5 -0
  295. package/styles/stepper/icons/_tailwind.scss +5 -0
  296. package/styles/tab/_bds-definition.scss +661 -0
  297. package/styles/tab/_bigger.scss +1270 -0
  298. package/styles/tab/_bootstrap5.3-definition.scss +636 -0
  299. package/styles/tab/_fluent2-definition.scss +667 -0
  300. package/styles/tab/_fusionnew-definition.scss +634 -0
  301. package/styles/tab/_material3-dark-definition.scss +1 -0
  302. package/styles/tab/_material3-definition.scss +636 -0
  303. package/styles/tab/fluent2.scss +5 -0
  304. package/styles/tab/icons/_bds.scss +90 -0
  305. package/styles/tab/icons/_bootstrap5.3.scss +90 -0
  306. package/styles/tab/icons/_fluent2.scss +98 -0
  307. package/styles/tab/icons/_fusionnew.scss +90 -0
  308. package/styles/tab/icons/_material3-dark.scss +1 -0
  309. package/styles/tab/icons/_material3.scss +90 -0
  310. package/styles/tab/material3-dark.scss +5 -0
  311. package/styles/tab/material3.scss +5 -0
  312. package/styles/tailwind-dark.css +8 -8
  313. package/styles/tailwind.css +8 -8
  314. package/styles/toolbar/_bds-definition.scss +197 -0
  315. package/styles/toolbar/_bigger.scss +309 -0
  316. package/styles/toolbar/_bootstrap5.3-definition.scss +198 -0
  317. package/styles/toolbar/_fluent2-definition.scss +198 -0
  318. package/styles/toolbar/_fusionnew-definition.scss +198 -0
  319. package/styles/toolbar/_material3-dark-definition.scss +1 -0
  320. package/styles/toolbar/_material3-definition.scss +199 -0
  321. package/styles/toolbar/fluent2.scss +6 -0
  322. package/styles/toolbar/icons/_bds.scss +14 -0
  323. package/styles/toolbar/icons/_bootstrap5.3.scss +14 -0
  324. package/styles/toolbar/icons/_fluent2.scss +14 -0
  325. package/styles/toolbar/icons/_fusionnew.scss +14 -0
  326. package/styles/toolbar/icons/_material3-dark.scss +1 -0
  327. package/styles/toolbar/icons/_material3.scss +14 -0
  328. package/styles/toolbar/material3-dark.scss +6 -0
  329. package/styles/toolbar/material3.scss +6 -0
  330. package/styles/treeview/_bds-definition.scss +132 -0
  331. package/styles/treeview/_bigger.scss +393 -0
  332. package/styles/treeview/_bootstrap5.3-definition.scss +119 -0
  333. package/styles/treeview/_fluent2-definition.scss +128 -0
  334. package/styles/treeview/_fusionnew-definition.scss +120 -0
  335. package/styles/treeview/_material3-dark-definition.scss +1 -0
  336. package/styles/treeview/_material3-definition.scss +110 -0
  337. package/styles/treeview/fluent2.scss +4 -0
  338. package/styles/treeview/icons/_bds.scss +44 -0
  339. package/styles/treeview/icons/_bootstrap5.3.scss +44 -0
  340. package/styles/treeview/icons/_fluent2.scss +44 -0
  341. package/styles/treeview/icons/_fusionnew.scss +44 -0
  342. package/styles/treeview/icons/_material3-dark.scss +1 -0
  343. package/styles/treeview/icons/_material3.scss +44 -0
  344. package/styles/treeview/material3-dark.scss +4 -0
  345. package/styles/treeview/material3.scss +4 -0
  346. package/styles/v-scroll/_bds-definition.scss +49 -0
  347. package/styles/v-scroll/_bigger.scss +28 -0
  348. package/styles/v-scroll/_bootstrap5.3-definition.scss +49 -0
  349. package/styles/v-scroll/_fluent2-definition.scss +49 -0
  350. package/styles/v-scroll/_fusionnew-definition.scss +49 -0
  351. package/styles/v-scroll/_material3-dark-definition.scss +1 -0
  352. package/styles/v-scroll/_material3-definition.scss +49 -0
  353. package/styles/v-scroll/fluent2.scss +4 -0
  354. package/styles/v-scroll/icons/_bds.scss +27 -0
  355. package/styles/v-scroll/icons/_bootstrap5.3.scss +27 -0
  356. package/styles/v-scroll/icons/_fluent2.scss +27 -0
  357. package/styles/v-scroll/icons/_fusionnew.scss +27 -0
  358. package/styles/v-scroll/icons/_material3-dark.scss +1 -0
  359. package/styles/v-scroll/icons/_material3.scss +27 -0
  360. package/styles/v-scroll/material3-dark.scss +4 -0
  361. package/styles/v-scroll/material3.scss +4 -0
  362. package/tslint.json +111 -111
  363. package/.github/PULL_REQUEST_TEMPLATE/Bug.md +0 -63
  364. package/.github/PULL_REQUEST_TEMPLATE/feature.md +0 -39
  365. package/accordion.d.ts +0 -4
  366. package/accordion.js +0 -4
  367. package/breadcrumb.d.ts +0 -4
  368. package/breadcrumb.js +0 -4
  369. package/carousel.d.ts +0 -4
  370. package/carousel.js +0 -4
  371. package/common.d.ts +0 -4
  372. package/common.js +0 -4
  373. package/context-menu.d.ts +0 -4
  374. package/context-menu.js +0 -4
  375. package/helpers/e2e/accordionHelper.d.ts +0 -56
  376. package/helpers/e2e/contextmenuHelper.d.ts +0 -37
  377. package/helpers/e2e/index.d.ts +0 -7
  378. package/helpers/e2e/menuHelper.d.ts +0 -37
  379. package/helpers/e2e/sidebarHelper.d.ts +0 -94
  380. package/helpers/e2e/tabHelper.d.ts +0 -60
  381. package/helpers/e2e/toolbarHelper.d.ts +0 -60
  382. package/helpers/e2e/treeview.d.ts +0 -50
  383. package/index.d.ts +0 -4
  384. package/index.js +0 -4
  385. package/menu.d.ts +0 -4
  386. package/menu.js +0 -4
  387. package/sidebar.d.ts +0 -4
  388. package/sidebar.js +0 -4
  389. package/src/accordion/accordion.d.ts +0 -440
  390. package/src/accordion/index.d.ts +0 -5
  391. package/src/breadcrumb/breadcrumb.d.ts +0 -255
  392. package/src/breadcrumb/index.d.ts +0 -5
  393. package/src/carousel/carousel.d.ts +0 -338
  394. package/src/carousel/index.d.ts +0 -3
  395. package/src/common/h-scroll.d.ts +0 -105
  396. package/src/common/index.d.ts +0 -9
  397. package/src/common/menu-base.d.ts +0 -526
  398. package/src/common/menu-scroll.d.ts +0 -29
  399. package/src/common/v-scroll.d.ts +0 -106
  400. package/src/context-menu/index.d.ts +0 -5
  401. package/src/index.d.ts +0 -13
  402. package/src/menu/index.d.ts +0 -5
  403. package/src/menu/menu.d.ts +0 -121
  404. package/src/sidebar/index.d.ts +0 -5
  405. package/src/sidebar/sidebar.d.ts +0 -321
  406. package/src/tab/index.d.ts +0 -5
  407. package/src/tab/tab.d.ts +0 -650
  408. package/src/toolbar/index.d.ts +0 -5
  409. package/src/toolbar/toolbar.d.ts +0 -470
  410. package/src/treeview/index.d.ts +0 -5
  411. package/src/treeview/treeview.d.ts +0 -1256
  412. package/tab.d.ts +0 -4
  413. package/tab.js +0 -4
  414. package/toolbar.d.ts +0 -4
  415. package/toolbar.js +0 -4
  416. package/treeview.d.ts +0 -4
  417. package/treeview.js +0 -4
package/CHANGELOG.md CHANGED
@@ -1,1570 +1,1601 @@
1
- # Changelog
2
-
3
- ## [Unreleased]
4
-
5
- ### Carousel
6
-
7
- The Carousel component allows users to display images with content, links, etc., like a slide show. Typical uses of carousels include scrolling news headlines, featured articles on home pages, and image galleries.
8
-
9
- - **Rendering** - The Carousel component can be rendered based on the items collection and data binding.
10
- - **Animation** - Supports animation effects for moving previous/next item of Carousel.
11
- - **Template Support** - The Carousel component items and buttons can also be rendered with custom templates.
12
- - **Keyboard Support** - By default, the Carousel allows interaction with commands by using keyboard shortcuts.
13
- - **Accessibility** - The Carousel provides built-in compliance with the `WAI-ARIA` specifications and it is achieved through attributes.
14
-
15
- ### Tab
16
-
17
- #### Bug Fixes
18
-
19
- - `SF-369202, #F173364` - An issue with another tab item content is rendered in newly added tab item content has been fixed.
20
-
21
- ## 19.4.55 (2022-03-08)
22
-
23
- ### Menu
24
-
25
- #### Bug Fixes
26
-
27
- - `#I368643` - Resolved theme related issue in menu component.
28
-
29
- ### Tab
30
-
31
- #### Bug Fixes
32
-
33
- - `SF-369303` - An issue with hiding tab item dynamically with `visible` property not working has been fixed.
34
-
35
- ## 19.4.53 (2022-02-22)
36
-
37
- ### Sidebar
38
-
39
- #### Bug Fixes
40
-
41
- - `#I363057` - The issue with "The change event is triggered twice for the first change in Sidebar component" has been resolved.
42
-
43
- ## 19.4.52 (2022-02-15)
44
-
45
- ### Toolbar
46
-
47
- #### Bug Fixes
48
-
49
- - `#SF-365188` - An issue with the toolbar item separator not being hidden in multi-row mode has been fixed.
50
-
51
- ## 19.4.50 (2022-02-08)
52
-
53
- ### Menu
54
-
55
- #### Bug Fixes
56
-
57
- - Issue with `setItem` method has been fixed.
58
-
59
- ## 19.4.47 (2022-01-25)
60
-
61
- ### Breadcrumb
62
-
63
- #### Bug Fixes
64
-
65
- - `#I360615` - Issue with When Breadcrumb is build, it throws style warning has been resolved.
66
-
67
- ### Tab
68
-
69
- #### Bug Fixes
70
-
71
- - `#SF-363121` - An issue with "script error occurred while adding a new tab item without content" has been fixed.
72
-
73
- ### Breadcrumb
74
-
75
- #### Bug Fixes
76
-
77
- - Issue with CSS validation has been fixed.
78
-
79
- ## 19.4.41 (2022-01-04)
80
-
81
- ### Menu
82
-
83
- #### Bug Fixes
84
-
85
- - Sub menu position alignment issue in menu has been resolved.
86
-
87
- ### Tab
88
-
89
- #### Bug Fixes
90
-
91
- - `#SF-359072` - An issue with active tab selection is not highlight when render inside the `dialog` has been fixed.
92
-
93
- ## 19.4.40 (2021-12-28)
94
-
95
- ### Context Menu
96
-
97
- #### Bug Fixes
98
-
99
- - `#I346314` - Issue with `stopPropagation` not works for context menu has been resolved.
100
-
101
- ## 19.4.38 (2021-12-17)
102
-
103
- ### Tab
104
-
105
- #### New Features
106
-
107
- - `#I302394` - Provided support to maintain the active item in either tab header area or inside the popup.
108
- - `#F166169` - Provided support to identify the tab select event raised by user interaction or programmatic way.
109
-
110
- ### TreeView
111
-
112
- #### New Features
113
-
114
- - `#FB27518` - Provided support to wrap the TreeView node text when its text content exceeds the TreeView node width.
115
-
116
- ### Breadcrumb
117
-
118
- #### New Features
119
-
120
- - Provided new types of overflow mode and as follows:
121
-
122
- 1. **Menu**: Shows the number of breadcrumb items that can be accommodated within the container space, and creates a sub menu with the remaining items.
123
- 2. **Wrap**: Wraps the items on multiple lines when the Breadcrumb’s width exceeds the container space.
124
- 3. **Scroll**: Shows an HTML scroll bar when the Breadcrumb’s width exceeds the container space.
125
- 4. **None**: Shows all the items on a single line.
126
-
127
- - Provided `cancel` support in `beforeItemRender` event.
128
-
129
- #### Breaking Changes
130
-
131
- - Provided `disabled` property in Breadcrumb and Breadcrumb's Item instead of using CSS class `e-disabled`.
132
- - Removed `width` property from Breadcrumb component, you can set `width` in the style attribute of CSS to breadcrumb's element or its parent element.
133
-
134
- ## 19.3.57 (2021-12-07)
135
-
136
- ### Sidebar
137
-
138
- #### Bug Fixes
139
-
140
- - `#I347551` - The issue with "The sidebar main content margin value changes when using Sidebar type as Over and dock support" has been fixed.
141
-
142
- ## 19.3.56 (2021-12-02)
143
-
144
- ### TreeView
145
-
146
- #### Bug Fixes
147
-
148
- - `#I342745` - The performance issue that occurred when selecting a node that was rendered with a huge data source has been resolved.
149
-
150
- ## 19.3.54 (2021-11-17)
151
-
152
- ### Tab
153
-
154
- #### Bug Fixes
155
-
156
- - `#I347014` - An issue with dynamic tab item navigation if scheduler is present on a page has been fixed.
157
- - `#I296232` - The issue with "Script error occurs while updating the tab header text" has been resolved.
158
-
159
- ## 19.3.46 (2021-10-19)
160
-
161
- ### Tab
162
-
163
- #### Bug Fixes
164
-
165
- - `#I344626` - An issue with the tab header and content items are not updated on state change has been fixed.
166
-
167
- ## 19.3.45 (2021-10-12)
168
-
169
- ### Breadcrumb
170
-
171
- #### Bug Fixes
172
-
173
- - Disabled item get tab focus when item's URL is specified issue has been resolved.
174
-
175
- ## 19.3.43 (2021-09-30)
176
-
177
- ### Tab
178
-
179
- #### Bug Fixes
180
-
181
- - `#I341589` - An issue with the tab content not updated properly on the initial load has been fixed.
182
-
183
- ### Breadcrumb
184
-
185
- Breadcrumb is a graphical user interface that helps to identify or highlight the current location within a hierarchical structure of websites. The aim is to make the user aware of their current position in a hierarchy of website links.
186
-
187
- - **Overflow Mode** - Used to limit the number of breadcrumb items to be displayed.
188
- - **Icons** - Icons can be specified in Breadcrumb items.
189
- - **Template** - Supports template for item and separator.
190
- - **Bind To Location** - Supports items to be rendered based on the URL or current location.
191
- - **Accessibility** - Provided with built-in accessibility support that helps to access all the Breadcrumb component features through the keyboard, screen readers, or other assistive technology devices.
192
-
193
- ### Sidebar
194
-
195
- #### Bug Fixes
196
-
197
- - The issue with "The Sidebar background color is not correct in high-contrast theme" has been resolved.
198
-
199
- ## 19.2.62 (2021-09-14)
200
-
201
- ### Sidebar
202
-
203
- #### Bug Fixes
204
-
205
- - `#I341648` - The issue with "The resize event is not unwired after destroying the Sidebar component" has been resolved.
206
-
207
- ## 19.2.59 (2021-08-31)
208
-
209
- ### Tab
210
-
211
- #### Bug Fixes
212
-
213
- - `#I339402` - An issue with the tab `visible` property is not working on the initial load has been fixed.
214
-
215
- ## 19.2.56 (2021-08-17)
216
-
217
- ### Sidebar
218
-
219
- #### Bug Fixes
220
-
221
- - `#FB27112` - The issue with "The Sidebar flickering at initial loading" has been resolved.
222
-
223
- ### Tab
224
-
225
- #### Bug Fixes
226
-
227
- - `#F167809` - Tab content item class white space issue is fixed.
228
-
229
- ## 19.2.55 (2021-08-11)
230
-
231
- ### TreeView
232
-
233
- #### Bug Fixes
234
-
235
- - `#I337237` - Resolved the performance issue that occurred when removing more than 500 nodes from the TreeView using multiple selection.
236
-
237
- ### Tab
238
-
239
- #### Bug Fixes
240
-
241
- - `#I335995` - An issue with the touch event not triggering on tab content swipe has been fixed.
242
-
243
- ## 19.2.51 (2021-08-03)
244
-
245
- ### Tab
246
-
247
- #### Bug Fixes
248
-
249
- - `#F167176` - An issue with Tab item drag has been fixed.
250
-
251
- ## 19.2.48 (2021-07-20)
252
-
253
- ### Toolbar
254
-
255
- #### Bug Fixes
256
-
257
- - `#I335318` - An issue with Toolbar arrow icons when enabled RTL mode has been fixed.
258
-
259
- ## 19.2.46 (2021-07-06)
260
-
261
- ### Context Menu
262
-
263
- #### Bug Fixes
264
-
265
- - Role Attribute issue in context menu has been fixed.
266
-
267
- ## 19.1.69 (2021-06-15)
268
-
269
- ### Tab
270
-
271
- #### Bug Fixes
272
-
273
- - `#I330332` - An issue with the tab `aria-selected` attribute not properly updated has been fixed.
274
-
275
- ## 19.1.67 (2021-06-08)
276
-
277
- ### Toolbar
278
-
279
- #### Bug Fixes
280
-
281
- - `#F165830` - An issue with Toolbar template when state of component changed in functional based components has been fixed.
282
-
283
- ## 19.1.66 (2021-06-01)
284
-
285
- ### Menu
286
-
287
- #### Bug Fixes
288
-
289
- - `#I326704` - Provided an option to close the menu.
290
- - `#I316367` - The issue with Menu Scroll bar using template in angular has been resolved.
291
- - `#I328143` - The issue with Hamburger mode when changing items dynamically has been resolved.
292
-
293
- ### TreeView
294
-
295
- #### Bug Fixes
296
-
297
- - `#I328435` - Added the `!default` flag to the dark theme definition files.
298
- - `#I326667` - The issue with "The getNode method returns invalid hasChildren attribute value while disabling the loadOnDemand support" has been resolved.
299
- - `#FB24632` - Resolved the issue with "Unable to drop a node as child node while dropping it into the template node text" in the TreeView component.
300
-
301
- ## 19.1.63 (2021-05-13)
302
-
303
- ### Accordion
304
-
305
- #### Bug Fixes
306
-
307
- - `#I324822` - Provided the accessibility support for current state of accordion items `expanded/collapsed` when using screen reader.
308
-
309
- ### TreeView
310
-
311
- #### Bug Fixes
312
-
313
- - `#I320504` - The issue with "In IE Browser, the template TreeView throws an error when changing the data source using `useState`" has been resolved.
314
-
315
- ### Menu
316
-
317
- #### New Features
318
-
319
- - `#315809` - Delay support on hovering the menu.
320
-
321
- ## 19.1.59 (2021-05-04)
322
-
323
- ### Menu
324
-
325
- #### Bug Fixes
326
-
327
- - The issue with "Script error occurs while calling the refresh method in angular" has been resolved.
328
-
329
- ## 19.1.58 (2021-04-27)
330
-
331
- ### TreeView
332
-
333
- #### Bug Fixes
334
-
335
- - `#I320271` - The issue with "While performing drag and drop action between two TreeView components, the `dataSourceChanged` event is not triggered for the source TreeView" has been resolved.
336
- - `#F158127` - The issue with "The TreeView `getAllCheckedNodes` method returns invalid data while setting invalid IDs to the `CheckedNodes` property" has been resolved.
337
-
338
- ## 19.1.57 (2021-04-20)
339
-
340
- ### Menu
341
-
342
- #### Bug Fixes
343
-
344
- - `#I316367` - Menu Scroll bar not working when window resized issue fixed.
345
-
346
- ## 19.1.54 (2021-03-30)
347
-
348
- ### Accordion
349
-
350
- #### Breaking Changes
351
-
352
- - The following properties type was changed.
353
-
354
- | Property | Previous Type | Current Type |
355
- |----------|---------------|--------------------------------|
356
- | Disabled | `anonymous` | `boolean` |
357
- | Expanded | `anonymous` | `boolean` |
358
- | Visible | `anonymous` | `boolean` |
359
-
360
- ## 18.4.47 (2021-03-09)
361
-
362
- ### TreeView
363
-
364
- #### Bug Fixes
365
-
366
- - `#310875` - The issue with "The `isChecked` attribute is not working when using the `sortOrder` property in TreeView" has been resolved.
367
- - `#282214` - Now the `isChecked` attribute value is updated properly in the `NodeChecked` event arguments in the TreeView component.
368
-
369
- ## 18.4.44 (2021-02-23)
370
-
371
- ### Tab
372
-
373
- #### Bug Fixes
374
-
375
- - `#311688` - An issue with getting console error in tab navigation has been fixed.
376
-
377
- ## 18.4.42 (2021-02-09)
378
-
379
- ### Sidebar
380
-
381
- #### Bug Fixes
382
-
383
- - `#309065` - The issue with "The Sidebar destroy method throws error when continuously called two times" has been resolved.
384
-
385
- ### Tab
386
-
387
- #### Bug Fixes
388
-
389
- - `#299892` - An issue with the Tab destroy method throws error has been resolved.
390
-
391
- ## 18.4.41 (2021-02-02)
392
-
393
- ### Menu
394
-
395
- #### Bug Fixes
396
-
397
- - `291781` - The issue with caret icon alignment is fixed.
398
-
399
- ## 18.4.39 (2021-01-28)
400
-
401
- ### Toolbar
402
-
403
- #### Bug Fixes
404
-
405
- - `#303821` - An issue with toolbar content is not aligned properly in IOS devices has been fixed.
406
-
407
- ### TreeView
408
-
409
- #### Bug Fixes
410
-
411
- - `#302025` - The issue with "The TreeView template node content disappears while calling the `refreshNode` method" has been resolved.
412
- - `#300093` - Now, the TreeView template node custom events will be triggered after using the `refreshNode` method.
413
-
414
- ## 18.4.35 (2021-01-19)
415
-
416
- ### TreeView
417
-
418
- #### Bug Fixes
419
-
420
- - `#307712` - The issue in getting the invalid `isChecked` attribute value in the `getTreeData` method for the dynamically added nodes has been resolved.
421
-
422
- ## 18.4.34 (2021-01-12)
423
-
424
- ### Accordion
425
-
426
- #### Bug Fixes
427
-
428
- - `#309133` - Accordion item is automatically closed when the `onChange` is raised in input element has been fixed.
429
-
430
- ### Tab
431
-
432
- #### Bug Fixes
433
-
434
- - `#301347` - An issue with `refreshActiveTab` public method has been fixed.
435
-
436
- ## 18.4.33 (2021-01-05)
437
-
438
- ### Context Menu
439
-
440
- #### Bug Fixes
441
-
442
- - `F160329` - The issue with template item focus in ContextMenu is fixed.
443
-
444
- ### TreeView
445
-
446
- #### Bug Fixes
447
-
448
- - `#307778` - Now, the Expanded attribute value will be updated properly in the `nodeCollapsed` event.
449
-
450
- ### Tab
451
-
452
- #### Bug Fixes
453
-
454
- - `#306302` - The original event parameter is exposed in tab selecting event.
455
- - `#306228` - An issue with closing the tab item clear the content of all the tab items has been fixed.
456
- - `F159991` - An issue with Contents of the tab content are displayed incorrectly has been fixed.
457
-
458
- ## 18.4.31 (2020-12-22)
459
-
460
- ### Menu
461
-
462
- #### Bug Fixes
463
-
464
- - An issue with menu closing has been fixed.
465
-
466
- ## 18.3.50 (2020-11-17)
467
-
468
- ### Tab
469
-
470
- #### New Features
471
-
472
- - `#298781, #159033, #301025, #299403, #301347` - Provided `refreshActiveTab` public method to refresh the active tab item.
473
-
474
- ## 18.3.47 (2020-11-05)
475
-
476
- ### TreeView
477
-
478
- #### New Features
479
-
480
- - `#295977` - Provided an option to identify the dragged node's dropping position which is relative to the dropped node.
481
- - `#F158142` - Now, the TreeView template node interaction is enabled.
482
-
483
- ## 18.3.42 (2020-10-20)
484
-
485
- ### TreeView
486
-
487
- #### Bug Fixes
488
-
489
- - `#286629` - The issue with "when quickly clicking on the different nodes then it is interpreted as double click" has been resolved.
490
-
491
- ## 18.3.40 (2020-10-13)
492
-
493
- ### Tab
494
-
495
- #### Bug Fixes
496
-
497
- - `#I292579` - An issue with when we set the `heightAujustMode` as Fill it makes container height too high has been resolved.
498
-
499
- ## 18.3.35 (2020-10-01)
500
-
501
- ### TreeView
502
-
503
- #### Bug Fixes
504
-
505
- - Standardized the spacing between two TreeView nodes in the Bootstrap4 theme.
506
-
507
- ## 18.2.54 (2020-08-18)
508
-
509
- ### TreeView
510
-
511
- #### Bug Fixes
512
-
513
- - `#286992` - The issue with rendering the TreeView with hierarchical data source using the offline property has been resolved
514
-
515
- ## 18.2.47 (2020-07-28)
516
-
517
- ### Tab
518
-
519
- #### Bug Fixes
520
-
521
- - `#279134` - An issue with cross side scripting validation has been fixed.
522
-
523
- ## 18.2.44 (2020-07-07)
524
-
525
- ### Menu
526
-
527
- #### Bug Fixes
528
-
529
- - An issue with menu selection has been fixed.
530
- - An issue with hamburger mode has been fixed.
531
-
532
- ### Context Menu
533
-
534
- #### Bug Fixes
535
-
536
- - An issue with sub menu after preventing first sub menu has been fixed.
537
-
538
- ### Accordion
539
-
540
- #### Bug Fixes
541
-
542
- - `#275090` - An issue with Ripple effect when destroy and rendered nested accordions has been fixed.
543
- - `#273054` - An issue with cross side scripting validation has been fixed.
544
- - `#275509` - An issue with `addItem` public method when passing multiple items has been fixed.
545
-
546
- ### Tab
547
-
548
- #### Bug Fixes
549
-
550
- - `#273054` - An issue with cross side scripting validation has been fixed.
551
-
552
- ### Toolbar
553
-
554
- #### Bug Fixes
555
-
556
- - `#275422` - An issue with toolbar scrolling is not working properly after perform window resize has been fixed.
557
-
558
- ### TreeView
559
-
560
- #### Bug Fixes
561
-
562
- - `#276986` - Now, the previous state will be restored in the TreeView when the CRUD operation is failed at the server side.
563
-
564
- ### Sidebar
565
-
566
- #### Bug Fixes
567
-
568
- - `#272991` - The issue with "Unable to use the same target for more than one Sidebar component" has been resolved.
569
-
570
- ## 18.1.54 (2020-05-26)
571
-
572
- ### Menu
573
-
574
- #### Bug Fixes
575
-
576
- - Provided 'getItemIndex' public method to get the index of the menu item.
577
-
578
- ### TreeView
579
-
580
- #### Bug Fixes
581
-
582
- - `#269540` -The issue with `The getAllCheckedNodes method which is not returning the proper checkedNodes values in the TreeView component` has been fixed.
583
-
584
- #### New Features
585
-
586
- - `#274084` - Provided an option to set the drag area in TreeView component.
587
-
588
- ## 18.1.45 (2020-04-21)
589
-
590
- ### Menu
591
-
592
- #### Bug Fixes
593
-
594
- - Menu selection issue has been resolved.
595
-
596
- ## 18.1.43 (2020-04-07)
597
-
598
- ### ContextMenu
599
-
600
- #### Bug Fixes
601
-
602
- - `F152308` - Context menu popup position misaligned while using `beforeOpen` event has been resolved.
603
-
604
- ### Menu
605
-
606
- #### Bug Fixes
607
-
608
- - Menu not working properly when collapsing the sub menu in hamburger mode has been resolved.
609
-
610
- ## 18.1.36-beta (2020-03-19)
611
-
612
- ### TreeView
613
-
614
- #### New Features
615
-
616
- - `#253508` - Now, the `actionFailure` event triggers when failure occurs while performing the CRUD operations in TreeView remote data.
617
-
618
- - `#227878` - Provided an option to disable the TreeView component.
619
-
620
- - `#255907, #F146305` - Provided an option to enable the entire TreeView node as navigable.
621
-
622
- #### Breaking Changes
623
-
624
- - Using the remote data and performing CRUD operation in TreeView requires the controller part to handle the CRUD operation at server-side. But, it doesn’t require controller part while using the offline remote data.
625
-
626
- - `#227540` - Reverted the support for rendering TreeView data in single server request while disabling the loadOnDemand. But, this support can be achieved by specifying the offline as `true` in remote data.
627
-
628
- ### Tab
629
-
630
- #### Bug Fixes
631
-
632
- - `#266275` - An issue with tab navigation is not working after removed the first tab has been fixed.
633
-
634
- ### Accordion
635
-
636
- #### Bug Fixes
637
-
638
- - `#263853` - An issue with height is not properly set to the accordion item when perform expand or collapse has been fixed.
639
-
640
- ## 17.4.50 (2020-02-18)
641
-
642
- ### TreeView
643
-
644
- #### Breaking Changes
645
-
646
- - `#263334` - Standardized the right-click interaction in TreeView component. Now, the TreeView node will not be selected when you right-click it.
647
-
648
- ## 17.4.49 (2020-02-11)
649
-
650
- ### TreeView
651
-
652
- #### Bug Fixes
653
-
654
- - `#262276` - Resolved the performance issue occurred when check or uncheck the parent node in TreeView component.
655
-
656
- ### Menu
657
-
658
- #### Bug Fixes
659
-
660
- - An issue when setting id as number in menu Item is fixed.
661
-
662
- ## 17.4.46 (2020-01-30)
663
-
664
- ### Tab
665
-
666
- #### Bug Fixes
667
-
668
- - `#260479` - An issue with selected event is triggered unnecessarily after the refresh tab has been fixed.
669
-
670
- ## 17.4.44 (2021-01-21)
671
-
672
- ### Menu
673
-
674
- #### Bug Fixes
675
-
676
- - Issue with closing sub menu is fixed.
677
-
678
- ## 17.4.43 (2020-01-14)
679
-
680
- ### TreeView
681
-
682
- #### Bug Fixes
683
-
684
- - `#258993` - Now, expand and collapse is working properly after enabling the ripple effect.
685
- - `#258121` - Resolved the CSS warnings in Firefox 71.0 version.
686
-
687
- ## 17.4.39 (2019-12-17)
688
-
689
- ### TreeView
690
-
691
- #### New Features
692
-
693
- - `#249238` - Provided the support for refreshing a specific node in tree view.
694
- - `#253508` - Now, the `actionFailure` event triggers while fetching data from the invalid path.
695
- - `#247333` - Support has been provided to get the disabled nodes in the tree view.
696
-
697
- ### Tab
698
-
699
- #### Breaking Changes
700
-
701
- - An issue with duplicate Tab item id while rendering more than one Tab in same page has been fixed.
702
-
703
- #### Bug Fixes
704
-
705
- - An issue with bootstrap CSS file generation has been fixed.
706
-
707
- ### Accordion
708
-
709
- #### Bug Fixes
710
-
711
- - An issue with bootstrap CSS file generation has been fixed.
712
-
713
- ### Toolbar
714
-
715
- #### Bug Fixes
716
-
717
- - `#248406` - An issue with destroying sub control rendered inside toolbar is fixed.
718
-
719
- ## 17.3.27 (2019-11-12)
720
-
721
- ### Tab
722
-
723
- #### Bug Fixes
724
-
725
- - `#253216` - An issue with destroying Tab component in IE11 has been fixed.
726
-
727
- ### TreeView
728
-
729
- #### Bug Fixes
730
-
731
- - #242926 - Now the drop indicator has been shown correctly while hovering the expand and collapse icon.
732
-
733
- ## 17.3.17 (2019-10-15)
734
-
735
- ### Tab
736
-
737
- #### Bug Fixes
738
-
739
- - `#250013` - An issue with nested tab rendering while `headerPlacement` is set as `Bottom` has been fixed.
740
-
741
- ## 17.3.16 (2019-10-09)
742
-
743
- ### Toolbar
744
-
745
- #### Bug Fixes
746
-
747
- - `#246126` - An issue with toolbar is not working properly in overflow as popup mode when we used input elements in it has been fixed.
748
-
749
- ## 17.3.14 (2019-10-03)
750
-
751
- ### Accordion
752
-
753
- #### Bug Fixes
754
-
755
- - #245474 - Improper rendering of other components inside the accordion content issue has been fixed.
756
-
757
- - Material dark theme issue has been resolved.
758
-
759
- - Accessing multiple cssClass property issue with accordion has been fixed.
760
-
761
- ### Tab
762
-
763
- #### New Features
764
-
765
- - Provided scroll step customization support for tab header.
766
-
767
- ### TreeView
768
-
769
- #### Bug Fixes
770
-
771
- - #246937 - The unchecking checkbox performance issue has been resolved.
772
-
773
- ## 17.3.9-beta (2019-09-20)
774
-
775
- ### Tab
776
-
777
- #### New Features
778
-
779
- - Provided template support for tab header.
780
-
781
- ### Accordion
782
-
783
- #### New Features
784
-
785
- - Provided item template support for accorion.
786
-
787
- ### TreeView
788
-
789
- #### Bug Fixes
790
-
791
- - #242926 - Now the drop indicator has been shown correctly while enabling the checkbox.
792
-
793
- ## 17.2.49 (2019-09-04)
794
-
795
- ### Menu
796
-
797
- #### Bug Fixes
798
-
799
- - Issue with modifying item in 'beforeOpen' event creates extra Item in Context Menu is fixed.
800
-
801
- ## 17.2.48-beta (2019-08-28)
802
-
803
- ### Toolbar
804
-
805
- #### New Features
806
-
807
- - `enableItems` public method will now support number type.
808
-
809
- ### Accordion
810
-
811
- #### Breaking Changes
812
-
813
- - The `expanded` event type changed from `ExpandEventArgs` to `ExpandedEventArgs`.
814
-
815
- ## 17.2.41 (2019-08-14)
816
-
817
- ### TreeView
818
-
819
- #### Bug Fixes
820
-
821
- - Issue with custom icon size changed while double clicking the tree node has been fixed.
822
-
823
- ## 17.2.40 (2019-08-06)
824
-
825
- ### TreeView
826
-
827
- #### Bug Fixes
828
-
829
- - #242925 - Issue with checked and unchecked the checkbox using keyboard interaction even disable the checkbox has been fixed.
830
-
831
- ## 17.2.39 (2019-07-30)
832
-
833
- ### TreeView
834
-
835
- #### Bug Fixes
836
-
837
- - #242589 - Issue with getting checked nodes value using `checkedNodes` property has been fixed.
838
-
839
- ## 17.2.34 (2019-07-11)
840
-
841
- ### Accordion
842
-
843
- #### Bug Fixes
844
-
845
- - #239739 - An issue with addItem public method for accordion which was rendered using HTML elements has been fixed
846
-
847
- ## 17.2.28-beta (2019-06-27)
848
-
849
- ### Menu
850
-
851
- #### Bug Fixes
852
-
853
- - #237136 - Issue with Parent Menu click in mobile mode.
854
-
855
- - #236458 - Issue with Menu Item hovering while a page contains multiple menus.
856
-
857
- ### Sidebar
858
-
859
- #### Breaking Changes
860
-
861
- - Change event will trigger only after the expand or collapse transition of the Sidebar.
862
-
863
- ## 17.1.49 (2019-05-29)
864
-
865
- ### TreeView
866
-
867
- #### Bug Fixes
868
-
869
- - #234147 - Issue with getting checked nodes value using `getAllCheckedNodes` method has been fixed.
870
-
871
- ## 17.1.48 (2019-05-21)
872
-
873
- ### Sidebar
874
-
875
- #### Bug Fixes
876
-
877
- - #236219 - On initial rendering, right positioned sidebar opens and closes irrespective of type and isOpen properties has been fixed.
878
-
879
- ### Tab
880
-
881
- #### Bug Fixes
882
-
883
- - #235397 - The cancel parameter is exposed in tab selecting event.
884
-
885
- - #235274 - Incorrect selected content had been getting in tab selected event issue has been fixed.
886
-
887
- ## 17.1.47 (2019-05-14)
888
-
889
- ### Menu
890
-
891
- #### New Features
892
-
893
- - #230456 - Provided hamburger menu support for adaptive view.
894
-
895
- ### TreeView
896
-
897
- #### New Features
898
-
899
- - #227540 - Provided the support for rendering treeview data in single server request while disabling the loadOnDemand
900
-
901
- ## 17.1.43 (2019-04-30)
902
-
903
- ### Toolbar
904
-
905
- #### Bug Fixes
906
-
907
- - #231019 - An issue with RTL mode of Toolbar scroller has not working in Firefox browser has been resolved.
908
-
909
- ### TreeView
910
-
911
- #### Bug Fixes
912
-
913
- - #234147 - Issue with maintaining checked states while giving `id` and `parentID` value as string type in data source has been fixed.
914
-
915
- ## 17.1.41 (2019-04-16)
916
-
917
- ### Accordion
918
-
919
- #### Bug Fixes
920
-
921
- - Content value getting changed while updating header dynamically issue has been fixed.
922
-
923
- ### TreeView
924
-
925
- #### Bug Fixes
926
-
927
- - #231497 - Now the selected node background color is removed before collapsing the parent node with out removing 'e-active' class.
928
-
929
- ## 17.1.40 (2019-04-09)
930
-
931
- ### TreeView
932
-
933
- #### Bug Fixes
934
-
935
- - Now the selected node background color is removed before collapsing the parent node.
936
-
937
- ### Tab
938
-
939
- #### Bug Fixes
940
-
941
- - Support to restrict add and remove functionalities of Tab has been provided.
942
-
943
- ## 17.1.38 (2019-03-29)
944
-
945
- ### Menu
946
-
947
- #### Bug Fixes
948
-
949
- - Support provided for dynamically updating the self referential data.
950
-
951
- ### Accordion
952
-
953
- #### Bug Fixes
954
-
955
- - An issue with the expand action of Accordion when set to single mode, with the items being rendered using content template is fixed now.
956
-
957
- ## 17.1.32-beta (2019-03-13)
958
-
959
- ### ContextMenu
960
-
961
- #### Bug Fixes
962
-
963
- - Submenu items styles are not proper in ContextMenu issue is fixed.
964
-
965
- ### Sidebar
966
-
967
- #### New Features
968
-
969
- - `MediaQuery` property will now support both string and `MediaQueryList` object types.
970
-
971
- #### Bug Fixes
972
-
973
- - Multiple event bindings issue on calling show and hide methods when `closeOnDocumentClick` property is enabled has been fixed.
974
-
975
- ### TreeView
976
-
977
- #### New Features
978
-
979
- - Provided an option for auto checking parent tree nodes based on child tree nodes checked state and vice versa.
980
- - Now it is possible to select or unselect the collapsed child nodes by selecting its parent node through checkbox selection, with Load-On-Demand mode enabled.
981
-
982
- ## 16.4.54 (2019-02-19)
983
-
984
- ### Tab
985
-
986
- #### Breaking Changes
987
-
988
- - The initial focus set on active tab item is removed from the component on initial load.
989
-
990
- ## 16.4.53 (2019-02-13)
991
-
992
- ### Accordion
993
-
994
- #### Bug Fixes
995
-
996
- - Resolved the issue with accessing Accordion item object in clicked event arguments.
997
-
998
- ## 16.4.52 (2019-02-05)
999
-
1000
- ### Sidebar
1001
-
1002
- #### Bug Fixes
1003
-
1004
- - Tabindex support has been provided.
1005
-
1006
- #### Breaking Changes
1007
-
1008
- - Sidebar with type `Auto` will always expand on initial rendering, irrespective of `enableDock` and `isOpen` properties.
1009
-
1010
- - When dynamically changing the type property of the Sidebar with invalid property value (For ex:`Pushs`), will reset the type of the Sidebar to its default type as `Auto`.
1011
-
1012
- ## 17.1.1-beta (2019-01-29)
1013
-
1014
- ### Menu
1015
-
1016
- #### Bug Fixes
1017
-
1018
- - Popup not opened properly when two menu rendered side by side issue fixed.
1019
-
1020
- ### TreeView
1021
-
1022
- #### Bug Fixes
1023
-
1024
- - The issue with, “When disabling the TreeView parent nodes, the child nodes also appear in a disabled state” has been fixed.
1025
-
1026
- ## 16.4.45 (2019-01-02)
1027
-
1028
- ### Toolbar
1029
-
1030
- #### Bug Fixes
1031
-
1032
- - While resizing, Toolbar items are not moving from popup to toolbar in `extended` overflow mode issue is fixed.
1033
-
1034
- ### Menu
1035
-
1036
- #### Bug Fixes
1037
-
1038
- - Getting custom properties from menu items in `beforeItemRender` event issue fixed.
1039
-
1040
- ### Sidebar
1041
-
1042
- #### Bug Fixes
1043
-
1044
- - Fixed the issue with rendering the Sidebar using `isOpen` property and type `Auto`.
1045
-
1046
- ## 16.4.44 (2018-12-24)
1047
-
1048
- ### Accordion
1049
-
1050
- #### Bug Fixes
1051
-
1052
- - Parent accordion collapsing issue is fixed when Tab renders within it.
1053
-
1054
- ## 16.4.40-beta (2018-12-10)
1055
-
1056
- ### Tab
1057
-
1058
- #### New Features
1059
-
1060
- - Tab vertical orientation support was provided.
1061
-
1062
- ### ContextMenu
1063
-
1064
- #### Breaking Changes
1065
-
1066
- - The `animationSettings` property type changed from `AnimationSettings` to `AnimationSettingsModel`
1067
-
1068
- ### Menu
1069
-
1070
- #### New Features
1071
-
1072
- - Provided scrollable option in Menu for rendering large menus and submenus in an adaptive way.
1073
-
1074
- #### Breaking Changes
1075
-
1076
- - Type changes done for the following property.
1077
-
1078
- Property Name | Old Type | New Type
1079
- -----|-----|-----
1080
- `animationSettings` | AnimationSettings | AnimationSettingsModel
1081
- `fields` | FieldSettings | FieldSettingsModel
1082
-
1083
- ### TreeView
1084
-
1085
- #### New Features
1086
-
1087
- - Provided an option to disable child nodes when load-on-demand support is enabled.
1088
- - Provided an option to disable the load-on-demand support in TreeView control.
1089
-
1090
- ## 16.3.33 (2018-11-20)
1091
-
1092
- ### Sidebar
1093
-
1094
- #### Bug Fixes
1095
-
1096
- - Added the `event` and `isInteracted` event arguments in open and close events of Sidebar.
1097
-
1098
- ### TreeView
1099
-
1100
- #### Bug Fixes
1101
-
1102
- - In TreeView, scrolling is not working smoothly for iPad device issue is resolved
1103
-
1104
- ## 16.3.29 (2018-10-31)
1105
-
1106
- ### TreeView
1107
-
1108
- #### New Features
1109
-
1110
- - Provided an option to prevent the tree node from auto checking when checked state of the parent or child tree node is modified.
1111
- - Provided support to use hierarchical data as remote data source of the TreeView component by using offline mode of data manager plugin.
1112
-
1113
- ## 16.3.27 (2018-10-23)
1114
-
1115
- ### Menu
1116
-
1117
- #### Bug Fixes
1118
-
1119
- - Destroy method issue while using multiple menu is fixed.
1120
-
1121
- ## 16.3.25 (2018-10-15)
1122
-
1123
- ### Menu
1124
-
1125
- #### Bug Fixes
1126
-
1127
- - Issue with sub menu positioning fixed.
1128
-
1129
- ## 16.3.23 (2018-10-03)
1130
-
1131
- ### Sidebar
1132
-
1133
- #### New Features
1134
-
1135
- - Two-way binding support has been provided for `isOpen` property.
1136
-
1137
- ### Tab
1138
-
1139
- #### Bug Fixes
1140
-
1141
- - The issue with tab selection after remove other tabs has been fixed.
1142
-
1143
- ## 16.3.21 (2018-09-22)
1144
-
1145
- ### TreeView
1146
-
1147
- #### Bug Fixes
1148
-
1149
- - The `nodeData` argument in `nodeSelected` event showing wrong value issue has been fixed.
1150
-
1151
- ## 16.3.17 (2018-09-12)
1152
-
1153
- ### Menu
1154
-
1155
- Menu is a graphical user interface that serves as navigation header for your application or site. Menu can be populated from a data source such as an array of JavaScript objects that can be either structured as hierarchical or self-referential data. The following key features are available in Menu component.
1156
-
1157
- - **Rendering** - Supports to render based on the items collection (array of JavaScript objects) and HTML elements.
1158
-
1159
- - **Separator** - Supports menu items grouping by using the Separator.
1160
-
1161
- - **Icons and Navigations** - Supports items to have Icons and Navigation URL's.
1162
-
1163
- - **Template and Multilevel Nesting** - Supports template and multilevel nesting in Menu.
1164
-
1165
- - **Accessibility** - Provided with built-in accessibility support that helps to access all the Menu component features through the keyboard, screen readers, or other assistive technology devices.
1166
-
1167
- ### TreeView
1168
-
1169
- #### New Features
1170
-
1171
- - Provided an option to get updated data source of tree view after drag and drop, editing, deleting, and adding nodes in tree view.
1172
- - Support to get custom data from tree view.
1173
- - Support to maintain expanded nodes of tree view on page reloads.
1174
- - Provided an option to get all the checked nodes if the tree node is expanded or collapsed.
1175
- - Provided 'none' option in 'expandOn' property to prevent expand or collapse of tree node
1176
- - Provided an option to prevent the parent node from expanding, while adding a node to the tree view control.
1177
-
1178
- ## 16.2.49 (2018-08-21)
1179
-
1180
- ### Tab
1181
-
1182
- #### Bug Fixes
1183
-
1184
- - The issue with updating model on enable/disable tab has fixed in `enableTab` method.
1185
-
1186
- ### TreeView
1187
-
1188
- #### Bug Fixes
1189
-
1190
- - Issue with drag and drop of nodes from one tree view to another empty tree view has been fixed.
1191
-
1192
- ## 16.2.48 (2018-08-14)
1193
-
1194
- ### Tab
1195
-
1196
- #### Breaking Changes
1197
-
1198
- - Issue with triggering select events at initial load has been resolved
1199
-
1200
- ### Toolbar
1201
-
1202
- #### Bug Fixes
1203
-
1204
- - Resolved the tooltip issue on display special character in toolbar items.
1205
-
1206
- ## 16.2.47 (2018-08-07)
1207
-
1208
- ### Tab
1209
-
1210
- #### Bug Fixes
1211
-
1212
- - The issue with updating model on removing tab has fixed in `removeTab` method.
1213
- - Resolve the issue which occurs on updating item value with `hideTab` method.
1214
-
1215
- ### Sidebar
1216
-
1217
- #### Bug Fixes
1218
-
1219
- - Issue with Sidebar destroyed in Angular routing is fixed.
1220
-
1221
- ### TreeView
1222
-
1223
- #### Bug Fixes
1224
-
1225
- - Tree view checkbox not working properly in Firefox browser issue has been resolved.
1226
-
1227
- ## 16.2.46 (2018-07-30)
1228
-
1229
- ### Accordion
1230
-
1231
- #### Bug Fixes
1232
-
1233
- - Issue with Space and Enter key, which is not working in RTE while rendering inside the Accordion is fixed
1234
-
1235
- ### TreeView
1236
-
1237
- #### New Features
1238
-
1239
- - In tree view, provided an option to prevent dropping an element in the sibling position.
1240
-
1241
- ## 16.2.45 (2018-07-17)
1242
-
1243
- ### Tab
1244
-
1245
- #### Bug Fixes
1246
-
1247
- - Issue with content animation, when switching to other tabs before previous animation complete is fixed
1248
-
1249
- ## 16.2.44 (2018-07-10)
1250
-
1251
- ### Sidebar
1252
-
1253
- #### Bug Fixes
1254
-
1255
- - `target` property is not working on lower version of Firefox browser (below 48), issue has been fixed.
1256
-
1257
- ## 16.2.41 (2018-06-25)
1258
-
1259
- ### Sidebar
1260
-
1261
- #### New Features
1262
-
1263
- - Support for setting the open/close state of the Sidebar has been provided with `isOpen` property.
1264
-
1265
- #### Breaking Changes
1266
-
1267
- - Target property supports both the id and class selectors to locate the target element.
1268
- - `isOpen()` method is now removed and know about the Sidebar is whether open or close state by using `isOpen` property.
1269
-
1270
- ### Tab
1271
-
1272
- #### Bug Fixes
1273
-
1274
- - Content initiated twice when using ng-template in Tab item has been fixed.
1275
- - Solved issues on `removeItem` public method.
1276
-
1277
- ### Toolbar
1278
-
1279
- #### New Features
1280
-
1281
- - Provided support for `MultiRow` options on toolbar items.
1282
- - Inline alignment of toolbar items support is provided.
1283
-
1284
- ## 16.1.42 (2018-05-08)
1285
-
1286
- ### Accordion
1287
-
1288
- #### Bug Fixes
1289
-
1290
- - Issue with space key in text area, when placed inside Accordion is fixed.
1291
-
1292
- ### Tab
1293
-
1294
- #### Breaking Changes
1295
-
1296
- - Breaking issue with dynamic loading tab content template ID is fixed.
1297
-
1298
- ## 16.1.40 (2018-05-08)
1299
-
1300
- ### Tab
1301
-
1302
- #### Bug Fixes
1303
-
1304
- - Issue with event unbinding in tab content is fixed.
1305
-
1306
- ## 16.1.38 (2018-05-02)
1307
-
1308
- ### TreeView
1309
-
1310
- #### Bug Fixes
1311
-
1312
- - TreeView is not rendering properly when you return entire data (including child nodes) on initial request issue is fixed.
1313
-
1314
- ### Tab
1315
-
1316
- #### Bug Fixes
1317
-
1318
- - Issue with loading dynamic content using template ID is fixed.
1319
-
1320
- ## 16.1.37 (2018-04-24)
1321
-
1322
- ### TreeView
1323
-
1324
- #### Bug Fixes
1325
-
1326
- - Issue in triggering `nodeExpanded` event while expanding all the nodes is fixed.
1327
-
1328
- ## 16.1.35 (2018-04-17)
1329
-
1330
- ### TreeView
1331
-
1332
- #### Bug Fixes
1333
-
1334
- - Provided option to prevent expand/collapse node while double clicking the tree node.
1335
-
1336
- ## 16.1.34 (2018-04-10)
1337
-
1338
- ### TreeView
1339
-
1340
- #### Bug Fixes
1341
-
1342
- - Issue in TreeView while ‘cancel' the `nodeDragDrop` event is fixed.
1343
-
1344
- - Issue in TreeView drag and drop function, while adding ‘e-droppable’ class in the target element is fixed.
1345
-
1346
- ## 16.1.32 (2018-03-29)
1347
-
1348
- ### TreeView
1349
-
1350
- #### Bug Fixes
1351
-
1352
- - Prevented the checkbox interactions while the corresponding node was in disabled state.
1353
-
1354
- ## 16.1.28 (2018-03-09)
1355
-
1356
- ### Toolbar
1357
-
1358
- #### Bug Fixes
1359
-
1360
- - Toolbar border hidden issue with grid in IE11 browser is fixed.
1361
-
1362
- ## 16.1.24 (2018-02-22)
1363
-
1364
- ### Common
1365
-
1366
- #### Breaking Changes
1367
-
1368
- - Changed the Angular component selector, component name prefix with `ejs` e.g: `ejs-tab`.
1369
-
1370
- #### New Features
1371
-
1372
- - High contrast theme support.
1373
-
1374
- ### Sidebar
1375
-
1376
- The Sidebar is an expandable and collapsible component that typically acts as a side container to place primary or secondary content alongside the main content.
1377
-
1378
- - **Target** - The Sidebar can be initialized in any HTML element other than the body element.
1379
-
1380
- - **Types** – Supports Push, Over, Slide and Auto to expand or collapse the Sidebar.
1381
-
1382
- - **Position** – Allows to position the Sidebar in Left or Right direction.
1383
-
1384
- - **Auto close** - Allows to set the sidebar in an expanded or collapsed state only in certain resolutions.
1385
-
1386
- - **Dock** - By default, supports display of short notifications about the content on docked mode.
1387
-
1388
- - **Backdrop** – Specifies the whether to apply overlay options to main content when the Sidebar is in open state.
1389
-
1390
- ### Tab
1391
-
1392
- #### Breaking Changes
1393
-
1394
- - Locale key changed from close to `closeButtonTitle`.
1395
-
1396
- ### Toolbar
1397
-
1398
- #### Breaking Changes
1399
-
1400
- - Pascal casing change to `align` property values (`Left`, `Center`, `Right`).
1401
-
1402
- ## 15.4.30-preview (2018-02-14)
1403
-
1404
- ### TreeView
1405
-
1406
- #### New Features
1407
-
1408
- - Added “getNode” method in TreeView to get the node's data based on given node element or it's ID.
1409
-
1410
- - Added “beginEdit” method in TreeView, to initiate the editing mode of the TreeView node through code.
1411
-
1412
- #### Breaking Changes
1413
-
1414
- - In TreeView, “replaceText” method name has been modified as “updateNode”.
1415
-
1416
- ## 15.4.27-preview (2018-01-30)
1417
-
1418
- ### Tab
1419
-
1420
- #### Bug Fixes
1421
-
1422
- - Separate item change for active content issue with Tab fixed.
1423
-
1424
- ## 15.4.26-preview (2018-01-23)
1425
-
1426
- ### ContextMenu
1427
-
1428
- #### Bug Fixes
1429
-
1430
- - Lengthy text and caret icon wraps next line issue fixed.
1431
-
1432
- ### Accordion
1433
-
1434
- #### Bug Fixes
1435
-
1436
- - Accordion content class styles overriding with the other component issue fixed.
1437
-
1438
- ### Tab
1439
-
1440
- #### Bug Fixes
1441
-
1442
- - Issue with changing separate items property has been fixed.
1443
-
1444
- ### Toolbar
1445
-
1446
- #### New Features
1447
-
1448
- - Provided support to display Toolbar items in popup always.
1449
-
1450
- ## 15.4.25-preview (2018-01-09)
1451
-
1452
- ## 15.4.23-preview (2017-12-27)
1453
-
1454
- ### Common
1455
-
1456
- #### New Features
1457
-
1458
- - Added typing file for ES5 global scripts (dist/global/index.d.ts)
1459
-
1460
- #### Breaking Changes
1461
-
1462
- - Modified the module bundle file name for ES6 bundling
1463
-
1464
- ### Toolbar
1465
-
1466
- #### Bug Fixes
1467
-
1468
- - Issue with changing separate items property has been fixed.
1469
-
1470
- - The Toolbar Popup and scrollable creation issue in non visible element is fixed.
1471
-
1472
- - Dynamic Items updating with toolbar alignment is fixed.
1473
-
1474
- - Removed unwanted space available in the Toolbar Popup mode initial time.
1475
-
1476
- ## 15.4.22-preview (2017-12-14)
1477
-
1478
- ### ContextMenu
1479
-
1480
- #### Bug Fixes
1481
-
1482
- - Destroy method issue in angular is fixed.
1483
-
1484
- ## 15.4.21-preview (2017-12-08)
1485
-
1486
- ### Tab
1487
-
1488
- #### Bug Fixes
1489
-
1490
- - Tab header overlapping issue with grid is fixed.
1491
-
1492
- ## 15.4.20-preview (2017-12-01)
1493
-
1494
- ### Common
1495
-
1496
- #### New Features
1497
-
1498
- - Upgraded TypeScript version to 2.6.2
1499
-
1500
- ## 15.4.17-preview (2017-11-13)
1501
-
1502
- ### Accordion
1503
-
1504
- Accordion is a vertically collapsible content panel which is displaying panels, one or multiple at a time within the available space.
1505
-
1506
- - **Rendering** - Supports to render based on the items collection and HTML elements.
1507
-
1508
- - **Expand Mode** - Supports to define single or multiple expand mode for Accordion panels.
1509
-
1510
- - **Animation** - Supports animation effects for expanding/collapsing the panels.
1511
-
1512
- - **Accessibility** - Provided with built-in accessibility support which helps to access all the Accordion component features through the keyboard, screen readers, or other assistive technology devices.
1513
-
1514
- ### ContextMenu
1515
-
1516
- ContextMenu is a graphical user interface that appears on the user right click/touch hold action.
1517
-
1518
- - **Separator** - Supports menu items grouping by using the Separator.
1519
-
1520
- - **Icons and Navigations** - Supports items to have Icons and Navigation URL's.
1521
-
1522
- - **Template and Multilevel Nesting** - Supports template and multilevel nesting in ContextMenu.
1523
-
1524
- - **Accessibility** - Provided with built-in accessibility support that helps to access all the ContextMenu component features through the keyboard, screen readers, or other assistive technology devices.
1525
-
1526
- ### Tab
1527
-
1528
- Tab is a content panel to show multiple contents in specific space one at a time.
1529
-
1530
- - **Rendering** - Supports to render based on the items collection and HTML elements.
1531
-
1532
- - **Adaptive** - Supports responsive rendering with scrollable Tabs and popup menu.
1533
-
1534
- - **Animation** - Supports animation effects for moving previous/next contents of the Tab.
1535
-
1536
- - **Customization** - Provides customization support for header with icons and orientation.
1537
-
1538
- - **Accessibility** - Provided with built-in accessibility support which helps to access all the Tab component features through the keyboard, screen readers, or other assistive technology devices.
1539
-
1540
- ### Toolbar
1541
-
1542
- Displays a group of command buttons arranged horizontally.
1543
-
1544
- - **Rendering** - Supports to render based on the items collection and HTML elements.
1545
-
1546
- - **Customization** - Supports to add buttons , separator & input components.
1547
-
1548
- - **Adaptive** - Supports responsive rendering with scrollable Toolbar and popup menu.
1549
-
1550
- - **Accessibility**- Provided with built-in accessibility support which helps to access all the Toolbar component features through the keyboard, screen readers, or other assistive technology devices.
1551
-
1552
- ### TreeView
1553
-
1554
- TreeView component is used to represent hierarchical data in a tree like structure with advanced functions to edit, drag and drop, select with CheckBox and more. TreeView can be populated from a data source such as an array of JavaScript objects or from DataManager. The following key features are available in TreeView component.
1555
-
1556
- - **Data Binding** - Binds the TreeView component with an array of JavaScript objects or DataManager.
1557
-
1558
- - **CheckBox** - Allows you to select more than one node in TreeView without affecting the UI appearance.
1559
-
1560
- - **Drag and Drop** - Allows you to drag and drop any node in TreeView.
1561
-
1562
- - **Multi Selection** - Allows you to select more than one node in TreeView.
1563
-
1564
- - **Node Editing** - Allows you to change the text of a node in TreeView.
1565
-
1566
- - **Sorting** - Allows display of the TreeView nodes in an ascending or a descending order.
1567
-
1568
- - **Template** - Allows you to customize the nodes in TreeView.
1569
-
1570
- - **Accessibility** - Provides built-in accessibility support that helps to access all the TreeView component features through the keyboard, on-screen readers, or other assistive technology devices.
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ## 20.1.51 (2022-04-26)
6
+
7
+ ### TreeView
8
+
9
+ #### Bug Fixes
10
+
11
+ - `#I371505` - The issue with "The TreeView checked node state doesn't update properly for nested levels when loadOnDemand is enabled" has been resolved.
12
+
13
+ ### Tab
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#F174269` - Tab throws script error while adding items with `headerTemplate` has been fixed.
18
+
19
+ ## 20.1.48 (2022-04-12)
20
+
21
+ ### Menu
22
+
23
+ #### Bug Fixes
24
+
25
+ - `#I371293` - Resolved the "Context menu not closed properly when the two separate context menu binded in the DOM" in menu component.
26
+ - `#I369007` - An issue with "Script error throws when we remove items with hamburger mode in mobile view" has been resolved.
27
+
28
+ ### Toolbar
29
+
30
+ #### Bug Fixes
31
+
32
+ - `#I372768` - An issue with the toolbar scrollable buttons accessibility issue has been fixed.
33
+
34
+ ## 20.1.47 (2022-04-04)
35
+
36
+ ### Carousel
37
+
38
+ The Carousel component allows users to display images with content, links, etc., like a slide show. Typical uses of carousels include scrolling news headlines, featured articles on home pages, and image galleries.
39
+
40
+ - **Rendering** - The Carousel component can be rendered based on the items collection and data binding.
41
+ - **Animation** - Supports animation effects for moving previous/next item of Carousel.
42
+ - **Template Support** - The Carousel component items and buttons can also be rendered with custom templates.
43
+ - **Keyboard Support** - By default, the Carousel allows interaction with commands by using keyboard shortcuts.
44
+ - **Accessibility** - The Carousel provides built-in compliance with the `WAI-ARIA` specifications and it is achieved through attributes.
45
+
46
+ ### Tab
47
+
48
+ #### Bug Fixes
49
+
50
+ - `SF-369202, #F173364` - An issue with another tab item content is rendered in newly added tab item content has been fixed.
51
+
52
+ ## 19.4.55 (2022-03-08)
53
+
54
+ ### Menu
55
+
56
+ #### Bug Fixes
57
+
58
+ - `#I368643` - Resolved theme related issue in menu component.
59
+
60
+ ### Tab
61
+
62
+ #### Bug Fixes
63
+
64
+ - `SF-369303` - An issue with hiding tab item dynamically with `visible` property not working has been fixed.
65
+
66
+ ## 19.4.53 (2022-02-22)
67
+
68
+ ### Sidebar
69
+
70
+ #### Bug Fixes
71
+
72
+ - `#I363057` - The issue with "The change event is triggered twice for the first change in Sidebar component" has been resolved.
73
+
74
+ ## 19.4.52 (2022-02-15)
75
+
76
+ ### Toolbar
77
+
78
+ #### Bug Fixes
79
+
80
+ - `#SF-365188` - An issue with the toolbar item separator not being hidden in multi-row mode has been fixed.
81
+
82
+ ## 19.4.50 (2022-02-08)
83
+
84
+ ### Menu
85
+
86
+ #### Bug Fixes
87
+
88
+ - Issue with `setItem` method has been fixed.
89
+
90
+ ## 19.4.47 (2022-01-25)
91
+
92
+ ### Breadcrumb
93
+
94
+ #### Bug Fixes
95
+
96
+ - `#I360615` - Issue with When Breadcrumb is build, it throws style warning has been resolved.
97
+
98
+ ### Tab
99
+
100
+ #### Bug Fixes
101
+
102
+ - `#SF-363121` - An issue with "script error occurred while adding a new tab item without content" has been fixed.
103
+
104
+ ### Breadcrumb
105
+
106
+ #### Bug Fixes
107
+
108
+ - Issue with CSS validation has been fixed.
109
+
110
+ ## 19.4.41 (2022-01-04)
111
+
112
+ ### Menu
113
+
114
+ #### Bug Fixes
115
+
116
+ - Sub menu position alignment issue in menu has been resolved.
117
+
118
+ ### Tab
119
+
120
+ #### Bug Fixes
121
+
122
+ - `#SF-359072` - An issue with active tab selection is not highlight when render inside the `dialog` has been fixed.
123
+
124
+ ## 19.4.40 (2021-12-28)
125
+
126
+ ### Context Menu
127
+
128
+ #### Bug Fixes
129
+
130
+ - `#I346314` - Issue with `stopPropagation` not works for context menu has been resolved.
131
+
132
+ ## 19.4.38 (2021-12-17)
133
+
134
+ ### Tab
135
+
136
+ #### New Features
137
+
138
+ - `#I302394` - Provided support to maintain the active item in either tab header area or inside the popup.
139
+ - `#F166169` - Provided support to identify the tab select event raised by user interaction or programmatic way.
140
+
141
+ ### TreeView
142
+
143
+ #### New Features
144
+
145
+ - `#FB27518` - Provided support to wrap the TreeView node text when its text content exceeds the TreeView node width.
146
+
147
+ ### Breadcrumb
148
+
149
+ #### New Features
150
+
151
+ - Provided new types of overflow mode and as follows:
152
+
153
+ 1. **Menu**: Shows the number of breadcrumb items that can be accommodated within the container space, and creates a sub menu with the remaining items.
154
+ 2. **Wrap**: Wraps the items on multiple lines when the Breadcrumb’s width exceeds the container space.
155
+ 3. **Scroll**: Shows an HTML scroll bar when the Breadcrumb’s width exceeds the container space.
156
+ 4. **None**: Shows all the items on a single line.
157
+
158
+ - Provided `cancel` support in `beforeItemRender` event.
159
+
160
+ #### Breaking Changes
161
+
162
+ - Provided `disabled` property in Breadcrumb and Breadcrumb's Item instead of using CSS class `e-disabled`.
163
+ - Removed `width` property from Breadcrumb component, you can set `width` in the style attribute of CSS to breadcrumb's element or its parent element.
164
+
165
+ ## 19.3.57 (2021-12-07)
166
+
167
+ ### Sidebar
168
+
169
+ #### Bug Fixes
170
+
171
+ - `#I347551` - The issue with "The sidebar main content margin value changes when using Sidebar type as Over and dock support" has been fixed.
172
+
173
+ ## 19.3.56 (2021-12-02)
174
+
175
+ ### TreeView
176
+
177
+ #### Bug Fixes
178
+
179
+ - `#I342745` - The performance issue that occurred when selecting a node that was rendered with a huge data source has been resolved.
180
+
181
+ ## 19.3.54 (2021-11-17)
182
+
183
+ ### Tab
184
+
185
+ #### Bug Fixes
186
+
187
+ - `#I347014` - An issue with dynamic tab item navigation if scheduler is present on a page has been fixed.
188
+ - `#I296232` - The issue with "Script error occurs while updating the tab header text" has been resolved.
189
+
190
+ ## 19.3.46 (2021-10-19)
191
+
192
+ ### Tab
193
+
194
+ #### Bug Fixes
195
+
196
+ - `#I344626` - An issue with the tab header and content items are not updated on state change has been fixed.
197
+
198
+ ## 19.3.45 (2021-10-12)
199
+
200
+ ### Breadcrumb
201
+
202
+ #### Bug Fixes
203
+
204
+ - Disabled item get tab focus when item's URL is specified issue has been resolved.
205
+
206
+ ## 19.3.43 (2021-09-30)
207
+
208
+ ### Tab
209
+
210
+ #### Bug Fixes
211
+
212
+ - `#I341589` - An issue with the tab content not updated properly on the initial load has been fixed.
213
+
214
+ ### Breadcrumb
215
+
216
+ Breadcrumb is a graphical user interface that helps to identify or highlight the current location within a hierarchical structure of websites. The aim is to make the user aware of their current position in a hierarchy of website links.
217
+
218
+ - **Overflow Mode** - Used to limit the number of breadcrumb items to be displayed.
219
+ - **Icons** - Icons can be specified in Breadcrumb items.
220
+ - **Template** - Supports template for item and separator.
221
+ - **Bind To Location** - Supports items to be rendered based on the URL or current location.
222
+ - **Accessibility** - Provided with built-in accessibility support that helps to access all the Breadcrumb component features through the keyboard, screen readers, or other assistive technology devices.
223
+
224
+ ### Sidebar
225
+
226
+ #### Bug Fixes
227
+
228
+ - The issue with "The Sidebar background color is not correct in high-contrast theme" has been resolved.
229
+
230
+ ## 19.2.62 (2021-09-14)
231
+
232
+ ### Sidebar
233
+
234
+ #### Bug Fixes
235
+
236
+ - `#I341648` - The issue with "The resize event is not unwired after destroying the Sidebar component" has been resolved.
237
+
238
+ ## 19.2.59 (2021-08-31)
239
+
240
+ ### Tab
241
+
242
+ #### Bug Fixes
243
+
244
+ - `#I339402` - An issue with the tab `visible` property is not working on the initial load has been fixed.
245
+
246
+ ## 19.2.56 (2021-08-17)
247
+
248
+ ### Sidebar
249
+
250
+ #### Bug Fixes
251
+
252
+ - `#FB27112` - The issue with "The Sidebar flickering at initial loading" has been resolved.
253
+
254
+ ### Tab
255
+
256
+ #### Bug Fixes
257
+
258
+ - `#F167809` - Tab content item class white space issue is fixed.
259
+
260
+ ## 19.2.55 (2021-08-11)
261
+
262
+ ### TreeView
263
+
264
+ #### Bug Fixes
265
+
266
+ - `#I337237` - Resolved the performance issue that occurred when removing more than 500 nodes from the TreeView using multiple selection.
267
+
268
+ ### Tab
269
+
270
+ #### Bug Fixes
271
+
272
+ - `#I335995` - An issue with the touch event not triggering on tab content swipe has been fixed.
273
+
274
+ ## 19.2.51 (2021-08-03)
275
+
276
+ ### Tab
277
+
278
+ #### Bug Fixes
279
+
280
+ - `#F167176` - An issue with Tab item drag has been fixed.
281
+
282
+ ## 19.2.48 (2021-07-20)
283
+
284
+ ### Toolbar
285
+
286
+ #### Bug Fixes
287
+
288
+ - `#I335318` - An issue with Toolbar arrow icons when enabled RTL mode has been fixed.
289
+
290
+ ## 19.2.46 (2021-07-06)
291
+
292
+ ### Context Menu
293
+
294
+ #### Bug Fixes
295
+
296
+ - Role Attribute issue in context menu has been fixed.
297
+
298
+ ## 19.1.69 (2021-06-15)
299
+
300
+ ### Tab
301
+
302
+ #### Bug Fixes
303
+
304
+ - `#I330332` - An issue with the tab `aria-selected` attribute not properly updated has been fixed.
305
+
306
+ ## 19.1.67 (2021-06-08)
307
+
308
+ ### Toolbar
309
+
310
+ #### Bug Fixes
311
+
312
+ - `#F165830` - An issue with Toolbar template when state of component changed in functional based components has been fixed.
313
+
314
+ ## 19.1.66 (2021-06-01)
315
+
316
+ ### Menu
317
+
318
+ #### Bug Fixes
319
+
320
+ - `#I326704` - Provided an option to close the menu.
321
+ - `#I316367` - The issue with Menu Scroll bar using template in angular has been resolved.
322
+ - `#I328143` - The issue with Hamburger mode when changing items dynamically has been resolved.
323
+
324
+ ### TreeView
325
+
326
+ #### Bug Fixes
327
+
328
+ - `#I328435` - Added the `!default` flag to the dark theme definition files.
329
+ - `#I326667` - The issue with "The getNode method returns invalid hasChildren attribute value while disabling the loadOnDemand support" has been resolved.
330
+ - `#FB24632` - Resolved the issue with "Unable to drop a node as child node while dropping it into the template node text" in the TreeView component.
331
+
332
+ ## 19.1.63 (2021-05-13)
333
+
334
+ ### Accordion
335
+
336
+ #### Bug Fixes
337
+
338
+ - `#I324822` - Provided the accessibility support for current state of accordion items `expanded/collapsed` when using screen reader.
339
+
340
+ ### TreeView
341
+
342
+ #### Bug Fixes
343
+
344
+ - `#I320504` - The issue with "In IE Browser, the template TreeView throws an error when changing the data source using `useState`" has been resolved.
345
+
346
+ ### Menu
347
+
348
+ #### New Features
349
+
350
+ - `#315809` - Delay support on hovering the menu.
351
+
352
+ ## 19.1.59 (2021-05-04)
353
+
354
+ ### Menu
355
+
356
+ #### Bug Fixes
357
+
358
+ - The issue with "Script error occurs while calling the refresh method in angular" has been resolved.
359
+
360
+ ## 19.1.58 (2021-04-27)
361
+
362
+ ### TreeView
363
+
364
+ #### Bug Fixes
365
+
366
+ - `#I320271` - The issue with "While performing drag and drop action between two TreeView components, the `dataSourceChanged` event is not triggered for the source TreeView" has been resolved.
367
+ - `#F158127` - The issue with "The TreeView `getAllCheckedNodes` method returns invalid data while setting invalid IDs to the `CheckedNodes` property" has been resolved.
368
+
369
+ ## 19.1.57 (2021-04-20)
370
+
371
+ ### Menu
372
+
373
+ #### Bug Fixes
374
+
375
+ - `#I316367` - Menu Scroll bar not working when window resized issue fixed.
376
+
377
+ ## 19.1.54 (2021-03-30)
378
+
379
+ ### Accordion
380
+
381
+ #### Breaking Changes
382
+
383
+ - The following properties type was changed.
384
+
385
+ | Property | Previous Type | Current Type |
386
+ |----------|---------------|--------------------------------|
387
+ | Disabled | `anonymous` | `boolean` |
388
+ | Expanded | `anonymous` | `boolean` |
389
+ | Visible | `anonymous` | `boolean` |
390
+
391
+ ## 18.4.47 (2021-03-09)
392
+
393
+ ### TreeView
394
+
395
+ #### Bug Fixes
396
+
397
+ - `#310875` - The issue with "The `isChecked` attribute is not working when using the `sortOrder` property in TreeView" has been resolved.
398
+ - `#282214` - Now the `isChecked` attribute value is updated properly in the `NodeChecked` event arguments in the TreeView component.
399
+
400
+ ## 18.4.44 (2021-02-23)
401
+
402
+ ### Tab
403
+
404
+ #### Bug Fixes
405
+
406
+ - `#311688` - An issue with getting console error in tab navigation has been fixed.
407
+
408
+ ## 18.4.42 (2021-02-09)
409
+
410
+ ### Sidebar
411
+
412
+ #### Bug Fixes
413
+
414
+ - `#309065` - The issue with "The Sidebar destroy method throws error when continuously called two times" has been resolved.
415
+
416
+ ### Tab
417
+
418
+ #### Bug Fixes
419
+
420
+ - `#299892` - An issue with the Tab destroy method throws error has been resolved.
421
+
422
+ ## 18.4.41 (2021-02-02)
423
+
424
+ ### Menu
425
+
426
+ #### Bug Fixes
427
+
428
+ - `291781` - The issue with caret icon alignment is fixed.
429
+
430
+ ## 18.4.39 (2021-01-28)
431
+
432
+ ### Toolbar
433
+
434
+ #### Bug Fixes
435
+
436
+ - `#303821` - An issue with toolbar content is not aligned properly in IOS devices has been fixed.
437
+
438
+ ### TreeView
439
+
440
+ #### Bug Fixes
441
+
442
+ - `#302025` - The issue with "The TreeView template node content disappears while calling the `refreshNode` method" has been resolved.
443
+ - `#300093` - Now, the TreeView template node custom events will be triggered after using the `refreshNode` method.
444
+
445
+ ## 18.4.35 (2021-01-19)
446
+
447
+ ### TreeView
448
+
449
+ #### Bug Fixes
450
+
451
+ - `#307712` - The issue in getting the invalid `isChecked` attribute value in the `getTreeData` method for the dynamically added nodes has been resolved.
452
+
453
+ ## 18.4.34 (2021-01-12)
454
+
455
+ ### Accordion
456
+
457
+ #### Bug Fixes
458
+
459
+ - `#309133` - Accordion item is automatically closed when the `onChange` is raised in input element has been fixed.
460
+
461
+ ### Tab
462
+
463
+ #### Bug Fixes
464
+
465
+ - `#301347` - An issue with `refreshActiveTab` public method has been fixed.
466
+
467
+ ## 18.4.33 (2021-01-05)
468
+
469
+ ### Context Menu
470
+
471
+ #### Bug Fixes
472
+
473
+ - `F160329` - The issue with template item focus in ContextMenu is fixed.
474
+
475
+ ### TreeView
476
+
477
+ #### Bug Fixes
478
+
479
+ - `#307778` - Now, the Expanded attribute value will be updated properly in the `nodeCollapsed` event.
480
+
481
+ ### Tab
482
+
483
+ #### Bug Fixes
484
+
485
+ - `#306302` - The original event parameter is exposed in tab selecting event.
486
+ - `#306228` - An issue with closing the tab item clear the content of all the tab items has been fixed.
487
+ - `F159991` - An issue with Contents of the tab content are displayed incorrectly has been fixed.
488
+
489
+ ## 18.4.31 (2020-12-22)
490
+
491
+ ### Menu
492
+
493
+ #### Bug Fixes
494
+
495
+ - An issue with menu closing has been fixed.
496
+
497
+ ## 18.3.50 (2020-11-17)
498
+
499
+ ### Tab
500
+
501
+ #### New Features
502
+
503
+ - `#298781, #159033, #301025, #299403, #301347` - Provided `refreshActiveTab` public method to refresh the active tab item.
504
+
505
+ ## 18.3.47 (2020-11-05)
506
+
507
+ ### TreeView
508
+
509
+ #### New Features
510
+
511
+ - `#295977` - Provided an option to identify the dragged node's dropping position which is relative to the dropped node.
512
+ - `#F158142` - Now, the TreeView template node interaction is enabled.
513
+
514
+ ## 18.3.42 (2020-10-20)
515
+
516
+ ### TreeView
517
+
518
+ #### Bug Fixes
519
+
520
+ - `#286629` - The issue with "when quickly clicking on the different nodes then it is interpreted as double click" has been resolved.
521
+
522
+ ## 18.3.40 (2020-10-13)
523
+
524
+ ### Tab
525
+
526
+ #### Bug Fixes
527
+
528
+ - `#I292579` - An issue with when we set the `heightAujustMode` as Fill it makes container height too high has been resolved.
529
+
530
+ ## 18.3.35 (2020-10-01)
531
+
532
+ ### TreeView
533
+
534
+ #### Bug Fixes
535
+
536
+ - Standardized the spacing between two TreeView nodes in the Bootstrap4 theme.
537
+
538
+ ## 18.2.54 (2020-08-18)
539
+
540
+ ### TreeView
541
+
542
+ #### Bug Fixes
543
+
544
+ - `#286992` - The issue with rendering the TreeView with hierarchical data source using the offline property has been resolved
545
+
546
+ ## 18.2.47 (2020-07-28)
547
+
548
+ ### Tab
549
+
550
+ #### Bug Fixes
551
+
552
+ - `#279134` - An issue with cross side scripting validation has been fixed.
553
+
554
+ ## 18.2.44 (2020-07-07)
555
+
556
+ ### Menu
557
+
558
+ #### Bug Fixes
559
+
560
+ - An issue with menu selection has been fixed.
561
+ - An issue with hamburger mode has been fixed.
562
+
563
+ ### Context Menu
564
+
565
+ #### Bug Fixes
566
+
567
+ - An issue with sub menu after preventing first sub menu has been fixed.
568
+
569
+ ### Accordion
570
+
571
+ #### Bug Fixes
572
+
573
+ - `#275090` - An issue with Ripple effect when destroy and rendered nested accordions has been fixed.
574
+ - `#273054` - An issue with cross side scripting validation has been fixed.
575
+ - `#275509` - An issue with `addItem` public method when passing multiple items has been fixed.
576
+
577
+ ### Tab
578
+
579
+ #### Bug Fixes
580
+
581
+ - `#273054` - An issue with cross side scripting validation has been fixed.
582
+
583
+ ### Toolbar
584
+
585
+ #### Bug Fixes
586
+
587
+ - `#275422` - An issue with toolbar scrolling is not working properly after perform window resize has been fixed.
588
+
589
+ ### TreeView
590
+
591
+ #### Bug Fixes
592
+
593
+ - `#276986` - Now, the previous state will be restored in the TreeView when the CRUD operation is failed at the server side.
594
+
595
+ ### Sidebar
596
+
597
+ #### Bug Fixes
598
+
599
+ - `#272991` - The issue with "Unable to use the same target for more than one Sidebar component" has been resolved.
600
+
601
+ ## 18.1.54 (2020-05-26)
602
+
603
+ ### Menu
604
+
605
+ #### Bug Fixes
606
+
607
+ - Provided 'getItemIndex' public method to get the index of the menu item.
608
+
609
+ ### TreeView
610
+
611
+ #### Bug Fixes
612
+
613
+ - `#269540` -The issue with `The getAllCheckedNodes method which is not returning the proper checkedNodes values in the TreeView component` has been fixed.
614
+
615
+ #### New Features
616
+
617
+ - `#274084` - Provided an option to set the drag area in TreeView component.
618
+
619
+ ## 18.1.45 (2020-04-21)
620
+
621
+ ### Menu
622
+
623
+ #### Bug Fixes
624
+
625
+ - Menu selection issue has been resolved.
626
+
627
+ ## 18.1.43 (2020-04-07)
628
+
629
+ ### ContextMenu
630
+
631
+ #### Bug Fixes
632
+
633
+ - `F152308` - Context menu popup position misaligned while using `beforeOpen` event has been resolved.
634
+
635
+ ### Menu
636
+
637
+ #### Bug Fixes
638
+
639
+ - Menu not working properly when collapsing the sub menu in hamburger mode has been resolved.
640
+
641
+ ## 18.1.36-beta (2020-03-19)
642
+
643
+ ### TreeView
644
+
645
+ #### New Features
646
+
647
+ - `#253508` - Now, the `actionFailure` event triggers when failure occurs while performing the CRUD operations in TreeView remote data.
648
+
649
+ - `#227878` - Provided an option to disable the TreeView component.
650
+
651
+ - `#255907, #F146305` - Provided an option to enable the entire TreeView node as navigable.
652
+
653
+ #### Breaking Changes
654
+
655
+ - Using the remote data and performing CRUD operation in TreeView requires the controller part to handle the CRUD operation at server-side. But, it doesn’t require controller part while using the offline remote data.
656
+
657
+ - `#227540` - Reverted the support for rendering TreeView data in single server request while disabling the loadOnDemand. But, this support can be achieved by specifying the offline as `true` in remote data.
658
+
659
+ ### Tab
660
+
661
+ #### Bug Fixes
662
+
663
+ - `#266275` - An issue with tab navigation is not working after removed the first tab has been fixed.
664
+
665
+ ### Accordion
666
+
667
+ #### Bug Fixes
668
+
669
+ - `#263853` - An issue with height is not properly set to the accordion item when perform expand or collapse has been fixed.
670
+
671
+ ## 17.4.50 (2020-02-18)
672
+
673
+ ### TreeView
674
+
675
+ #### Breaking Changes
676
+
677
+ - `#263334` - Standardized the right-click interaction in TreeView component. Now, the TreeView node will not be selected when you right-click it.
678
+
679
+ ## 17.4.49 (2020-02-11)
680
+
681
+ ### TreeView
682
+
683
+ #### Bug Fixes
684
+
685
+ - `#262276` - Resolved the performance issue occurred when check or uncheck the parent node in TreeView component.
686
+
687
+ ### Menu
688
+
689
+ #### Bug Fixes
690
+
691
+ - An issue when setting id as number in menu Item is fixed.
692
+
693
+ ## 17.4.46 (2020-01-30)
694
+
695
+ ### Tab
696
+
697
+ #### Bug Fixes
698
+
699
+ - `#260479` - An issue with selected event is triggered unnecessarily after the refresh tab has been fixed.
700
+
701
+ ## 17.4.44 (2021-01-21)
702
+
703
+ ### Menu
704
+
705
+ #### Bug Fixes
706
+
707
+ - Issue with closing sub menu is fixed.
708
+
709
+ ## 17.4.43 (2020-01-14)
710
+
711
+ ### TreeView
712
+
713
+ #### Bug Fixes
714
+
715
+ - `#258993` - Now, expand and collapse is working properly after enabling the ripple effect.
716
+ - `#258121` - Resolved the CSS warnings in Firefox 71.0 version.
717
+
718
+ ## 17.4.39 (2019-12-17)
719
+
720
+ ### TreeView
721
+
722
+ #### New Features
723
+
724
+ - `#249238` - Provided the support for refreshing a specific node in tree view.
725
+ - `#253508` - Now, the `actionFailure` event triggers while fetching data from the invalid path.
726
+ - `#247333` - Support has been provided to get the disabled nodes in the tree view.
727
+
728
+ ### Tab
729
+
730
+ #### Breaking Changes
731
+
732
+ - An issue with duplicate Tab item id while rendering more than one Tab in same page has been fixed.
733
+
734
+ #### Bug Fixes
735
+
736
+ - An issue with bootstrap CSS file generation has been fixed.
737
+
738
+ ### Accordion
739
+
740
+ #### Bug Fixes
741
+
742
+ - An issue with bootstrap CSS file generation has been fixed.
743
+
744
+ ### Toolbar
745
+
746
+ #### Bug Fixes
747
+
748
+ - `#248406` - An issue with destroying sub control rendered inside toolbar is fixed.
749
+
750
+ ## 17.3.27 (2019-11-12)
751
+
752
+ ### Tab
753
+
754
+ #### Bug Fixes
755
+
756
+ - `#253216` - An issue with destroying Tab component in IE11 has been fixed.
757
+
758
+ ### TreeView
759
+
760
+ #### Bug Fixes
761
+
762
+ - #242926 - Now the drop indicator has been shown correctly while hovering the expand and collapse icon.
763
+
764
+ ## 17.3.17 (2019-10-15)
765
+
766
+ ### Tab
767
+
768
+ #### Bug Fixes
769
+
770
+ - `#250013` - An issue with nested tab rendering while `headerPlacement` is set as `Bottom` has been fixed.
771
+
772
+ ## 17.3.16 (2019-10-09)
773
+
774
+ ### Toolbar
775
+
776
+ #### Bug Fixes
777
+
778
+ - `#246126` - An issue with toolbar is not working properly in overflow as popup mode when we used input elements in it has been fixed.
779
+
780
+ ## 17.3.14 (2019-10-03)
781
+
782
+ ### Accordion
783
+
784
+ #### Bug Fixes
785
+
786
+ - #245474 - Improper rendering of other components inside the accordion content issue has been fixed.
787
+
788
+ - Material dark theme issue has been resolved.
789
+
790
+ - Accessing multiple cssClass property issue with accordion has been fixed.
791
+
792
+ ### Tab
793
+
794
+ #### New Features
795
+
796
+ - Provided scroll step customization support for tab header.
797
+
798
+ ### TreeView
799
+
800
+ #### Bug Fixes
801
+
802
+ - #246937 - The unchecking checkbox performance issue has been resolved.
803
+
804
+ ## 17.3.9-beta (2019-09-20)
805
+
806
+ ### Tab
807
+
808
+ #### New Features
809
+
810
+ - Provided template support for tab header.
811
+
812
+ ### Accordion
813
+
814
+ #### New Features
815
+
816
+ - Provided item template support for accorion.
817
+
818
+ ### TreeView
819
+
820
+ #### Bug Fixes
821
+
822
+ - #242926 - Now the drop indicator has been shown correctly while enabling the checkbox.
823
+
824
+ ## 17.2.49 (2019-09-04)
825
+
826
+ ### Menu
827
+
828
+ #### Bug Fixes
829
+
830
+ - Issue with modifying item in 'beforeOpen' event creates extra Item in Context Menu is fixed.
831
+
832
+ ## 17.2.48-beta (2019-08-28)
833
+
834
+ ### Toolbar
835
+
836
+ #### New Features
837
+
838
+ - `enableItems` public method will now support number type.
839
+
840
+ ### Accordion
841
+
842
+ #### Breaking Changes
843
+
844
+ - The `expanded` event type changed from `ExpandEventArgs` to `ExpandedEventArgs`.
845
+
846
+ ## 17.2.41 (2019-08-14)
847
+
848
+ ### TreeView
849
+
850
+ #### Bug Fixes
851
+
852
+ - Issue with custom icon size changed while double clicking the tree node has been fixed.
853
+
854
+ ## 17.2.40 (2019-08-06)
855
+
856
+ ### TreeView
857
+
858
+ #### Bug Fixes
859
+
860
+ - #242925 - Issue with checked and unchecked the checkbox using keyboard interaction even disable the checkbox has been fixed.
861
+
862
+ ## 17.2.39 (2019-07-30)
863
+
864
+ ### TreeView
865
+
866
+ #### Bug Fixes
867
+
868
+ - #242589 - Issue with getting checked nodes value using `checkedNodes` property has been fixed.
869
+
870
+ ## 17.2.34 (2019-07-11)
871
+
872
+ ### Accordion
873
+
874
+ #### Bug Fixes
875
+
876
+ - #239739 - An issue with addItem public method for accordion which was rendered using HTML elements has been fixed
877
+
878
+ ## 17.2.28-beta (2019-06-27)
879
+
880
+ ### Menu
881
+
882
+ #### Bug Fixes
883
+
884
+ - #237136 - Issue with Parent Menu click in mobile mode.
885
+
886
+ - #236458 - Issue with Menu Item hovering while a page contains multiple menus.
887
+
888
+ ### Sidebar
889
+
890
+ #### Breaking Changes
891
+
892
+ - Change event will trigger only after the expand or collapse transition of the Sidebar.
893
+
894
+ ## 17.1.49 (2019-05-29)
895
+
896
+ ### TreeView
897
+
898
+ #### Bug Fixes
899
+
900
+ - #234147 - Issue with getting checked nodes value using `getAllCheckedNodes` method has been fixed.
901
+
902
+ ## 17.1.48 (2019-05-21)
903
+
904
+ ### Sidebar
905
+
906
+ #### Bug Fixes
907
+
908
+ - #236219 - On initial rendering, right positioned sidebar opens and closes irrespective of type and isOpen properties has been fixed.
909
+
910
+ ### Tab
911
+
912
+ #### Bug Fixes
913
+
914
+ - #235397 - The cancel parameter is exposed in tab selecting event.
915
+
916
+ - #235274 - Incorrect selected content had been getting in tab selected event issue has been fixed.
917
+
918
+ ## 17.1.47 (2019-05-14)
919
+
920
+ ### Menu
921
+
922
+ #### New Features
923
+
924
+ - #230456 - Provided hamburger menu support for adaptive view.
925
+
926
+ ### TreeView
927
+
928
+ #### New Features
929
+
930
+ - #227540 - Provided the support for rendering treeview data in single server request while disabling the loadOnDemand
931
+
932
+ ## 17.1.43 (2019-04-30)
933
+
934
+ ### Toolbar
935
+
936
+ #### Bug Fixes
937
+
938
+ - #231019 - An issue with RTL mode of Toolbar scroller has not working in Firefox browser has been resolved.
939
+
940
+ ### TreeView
941
+
942
+ #### Bug Fixes
943
+
944
+ - #234147 - Issue with maintaining checked states while giving `id` and `parentID` value as string type in data source has been fixed.
945
+
946
+ ## 17.1.41 (2019-04-16)
947
+
948
+ ### Accordion
949
+
950
+ #### Bug Fixes
951
+
952
+ - Content value getting changed while updating header dynamically issue has been fixed.
953
+
954
+ ### TreeView
955
+
956
+ #### Bug Fixes
957
+
958
+ - #231497 - Now the selected node background color is removed before collapsing the parent node with out removing 'e-active' class.
959
+
960
+ ## 17.1.40 (2019-04-09)
961
+
962
+ ### TreeView
963
+
964
+ #### Bug Fixes
965
+
966
+ - Now the selected node background color is removed before collapsing the parent node.
967
+
968
+ ### Tab
969
+
970
+ #### Bug Fixes
971
+
972
+ - Support to restrict add and remove functionalities of Tab has been provided.
973
+
974
+ ## 17.1.38 (2019-03-29)
975
+
976
+ ### Menu
977
+
978
+ #### Bug Fixes
979
+
980
+ - Support provided for dynamically updating the self referential data.
981
+
982
+ ### Accordion
983
+
984
+ #### Bug Fixes
985
+
986
+ - An issue with the expand action of Accordion when set to single mode, with the items being rendered using content template is fixed now.
987
+
988
+ ## 17.1.32-beta (2019-03-13)
989
+
990
+ ### ContextMenu
991
+
992
+ #### Bug Fixes
993
+
994
+ - Submenu items styles are not proper in ContextMenu issue is fixed.
995
+
996
+ ### Sidebar
997
+
998
+ #### New Features
999
+
1000
+ - `MediaQuery` property will now support both string and `MediaQueryList` object types.
1001
+
1002
+ #### Bug Fixes
1003
+
1004
+ - Multiple event bindings issue on calling show and hide methods when `closeOnDocumentClick` property is enabled has been fixed.
1005
+
1006
+ ### TreeView
1007
+
1008
+ #### New Features
1009
+
1010
+ - Provided an option for auto checking parent tree nodes based on child tree nodes checked state and vice versa.
1011
+ - Now it is possible to select or unselect the collapsed child nodes by selecting its parent node through checkbox selection, with Load-On-Demand mode enabled.
1012
+
1013
+ ## 16.4.54 (2019-02-19)
1014
+
1015
+ ### Tab
1016
+
1017
+ #### Breaking Changes
1018
+
1019
+ - The initial focus set on active tab item is removed from the component on initial load.
1020
+
1021
+ ## 16.4.53 (2019-02-13)
1022
+
1023
+ ### Accordion
1024
+
1025
+ #### Bug Fixes
1026
+
1027
+ - Resolved the issue with accessing Accordion item object in clicked event arguments.
1028
+
1029
+ ## 16.4.52 (2019-02-05)
1030
+
1031
+ ### Sidebar
1032
+
1033
+ #### Bug Fixes
1034
+
1035
+ - Tabindex support has been provided.
1036
+
1037
+ #### Breaking Changes
1038
+
1039
+ - Sidebar with type `Auto` will always expand on initial rendering, irrespective of `enableDock` and `isOpen` properties.
1040
+
1041
+ - When dynamically changing the type property of the Sidebar with invalid property value (For ex:`Pushs`), will reset the type of the Sidebar to its default type as `Auto`.
1042
+
1043
+ ## 17.1.1-beta (2019-01-29)
1044
+
1045
+ ### Menu
1046
+
1047
+ #### Bug Fixes
1048
+
1049
+ - Popup not opened properly when two menu rendered side by side issue fixed.
1050
+
1051
+ ### TreeView
1052
+
1053
+ #### Bug Fixes
1054
+
1055
+ - The issue with, “When disabling the TreeView parent nodes, the child nodes also appear in a disabled state” has been fixed.
1056
+
1057
+ ## 16.4.45 (2019-01-02)
1058
+
1059
+ ### Toolbar
1060
+
1061
+ #### Bug Fixes
1062
+
1063
+ - While resizing, Toolbar items are not moving from popup to toolbar in `extended` overflow mode issue is fixed.
1064
+
1065
+ ### Menu
1066
+
1067
+ #### Bug Fixes
1068
+
1069
+ - Getting custom properties from menu items in `beforeItemRender` event issue fixed.
1070
+
1071
+ ### Sidebar
1072
+
1073
+ #### Bug Fixes
1074
+
1075
+ - Fixed the issue with rendering the Sidebar using `isOpen` property and type `Auto`.
1076
+
1077
+ ## 16.4.44 (2018-12-24)
1078
+
1079
+ ### Accordion
1080
+
1081
+ #### Bug Fixes
1082
+
1083
+ - Parent accordion collapsing issue is fixed when Tab renders within it.
1084
+
1085
+ ## 16.4.40-beta (2018-12-10)
1086
+
1087
+ ### Tab
1088
+
1089
+ #### New Features
1090
+
1091
+ - Tab vertical orientation support was provided.
1092
+
1093
+ ### ContextMenu
1094
+
1095
+ #### Breaking Changes
1096
+
1097
+ - The `animationSettings` property type changed from `AnimationSettings` to `AnimationSettingsModel`
1098
+
1099
+ ### Menu
1100
+
1101
+ #### New Features
1102
+
1103
+ - Provided scrollable option in Menu for rendering large menus and submenus in an adaptive way.
1104
+
1105
+ #### Breaking Changes
1106
+
1107
+ - Type changes done for the following property.
1108
+
1109
+ Property Name | Old Type | New Type
1110
+ -----|-----|-----
1111
+ `animationSettings` | AnimationSettings | AnimationSettingsModel
1112
+ `fields` | FieldSettings | FieldSettingsModel
1113
+
1114
+ ### TreeView
1115
+
1116
+ #### New Features
1117
+
1118
+ - Provided an option to disable child nodes when load-on-demand support is enabled.
1119
+ - Provided an option to disable the load-on-demand support in TreeView control.
1120
+
1121
+ ## 16.3.33 (2018-11-20)
1122
+
1123
+ ### Sidebar
1124
+
1125
+ #### Bug Fixes
1126
+
1127
+ - Added the `event` and `isInteracted` event arguments in open and close events of Sidebar.
1128
+
1129
+ ### TreeView
1130
+
1131
+ #### Bug Fixes
1132
+
1133
+ - In TreeView, scrolling is not working smoothly for iPad device issue is resolved
1134
+
1135
+ ## 16.3.29 (2018-10-31)
1136
+
1137
+ ### TreeView
1138
+
1139
+ #### New Features
1140
+
1141
+ - Provided an option to prevent the tree node from auto checking when checked state of the parent or child tree node is modified.
1142
+ - Provided support to use hierarchical data as remote data source of the TreeView component by using offline mode of data manager plugin.
1143
+
1144
+ ## 16.3.27 (2018-10-23)
1145
+
1146
+ ### Menu
1147
+
1148
+ #### Bug Fixes
1149
+
1150
+ - Destroy method issue while using multiple menu is fixed.
1151
+
1152
+ ## 16.3.25 (2018-10-15)
1153
+
1154
+ ### Menu
1155
+
1156
+ #### Bug Fixes
1157
+
1158
+ - Issue with sub menu positioning fixed.
1159
+
1160
+ ## 16.3.23 (2018-10-03)
1161
+
1162
+ ### Sidebar
1163
+
1164
+ #### New Features
1165
+
1166
+ - Two-way binding support has been provided for `isOpen` property.
1167
+
1168
+ ### Tab
1169
+
1170
+ #### Bug Fixes
1171
+
1172
+ - The issue with tab selection after remove other tabs has been fixed.
1173
+
1174
+ ## 16.3.21 (2018-09-22)
1175
+
1176
+ ### TreeView
1177
+
1178
+ #### Bug Fixes
1179
+
1180
+ - The `nodeData` argument in `nodeSelected` event showing wrong value issue has been fixed.
1181
+
1182
+ ## 16.3.17 (2018-09-12)
1183
+
1184
+ ### Menu
1185
+
1186
+ Menu is a graphical user interface that serves as navigation header for your application or site. Menu can be populated from a data source such as an array of JavaScript objects that can be either structured as hierarchical or self-referential data. The following key features are available in Menu component.
1187
+
1188
+ - **Rendering** - Supports to render based on the items collection (array of JavaScript objects) and HTML elements.
1189
+
1190
+ - **Separator** - Supports menu items grouping by using the Separator.
1191
+
1192
+ - **Icons and Navigations** - Supports items to have Icons and Navigation URL's.
1193
+
1194
+ - **Template and Multilevel Nesting** - Supports template and multilevel nesting in Menu.
1195
+
1196
+ - **Accessibility** - Provided with built-in accessibility support that helps to access all the Menu component features through the keyboard, screen readers, or other assistive technology devices.
1197
+
1198
+ ### TreeView
1199
+
1200
+ #### New Features
1201
+
1202
+ - Provided an option to get updated data source of tree view after drag and drop, editing, deleting, and adding nodes in tree view.
1203
+ - Support to get custom data from tree view.
1204
+ - Support to maintain expanded nodes of tree view on page reloads.
1205
+ - Provided an option to get all the checked nodes if the tree node is expanded or collapsed.
1206
+ - Provided 'none' option in 'expandOn' property to prevent expand or collapse of tree node
1207
+ - Provided an option to prevent the parent node from expanding, while adding a node to the tree view control.
1208
+
1209
+ ## 16.2.49 (2018-08-21)
1210
+
1211
+ ### Tab
1212
+
1213
+ #### Bug Fixes
1214
+
1215
+ - The issue with updating model on enable/disable tab has fixed in `enableTab` method.
1216
+
1217
+ ### TreeView
1218
+
1219
+ #### Bug Fixes
1220
+
1221
+ - Issue with drag and drop of nodes from one tree view to another empty tree view has been fixed.
1222
+
1223
+ ## 16.2.48 (2018-08-14)
1224
+
1225
+ ### Tab
1226
+
1227
+ #### Breaking Changes
1228
+
1229
+ - Issue with triggering select events at initial load has been resolved
1230
+
1231
+ ### Toolbar
1232
+
1233
+ #### Bug Fixes
1234
+
1235
+ - Resolved the tooltip issue on display special character in toolbar items.
1236
+
1237
+ ## 16.2.47 (2018-08-07)
1238
+
1239
+ ### Tab
1240
+
1241
+ #### Bug Fixes
1242
+
1243
+ - The issue with updating model on removing tab has fixed in `removeTab` method.
1244
+ - Resolve the issue which occurs on updating item value with `hideTab` method.
1245
+
1246
+ ### Sidebar
1247
+
1248
+ #### Bug Fixes
1249
+
1250
+ - Issue with Sidebar destroyed in Angular routing is fixed.
1251
+
1252
+ ### TreeView
1253
+
1254
+ #### Bug Fixes
1255
+
1256
+ - Tree view checkbox not working properly in Firefox browser issue has been resolved.
1257
+
1258
+ ## 16.2.46 (2018-07-30)
1259
+
1260
+ ### Accordion
1261
+
1262
+ #### Bug Fixes
1263
+
1264
+ - Issue with Space and Enter key, which is not working in RTE while rendering inside the Accordion is fixed
1265
+
1266
+ ### TreeView
1267
+
1268
+ #### New Features
1269
+
1270
+ - In tree view, provided an option to prevent dropping an element in the sibling position.
1271
+
1272
+ ## 16.2.45 (2018-07-17)
1273
+
1274
+ ### Tab
1275
+
1276
+ #### Bug Fixes
1277
+
1278
+ - Issue with content animation, when switching to other tabs before previous animation complete is fixed
1279
+
1280
+ ## 16.2.44 (2018-07-10)
1281
+
1282
+ ### Sidebar
1283
+
1284
+ #### Bug Fixes
1285
+
1286
+ - `target` property is not working on lower version of Firefox browser (below 48), issue has been fixed.
1287
+
1288
+ ## 16.2.41 (2018-06-25)
1289
+
1290
+ ### Sidebar
1291
+
1292
+ #### New Features
1293
+
1294
+ - Support for setting the open/close state of the Sidebar has been provided with `isOpen` property.
1295
+
1296
+ #### Breaking Changes
1297
+
1298
+ - Target property supports both the id and class selectors to locate the target element.
1299
+ - `isOpen()` method is now removed and know about the Sidebar is whether open or close state by using `isOpen` property.
1300
+
1301
+ ### Tab
1302
+
1303
+ #### Bug Fixes
1304
+
1305
+ - Content initiated twice when using ng-template in Tab item has been fixed.
1306
+ - Solved issues on `removeItem` public method.
1307
+
1308
+ ### Toolbar
1309
+
1310
+ #### New Features
1311
+
1312
+ - Provided support for `MultiRow` options on toolbar items.
1313
+ - Inline alignment of toolbar items support is provided.
1314
+
1315
+ ## 16.1.42 (2018-05-08)
1316
+
1317
+ ### Accordion
1318
+
1319
+ #### Bug Fixes
1320
+
1321
+ - Issue with space key in text area, when placed inside Accordion is fixed.
1322
+
1323
+ ### Tab
1324
+
1325
+ #### Breaking Changes
1326
+
1327
+ - Breaking issue with dynamic loading tab content template ID is fixed.
1328
+
1329
+ ## 16.1.40 (2018-05-08)
1330
+
1331
+ ### Tab
1332
+
1333
+ #### Bug Fixes
1334
+
1335
+ - Issue with event unbinding in tab content is fixed.
1336
+
1337
+ ## 16.1.38 (2018-05-02)
1338
+
1339
+ ### TreeView
1340
+
1341
+ #### Bug Fixes
1342
+
1343
+ - TreeView is not rendering properly when you return entire data (including child nodes) on initial request issue is fixed.
1344
+
1345
+ ### Tab
1346
+
1347
+ #### Bug Fixes
1348
+
1349
+ - Issue with loading dynamic content using template ID is fixed.
1350
+
1351
+ ## 16.1.37 (2018-04-24)
1352
+
1353
+ ### TreeView
1354
+
1355
+ #### Bug Fixes
1356
+
1357
+ - Issue in triggering `nodeExpanded` event while expanding all the nodes is fixed.
1358
+
1359
+ ## 16.1.35 (2018-04-17)
1360
+
1361
+ ### TreeView
1362
+
1363
+ #### Bug Fixes
1364
+
1365
+ - Provided option to prevent expand/collapse node while double clicking the tree node.
1366
+
1367
+ ## 16.1.34 (2018-04-10)
1368
+
1369
+ ### TreeView
1370
+
1371
+ #### Bug Fixes
1372
+
1373
+ - Issue in TreeView while ‘cancel' the `nodeDragDrop` event is fixed.
1374
+
1375
+ - Issue in TreeView drag and drop function, while adding ‘e-droppable’ class in the target element is fixed.
1376
+
1377
+ ## 16.1.32 (2018-03-29)
1378
+
1379
+ ### TreeView
1380
+
1381
+ #### Bug Fixes
1382
+
1383
+ - Prevented the checkbox interactions while the corresponding node was in disabled state.
1384
+
1385
+ ## 16.1.28 (2018-03-09)
1386
+
1387
+ ### Toolbar
1388
+
1389
+ #### Bug Fixes
1390
+
1391
+ - Toolbar border hidden issue with grid in IE11 browser is fixed.
1392
+
1393
+ ## 16.1.24 (2018-02-22)
1394
+
1395
+ ### Common
1396
+
1397
+ #### Breaking Changes
1398
+
1399
+ - Changed the Angular component selector, component name prefix with `ejs` e.g: `ejs-tab`.
1400
+
1401
+ #### New Features
1402
+
1403
+ - High contrast theme support.
1404
+
1405
+ ### Sidebar
1406
+
1407
+ The Sidebar is an expandable and collapsible component that typically acts as a side container to place primary or secondary content alongside the main content.
1408
+
1409
+ - **Target** - The Sidebar can be initialized in any HTML element other than the body element.
1410
+
1411
+ - **Types** – Supports Push, Over, Slide and Auto to expand or collapse the Sidebar.
1412
+
1413
+ - **Position** – Allows to position the Sidebar in Left or Right direction.
1414
+
1415
+ - **Auto close** - Allows to set the sidebar in an expanded or collapsed state only in certain resolutions.
1416
+
1417
+ - **Dock** - By default, supports display of short notifications about the content on docked mode.
1418
+
1419
+ - **Backdrop** – Specifies the whether to apply overlay options to main content when the Sidebar is in open state.
1420
+
1421
+ ### Tab
1422
+
1423
+ #### Breaking Changes
1424
+
1425
+ - Locale key changed from close to `closeButtonTitle`.
1426
+
1427
+ ### Toolbar
1428
+
1429
+ #### Breaking Changes
1430
+
1431
+ - Pascal casing change to `align` property values (`Left`, `Center`, `Right`).
1432
+
1433
+ ## 15.4.30-preview (2018-02-14)
1434
+
1435
+ ### TreeView
1436
+
1437
+ #### New Features
1438
+
1439
+ - Added “getNode” method in TreeView to get the node's data based on given node element or it's ID.
1440
+
1441
+ - Added “beginEdit” method in TreeView, to initiate the editing mode of the TreeView node through code.
1442
+
1443
+ #### Breaking Changes
1444
+
1445
+ - In TreeView, “replaceText” method name has been modified as “updateNode”.
1446
+
1447
+ ## 15.4.27-preview (2018-01-30)
1448
+
1449
+ ### Tab
1450
+
1451
+ #### Bug Fixes
1452
+
1453
+ - Separate item change for active content issue with Tab fixed.
1454
+
1455
+ ## 15.4.26-preview (2018-01-23)
1456
+
1457
+ ### ContextMenu
1458
+
1459
+ #### Bug Fixes
1460
+
1461
+ - Lengthy text and caret icon wraps next line issue fixed.
1462
+
1463
+ ### Accordion
1464
+
1465
+ #### Bug Fixes
1466
+
1467
+ - Accordion content class styles overriding with the other component issue fixed.
1468
+
1469
+ ### Tab
1470
+
1471
+ #### Bug Fixes
1472
+
1473
+ - Issue with changing separate items property has been fixed.
1474
+
1475
+ ### Toolbar
1476
+
1477
+ #### New Features
1478
+
1479
+ - Provided support to display Toolbar items in popup always.
1480
+
1481
+ ## 15.4.25-preview (2018-01-09)
1482
+
1483
+ ## 15.4.23-preview (2017-12-27)
1484
+
1485
+ ### Common
1486
+
1487
+ #### New Features
1488
+
1489
+ - Added typing file for ES5 global scripts (dist/global/index.d.ts)
1490
+
1491
+ #### Breaking Changes
1492
+
1493
+ - Modified the module bundle file name for ES6 bundling
1494
+
1495
+ ### Toolbar
1496
+
1497
+ #### Bug Fixes
1498
+
1499
+ - Issue with changing separate items property has been fixed.
1500
+
1501
+ - The Toolbar Popup and scrollable creation issue in non visible element is fixed.
1502
+
1503
+ - Dynamic Items updating with toolbar alignment is fixed.
1504
+
1505
+ - Removed unwanted space available in the Toolbar Popup mode initial time.
1506
+
1507
+ ## 15.4.22-preview (2017-12-14)
1508
+
1509
+ ### ContextMenu
1510
+
1511
+ #### Bug Fixes
1512
+
1513
+ - Destroy method issue in angular is fixed.
1514
+
1515
+ ## 15.4.21-preview (2017-12-08)
1516
+
1517
+ ### Tab
1518
+
1519
+ #### Bug Fixes
1520
+
1521
+ - Tab header overlapping issue with grid is fixed.
1522
+
1523
+ ## 15.4.20-preview (2017-12-01)
1524
+
1525
+ ### Common
1526
+
1527
+ #### New Features
1528
+
1529
+ - Upgraded TypeScript version to 2.6.2
1530
+
1531
+ ## 15.4.17-preview (2017-11-13)
1532
+
1533
+ ### Accordion
1534
+
1535
+ Accordion is a vertically collapsible content panel which is displaying panels, one or multiple at a time within the available space.
1536
+
1537
+ - **Rendering** - Supports to render based on the items collection and HTML elements.
1538
+
1539
+ - **Expand Mode** - Supports to define single or multiple expand mode for Accordion panels.
1540
+
1541
+ - **Animation** - Supports animation effects for expanding/collapsing the panels.
1542
+
1543
+ - **Accessibility** - Provided with built-in accessibility support which helps to access all the Accordion component features through the keyboard, screen readers, or other assistive technology devices.
1544
+
1545
+ ### ContextMenu
1546
+
1547
+ ContextMenu is a graphical user interface that appears on the user right click/touch hold action.
1548
+
1549
+ - **Separator** - Supports menu items grouping by using the Separator.
1550
+
1551
+ - **Icons and Navigations** - Supports items to have Icons and Navigation URL's.
1552
+
1553
+ - **Template and Multilevel Nesting** - Supports template and multilevel nesting in ContextMenu.
1554
+
1555
+ - **Accessibility** - Provided with built-in accessibility support that helps to access all the ContextMenu component features through the keyboard, screen readers, or other assistive technology devices.
1556
+
1557
+ ### Tab
1558
+
1559
+ Tab is a content panel to show multiple contents in specific space one at a time.
1560
+
1561
+ - **Rendering** - Supports to render based on the items collection and HTML elements.
1562
+
1563
+ - **Adaptive** - Supports responsive rendering with scrollable Tabs and popup menu.
1564
+
1565
+ - **Animation** - Supports animation effects for moving previous/next contents of the Tab.
1566
+
1567
+ - **Customization** - Provides customization support for header with icons and orientation.
1568
+
1569
+ - **Accessibility** - Provided with built-in accessibility support which helps to access all the Tab component features through the keyboard, screen readers, or other assistive technology devices.
1570
+
1571
+ ### Toolbar
1572
+
1573
+ Displays a group of command buttons arranged horizontally.
1574
+
1575
+ - **Rendering** - Supports to render based on the items collection and HTML elements.
1576
+
1577
+ - **Customization** - Supports to add buttons , separator & input components.
1578
+
1579
+ - **Adaptive** - Supports responsive rendering with scrollable Toolbar and popup menu.
1580
+
1581
+ - **Accessibility**- Provided with built-in accessibility support which helps to access all the Toolbar component features through the keyboard, screen readers, or other assistive technology devices.
1582
+
1583
+ ### TreeView
1584
+
1585
+ TreeView component is used to represent hierarchical data in a tree like structure with advanced functions to edit, drag and drop, select with CheckBox and more. TreeView can be populated from a data source such as an array of JavaScript objects or from DataManager. The following key features are available in TreeView component.
1586
+
1587
+ - **Data Binding** - Binds the TreeView component with an array of JavaScript objects or DataManager.
1588
+
1589
+ - **CheckBox** - Allows you to select more than one node in TreeView without affecting the UI appearance.
1590
+
1591
+ - **Drag and Drop** - Allows you to drag and drop any node in TreeView.
1592
+
1593
+ - **Multi Selection** - Allows you to select more than one node in TreeView.
1594
+
1595
+ - **Node Editing** - Allows you to change the text of a node in TreeView.
1596
+
1597
+ - **Sorting** - Allows display of the TreeView nodes in an ascending or a descending order.
1598
+
1599
+ - **Template** - Allows you to customize the nodes in TreeView.
1600
+
1601
+ - **Accessibility** - Provides built-in accessibility support that helps to access all the TreeView component features through the keyboard, on-screen readers, or other assistive technology devices.