@syncfusion/ej2-angular-splitbuttons 20.2.45 → 20.3.47-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (333) hide show
  1. package/@syncfusion/ej2-angular-splitbuttons.es5.js +565 -0
  2. package/@syncfusion/ej2-angular-splitbuttons.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-splitbuttons.js +516 -0
  4. package/@syncfusion/ej2-angular-splitbuttons.js.map +1 -0
  5. package/CHANGELOG.md +256 -0
  6. package/dist/ej2-angular-splitbuttons.umd.js +603 -0
  7. package/dist/ej2-angular-splitbuttons.umd.js.map +1 -0
  8. package/dist/ej2-angular-splitbuttons.umd.min.js +11 -0
  9. package/dist/ej2-angular-splitbuttons.umd.min.js.map +1 -0
  10. package/ej2-angular-splitbuttons.d.ts +7 -0
  11. package/ej2-angular-splitbuttons.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/collection.json +25 -0
  15. package/schematics/generators/dropdownbutton-default/index.d.ts +3 -0
  16. package/schematics/generators/dropdownbutton-default/index.js +8 -0
  17. package/schematics/generators/dropdownbutton-default/sample-details.d.ts +5 -0
  18. package/schematics/generators/dropdownbutton-default/sample-details.js +7 -0
  19. package/schematics/generators/dropdownbutton-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +49 -0
  20. package/schematics/generators/dropdownbutton-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +18 -0
  21. package/schematics/generators/dropdownbutton-default/schema.d.ts +3 -0
  22. package/schematics/generators/dropdownbutton-default/schema.js +2 -0
  23. package/schematics/generators/dropdownbutton-default/schema.json +125 -0
  24. package/schematics/generators/progressbutton-default/index.d.ts +3 -0
  25. package/schematics/generators/progressbutton-default/index.js +8 -0
  26. package/schematics/generators/progressbutton-default/sample-details.d.ts +5 -0
  27. package/schematics/generators/progressbutton-default/sample-details.js +7 -0
  28. package/schematics/generators/progressbutton-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +47 -0
  29. package/schematics/generators/progressbutton-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +53 -0
  30. package/schematics/generators/progressbutton-default/schema.d.ts +3 -0
  31. package/schematics/generators/progressbutton-default/schema.js +2 -0
  32. package/schematics/generators/progressbutton-default/schema.json +125 -0
  33. package/schematics/generators/splitbutton-default/index.d.ts +3 -0
  34. package/schematics/generators/splitbutton-default/index.js +8 -0
  35. package/schematics/generators/splitbutton-default/sample-details.d.ts +5 -0
  36. package/schematics/generators/splitbutton-default/sample-details.js +7 -0
  37. package/schematics/generators/splitbutton-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +37 -0
  38. package/schematics/generators/splitbutton-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +18 -0
  39. package/schematics/generators/splitbutton-default/schema.d.ts +3 -0
  40. package/schematics/generators/splitbutton-default/schema.js +2 -0
  41. package/schematics/generators/splitbutton-default/schema.json +125 -0
  42. package/schematics/ng-add/index.d.ts +3 -0
  43. package/schematics/ng-add/index.js +9 -0
  44. package/schematics/ng-add/schema.d.ts +13 -0
  45. package/schematics/ng-add/schema.js +2 -0
  46. package/schematics/ng-add/schema.json +34 -0
  47. package/schematics/tsconfig.json +25 -0
  48. package/schematics/utils/lib-details.d.ts +4 -0
  49. package/schematics/utils/lib-details.js +6 -0
  50. package/schematics/utils/lib-details.ts +2 -2
  51. package/src/drop-down-button/dropdownbutton-all.module.d.ts +0 -6
  52. package/src/drop-down-button/dropdownbutton.component.d.ts +0 -3
  53. package/src/drop-down-button/dropdownbutton.module.d.ts +0 -7
  54. package/src/drop-down-button/items.directive.d.ts +0 -5
  55. package/src/progress-button/progressbutton-all.module.d.ts +0 -6
  56. package/src/progress-button/progressbutton.component.d.ts +0 -3
  57. package/src/progress-button/progressbutton.module.d.ts +0 -6
  58. package/src/split-button/items.directive.d.ts +0 -5
  59. package/src/split-button/splitbutton-all.module.d.ts +0 -6
  60. package/src/split-button/splitbutton.component.d.ts +0 -3
  61. package/src/split-button/splitbutton.module.d.ts +0 -7
  62. package/styles/bootstrap-dark.css +18 -218
  63. package/styles/bootstrap-dark.scss +0 -1
  64. package/styles/bootstrap.css +18 -218
  65. package/styles/bootstrap.scss +0 -1
  66. package/styles/bootstrap4.css +18 -218
  67. package/styles/bootstrap4.scss +0 -1
  68. package/styles/bootstrap5-dark.css +18 -218
  69. package/styles/bootstrap5-dark.scss +0 -1
  70. package/styles/bootstrap5.css +18 -218
  71. package/styles/bootstrap5.scss +0 -1
  72. package/styles/button-group/bootstrap-dark.scss +1 -4
  73. package/styles/button-group/bootstrap.scss +1 -4
  74. package/styles/button-group/bootstrap4.scss +1 -4
  75. package/styles/button-group/bootstrap5-dark.scss +1 -4
  76. package/styles/button-group/bootstrap5.scss +1 -4
  77. package/styles/button-group/fabric-dark.scss +1 -4
  78. package/styles/button-group/fabric.scss +1 -4
  79. package/styles/button-group/fluent-dark.scss +1 -4
  80. package/styles/button-group/fluent.scss +1 -4
  81. package/styles/button-group/highcontrast-light.scss +1 -4
  82. package/styles/button-group/highcontrast.scss +1 -4
  83. package/styles/button-group/material-dark.scss +1 -4
  84. package/styles/button-group/material.scss +1 -4
  85. package/styles/button-group/tailwind-dark.scss +1 -4
  86. package/styles/button-group/tailwind.scss +1 -4
  87. package/styles/drop-down-button/bootstrap-dark.css +18 -0
  88. package/styles/drop-down-button/bootstrap-dark.scss +1 -6
  89. package/styles/drop-down-button/bootstrap.css +18 -0
  90. package/styles/drop-down-button/bootstrap.scss +1 -6
  91. package/styles/drop-down-button/bootstrap4.css +18 -0
  92. package/styles/drop-down-button/bootstrap4.scss +1 -6
  93. package/styles/drop-down-button/bootstrap5-dark.css +18 -0
  94. package/styles/drop-down-button/bootstrap5-dark.scss +1 -6
  95. package/styles/drop-down-button/bootstrap5.css +18 -0
  96. package/styles/drop-down-button/bootstrap5.scss +1 -6
  97. package/styles/drop-down-button/fabric-dark.css +18 -0
  98. package/styles/drop-down-button/fabric-dark.scss +1 -6
  99. package/styles/drop-down-button/fabric.css +18 -0
  100. package/styles/drop-down-button/fabric.scss +1 -6
  101. package/styles/drop-down-button/fluent-dark.css +18 -0
  102. package/styles/drop-down-button/fluent-dark.scss +1 -6
  103. package/styles/drop-down-button/fluent.css +18 -0
  104. package/styles/drop-down-button/fluent.scss +1 -6
  105. package/styles/drop-down-button/highcontrast-light.css +18 -0
  106. package/styles/drop-down-button/highcontrast-light.scss +1 -6
  107. package/styles/drop-down-button/highcontrast.css +18 -0
  108. package/styles/drop-down-button/highcontrast.scss +1 -6
  109. package/styles/drop-down-button/material-dark.css +18 -0
  110. package/styles/drop-down-button/material-dark.scss +1 -6
  111. package/styles/drop-down-button/material.css +18 -0
  112. package/styles/drop-down-button/material.scss +1 -6
  113. package/styles/drop-down-button/tailwind-dark.css +18 -0
  114. package/styles/drop-down-button/tailwind-dark.scss +1 -6
  115. package/styles/drop-down-button/tailwind.css +18 -0
  116. package/styles/drop-down-button/tailwind.scss +1 -6
  117. package/styles/fabric-dark.css +18 -218
  118. package/styles/fabric-dark.scss +0 -1
  119. package/styles/fabric.css +18 -218
  120. package/styles/fabric.scss +0 -1
  121. package/styles/fluent-dark.css +18 -218
  122. package/styles/fluent-dark.scss +0 -1
  123. package/styles/fluent.css +18 -218
  124. package/styles/fluent.scss +0 -1
  125. package/styles/highcontrast-light.css +18 -218
  126. package/styles/highcontrast-light.scss +0 -1
  127. package/styles/highcontrast.css +18 -218
  128. package/styles/highcontrast.scss +0 -1
  129. package/styles/material-dark.css +18 -218
  130. package/styles/material-dark.scss +0 -1
  131. package/styles/material.css +18 -218
  132. package/styles/material.scss +0 -1
  133. package/styles/progress-button/bootstrap-dark.scss +1 -5
  134. package/styles/progress-button/bootstrap.scss +1 -5
  135. package/styles/progress-button/bootstrap4.scss +1 -5
  136. package/styles/progress-button/bootstrap5-dark.scss +1 -5
  137. package/styles/progress-button/bootstrap5.scss +1 -5
  138. package/styles/progress-button/fabric-dark.scss +1 -5
  139. package/styles/progress-button/fabric.scss +1 -5
  140. package/styles/progress-button/fluent-dark.scss +1 -5
  141. package/styles/progress-button/fluent.scss +1 -5
  142. package/styles/progress-button/highcontrast-light.scss +1 -5
  143. package/styles/progress-button/highcontrast.scss +1 -5
  144. package/styles/progress-button/material-dark.scss +1 -5
  145. package/styles/progress-button/material.scss +1 -5
  146. package/styles/progress-button/tailwind-dark.scss +1 -5
  147. package/styles/progress-button/tailwind.scss +1 -5
  148. package/styles/split-button/bootstrap-dark.scss +1 -6
  149. package/styles/split-button/bootstrap.scss +1 -6
  150. package/styles/split-button/bootstrap4.scss +1 -6
  151. package/styles/split-button/bootstrap5-dark.scss +1 -6
  152. package/styles/split-button/bootstrap5.scss +1 -6
  153. package/styles/split-button/fabric-dark.scss +1 -6
  154. package/styles/split-button/fabric.scss +1 -6
  155. package/styles/split-button/fluent-dark.scss +1 -6
  156. package/styles/split-button/fluent.scss +1 -6
  157. package/styles/split-button/highcontrast-light.scss +1 -6
  158. package/styles/split-button/highcontrast.scss +1 -6
  159. package/styles/split-button/material-dark.scss +1 -6
  160. package/styles/split-button/material.scss +1 -6
  161. package/styles/split-button/tailwind-dark.scss +1 -6
  162. package/styles/split-button/tailwind.scss +1 -6
  163. package/styles/tailwind-dark.css +18 -219
  164. package/styles/tailwind-dark.scss +0 -1
  165. package/styles/tailwind.css +18 -219
  166. package/styles/tailwind.scss +0 -1
  167. package/esm2020/public_api.mjs +0 -3
  168. package/esm2020/src/drop-down-button/dropdownbutton-all.module.mjs +0 -23
  169. package/esm2020/src/drop-down-button/dropdownbutton.component.mjs +0 -64
  170. package/esm2020/src/drop-down-button/dropdownbutton.module.mjs +0 -34
  171. package/esm2020/src/drop-down-button/items.directive.mjs +0 -46
  172. package/esm2020/src/index.mjs +0 -13
  173. package/esm2020/src/progress-button/progressbutton-all.module.mjs +0 -23
  174. package/esm2020/src/progress-button/progressbutton.component.mjs +0 -59
  175. package/esm2020/src/progress-button/progressbutton.module.mjs +0 -25
  176. package/esm2020/src/split-button/items.directive.mjs +0 -46
  177. package/esm2020/src/split-button/splitbutton-all.module.mjs +0 -23
  178. package/esm2020/src/split-button/splitbutton.component.mjs +0 -64
  179. package/esm2020/src/split-button/splitbutton.module.mjs +0 -34
  180. package/esm2020/syncfusion-ej2-angular-splitbuttons.mjs +0 -5
  181. package/fesm2015/syncfusion-ej2-angular-splitbuttons.mjs +0 -405
  182. package/fesm2015/syncfusion-ej2-angular-splitbuttons.mjs.map +0 -1
  183. package/fesm2020/syncfusion-ej2-angular-splitbuttons.mjs +0 -405
  184. package/fesm2020/syncfusion-ej2-angular-splitbuttons.mjs.map +0 -1
  185. package/styles/button-group/_all.scss +0 -2
  186. package/styles/button-group/_bootstrap-dark-definition.scss +0 -33
  187. package/styles/button-group/_bootstrap-definition.scss +0 -30
  188. package/styles/button-group/_bootstrap4-definition.scss +0 -30
  189. package/styles/button-group/_bootstrap5-dark-definition.scss +0 -1
  190. package/styles/button-group/_bootstrap5-definition.scss +0 -31
  191. package/styles/button-group/_fabric-dark-definition.scss +0 -33
  192. package/styles/button-group/_fabric-definition.scss +0 -30
  193. package/styles/button-group/_fluent-dark-definition.scss +0 -1
  194. package/styles/button-group/_fluent-definition.scss +0 -31
  195. package/styles/button-group/_fusionnew-definition.scss +0 -31
  196. package/styles/button-group/_group-button-mixin.scss +0 -72
  197. package/styles/button-group/_highcontrast-definition.scss +0 -32
  198. package/styles/button-group/_highcontrast-light-definition.scss +0 -35
  199. package/styles/button-group/_layout.scss +0 -288
  200. package/styles/button-group/_material-dark-definition.scss +0 -33
  201. package/styles/button-group/_material-definition.scss +0 -30
  202. package/styles/button-group/_material3-definition.scss +0 -31
  203. package/styles/button-group/_tailwind-dark-definition.scss +0 -1
  204. package/styles/button-group/_tailwind-definition.scss +0 -31
  205. package/styles/button-group/_theme.scss +0 -386
  206. package/styles/drop-down-button/_all.scss +0 -2
  207. package/styles/drop-down-button/_bootstrap-dark-definition.scss +0 -51
  208. package/styles/drop-down-button/_bootstrap-definition.scss +0 -48
  209. package/styles/drop-down-button/_bootstrap4-definition.scss +0 -48
  210. package/styles/drop-down-button/_bootstrap5-dark-definition.scss +0 -1
  211. package/styles/drop-down-button/_bootstrap5-definition.scss +0 -50
  212. package/styles/drop-down-button/_fabric-dark-definition.scss +0 -51
  213. package/styles/drop-down-button/_fabric-definition.scss +0 -48
  214. package/styles/drop-down-button/_fluent-dark-definition.scss +0 -1
  215. package/styles/drop-down-button/_fluent-definition.scss +0 -52
  216. package/styles/drop-down-button/_fusionnew-definition.scss +0 -50
  217. package/styles/drop-down-button/_highcontrast-definition.scss +0 -47
  218. package/styles/drop-down-button/_highcontrast-light-definition.scss +0 -50
  219. package/styles/drop-down-button/_layout.scss +0 -218
  220. package/styles/drop-down-button/_material-dark-definition.scss +0 -51
  221. package/styles/drop-down-button/_material-definition.scss +0 -48
  222. package/styles/drop-down-button/_material3-definition.scss +0 -50
  223. package/styles/drop-down-button/_tailwind-dark-definition.scss +0 -1
  224. package/styles/drop-down-button/_tailwind-definition.scss +0 -49
  225. package/styles/drop-down-button/_theme.scss +0 -58
  226. package/styles/drop-down-button/icons/_bootstrap-dark.scss +0 -10
  227. package/styles/drop-down-button/icons/_bootstrap.scss +0 -10
  228. package/styles/drop-down-button/icons/_bootstrap4.scss +0 -10
  229. package/styles/drop-down-button/icons/_bootstrap5-dark.scss +0 -1
  230. package/styles/drop-down-button/icons/_bootstrap5.scss +0 -10
  231. package/styles/drop-down-button/icons/_fabric-dark.scss +0 -10
  232. package/styles/drop-down-button/icons/_fabric.scss +0 -10
  233. package/styles/drop-down-button/icons/_fluent-dark.scss +0 -1
  234. package/styles/drop-down-button/icons/_fluent.scss +0 -10
  235. package/styles/drop-down-button/icons/_fusionnew.scss +0 -10
  236. package/styles/drop-down-button/icons/_highcontrast-light.scss +0 -10
  237. package/styles/drop-down-button/icons/_highcontrast.scss +0 -10
  238. package/styles/drop-down-button/icons/_material-dark.scss +0 -10
  239. package/styles/drop-down-button/icons/_material.scss +0 -10
  240. package/styles/drop-down-button/icons/_material3.scss +0 -10
  241. package/styles/drop-down-button/icons/_tailwind-dark.scss +0 -10
  242. package/styles/drop-down-button/icons/_tailwind.scss +0 -10
  243. package/styles/progress-button/_all.scss +0 -2
  244. package/styles/progress-button/_bootstrap-dark-definition.scss +0 -27
  245. package/styles/progress-button/_bootstrap-definition.scss +0 -24
  246. package/styles/progress-button/_bootstrap4-definition.scss +0 -24
  247. package/styles/progress-button/_bootstrap5-dark-definition.scss +0 -1
  248. package/styles/progress-button/_bootstrap5-definition.scss +0 -21
  249. package/styles/progress-button/_fabric-dark-definition.scss +0 -27
  250. package/styles/progress-button/_fabric-definition.scss +0 -24
  251. package/styles/progress-button/_fluent-dark-definition.scss +0 -1
  252. package/styles/progress-button/_fluent-definition.scss +0 -21
  253. package/styles/progress-button/_fusionnew-definition.scss +0 -21
  254. package/styles/progress-button/_highcontrast-definition.scss +0 -24
  255. package/styles/progress-button/_highcontrast-light-definition.scss +0 -24
  256. package/styles/progress-button/_layout.scss +0 -396
  257. package/styles/progress-button/_material-dark-definition.scss +0 -27
  258. package/styles/progress-button/_material-definition.scss +0 -24
  259. package/styles/progress-button/_material3-definition.scss +0 -21
  260. package/styles/progress-button/_tailwind-dark-definition.scss +0 -1
  261. package/styles/progress-button/_tailwind-definition.scss +0 -21
  262. package/styles/progress-button/_theme.scss +0 -457
  263. package/styles/speed-dial/_all.scss +0 -2
  264. package/styles/speed-dial/_bootstrap-dark-definition.scss +0 -37
  265. package/styles/speed-dial/_bootstrap-definition.scss +0 -37
  266. package/styles/speed-dial/_bootstrap4-definition.scss +0 -37
  267. package/styles/speed-dial/_bootstrap5-dark-definition.scss +0 -1
  268. package/styles/speed-dial/_bootstrap5-definition.scss +0 -37
  269. package/styles/speed-dial/_fabric-dark-definition.scss +0 -37
  270. package/styles/speed-dial/_fabric-definition.scss +0 -37
  271. package/styles/speed-dial/_fluent-dark-definition.scss +0 -1
  272. package/styles/speed-dial/_fluent-definition.scss +0 -37
  273. package/styles/speed-dial/_fusionnew-definition.scss +0 -37
  274. package/styles/speed-dial/_highcontrast-definition.scss +0 -37
  275. package/styles/speed-dial/_highcontrast-light-definition.scss +0 -37
  276. package/styles/speed-dial/_layout.scss +0 -249
  277. package/styles/speed-dial/_material-dark-definition.scss +0 -37
  278. package/styles/speed-dial/_material-definition.scss +0 -37
  279. package/styles/speed-dial/_material3-definition.scss +0 -37
  280. package/styles/speed-dial/_tailwind-dark-definition.scss +0 -1
  281. package/styles/speed-dial/_tailwind-definition.scss +0 -37
  282. package/styles/speed-dial/_theme.scss +0 -27
  283. package/styles/speed-dial/bootstrap-dark.css +0 -217
  284. package/styles/speed-dial/bootstrap-dark.scss +0 -4
  285. package/styles/speed-dial/bootstrap.css +0 -217
  286. package/styles/speed-dial/bootstrap.scss +0 -4
  287. package/styles/speed-dial/bootstrap4.css +0 -217
  288. package/styles/speed-dial/bootstrap4.scss +0 -4
  289. package/styles/speed-dial/bootstrap5-dark.css +0 -217
  290. package/styles/speed-dial/bootstrap5-dark.scss +0 -4
  291. package/styles/speed-dial/bootstrap5.css +0 -217
  292. package/styles/speed-dial/bootstrap5.scss +0 -4
  293. package/styles/speed-dial/fabric-dark.css +0 -217
  294. package/styles/speed-dial/fabric-dark.scss +0 -4
  295. package/styles/speed-dial/fabric.css +0 -217
  296. package/styles/speed-dial/fabric.scss +0 -4
  297. package/styles/speed-dial/fluent-dark.css +0 -217
  298. package/styles/speed-dial/fluent-dark.scss +0 -4
  299. package/styles/speed-dial/fluent.css +0 -217
  300. package/styles/speed-dial/fluent.scss +0 -4
  301. package/styles/speed-dial/highcontrast-light.css +0 -217
  302. package/styles/speed-dial/highcontrast-light.scss +0 -4
  303. package/styles/speed-dial/highcontrast.css +0 -217
  304. package/styles/speed-dial/highcontrast.scss +0 -4
  305. package/styles/speed-dial/material-dark.css +0 -218
  306. package/styles/speed-dial/material-dark.scss +0 -4
  307. package/styles/speed-dial/material.css +0 -218
  308. package/styles/speed-dial/material.scss +0 -4
  309. package/styles/speed-dial/tailwind-dark.css +0 -218
  310. package/styles/speed-dial/tailwind-dark.scss +0 -4
  311. package/styles/speed-dial/tailwind.css +0 -218
  312. package/styles/speed-dial/tailwind.scss +0 -4
  313. package/styles/split-button/_all.scss +0 -2
  314. package/styles/split-button/_bootstrap-dark-definition.scss +0 -26
  315. package/styles/split-button/_bootstrap-definition.scss +0 -23
  316. package/styles/split-button/_bootstrap4-definition.scss +0 -26
  317. package/styles/split-button/_bootstrap5-dark-definition.scss +0 -1
  318. package/styles/split-button/_bootstrap5-definition.scss +0 -24
  319. package/styles/split-button/_fabric-dark-definition.scss +0 -26
  320. package/styles/split-button/_fabric-definition.scss +0 -23
  321. package/styles/split-button/_fluent-dark-definition.scss +0 -1
  322. package/styles/split-button/_fluent-definition.scss +0 -24
  323. package/styles/split-button/_fusionnew-definition.scss +0 -24
  324. package/styles/split-button/_highcontrast-definition.scss +0 -23
  325. package/styles/split-button/_highcontrast-light-definition.scss +0 -26
  326. package/styles/split-button/_layout.scss +0 -420
  327. package/styles/split-button/_material-dark-definition.scss +0 -26
  328. package/styles/split-button/_material-definition.scss +0 -23
  329. package/styles/split-button/_material3-definition.scss +0 -24
  330. package/styles/split-button/_tailwind-dark-definition.scss +0 -1
  331. package/styles/split-button/_tailwind-definition.scss +0 -24
  332. package/styles/split-button/_theme.scss +0 -136
  333. package/syncfusion-ej2-angular-splitbuttons.d.ts +0 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,256 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ### DropDownButton
