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