@syncfusion/ej2-angular-splitbuttons 20.2.38-ngcc → 20.2.43

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