6
+
7
+ #### New Features
8
+
9
+ - `#I375776` - Provided the focusout event support to the DropDownButton component.
10
+
11
+ ### DropDownButton
12
+
13
+ #### Bug Fixes
14
+
15
+ - `#I388868` - Script error occurs while using `beforeOpen` event in DropDownButton issue has been resolved
16
+
17
+ ## 19.4.40 (2021-12-28)
18
+
19
+ ### DropDownButton
20
+
21
+ #### Bug Fixes
22
+
23
+ - ColorPicker is not closed while clicks again the DropDownButton issue has been resolved.
24
+
25
+ ## 19.4.38 (2021-12-17)
26
+
27
+ ### DropDownButton
28
+
29
+ #### Bug Fixes
30
+
31
+ - Overflow issue in ColorPicker has been resolved.
32
+
33
+ ## 19.3.48 (2021-11-02)
34
+
35
+ ### DropDownButton
36
+
37
+ #### Bug Fixes
38
+
39
+ - `createPopupOnClick` property scenario not handled properly in `DropDownButton` has been resolved.
40
+
41
+ ## 19.2.55 (2021-08-11)
42
+
43
+ ### DropDownButton
44
+
45
+ #### Bug Fixes
46
+
47
+ - `#I337016` - Input space not works in DropDownButton if the target is set as text input issue has been resolved.
48
+
49
+ ## 18.4.41 (2021-02-02)
50
+
51
+ ### SplitButton
52
+
53
+ #### Bug Fixes
54
+
55
+ - Issue with destroy has been fixed.
56
+
57
+ ## 18.4.31 (2020-12-22)
58
+
59
+ ### ProgressButton
60
+
61
+ #### Bug Fixes
62
+
63
+ - Issue with setting content property in begin event has been resolved.
64
+
65
+ ## 18.4.30 (2020-12-17)
66
+
67
+ ### SplitButton
68
+
69
+ #### New Features
70
+
71
+ - `#299063` - Provided support to remove the items in split button using item id.
72
+
73
+ ## 18.3.40 (2020-10-13)
74
+
75
+ ### SplitButton
76
+
77
+ #### Bug Fixes
78
+
79
+ - Warning message has been resolved.
80
+
81
+ ## 18.1.43 (2020-04-07)
82
+
83
+ ### SplitButton
84
+
85
+ #### Bug Fixes
86
+
87
+ - Keyboard navigation not working in `bootstrap4` has been resolved.
88
+
89
+ ## 17.4.49 (2020-02-11)
90
+
91
+ ### Button Group
92
+
93
+ #### Bug Fixes
94
+
95
+ - CSS validation issues has been resolved.
96
+
97
+ ## 17.4.39 (2019-12-17)
98
+
99
+ ### DropDownButton
100
+
101
+ #### New Features
102
+
103
+ - #253123 - Provided `addItems` `removeItems` methods and update items dynamically.
104
+
105
+ #### Bug Fixes
106
+
107
+ - #254048 - UI misalignment while changing the font-size issue fixed.
108
+
109
+ ## 17.2.40 (2019-08-06)
110
+
111
+ ### ProgressButton
112
+
113
+ #### Bug Fixes
114
+
115
+ - Issue with 'progressComplete' method is fixed.
116
+
117
+ ## 17.2.39 (2019-07-30)
118
+
119
+ ### SplitButton
120
+
121
+ #### Bug Fixes
122
+
123
+ - Provided support for 'OnOpen' and 'OnClose' events in Blazor.
124
+
125
+ ## 17.1.50 (2019-06-04)
126
+
127
+ ### ProgressButton
128
+
129
+ #### Bug Fixes
130
+
131
+ - Provided public method 'progressComplete' to complete the progress.
132
+
133
+ ## 16.4.53 (2019-02-13)
134
+
135
+ ### DropDownButton
136
+
137
+ #### Bug Fixes
138
+
139
+ - Proper ARIA standards followed.
140
+
141
+ ## 16.4.46 (2019-01-08)
142
+
143
+ ### DropDownButton
144
+
145
+ #### Bug Fixes
146
+
147
+ - Item text overflow issue fixed.
148
+
149
+ ## 16.4.40-beta (2018-12-10)
150
+
151
+ ### ProgressButton
152
+
153
+ #### Breaking Changes
154
+
155
+ - Type changes done for the following property.
156
+
157
+ Property Name | Old Type | New Type
158
+ -----|-----|-----
159
+ `animationSettings` | AnimationSettings | AnimationSettingsModel
160
+ `spinSettings` | SpinSettings | SpinSettingsModel
161
+
162
+ ## 16.3.22 (2018-09-25)
163
+
164
+ ### ProgressButton
165
+
166
+ #### Bug Fixes
167
+
168
+ - Content update while progress issue resolved.
169
+
170
+ ## 16.3.17 (2018-09-12)
171
+
172
+ ### ProgressButton
173
+
174
+ The progress button visualizes the progression of an operation to indicate the user that a process is happening in the background. The progress can be shown with graphics accompanied by a textual representation.
175
+
176
+ - **Types, Sizes, and Styles** - Provided with different types, sizes and predefined styles of progress button.
177
+
178
+ - **Icons and Spinner** - Supports icon, spinner and its positioning.
179
+
180
+ - **Animation** - Provided with predefined animation and progress indicator.
181
+
182
+ - **Events** - Supports event triggering at specified interval.
183
+
184
+ - **Accessibility** - Provided with built-in accessibility support that helps to access all the ProgressButton component features through the keyboard, screen readers, or other assistive technology devices.
185
+
186
+ ## 16.2.48 (2018-08-14)
187
+
188
+ ### DropDownButton
189
+
190
+ #### Bug Fixes
191
+
192
+ - Popup z-index calculation inside bootstrap model dialog issue fixed.
193
+
194
+ ## 16.2.44 (2018-07-10)
195
+
196
+ ### DropDownButton
197
+
198
+ #### Bug Fixes
199
+
200
+ - Popup positioning under fixed parent issue fixed.
201
+
202
+ ## 16.2.41 (2018-06-25)
203
+
204
+ ### ButtonGroup
205
+
206
+ ButtonGroup is a graphical user interface that groups series of buttons horizontally or vertically.
207
+
208
+ - **Types, Sizes, and Styles** - Provided with different types, sizes and predefined styles of button.
209
+
210
+ - **Selection** - Supports single and multiple selection behaviors.
211
+
212
+ - **Orientation** - Supports horizontal and vertical orientations.
213
+
214
+ - **Nesting** - Supports nesting with drop-down and split button components.
215
+
216
+ - **Accessibility** - Built-in accessibility features to access all the button group using the keyboard, screen readers, or other assistive technology devices.
217
+
218
+ ### SplitButton
219
+
220
+ #### Breaking Changes
221
+
222
+ - UI changes based on design guidelines
223
+
224
+ ## 16.1.28 (2018-03-09)
225
+
226
+ ### SplitButton
227
+
228
+ #### Bug Fixes
229
+
230
+ - Style compatibility issue fixed.
231
+
232
+ ## 16.1.24 (2018-02-22)
233
+
234
+ ### DropDownButton
235
+
236
+ DropDownButton component is used to toggle contextual overlays for displaying list of action items.
237
+
238
+ - **Sizes** - Provided with different sizes of DropDownButton.
239
+
240
+ - **Icons and Navigations** - Supports text and icon on the DropDownButton and Popup items. URL can be given to Popup items that creates the anchor link to navigate to the URL provided.
241
+
242
+ - **Separator** - Supports Popup items grouping by using the Separator.
243
+
244
+ - **Accessibility** - Provided with built-in accessibility support that helps to access all the DropDownButton component features through the keyboard, screen readers, or other assistive technology devices.
245
+
246
+ ### SplitButton
247
+
248
+ SplitButton component has primary and secondary button. Primary button is used to select default action and secondary button is used to toggle contextual overlays for displaying list of action items.
249
+
250
+ - **Sizes** - Provided with different sizes of SplitButton.
251
+
252
+ - **Icons and Navigations** - Supports text and icon on the SplitButton and Popup items. URL can be given to Popup items that creates the anchor link to navigate to the URL provided.
253
+
254
+ - **Separator** - Supports Popup items grouping by using the Separator.
255
+
256
+ - **Accessibility** - Provided with built-in accessibility support that helps to access all the SplitButton component features through the keyboard, screen readers, or other assistive technology devices.