primevue 3.12.6 → 3.14.0

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 (1190) hide show
  1. package/.editorconfig +13 -0
  2. package/.github/ISSUE_TEMPLATE/bug_report.yml +98 -0
  3. package/.github/ISSUE_TEMPLATE/feature_request.yml +39 -0
  4. package/.github/PULL_REQUEST_TEMPLATE.md +5 -0
  5. package/CHANGELOG.md +2236 -0
  6. package/README.md +4 -4
  7. package/api-generator/build-api.js +164 -0
  8. package/api-generator/components/accordion.js +76 -0
  9. package/api-generator/components/accordiontab.js +22 -0
  10. package/api-generator/components/autocomplete.js +246 -0
  11. package/api-generator/components/avatar.js +48 -0
  12. package/api-generator/components/avatargroup.js +7 -0
  13. package/api-generator/components/badge.js +28 -0
  14. package/api-generator/components/badgedirective.js +26 -0
  15. package/api-generator/components/blockui.js +46 -0
  16. package/api-generator/components/breadcrumb.js +36 -0
  17. package/api-generator/components/button.js +52 -0
  18. package/api-generator/components/calendar.js +403 -0
  19. package/api-generator/components/card.js +30 -0
  20. package/api-generator/components/carousel.js +98 -0
  21. package/api-generator/components/cascadeselect.js +174 -0
  22. package/api-generator/components/chart.js +92 -0
  23. package/api-generator/components/checkbox.js +68 -0
  24. package/api-generator/components/chip.js +55 -0
  25. package/api-generator/components/chips.js +96 -0
  26. package/api-generator/components/colorpicker.js +104 -0
  27. package/api-generator/components/column.js +298 -0
  28. package/api-generator/components/columngroup.js +7 -0
  29. package/api-generator/components/confirmdialog.js +22 -0
  30. package/api-generator/components/confirmpopup.js +24 -0
  31. package/api-generator/components/contextmenu.js +54 -0
  32. package/api-generator/components/datatable.js +1161 -0
  33. package/api-generator/components/dataview.js +168 -0
  34. package/api-generator/components/dataviewlayoutoptions.js +7 -0
  35. package/api-generator/components/deferredcontent.js +21 -0
  36. package/api-generator/components/dialog.js +203 -0
  37. package/api-generator/components/divider.js +28 -0
  38. package/api-generator/components/dock.js +58 -0
  39. package/api-generator/components/dropdown.js +301 -0
  40. package/api-generator/components/dynamicdialog.js +15 -0
  41. package/api-generator/components/editor.js +94 -0
  42. package/api-generator/components/fieldset.js +57 -0
  43. package/api-generator/components/fileupload.js +293 -0
  44. package/api-generator/components/fullcalendar.js +22 -0
  45. package/api-generator/components/galleria.js +182 -0
  46. package/api-generator/components/image.js +40 -0
  47. package/api-generator/components/inlinemessage.js +17 -0
  48. package/api-generator/components/inplace.js +66 -0
  49. package/api-generator/components/inputmask.js +40 -0
  50. package/api-generator/components/inputnumber.js +219 -0
  51. package/api-generator/components/inputswitch.js +56 -0
  52. package/api-generator/components/inputtext.js +16 -0
  53. package/api-generator/components/knob.js +103 -0
  54. package/api-generator/components/listbox.js +202 -0
  55. package/api-generator/components/megamenu.js +44 -0
  56. package/api-generator/components/menu.js +66 -0
  57. package/api-generator/components/menubar.js +38 -0
  58. package/api-generator/components/message.js +55 -0
  59. package/api-generator/components/multiselect.js +318 -0
  60. package/api-generator/components/orderlist.js +120 -0
  61. package/api-generator/components/organizationchart.js +88 -0
  62. package/api-generator/components/overlaypanel.js +64 -0
  63. package/api-generator/components/paginator.js +100 -0
  64. package/api-generator/components/panel.js +60 -0
  65. package/api-generator/components/panelmenu.js +36 -0
  66. package/api-generator/components/password.js +128 -0
  67. package/api-generator/components/picklist.js +208 -0
  68. package/api-generator/components/portal.js +28 -0
  69. package/api-generator/components/progressbar.js +28 -0
  70. package/api-generator/components/progressspinner.js +28 -0
  71. package/api-generator/components/radiobutton.js +60 -0
  72. package/api-generator/components/rating.js +60 -0
  73. package/api-generator/components/ripple.js +7 -0
  74. package/api-generator/components/row.js +7 -0
  75. package/api-generator/components/scrollpanel.js +6 -0
  76. package/api-generator/components/scrolltop.js +34 -0
  77. package/api-generator/components/selectbutton.js +114 -0
  78. package/api-generator/components/sidebar.js +78 -0
  79. package/api-generator/components/skeleton.js +46 -0
  80. package/api-generator/components/slider.js +89 -0
  81. package/api-generator/components/speeddial.js +153 -0
  82. package/api-generator/components/splitbutton.js +73 -0
  83. package/api-generator/components/splitter.js +54 -0
  84. package/api-generator/components/splitterpanel.js +23 -0
  85. package/api-generator/components/steps.js +42 -0
  86. package/api-generator/components/styleclass.js +7 -0
  87. package/api-generator/components/tabmenu.js +56 -0
  88. package/api-generator/components/tabpanel.js +59 -0
  89. package/api-generator/components/tabview.js +28 -0
  90. package/api-generator/components/tag.js +34 -0
  91. package/api-generator/components/terminal.js +22 -0
  92. package/api-generator/components/textarea.js +22 -0
  93. package/api-generator/components/tieredmenu.js +54 -0
  94. package/api-generator/components/timeline.js +54 -0
  95. package/api-generator/components/toast.js +48 -0
  96. package/api-generator/components/togglebutton.js +61 -0
  97. package/api-generator/components/toolbar.js +18 -0
  98. package/api-generator/components/tooltip.js +34 -0
  99. package/api-generator/components/tree.js +136 -0
  100. package/api-generator/components/treeselect.js +193 -0
  101. package/api-generator/components/treetable.js +473 -0
  102. package/api-generator/components/tristatecheckbox.js +28 -0
  103. package/api-generator/components/virtualscroller.js +169 -0
  104. package/build-meta.js +17 -0
  105. package/gulpfile.js +37 -0
  106. package/jest.config.js +35 -0
  107. package/package-build.json +32 -0
  108. package/package.json +71 -31
  109. package/rollup.config.js +200 -0
  110. package/accordion/Accordion.d.ts +0 -90
  111. package/accordion/Accordion.vue +0 -169
  112. package/accordion/accordion.cjs.js +0 -227
  113. package/accordion/accordion.cjs.min.js +0 -1
  114. package/accordion/accordion.esm.js +0 -225
  115. package/accordion/accordion.esm.min.js +0 -1
  116. package/accordion/accordion.js +0 -228
  117. package/accordion/accordion.min.js +0 -1
  118. package/accordion/package.json +0 -9
  119. package/accordiontab/AccordionTab.d.ts +0 -45
  120. package/accordiontab/AccordionTab.vue +0 -13
  121. package/accordiontab/accordiontab.cjs.js +0 -19
  122. package/accordiontab/accordiontab.cjs.min.js +0 -1
  123. package/accordiontab/accordiontab.esm.js +0 -17
  124. package/accordiontab/accordiontab.esm.min.js +0 -1
  125. package/accordiontab/accordiontab.js +0 -21
  126. package/accordiontab/accordiontab.min.js +0 -1
  127. package/accordiontab/package.json +0 -9
  128. package/api/Api.d.ts +0 -303
  129. package/api/api.cjs.js +0 -518
  130. package/api/api.cjs.min.js +0 -1
  131. package/api/api.esm.js +0 -510
  132. package/api/api.esm.min.js +0 -1
  133. package/api/api.js +0 -522
  134. package/api/api.min.js +0 -1
  135. package/api/package.json +0 -6
  136. package/autocomplete/AutoComplete.d.ts +0 -298
  137. package/autocomplete/AutoComplete.vue +0 -733
  138. package/autocomplete/autocomplete.cjs.js +0 -833
  139. package/autocomplete/autocomplete.cjs.min.js +0 -1
  140. package/autocomplete/autocomplete.esm.js +0 -824
  141. package/autocomplete/autocomplete.esm.min.js +0 -1
  142. package/autocomplete/autocomplete.js +0 -830
  143. package/autocomplete/autocomplete.min.js +0 -1
  144. package/autocomplete/package.json +0 -9
  145. package/avatar/Avatar.d.ts +0 -62
  146. package/avatar/Avatar.vue +0 -82
  147. package/avatar/avatar.cjs.js +0 -104
  148. package/avatar/avatar.cjs.min.js +0 -1
  149. package/avatar/avatar.esm.js +0 -102
  150. package/avatar/avatar.esm.min.js +0 -1
  151. package/avatar/avatar.js +0 -106
  152. package/avatar/avatar.min.js +0 -1
  153. package/avatar/package.json +0 -9
  154. package/avatargroup/AvatarGroup.d.ts +0 -33
  155. package/avatargroup/AvatarGroup.vue +0 -22
  156. package/avatargroup/avatargroup.cjs.js +0 -49
  157. package/avatargroup/avatargroup.cjs.min.js +0 -1
  158. package/avatargroup/avatargroup.esm.js +0 -47
  159. package/avatargroup/avatargroup.esm.min.js +0 -1
  160. package/avatargroup/avatargroup.js +0 -51
  161. package/avatargroup/avatargroup.min.js +0 -1
  162. package/avatargroup/package.json +0 -9
  163. package/badge/Badge.d.ts +0 -52
  164. package/badge/Badge.vue +0 -33
  165. package/badge/badge.cjs.js +0 -43
  166. package/badge/badge.cjs.min.js +0 -1
  167. package/badge/badge.esm.js +0 -41
  168. package/badge/badge.esm.min.js +0 -1
  169. package/badge/badge.js +0 -45
  170. package/badge/badge.min.js +0 -1
  171. package/badge/package.json +0 -9
  172. package/badgedirective/BadgeDirective.d.ts +0 -5
  173. package/badgedirective/badgedirective.cjs.js +0 -58
  174. package/badgedirective/badgedirective.cjs.min.js +0 -1
  175. package/badgedirective/badgedirective.esm.js +0 -56
  176. package/badgedirective/badgedirective.esm.min.js +0 -1
  177. package/badgedirective/badgedirective.js +0 -60
  178. package/badgedirective/badgedirective.min.js +0 -1
  179. package/badgedirective/package.json +0 -6
  180. package/blockui/BlockUI.d.ts +0 -60
  181. package/blockui/BlockUI.vue +0 -110
  182. package/blockui/blockui.cjs.js +0 -126
  183. package/blockui/blockui.cjs.min.js +0 -1
  184. package/blockui/blockui.esm.js +0 -124
  185. package/blockui/blockui.esm.min.js +0 -1
  186. package/blockui/blockui.js +0 -127
  187. package/blockui/blockui.min.js +0 -1
  188. package/blockui/package.json +0 -9
  189. package/breadcrumb/Breadcrumb.d.ts +0 -58
  190. package/breadcrumb/Breadcrumb.vue +0 -63
  191. package/breadcrumb/BreadcrumbItem.vue +0 -65
  192. package/breadcrumb/breadcrumb.cjs.js +0 -214
  193. package/breadcrumb/breadcrumb.cjs.min.js +0 -1
  194. package/breadcrumb/breadcrumb.esm.js +0 -212
  195. package/breadcrumb/breadcrumb.esm.min.js +0 -1
  196. package/breadcrumb/breadcrumb.js +0 -216
  197. package/breadcrumb/breadcrumb.min.js +0 -1
  198. package/breadcrumb/package.json +0 -10
  199. package/button/Button.d.ts +0 -74
  200. package/button/Button.vue +0 -81
  201. package/button/button.cjs.js +0 -116
  202. package/button/button.cjs.min.js +0 -1
  203. package/button/button.esm.js +0 -110
  204. package/button/button.esm.min.js +0 -1
  205. package/button/button.js +0 -117
  206. package/button/button.min.js +0 -1
  207. package/button/package.json +0 -9
  208. package/calendar/Calendar.d.ts +0 -361
  209. package/calendar/Calendar.vue +0 -2665
  210. package/calendar/calendar.cjs.js +0 -2911
  211. package/calendar/calendar.cjs.min.js +0 -1
  212. package/calendar/calendar.esm.js +0 -2903
  213. package/calendar/calendar.esm.min.js +0 -1
  214. package/calendar/calendar.js +0 -2909
  215. package/calendar/calendar.min.js +0 -1
  216. package/calendar/package.json +0 -9
  217. package/card/Card.d.ts +0 -50
  218. package/card/Card.vue +0 -29
  219. package/card/card.cjs.js +0 -91
  220. package/card/card.cjs.min.js +0 -1
  221. package/card/card.esm.js +0 -89
  222. package/card/card.esm.min.js +0 -1
  223. package/card/card.js +0 -93
  224. package/card/card.min.js +0 -1
  225. package/card/package.json +0 -9
  226. package/carousel/Carousel.d.ts +0 -130
  227. package/carousel/Carousel.vue +0 -574
  228. package/carousel/carousel.cjs.js +0 -630
  229. package/carousel/carousel.cjs.min.js +0 -1
  230. package/carousel/carousel.esm.js +0 -624
  231. package/carousel/carousel.esm.min.js +0 -1
  232. package/carousel/carousel.js +0 -630
  233. package/carousel/carousel.min.js +0 -1
  234. package/carousel/package.json +0 -9
  235. package/cascadeselect/CascadeSelect.d.ts +0 -184
  236. package/cascadeselect/CascadeSelect.vue +0 -430
  237. package/cascadeselect/CascadeSelectSub.vue +0 -182
  238. package/cascadeselect/cascadeselect.cjs.js +0 -670
  239. package/cascadeselect/cascadeselect.cjs.min.js +0 -1
  240. package/cascadeselect/cascadeselect.esm.js +0 -663
  241. package/cascadeselect/cascadeselect.esm.min.js +0 -1
  242. package/cascadeselect/cascadeselect.js +0 -669
  243. package/cascadeselect/cascadeselect.min.js +0 -1
  244. package/cascadeselect/package.json +0 -9
  245. package/chart/Chart.d.ts +0 -109
  246. package/chart/Chart.vue +0 -113
  247. package/chart/chart.cjs.js +0 -169
  248. package/chart/chart.cjs.min.js +0 -1
  249. package/chart/chart.esm.js +0 -149
  250. package/chart/chart.esm.min.js +0 -1
  251. package/chart/chart.js +0 -153
  252. package/chart/chart.min.js +0 -1
  253. package/chart/package.json +0 -9
  254. package/checkbox/Checkbox.d.ts +0 -77
  255. package/checkbox/Checkbox.vue +0 -77
  256. package/checkbox/checkbox.cjs.js +0 -105
  257. package/checkbox/checkbox.cjs.min.js +0 -1
  258. package/checkbox/checkbox.esm.js +0 -103
  259. package/checkbox/checkbox.esm.min.js +0 -1
  260. package/checkbox/checkbox.js +0 -106
  261. package/checkbox/checkbox.min.js +0 -1
  262. package/checkbox/package.json +0 -9
  263. package/chip/Chip.d.ts +0 -60
  264. package/chip/Chip.vue +0 -88
  265. package/chip/chip.cjs.js +0 -129
  266. package/chip/chip.cjs.min.js +0 -1
  267. package/chip/chip.esm.js +0 -127
  268. package/chip/chip.esm.min.js +0 -1
  269. package/chip/chip.js +0 -131
  270. package/chip/chip.min.js +0 -1
  271. package/chip/package.json +0 -9
  272. package/chips/Chips.d.ts +0 -100
  273. package/chips/Chips.vue +0 -204
  274. package/chips/chips.cjs.js +0 -220
  275. package/chips/chips.cjs.min.js +0 -1
  276. package/chips/chips.esm.js +0 -218
  277. package/chips/chips.esm.min.js +0 -1
  278. package/chips/chips.js +0 -222
  279. package/chips/chips.min.js +0 -1
  280. package/chips/package.json +0 -9
  281. package/colorpicker/ColorPicker.d.ts +0 -112
  282. package/colorpicker/ColorPicker.vue +0 -676
  283. package/colorpicker/colorpicker.cjs.js +0 -675
  284. package/colorpicker/colorpicker.cjs.min.js +0 -1
  285. package/colorpicker/colorpicker.esm.js +0 -669
  286. package/colorpicker/colorpicker.esm.min.js +0 -1
  287. package/colorpicker/colorpicker.js +0 -675
  288. package/colorpicker/colorpicker.min.js +0 -1
  289. package/colorpicker/package.json +0 -9
  290. package/column/Column.d.ts +0 -480
  291. package/column/Column.vue +0 -182
  292. package/column/column.cjs.js +0 -184
  293. package/column/column.cjs.min.js +0 -1
  294. package/column/column.esm.js +0 -182
  295. package/column/column.esm.min.js +0 -1
  296. package/column/column.js +0 -188
  297. package/column/column.min.js +0 -1
  298. package/column/package.json +0 -9
  299. package/columngroup/ColumnGroup.d.ts +0 -35
  300. package/columngroup/ColumnGroup.vue +0 -14
  301. package/columngroup/columngroup.cjs.js +0 -16
  302. package/columngroup/columngroup.cjs.min.js +0 -1
  303. package/columngroup/columngroup.esm.js +0 -14
  304. package/columngroup/columngroup.esm.min.js +0 -1
  305. package/columngroup/columngroup.js +0 -20
  306. package/columngroup/columngroup.min.js +0 -1
  307. package/columngroup/package.json +0 -9
  308. package/config/PrimeVue.d.ts +0 -72
  309. package/config/config.cjs.js +0 -109
  310. package/config/config.cjs.min.js +0 -1
  311. package/config/config.esm.js +0 -104
  312. package/config/config.esm.min.js +0 -1
  313. package/config/config.js +0 -112
  314. package/config/config.min.js +0 -1
  315. package/config/package.json +0 -6
  316. package/confirmationeventbus/confirmationeventbus.cjs.js +0 -7
  317. package/confirmationeventbus/confirmationeventbus.cjs.min.js +0 -1
  318. package/confirmationeventbus/confirmationeventbus.esm.js +0 -5
  319. package/confirmationeventbus/confirmationeventbus.esm.min.js +0 -1
  320. package/confirmationeventbus/confirmationeventbus.js +0 -9
  321. package/confirmationeventbus/confirmationeventbus.min.js +0 -1
  322. package/confirmationeventbus/package.json +0 -5
  323. package/confirmationoptions/ConfirmationOptions.d.ts +0 -70
  324. package/confirmationoptions/package.json +0 -3
  325. package/confirmationservice/ConfirmationService.d.ts +0 -29
  326. package/confirmationservice/confirmationservice.cjs.js +0 -25
  327. package/confirmationservice/confirmationservice.cjs.min.js +0 -1
  328. package/confirmationservice/confirmationservice.esm.js +0 -19
  329. package/confirmationservice/confirmationservice.esm.min.js +0 -1
  330. package/confirmationservice/confirmationservice.js +0 -26
  331. package/confirmationservice/confirmationservice.min.js +0 -1
  332. package/confirmationservice/package.json +0 -6
  333. package/confirmdialog/ConfirmDialog.d.ts +0 -62
  334. package/confirmdialog/ConfirmDialog.vue +0 -120
  335. package/confirmdialog/confirmdialog.cjs.js +0 -161
  336. package/confirmdialog/confirmdialog.cjs.min.js +0 -1
  337. package/confirmdialog/confirmdialog.esm.js +0 -153
  338. package/confirmdialog/confirmdialog.esm.min.js +0 -1
  339. package/confirmdialog/confirmdialog.js +0 -160
  340. package/confirmdialog/confirmdialog.min.js +0 -1
  341. package/confirmdialog/package.json +0 -9
  342. package/confirmpopup/ConfirmPopup.d.ts +0 -47
  343. package/confirmpopup/ConfirmPopup.vue +0 -299
  344. package/confirmpopup/confirmpopup.cjs.js +0 -310
  345. package/confirmpopup/confirmpopup.cjs.min.js +0 -1
  346. package/confirmpopup/confirmpopup.esm.js +0 -302
  347. package/confirmpopup/confirmpopup.esm.min.js +0 -1
  348. package/confirmpopup/confirmpopup.js +0 -308
  349. package/confirmpopup/confirmpopup.min.js +0 -1
  350. package/confirmpopup/package.json +0 -9
  351. package/contextmenu/ContextMenu.d.ts +0 -98
  352. package/contextmenu/ContextMenu.vue +0 -262
  353. package/contextmenu/ContextMenuSub.vue +0 -165
  354. package/contextmenu/contextmenu.cjs.js +0 -528
  355. package/contextmenu/contextmenu.cjs.min.js +0 -1
  356. package/contextmenu/contextmenu.esm.js +0 -522
  357. package/contextmenu/contextmenu.esm.min.js +0 -1
  358. package/contextmenu/contextmenu.js +0 -528
  359. package/contextmenu/contextmenu.min.js +0 -1
  360. package/contextmenu/package.json +0 -9
  361. package/core/core.js +0 -8168
  362. package/core/core.min.js +0 -46
  363. package/datatable/BodyCell.vue +0 -408
  364. package/datatable/ColumnFilter.vue +0 -520
  365. package/datatable/DataTable.d.ts +0 -1073
  366. package/datatable/DataTable.vue +0 -2217
  367. package/datatable/FooterCell.vue +0 -75
  368. package/datatable/HeaderCell.vue +0 -244
  369. package/datatable/HeaderCheckbox.vue +0 -41
  370. package/datatable/RowCheckbox.vue +0 -42
  371. package/datatable/RowRadioButton.vue +0 -42
  372. package/datatable/TableBody.vue +0 -531
  373. package/datatable/TableFooter.vue +0 -93
  374. package/datatable/TableHeader.vue +0 -173
  375. package/datatable/TableLoadingBody.vue +0 -25
  376. package/datatable/datatable.cjs.js +0 -5010
  377. package/datatable/datatable.cjs.min.js +0 -1
  378. package/datatable/datatable.esm.js +0 -4999
  379. package/datatable/datatable.esm.min.js +0 -1
  380. package/datatable/datatable.js +0 -5004
  381. package/datatable/datatable.min.js +0 -1
  382. package/datatable/package.json +0 -9
  383. package/dataview/DataView.d.ts +0 -212
  384. package/dataview/DataView.vue +0 -230
  385. package/dataview/dataview.cjs.js +0 -328
  386. package/dataview/dataview.cjs.min.js +0 -1
  387. package/dataview/dataview.esm.js +0 -322
  388. package/dataview/dataview.esm.min.js +0 -1
  389. package/dataview/dataview.js +0 -328
  390. package/dataview/dataview.min.js +0 -1
  391. package/dataview/package.json +0 -9
  392. package/dataviewlayoutoptions/DataViewLayoutOptions.d.ts +0 -39
  393. package/dataviewlayoutoptions/DataViewLayoutOptions.vue +0 -39
  394. package/dataviewlayoutoptions/dataviewlayoutoptions.cjs.js +0 -59
  395. package/dataviewlayoutoptions/dataviewlayoutoptions.cjs.min.js +0 -1
  396. package/dataviewlayoutoptions/dataviewlayoutoptions.esm.js +0 -57
  397. package/dataviewlayoutoptions/dataviewlayoutoptions.esm.min.js +0 -1
  398. package/dataviewlayoutoptions/dataviewlayoutoptions.js +0 -61
  399. package/dataviewlayoutoptions/dataviewlayoutoptions.min.js +0 -1
  400. package/dataviewlayoutoptions/package.json +0 -9
  401. package/deferredcontent/DeferredContent.d.ts +0 -38
  402. package/deferredcontent/DeferredContent.vue +0 -62
  403. package/deferredcontent/deferredcontent.cjs.js +0 -72
  404. package/deferredcontent/deferredcontent.cjs.min.js +0 -1
  405. package/deferredcontent/deferredcontent.esm.js +0 -70
  406. package/deferredcontent/deferredcontent.esm.min.js +0 -1
  407. package/deferredcontent/deferredcontent.js +0 -74
  408. package/deferredcontent/deferredcontent.min.js +0 -1
  409. package/deferredcontent/package.json +0 -9
  410. package/dialog/Dialog.d.ts +0 -196
  411. package/dialog/Dialog.vue +0 -598
  412. package/dialog/dialog.cjs.js +0 -544
  413. package/dialog/dialog.cjs.min.js +0 -1
  414. package/dialog/dialog.esm.js +0 -538
  415. package/dialog/dialog.esm.min.js +0 -1
  416. package/dialog/dialog.js +0 -544
  417. package/dialog/dialog.min.js +0 -1
  418. package/dialog/package.json +0 -9
  419. package/divider/Divider.d.ts +0 -61
  420. package/divider/Divider.vue +0 -126
  421. package/divider/divider.cjs.js +0 -85
  422. package/divider/divider.cjs.min.js +0 -1
  423. package/divider/divider.esm.js +0 -83
  424. package/divider/divider.esm.min.js +0 -1
  425. package/divider/divider.js +0 -87
  426. package/divider/divider.min.js +0 -1
  427. package/divider/package.json +0 -9
  428. package/dock/Dock.d.ts +0 -105
  429. package/dock/Dock.vue +0 -143
  430. package/dock/DockSub.vue +0 -104
  431. package/dock/dock.cjs.js +0 -251
  432. package/dock/dock.cjs.min.js +0 -1
  433. package/dock/dock.esm.js +0 -244
  434. package/dock/dock.esm.min.js +0 -1
  435. package/dock/dock.js +0 -251
  436. package/dock/dock.min.js +0 -1
  437. package/dock/package.json +0 -9
  438. package/dropdown/Dropdown.d.ts +0 -362
  439. package/dropdown/Dropdown.vue +0 -838
  440. package/dropdown/dropdown.cjs.js +0 -959
  441. package/dropdown/dropdown.cjs.min.js +0 -1
  442. package/dropdown/dropdown.esm.js +0 -951
  443. package/dropdown/dropdown.esm.min.js +0 -1
  444. package/dropdown/dropdown.js +0 -956
  445. package/dropdown/dropdown.min.js +0 -1
  446. package/dropdown/package.json +0 -9
  447. package/editor/Editor.d.ts +0 -87
  448. package/editor/Editor.vue +0 -1065
  449. package/editor/editor.cjs.js +0 -166
  450. package/editor/editor.cjs.min.js +0 -1
  451. package/editor/editor.esm.js +0 -160
  452. package/editor/editor.esm.min.js +0 -1
  453. package/editor/editor.js +0 -167
  454. package/editor/editor.min.js +0 -1
  455. package/editor/package.json +0 -9
  456. package/fieldset/Fieldset.d.ts +0 -71
  457. package/fieldset/Fieldset.vue +0 -94
  458. package/fieldset/fieldset.cjs.js +0 -150
  459. package/fieldset/fieldset.cjs.min.js +0 -1
  460. package/fieldset/fieldset.esm.js +0 -144
  461. package/fieldset/fieldset.esm.min.js +0 -1
  462. package/fieldset/fieldset.js +0 -150
  463. package/fieldset/fieldset.min.js +0 -1
  464. package/fieldset/package.json +0 -9
  465. package/fileupload/FileUpload.d.ts +0 -274
  466. package/fileupload/FileUpload.vue +0 -529
  467. package/fileupload/fileupload.cjs.js +0 -669
  468. package/fileupload/fileupload.cjs.min.js +0 -1
  469. package/fileupload/fileupload.esm.js +0 -660
  470. package/fileupload/fileupload.esm.min.js +0 -1
  471. package/fileupload/fileupload.js +0 -666
  472. package/fileupload/fileupload.min.js +0 -1
  473. package/fileupload/package.json +0 -9
  474. package/fullcalendar/FullCalendar.d.ts +0 -36
  475. package/fullcalendar/FullCalendar.vue +0 -64
  476. package/fullcalendar/fullcalendar.cjs.js +0 -66
  477. package/fullcalendar/fullcalendar.cjs.min.js +0 -1
  478. package/fullcalendar/fullcalendar.esm.js +0 -64
  479. package/fullcalendar/fullcalendar.esm.min.js +0 -1
  480. package/fullcalendar/fullcalendar.js +0 -66
  481. package/fullcalendar/fullcalendar.min.js +0 -1
  482. package/fullcalendar/package.json +0 -9
  483. package/galleria/Galleria.d.ts +0 -210
  484. package/galleria/Galleria.vue +0 -463
  485. package/galleria/GalleriaContent.vue +0 -117
  486. package/galleria/GalleriaItem.vue +0 -160
  487. package/galleria/GalleriaItemSlot.vue +0 -52
  488. package/galleria/GalleriaThumbnails.vue +0 -413
  489. package/galleria/galleria.cjs.js +0 -1177
  490. package/galleria/galleria.cjs.min.js +0 -1
  491. package/galleria/galleria.esm.js +0 -1171
  492. package/galleria/galleria.esm.min.js +0 -1
  493. package/galleria/galleria.js +0 -1177
  494. package/galleria/galleria.min.js +0 -1
  495. package/galleria/package.json +0 -9
  496. package/image/Image.d.ts +0 -59
  497. package/image/Image.vue +0 -218
  498. package/image/image.cjs.js +0 -258
  499. package/image/image.cjs.min.js +0 -1
  500. package/image/image.esm.js +0 -256
  501. package/image/image.esm.min.js +0 -1
  502. package/image/image.js +0 -259
  503. package/image/image.min.js +0 -1
  504. package/image/package.json +0 -9
  505. package/inlinemessage/InlineMessage.d.ts +0 -42
  506. package/inlinemessage/InlineMessage.vue +0 -62
  507. package/inlinemessage/inlinemessage.cjs.js +0 -92
  508. package/inlinemessage/inlinemessage.cjs.min.js +0 -1
  509. package/inlinemessage/inlinemessage.esm.js +0 -90
  510. package/inlinemessage/inlinemessage.esm.min.js +0 -1
  511. package/inlinemessage/inlinemessage.js +0 -94
  512. package/inlinemessage/inlinemessage.min.js +0 -1
  513. package/inlinemessage/package.json +0 -9
  514. package/inplace/Inplace.d.ts +0 -65
  515. package/inplace/Inplace.vue +0 -91
  516. package/inplace/inplace.cjs.js +0 -133
  517. package/inplace/inplace.cjs.min.js +0 -1
  518. package/inplace/inplace.esm.js +0 -127
  519. package/inplace/inplace.esm.min.js +0 -1
  520. package/inplace/inplace.js +0 -134
  521. package/inplace/inplace.min.js +0 -1
  522. package/inplace/package.json +0 -9
  523. package/inputmask/InputMask.d.ts +0 -80
  524. package/inputmask/InputMask.vue +0 -491
  525. package/inputmask/inputmask.cjs.js +0 -502
  526. package/inputmask/inputmask.cjs.min.js +0 -1
  527. package/inputmask/inputmask.esm.js +0 -500
  528. package/inputmask/inputmask.esm.min.js +0 -1
  529. package/inputmask/inputmask.js +0 -503
  530. package/inputmask/inputmask.min.js +0 -1
  531. package/inputmask/package.json +0 -9
  532. package/inputnumber/InputNumber.d.ts +0 -212
  533. package/inputnumber/InputNumber.vue +0 -1105
  534. package/inputnumber/inputnumber.cjs.js +0 -1093
  535. package/inputnumber/inputnumber.cjs.min.js +0 -1
  536. package/inputnumber/inputnumber.esm.js +0 -1086
  537. package/inputnumber/inputnumber.esm.min.js +0 -1
  538. package/inputnumber/inputnumber.js +0 -1093
  539. package/inputnumber/inputnumber.min.js +0 -1
  540. package/inputnumber/package.json +0 -9
  541. package/inputswitch/InputSwitch.d.ts +0 -69
  542. package/inputswitch/InputSwitch.vue +0 -94
  543. package/inputswitch/inputswitch.cjs.js +0 -125
  544. package/inputswitch/inputswitch.cjs.min.js +0 -1
  545. package/inputswitch/inputswitch.esm.js +0 -123
  546. package/inputswitch/inputswitch.esm.min.js +0 -1
  547. package/inputswitch/inputswitch.js +0 -127
  548. package/inputswitch/inputswitch.min.js +0 -1
  549. package/inputswitch/package.json +0 -9
  550. package/inputtext/InputText.d.ts +0 -39
  551. package/inputtext/InputText.vue +0 -23
  552. package/inputtext/inputtext.cjs.js +0 -35
  553. package/inputtext/inputtext.cjs.min.js +0 -1
  554. package/inputtext/inputtext.esm.js +0 -33
  555. package/inputtext/inputtext.esm.min.js +0 -1
  556. package/inputtext/inputtext.js +0 -37
  557. package/inputtext/inputtext.min.js +0 -1
  558. package/inputtext/package.json +0 -9
  559. package/knob/Knob.d.ts +0 -97
  560. package/knob/Knob.vue +0 -232
  561. package/knob/knob.cjs.js +0 -281
  562. package/knob/knob.cjs.min.js +0 -1
  563. package/knob/knob.esm.js +0 -279
  564. package/knob/knob.esm.min.js +0 -1
  565. package/knob/knob.js +0 -283
  566. package/knob/knob.min.js +0 -1
  567. package/knob/package.json +0 -9
  568. package/listbox/Listbox.d.ts +0 -265
  569. package/listbox/Listbox.vue +0 -372
  570. package/listbox/listbox.cjs.js +0 -483
  571. package/listbox/listbox.cjs.min.js +0 -1
  572. package/listbox/listbox.esm.js +0 -476
  573. package/listbox/listbox.esm.min.js +0 -1
  574. package/listbox/listbox.js +0 -481
  575. package/listbox/listbox.min.js +0 -1
  576. package/listbox/package.json +0 -9
  577. package/megamenu/MegaMenu.d.ts +0 -70
  578. package/megamenu/MegaMenu.vue +0 -431
  579. package/megamenu/megamenu.cjs.js +0 -543
  580. package/megamenu/megamenu.cjs.min.js +0 -1
  581. package/megamenu/megamenu.esm.js +0 -537
  582. package/megamenu/megamenu.esm.min.js +0 -1
  583. package/megamenu/megamenu.js +0 -543
  584. package/megamenu/megamenu.min.js +0 -1
  585. package/megamenu/package.json +0 -9
  586. package/menu/Menu.d.ts +0 -95
  587. package/menu/Menu.vue +0 -253
  588. package/menu/Menuitem.vue +0 -65
  589. package/menu/menu.cjs.js +0 -447
  590. package/menu/menu.cjs.min.js +0 -1
  591. package/menu/menu.esm.js +0 -440
  592. package/menu/menu.esm.min.js +0 -1
  593. package/menu/menu.js +0 -446
  594. package/menu/menu.min.js +0 -1
  595. package/menu/package.json +0 -9
  596. package/menubar/Menubar.d.ts +0 -62
  597. package/menubar/Menubar.vue +0 -164
  598. package/menubar/MenubarSub.vue +0 -306
  599. package/menubar/menubar.cjs.js +0 -544
  600. package/menubar/menubar.cjs.min.js +0 -1
  601. package/menubar/menubar.esm.js +0 -538
  602. package/menubar/menubar.esm.min.js +0 -1
  603. package/menubar/menubar.js +0 -544
  604. package/menubar/menubar.min.js +0 -1
  605. package/menubar/package.json +0 -9
  606. package/menuitem/MenuItem.d.ts +0 -82
  607. package/menuitem/package.json +0 -3
  608. package/message/Message.d.ts +0 -65
  609. package/message/Message.vue +0 -127
  610. package/message/message.cjs.js +0 -149
  611. package/message/message.cjs.min.js +0 -1
  612. package/message/message.esm.js +0 -143
  613. package/message/message.esm.min.js +0 -1
  614. package/message/message.js +0 -150
  615. package/message/message.min.js +0 -1
  616. package/message/package.json +0 -9
  617. package/multiselect/MultiSelect.d.ts +0 -391
  618. package/multiselect/MultiSelect.vue +0 -863
  619. package/multiselect/multiselect.cjs.js +0 -998
  620. package/multiselect/multiselect.cjs.min.js +0 -1
  621. package/multiselect/multiselect.esm.js +0 -990
  622. package/multiselect/multiselect.esm.min.js +0 -1
  623. package/multiselect/multiselect.js +0 -995
  624. package/multiselect/multiselect.min.js +0 -1
  625. package/multiselect/package.json +0 -9
  626. package/orderlist/OrderList.d.ts +0 -139
  627. package/orderlist/OrderList.vue +0 -415
  628. package/orderlist/orderlist.cjs.js +0 -463
  629. package/orderlist/orderlist.cjs.min.js +0 -1
  630. package/orderlist/orderlist.esm.js +0 -456
  631. package/orderlist/orderlist.esm.min.js +0 -1
  632. package/orderlist/orderlist.js +0 -462
  633. package/orderlist/orderlist.min.js +0 -1
  634. package/orderlist/package.json +0 -9
  635. package/organizationchart/OrganizationChart.d.ts +0 -146
  636. package/organizationchart/OrganizationChart.vue +0 -145
  637. package/organizationchart/OrganizationChartNode.vue +0 -123
  638. package/organizationchart/organizationchart.cjs.js +0 -318
  639. package/organizationchart/organizationchart.cjs.min.js +0 -1
  640. package/organizationchart/organizationchart.esm.js +0 -316
  641. package/organizationchart/organizationchart.esm.min.js +0 -1
  642. package/organizationchart/organizationchart.js +0 -319
  643. package/organizationchart/organizationchart.min.js +0 -1
  644. package/organizationchart/package.json +0 -9
  645. package/overlayeventbus/overlayeventbus.cjs.js +0 -7
  646. package/overlayeventbus/overlayeventbus.cjs.min.js +0 -1
  647. package/overlayeventbus/overlayeventbus.esm.js +0 -5
  648. package/overlayeventbus/overlayeventbus.esm.min.js +0 -1
  649. package/overlayeventbus/overlayeventbus.js +0 -9
  650. package/overlayeventbus/overlayeventbus.min.js +0 -1
  651. package/overlayeventbus/package.json +0 -5
  652. package/overlaypanel/OverlayPanel.d.ts +0 -120
  653. package/overlaypanel/OverlayPanel.vue +0 -345
  654. package/overlaypanel/overlaypanel.cjs.js +0 -348
  655. package/overlaypanel/overlaypanel.cjs.min.js +0 -1
  656. package/overlaypanel/overlaypanel.esm.js +0 -341
  657. package/overlaypanel/overlaypanel.esm.min.js +0 -1
  658. package/overlaypanel/overlaypanel.js +0 -347
  659. package/overlaypanel/overlaypanel.min.js +0 -1
  660. package/overlaypanel/package.json +0 -9
  661. package/paginator/CurrentPageReport.vue +0 -52
  662. package/paginator/FirstPageLink.vue +0 -23
  663. package/paginator/JumpToPageDropdown.vue +0 -36
  664. package/paginator/JumpToPageInput.vue +0 -26
  665. package/paginator/LastPageLink.vue +0 -23
  666. package/paginator/NextPageLink.vue +0 -23
  667. package/paginator/PageLinks.vue +0 -30
  668. package/paginator/Paginator.d.ts +0 -140
  669. package/paginator/Paginator.vue +0 -252
  670. package/paginator/PrevPageLink.vue +0 -23
  671. package/paginator/RowsPerPageDropdown.vue +0 -38
  672. package/paginator/package.json +0 -9
  673. package/paginator/paginator.cjs.js +0 -685
  674. package/paginator/paginator.cjs.min.js +0 -1
  675. package/paginator/paginator.esm.js +0 -677
  676. package/paginator/paginator.esm.min.js +0 -1
  677. package/paginator/paginator.js +0 -684
  678. package/paginator/paginator.min.js +0 -1
  679. package/panel/Panel.d.ts +0 -75
  680. package/panel/Panel.vue +0 -91
  681. package/panel/package.json +0 -9
  682. package/panel/panel.cjs.js +0 -148
  683. package/panel/panel.cjs.min.js +0 -1
  684. package/panel/panel.esm.js +0 -142
  685. package/panel/panel.esm.min.js +0 -1
  686. package/panel/panel.js +0 -148
  687. package/panel/panel.min.js +0 -1
  688. package/panelmenu/PanelMenu.d.ts +0 -67
  689. package/panelmenu/PanelMenu.vue +0 -183
  690. package/panelmenu/PanelMenuSub.vue +0 -121
  691. package/panelmenu/package.json +0 -9
  692. package/panelmenu/panelmenu.cjs.js +0 -470
  693. package/panelmenu/panelmenu.cjs.min.js +0 -1
  694. package/panelmenu/panelmenu.esm.js +0 -468
  695. package/panelmenu/panelmenu.esm.min.js +0 -1
  696. package/panelmenu/panelmenu.js +0 -471
  697. package/panelmenu/panelmenu.min.js +0 -1
  698. package/password/Password.d.ts +0 -124
  699. package/password/Password.vue +0 -340
  700. package/password/package.json +0 -9
  701. package/password/password.cjs.js +0 -394
  702. package/password/password.cjs.min.js +0 -1
  703. package/password/password.esm.js +0 -387
  704. package/password/password.esm.min.js +0 -1
  705. package/password/password.js +0 -393
  706. package/password/password.min.js +0 -1
  707. package/picklist/PickList.d.ts +0 -213
  708. package/picklist/PickList.vue +0 -617
  709. package/picklist/package.json +0 -9
  710. package/picklist/picklist.cjs.js +0 -736
  711. package/picklist/picklist.cjs.min.js +0 -1
  712. package/picklist/picklist.esm.js +0 -729
  713. package/picklist/picklist.esm.min.js +0 -1
  714. package/picklist/picklist.js +0 -735
  715. package/picklist/picklist.min.js +0 -1
  716. package/progressbar/ProgressBar.d.ts +0 -51
  717. package/progressbar/ProgressBar.vue +0 -154
  718. package/progressbar/package.json +0 -9
  719. package/progressbar/progressbar.cjs.js +0 -121
  720. package/progressbar/progressbar.cjs.min.js +0 -1
  721. package/progressbar/progressbar.esm.js +0 -119
  722. package/progressbar/progressbar.esm.min.js +0 -1
  723. package/progressbar/progressbar.js +0 -123
  724. package/progressbar/progressbar.min.js +0 -1
  725. package/progressspinner/ProgressSpinner.d.ts +0 -44
  726. package/progressspinner/ProgressSpinner.vue +0 -109
  727. package/progressspinner/package.json +0 -9
  728. package/progressspinner/progressspinner.cjs.js +0 -89
  729. package/progressspinner/progressspinner.cjs.min.js +0 -1
  730. package/progressspinner/progressspinner.esm.js +0 -87
  731. package/progressspinner/progressspinner.esm.min.js +0 -1
  732. package/progressspinner/progressspinner.js +0 -91
  733. package/progressspinner/progressspinner.min.js +0 -1
  734. package/radiobutton/RadioButton.d.ts +0 -60
  735. package/radiobutton/RadioButton.vue +0 -58
  736. package/radiobutton/package.json +0 -9
  737. package/radiobutton/radiobutton.cjs.js +0 -86
  738. package/radiobutton/radiobutton.cjs.min.js +0 -1
  739. package/radiobutton/radiobutton.esm.js +0 -84
  740. package/radiobutton/radiobutton.esm.min.js +0 -1
  741. package/radiobutton/radiobutton.js +0 -87
  742. package/radiobutton/radiobutton.min.js +0 -1
  743. package/rating/Rating.d.ts +0 -72
  744. package/rating/Rating.vue +0 -79
  745. package/rating/package.json +0 -9
  746. package/rating/rating.cjs.js +0 -124
  747. package/rating/rating.cjs.min.js +0 -1
  748. package/rating/rating.esm.js +0 -122
  749. package/rating/rating.esm.min.js +0 -1
  750. package/rating/rating.js +0 -126
  751. package/rating/rating.min.js +0 -1
  752. package/resources/images/color.png +0 -0
  753. package/resources/images/hue.png +0 -0
  754. package/resources/primevue.css +0 -493
  755. package/resources/primevue.min.css +0 -1
  756. package/resources/themes/arya-blue/theme.css +0 -5680
  757. package/resources/themes/arya-green/theme.css +0 -5680
  758. package/resources/themes/arya-orange/theme.css +0 -5680
  759. package/resources/themes/arya-purple/theme.css +0 -5680
  760. package/resources/themes/bootstrap4-dark-blue/theme.css +0 -5687
  761. package/resources/themes/bootstrap4-dark-purple/theme.css +0 -5687
  762. package/resources/themes/bootstrap4-light-blue/theme.css +0 -5687
  763. package/resources/themes/bootstrap4-light-purple/theme.css +0 -5687
  764. package/resources/themes/fluent-light/theme.css +0 -5814
  765. package/resources/themes/lara-dark-blue/theme.css +0 -5661
  766. package/resources/themes/lara-dark-indigo/theme.css +0 -5661
  767. package/resources/themes/lara-dark-purple/theme.css +0 -5661
  768. package/resources/themes/lara-dark-teal/theme.css +0 -5661
  769. package/resources/themes/lara-light-blue/theme.css +0 -5661
  770. package/resources/themes/lara-light-indigo/theme.css +0 -5661
  771. package/resources/themes/lara-light-purple/theme.css +0 -5661
  772. package/resources/themes/lara-light-teal/theme.css +0 -5661
  773. package/resources/themes/luna-amber/theme.css +0 -5626
  774. package/resources/themes/luna-blue/theme.css +0 -5626
  775. package/resources/themes/luna-green/theme.css +0 -5626
  776. package/resources/themes/luna-pink/theme.css +0 -5626
  777. package/resources/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
  778. package/resources/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
  779. package/resources/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
  780. package/resources/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
  781. package/resources/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
  782. package/resources/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
  783. package/resources/themes/md-dark-deeppurple/theme.css +0 -7208
  784. package/resources/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
  785. package/resources/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
  786. package/resources/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
  787. package/resources/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
  788. package/resources/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
  789. package/resources/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
  790. package/resources/themes/md-dark-indigo/theme.css +0 -7208
  791. package/resources/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
  792. package/resources/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
  793. package/resources/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
  794. package/resources/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
  795. package/resources/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
  796. package/resources/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
  797. package/resources/themes/md-light-deeppurple/theme.css +0 -7208
  798. package/resources/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
  799. package/resources/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
  800. package/resources/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
  801. package/resources/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
  802. package/resources/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
  803. package/resources/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
  804. package/resources/themes/md-light-indigo/theme.css +0 -7208
  805. package/resources/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
  806. package/resources/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
  807. package/resources/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
  808. package/resources/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
  809. package/resources/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
  810. package/resources/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
  811. package/resources/themes/mdc-dark-deeppurple/theme.css +0 -7208
  812. package/resources/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
  813. package/resources/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
  814. package/resources/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
  815. package/resources/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
  816. package/resources/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
  817. package/resources/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
  818. package/resources/themes/mdc-dark-indigo/theme.css +0 -7208
  819. package/resources/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
  820. package/resources/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
  821. package/resources/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
  822. package/resources/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
  823. package/resources/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
  824. package/resources/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
  825. package/resources/themes/mdc-light-deeppurple/theme.css +0 -7208
  826. package/resources/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
  827. package/resources/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
  828. package/resources/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
  829. package/resources/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
  830. package/resources/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
  831. package/resources/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
  832. package/resources/themes/mdc-light-indigo/theme.css +0 -7208
  833. package/resources/themes/nova/theme.css +0 -5640
  834. package/resources/themes/nova-accent/theme.css +0 -5650
  835. package/resources/themes/nova-alt/theme.css +0 -5652
  836. package/resources/themes/nova-vue/theme.css +0 -5640
  837. package/resources/themes/rhea/theme.css +0 -5628
  838. package/resources/themes/saga-blue/theme.css +0 -5677
  839. package/resources/themes/saga-green/theme.css +0 -5677
  840. package/resources/themes/saga-orange/theme.css +0 -5677
  841. package/resources/themes/saga-purple/theme.css +0 -5677
  842. package/resources/themes/tailwind-light/fonts/Inter-Bold.woff +0 -0
  843. package/resources/themes/tailwind-light/fonts/Inter-Bold.woff2 +0 -0
  844. package/resources/themes/tailwind-light/fonts/Inter-Light.woff +0 -0
  845. package/resources/themes/tailwind-light/fonts/Inter-Light.woff2 +0 -0
  846. package/resources/themes/tailwind-light/fonts/Inter-Medium.woff +0 -0
  847. package/resources/themes/tailwind-light/fonts/Inter-Medium.woff2 +0 -0
  848. package/resources/themes/tailwind-light/fonts/Inter-Regular.woff +0 -0
  849. package/resources/themes/tailwind-light/fonts/Inter-Regular.woff2 +0 -0
  850. package/resources/themes/tailwind-light/fonts/Inter-SemiBold.woff +0 -0
  851. package/resources/themes/tailwind-light/fonts/Inter-SemiBold.woff2 +0 -0
  852. package/resources/themes/tailwind-light/theme.css +0 -5780
  853. package/resources/themes/vela-blue/theme.css +0 -5680
  854. package/resources/themes/vela-green/theme.css +0 -5680
  855. package/resources/themes/vela-orange/theme.css +0 -5680
  856. package/resources/themes/vela-purple/theme.css +0 -5680
  857. package/ripple/Ripple.d.ts +0 -5
  858. package/ripple/package.json +0 -6
  859. package/ripple/ripple.cjs.js +0 -78
  860. package/ripple/ripple.cjs.min.js +0 -1
  861. package/ripple/ripple.esm.js +0 -76
  862. package/ripple/ripple.esm.min.js +0 -1
  863. package/ripple/ripple.js +0 -80
  864. package/ripple/ripple.min.js +0 -1
  865. package/row/Row.d.ts +0 -29
  866. package/row/Row.vue +0 -8
  867. package/row/package.json +0 -9
  868. package/row/row.cjs.js +0 -10
  869. package/row/row.cjs.min.js +0 -1
  870. package/row/row.esm.js +0 -8
  871. package/row/row.esm.min.js +0 -1
  872. package/row/row.js +0 -14
  873. package/row/row.min.js +0 -1
  874. package/scrollpanel/ScrollPanel.d.ts +0 -34
  875. package/scrollpanel/ScrollPanel.vue +0 -264
  876. package/scrollpanel/package.json +0 -9
  877. package/scrollpanel/scrollpanel.cjs.js +0 -262
  878. package/scrollpanel/scrollpanel.cjs.min.js +0 -1
  879. package/scrollpanel/scrollpanel.esm.js +0 -260
  880. package/scrollpanel/scrollpanel.esm.min.js +0 -1
  881. package/scrollpanel/scrollpanel.js +0 -263
  882. package/scrollpanel/scrollpanel.min.js +0 -1
  883. package/scrolltop/ScrollTop.d.ts +0 -52
  884. package/scrolltop/ScrollTop.vue +0 -150
  885. package/scrolltop/package.json +0 -9
  886. package/scrolltop/scrolltop.cjs.js +0 -168
  887. package/scrolltop/scrolltop.cjs.min.js +0 -1
  888. package/scrolltop/scrolltop.esm.js +0 -166
  889. package/scrolltop/scrolltop.esm.min.js +0 -1
  890. package/scrolltop/scrolltop.js +0 -169
  891. package/scrolltop/scrolltop.min.js +0 -1
  892. package/selectbutton/SelectButton.d.ts +0 -117
  893. package/selectbutton/SelectButton.vue +0 -114
  894. package/selectbutton/package.json +0 -9
  895. package/selectbutton/selectbutton.cjs.js +0 -150
  896. package/selectbutton/selectbutton.cjs.min.js +0 -1
  897. package/selectbutton/selectbutton.esm.js +0 -144
  898. package/selectbutton/selectbutton.esm.min.js +0 -1
  899. package/selectbutton/selectbutton.js +0 -150
  900. package/selectbutton/selectbutton.min.js +0 -1
  901. package/sidebar/Sidebar.d.ts +0 -93
  902. package/sidebar/Sidebar.vue +0 -303
  903. package/sidebar/package.json +0 -9
  904. package/sidebar/sidebar.cjs.js +0 -250
  905. package/sidebar/sidebar.cjs.min.js +0 -1
  906. package/sidebar/sidebar.esm.js +0 -244
  907. package/sidebar/sidebar.esm.min.js +0 -1
  908. package/sidebar/sidebar.js +0 -250
  909. package/sidebar/sidebar.min.js +0 -1
  910. package/skeleton/Skeleton.d.ts +0 -63
  911. package/skeleton/Skeleton.vue +0 -85
  912. package/skeleton/package.json +0 -9
  913. package/skeleton/skeleton.cjs.js +0 -88
  914. package/skeleton/skeleton.cjs.min.js +0 -1
  915. package/skeleton/skeleton.esm.js +0 -86
  916. package/skeleton/skeleton.esm.min.js +0 -1
  917. package/skeleton/skeleton.js +0 -90
  918. package/skeleton/skeleton.min.js +0 -1
  919. package/slider/Slider.d.ts +0 -95
  920. package/slider/Slider.vue +0 -376
  921. package/slider/package.json +0 -9
  922. package/slider/slider.cjs.js +0 -425
  923. package/slider/slider.cjs.min.js +0 -1
  924. package/slider/slider.esm.js +0 -423
  925. package/slider/slider.esm.min.js +0 -1
  926. package/slider/slider.js +0 -426
  927. package/slider/slider.min.js +0 -1
  928. package/speeddial/SpeedDial.d.ts +0 -176
  929. package/speeddial/SpeedDial.vue +0 -382
  930. package/speeddial/package.json +0 -9
  931. package/speeddial/speeddial.cjs.js +0 -360
  932. package/speeddial/speeddial.cjs.min.js +0 -1
  933. package/speeddial/speeddial.esm.js +0 -352
  934. package/speeddial/speeddial.esm.min.js +0 -1
  935. package/speeddial/speeddial.js +0 -358
  936. package/speeddial/speeddial.min.js +0 -1
  937. package/splitbutton/SplitButton.d.ts +0 -82
  938. package/splitbutton/SplitButton.vue +0 -104
  939. package/splitbutton/package.json +0 -9
  940. package/splitbutton/splitbutton.cjs.js +0 -138
  941. package/splitbutton/splitbutton.cjs.min.js +0 -1
  942. package/splitbutton/splitbutton.esm.js +0 -131
  943. package/splitbutton/splitbutton.esm.min.js +0 -1
  944. package/splitbutton/splitbutton.js +0 -137
  945. package/splitbutton/splitbutton.min.js +0 -1
  946. package/splitter/Splitter.d.ts +0 -79
  947. package/splitter/Splitter.vue +0 -315
  948. package/splitter/package.json +0 -9
  949. package/splitter/splitter.cjs.js +0 -303
  950. package/splitter/splitter.cjs.min.js +0 -1
  951. package/splitter/splitter.esm.js +0 -301
  952. package/splitter/splitter.esm.min.js +0 -1
  953. package/splitter/splitter.js +0 -304
  954. package/splitter/splitter.min.js +0 -1
  955. package/splitterpanel/SplitterPanel.d.ts +0 -42
  956. package/splitterpanel/SplitterPanel.vue +0 -31
  957. package/splitterpanel/package.json +0 -9
  958. package/splitterpanel/splitterpanel.cjs.js +0 -40
  959. package/splitterpanel/splitterpanel.cjs.min.js +0 -1
  960. package/splitterpanel/splitterpanel.esm.js +0 -38
  961. package/splitterpanel/splitterpanel.esm.min.js +0 -1
  962. package/splitterpanel/splitterpanel.js +0 -42
  963. package/splitterpanel/splitterpanel.min.js +0 -1
  964. package/steps/Steps.d.ts +0 -59
  965. package/steps/Steps.vue +0 -153
  966. package/steps/package.json +0 -9
  967. package/steps/steps.cjs.js +0 -186
  968. package/steps/steps.cjs.min.js +0 -1
  969. package/steps/steps.esm.js +0 -184
  970. package/steps/steps.esm.min.js +0 -1
  971. package/steps/steps.js +0 -187
  972. package/steps/steps.min.js +0 -1
  973. package/styleclass/StyleClass.d.ts +0 -5
  974. package/styleclass/package.json +0 -6
  975. package/styleclass/styleclass.cjs.js +0 -179
  976. package/styleclass/styleclass.cjs.min.js +0 -1
  977. package/styleclass/styleclass.esm.js +0 -177
  978. package/styleclass/styleclass.esm.min.js +0 -1
  979. package/styleclass/styleclass.js +0 -181
  980. package/styleclass/styleclass.min.js +0 -1
  981. package/tabmenu/TabMenu.d.ts +0 -71
  982. package/tabmenu/TabMenu.vue +0 -191
  983. package/tabmenu/package.json +0 -9
  984. package/tabmenu/tabmenu.cjs.js +0 -263
  985. package/tabmenu/tabmenu.cjs.min.js +0 -1
  986. package/tabmenu/tabmenu.esm.js +0 -257
  987. package/tabmenu/tabmenu.esm.min.js +0 -1
  988. package/tabmenu/tabmenu.js +0 -263
  989. package/tabmenu/tabmenu.min.js +0 -1
  990. package/tabpanel/TabPanel.d.ts +0 -46
  991. package/tabpanel/TabPanel.vue +0 -13
  992. package/tabpanel/package.json +0 -9
  993. package/tabpanel/tabpanel.cjs.js +0 -19
  994. package/tabpanel/tabpanel.cjs.min.js +0 -1
  995. package/tabpanel/tabpanel.esm.js +0 -17
  996. package/tabpanel/tabpanel.esm.min.js +0 -1
  997. package/tabpanel/tabpanel.js +0 -21
  998. package/tabpanel/tabpanel.min.js +0 -1
  999. package/tabview/TabView.d.ts +0 -81
  1000. package/tabview/TabView.vue +0 -252
  1001. package/tabview/package.json +0 -9
  1002. package/tabview/tabview.cjs.js +0 -300
  1003. package/tabview/tabview.cjs.min.js +0 -1
  1004. package/tabview/tabview.esm.js +0 -294
  1005. package/tabview/tabview.esm.min.js +0 -1
  1006. package/tabview/tabview.js +0 -300
  1007. package/tabview/tabview.min.js +0 -1
  1008. package/tag/Tag.d.ts +0 -53
  1009. package/tag/Tag.vue +0 -52
  1010. package/tag/package.json +0 -9
  1011. package/tag/tag.cjs.js +0 -77
  1012. package/tag/tag.cjs.min.js +0 -1
  1013. package/tag/tag.esm.js +0 -75
  1014. package/tag/tag.esm.min.js +0 -1
  1015. package/tag/tag.js +0 -79
  1016. package/tag/tag.min.js +0 -1
  1017. package/terminal/Terminal.d.ts +0 -41
  1018. package/terminal/Terminal.vue +0 -90
  1019. package/terminal/package.json +0 -9
  1020. package/terminal/terminal.cjs.js +0 -130
  1021. package/terminal/terminal.cjs.min.js +0 -1
  1022. package/terminal/terminal.esm.js +0 -124
  1023. package/terminal/terminal.esm.min.js +0 -1
  1024. package/terminal/terminal.js +0 -131
  1025. package/terminal/terminal.min.js +0 -1
  1026. package/terminalservice/TerminalService.d.ts +0 -11
  1027. package/terminalservice/package.json +0 -6
  1028. package/terminalservice/terminalservice.cjs.js +0 -7
  1029. package/terminalservice/terminalservice.cjs.min.js +0 -1
  1030. package/terminalservice/terminalservice.esm.js +0 -5
  1031. package/terminalservice/terminalservice.esm.min.js +0 -1
  1032. package/terminalservice/terminalservice.js +0 -9
  1033. package/terminalservice/terminalservice.min.js +0 -1
  1034. package/textarea/Textarea.d.ts +0 -43
  1035. package/textarea/Textarea.vue +0 -62
  1036. package/textarea/package.json +0 -9
  1037. package/textarea/textarea.cjs.js +0 -94
  1038. package/textarea/textarea.cjs.min.js +0 -1
  1039. package/textarea/textarea.esm.js +0 -92
  1040. package/textarea/textarea.esm.min.js +0 -1
  1041. package/textarea/textarea.js +0 -96
  1042. package/textarea/textarea.min.js +0 -1
  1043. package/tieredmenu/TieredMenu.d.ts +0 -98
  1044. package/tieredmenu/TieredMenu.vue +0 -242
  1045. package/tieredmenu/TieredMenuSub.vue +0 -251
  1046. package/tieredmenu/package.json +0 -9
  1047. package/tieredmenu/tieredmenu.cjs.js +0 -592
  1048. package/tieredmenu/tieredmenu.cjs.min.js +0 -1
  1049. package/tieredmenu/tieredmenu.esm.js +0 -585
  1050. package/tieredmenu/tieredmenu.esm.min.js +0 -1
  1051. package/tieredmenu/tieredmenu.js +0 -591
  1052. package/tieredmenu/tieredmenu.min.js +0 -1
  1053. package/timeline/Timeline.d.ts +0 -104
  1054. package/timeline/Timeline.vue +0 -167
  1055. package/timeline/package.json +0 -9
  1056. package/timeline/timeline.cjs.js +0 -113
  1057. package/timeline/timeline.cjs.min.js +0 -1
  1058. package/timeline/timeline.esm.js +0 -111
  1059. package/timeline/timeline.esm.min.js +0 -1
  1060. package/timeline/timeline.js +0 -114
  1061. package/timeline/timeline.min.js +0 -1
  1062. package/toast/Toast.d.ts +0 -126
  1063. package/toast/Toast.vue +0 -255
  1064. package/toast/ToastMessage.vue +0 -77
  1065. package/toast/package.json +0 -9
  1066. package/toast/toast.cjs.js +0 -325
  1067. package/toast/toast.cjs.min.js +0 -1
  1068. package/toast/toast.esm.js +0 -318
  1069. package/toast/toast.esm.min.js +0 -1
  1070. package/toast/toast.js +0 -324
  1071. package/toast/toast.min.js +0 -1
  1072. package/toasteventbus/package.json +0 -5
  1073. package/toasteventbus/toasteventbus.cjs.js +0 -7
  1074. package/toasteventbus/toasteventbus.cjs.min.js +0 -1
  1075. package/toasteventbus/toasteventbus.esm.js +0 -5
  1076. package/toasteventbus/toasteventbus.esm.min.js +0 -1
  1077. package/toasteventbus/toasteventbus.js +0 -9
  1078. package/toasteventbus/toasteventbus.min.js +0 -1
  1079. package/toastservice/ToastService.d.ts +0 -34
  1080. package/toastservice/package.json +0 -6
  1081. package/toastservice/toastservice.cjs.js +0 -28
  1082. package/toastservice/toastservice.cjs.min.js +0 -1
  1083. package/toastservice/toastservice.esm.js +0 -22
  1084. package/toastservice/toastservice.esm.min.js +0 -1
  1085. package/toastservice/toastservice.js +0 -29
  1086. package/toastservice/toastservice.min.js +0 -1
  1087. package/togglebutton/ToggleButton.d.ts +0 -69
  1088. package/togglebutton/ToggleButton.vue +0 -66
  1089. package/togglebutton/package.json +0 -9
  1090. package/togglebutton/togglebutton.cjs.js +0 -93
  1091. package/togglebutton/togglebutton.cjs.min.js +0 -1
  1092. package/togglebutton/togglebutton.esm.js +0 -87
  1093. package/togglebutton/togglebutton.esm.min.js +0 -1
  1094. package/togglebutton/togglebutton.js +0 -94
  1095. package/togglebutton/togglebutton.min.js +0 -1
  1096. package/toolbar/Toolbar.d.ts +0 -38
  1097. package/toolbar/Toolbar.vue +0 -31
  1098. package/toolbar/package.json +0 -9
  1099. package/toolbar/toolbar.cjs.js +0 -59
  1100. package/toolbar/toolbar.cjs.min.js +0 -1
  1101. package/toolbar/toolbar.esm.js +0 -57
  1102. package/toolbar/toolbar.esm.min.js +0 -1
  1103. package/toolbar/toolbar.js +0 -61
  1104. package/toolbar/toolbar.min.js +0 -1
  1105. package/tooltip/Tooltip.d.ts +0 -5
  1106. package/tooltip/package.json +0 -6
  1107. package/tooltip/tooltip.cjs.js +0 -341
  1108. package/tooltip/tooltip.cjs.min.js +0 -1
  1109. package/tooltip/tooltip.esm.js +0 -339
  1110. package/tooltip/tooltip.esm.min.js +0 -1
  1111. package/tooltip/tooltip.js +0 -343
  1112. package/tooltip/tooltip.min.js +0 -1
  1113. package/tree/Tree.d.ts +0 -199
  1114. package/tree/Tree.vue +0 -372
  1115. package/tree/TreeNode.vue +0 -298
  1116. package/tree/package.json +0 -9
  1117. package/tree/tree.cjs.js +0 -725
  1118. package/tree/tree.cjs.min.js +0 -1
  1119. package/tree/tree.esm.js +0 -719
  1120. package/tree/tree.esm.min.js +0 -1
  1121. package/tree/tree.js +0 -725
  1122. package/tree/tree.min.js +0 -1
  1123. package/treeselect/TreeSelect.d.ts +0 -215
  1124. package/treeselect/TreeSelect.vue +0 -492
  1125. package/treeselect/package.json +0 -9
  1126. package/treeselect/treeselect.cjs.js +0 -557
  1127. package/treeselect/treeselect.cjs.min.js +0 -1
  1128. package/treeselect/treeselect.esm.js +0 -549
  1129. package/treeselect/treeselect.esm.min.js +0 -1
  1130. package/treeselect/treeselect.js +0 -555
  1131. package/treeselect/treeselect.min.js +0 -1
  1132. package/treetable/BodyCell.vue +0 -156
  1133. package/treetable/FooterCell.vue +0 -74
  1134. package/treetable/HeaderCell.vue +0 -177
  1135. package/treetable/TreeTable.d.ts +0 -467
  1136. package/treetable/TreeTable.vue +0 -1079
  1137. package/treetable/TreeTableRow.vue +0 -256
  1138. package/treetable/package.json +0 -9
  1139. package/treetable/treetable.cjs.js +0 -1879
  1140. package/treetable/treetable.cjs.min.js +0 -1
  1141. package/treetable/treetable.esm.js +0 -1872
  1142. package/treetable/treetable.esm.min.js +0 -1
  1143. package/treetable/treetable.js +0 -1877
  1144. package/treetable/treetable.min.js +0 -1
  1145. package/tristatecheckbox/TriStateCheckbox.d.ts +0 -46
  1146. package/tristatecheckbox/TriStateCheckbox.vue +0 -83
  1147. package/tristatecheckbox/package.json +0 -9
  1148. package/tristatecheckbox/tristatecheckbox.cjs.js +0 -111
  1149. package/tristatecheckbox/tristatecheckbox.cjs.min.js +0 -1
  1150. package/tristatecheckbox/tristatecheckbox.esm.js +0 -109
  1151. package/tristatecheckbox/tristatecheckbox.esm.min.js +0 -1
  1152. package/tristatecheckbox/tristatecheckbox.js +0 -113
  1153. package/tristatecheckbox/tristatecheckbox.min.js +0 -1
  1154. package/ts-helpers.d.ts +0 -28
  1155. package/useconfirm/UseConfirm.d.ts +0 -6
  1156. package/useconfirm/package.json +0 -6
  1157. package/useconfirm/useconfirm.cjs.js +0 -19
  1158. package/useconfirm/useconfirm.cjs.min.js +0 -1
  1159. package/useconfirm/useconfirm.esm.js +0 -14
  1160. package/useconfirm/useconfirm.esm.min.js +0 -1
  1161. package/useconfirm/useconfirm.js +0 -23
  1162. package/useconfirm/useconfirm.min.js +0 -1
  1163. package/usetoast/UseToast.d.ts +0 -3
  1164. package/usetoast/package.json +0 -6
  1165. package/usetoast/usetoast.cjs.js +0 -19
  1166. package/usetoast/usetoast.cjs.min.js +0 -1
  1167. package/usetoast/usetoast.esm.js +0 -14
  1168. package/usetoast/usetoast.esm.min.js +0 -1
  1169. package/usetoast/usetoast.js +0 -23
  1170. package/usetoast/usetoast.min.js +0 -1
  1171. package/utils/Utils.d.ts +0 -83
  1172. package/utils/package.json +0 -6
  1173. package/utils/utils.cjs.js +0 -876
  1174. package/utils/utils.cjs.min.js +0 -1
  1175. package/utils/utils.esm.js +0 -867
  1176. package/utils/utils.esm.min.js +0 -1
  1177. package/utils/utils.js +0 -882
  1178. package/utils/utils.min.js +0 -1
  1179. package/vetur-attributes.json +0 -3150
  1180. package/vetur-tags.json +0 -1199
  1181. package/virtualscroller/VirtualScroller.d.ts +0 -315
  1182. package/virtualscroller/VirtualScroller.vue +0 -616
  1183. package/virtualscroller/package.json +0 -9
  1184. package/virtualscroller/virtualscroller.cjs.js +0 -656
  1185. package/virtualscroller/virtualscroller.cjs.min.js +0 -1
  1186. package/virtualscroller/virtualscroller.esm.js +0 -654
  1187. package/virtualscroller/virtualscroller.esm.min.js +0 -1
  1188. package/virtualscroller/virtualscroller.js +0 -658
  1189. package/virtualscroller/virtualscroller.min.js +0 -1
  1190. package/web-types.json +0 -12939
package/CHANGELOG.md ADDED
@@ -0,0 +1,2236 @@
1
+ # Changelog
2
+
3
+ ## [3.13.1](https://github.com/primefaces/primevue/tree/3.13.1) (2022-06-07)
4
+
5
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.13.0...3.13.1)
6
+
7
+ **Fixed bugs:**
8
+
9
+ - Script: CDN Script Fail [\#2642](https://github.com/primefaces/primevue/issues/2642)
10
+
11
+ ## [3.13.0](https://github.com/primefaces/primevue/tree/3.13.0) (2022-06-06)
12
+
13
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.12.6...3.13.0)
14
+
15
+ **Implemented New Features and Enhancements:**
16
+
17
+ - DataTable | new 'p-reorderable-column' class and reorderable columns cursor update [\#2620](https://github.com/primefaces/primevue/issues/2620)
18
+ - Add a param to the show\(\) method to focus Dropdown component [\#2619](https://github.com/primefaces/primevue/issues/2619)
19
+ - The overlay elements automatically close on mobile devices [\#2618](https://github.com/primefaces/primevue/issues/2618)
20
+ - Add Nuxt3 support for components using teleport [\#2602](https://github.com/primefaces/primevue/issues/2602)
21
+ - DataTable: support passing a function to the dataKey prop [\#2589](https://github.com/primefaces/primevue/issues/2589)
22
+ - Autocomplete | new loadingIcon property [\#2542](https://github.com/primefaces/primevue/issues/2542)
23
+ - Tooltip new fitContent property [\#2536](https://github.com/primefaces/primevue/issues/2536)
24
+ - Arrow for OverlayPanel doesn't have borders in Lara Light Blue theme [\#2390](https://github.com/primefaces/primevue/issues/2390)
25
+ - 'tab' key support on Input Number [\#1518](https://github.com/primefaces/primevue/issues/1518)
26
+
27
+ **Fixed bugs:**
28
+
29
+ - The maxSelectedLabels props is not working with 0 value on MultiSelect [\#2617](https://github.com/primefaces/primevue/issues/2617)
30
+ - Calendar | Could not edit end date with time picker properly [\#2588](https://github.com/primefaces/primevue/issues/2588)
31
+ - PanelMenu animation issue [\#2583](https://github.com/primefaces/primevue/issues/2583)
32
+ - Add null types to InputText and Password [\#2576](https://github.com/primefaces/primevue/issues/2576)
33
+ - Step tabs not highlighted correctly for named routes [\#2568](https://github.com/primefaces/primevue/issues/2568)
34
+ - DataTable | column reorder is broken with hidden column [\#2562](https://github.com/primefaces/primevue/issues/2562)
35
+ - Column node declaration TypeScript error [\#2553](https://github.com/primefaces/primevue/issues/2553)
36
+ - DataTable \#loading overridden template is not always rendered [\#2547](https://github.com/primefaces/primevue/issues/2547)
37
+ - Dropdown duplicates options key [\#2545](https://github.com/primefaces/primevue/issues/2545)
38
+ - Header elements in DataTable with virtualScroller are not in the correct position on the scroll. [\#2534](https://github.com/primefaces/primevue/issues/2534)
39
+ - Sub-items in PanelMenu does not receive the `router-link-active` class [\#2528](https://github.com/primefaces/primevue/issues/2528)
40
+ - InputText and Textarea duplicating custom class\(es\) in DOM element [\#2522](https://github.com/primefaces/primevue/issues/2522)
41
+ - Carousel: Display issues when loading less items that the allocated slots [\#2516](https://github.com/primefaces/primevue/issues/2516)
42
+ - Missing invalid float label color [\#2510](https://github.com/primefaces/primevue/issues/2510)
43
+ - Calendar resize listener bug [\#2509](https://github.com/primefaces/primevue/issues/2509)
44
+ - The default severity of the InlineMessage is info, but in the code the default severity is 'error'. [\#2507](https://github.com/primefaces/primevue/issues/2507)
45
+ - \[BUG\] DataTable column reorder in wrong order [\#2225](https://github.com/primefaces/primevue/issues/2225)
46
+ - \[BUG\] Range slider cannot be set to \[min, min\] [\#2104](https://github.com/primefaces/primevue/issues/2104)
47
+
48
+ ## [3.12.6](https://github.com/primefaces/primevue/tree/3.12.5) (2022-04-27)
49
+
50
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.12.5...3.12.6)
51
+
52
+ **Implemented New Features and Enhancements:**
53
+
54
+ - InputNumber new readonly attribute [\#2469](https://github.com/primefaces/primevue/issues/2469)
55
+ - New Primary Color [\#2462](https://github.com/primefaces/primevue/issues/2462)
56
+ - FileUpload | Customizable Icons [\#2401](https://github.com/primefaces/primevue/issues/2401)
57
+ - Extend TreeNode API with expandedIcon & collapsedIcon [\#2108](https://github.com/primefaces/primevue/issues/2108)
58
+ - Sidebar new header templating [\#1939](https://github.com/primefaces/primevue/issues/1939)
59
+
60
+ **Fixed bugs:**
61
+
62
+ - Error in console when Password component get prop "inputClass" with Object type [\#2487](https://github.com/primefaces/primevue/issues/2487)
63
+
64
+ ## [3.12.5](https://github.com/primefaces/primevue/tree/3.12.5) (2022-04-13)
65
+
66
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.12.4...3.12.5)
67
+
68
+ **Fixed bugs:**
69
+
70
+ - Toast | z-index shouldn't removed when other toasts are shown [\#2434](https://github.com/primefaces/primevue/issues/2434)
71
+ - ConfirmDialog: 'position' TypeScript errors [\#2381](https://github.com/primefaces/primevue/issues/2381)
72
+ - TreeTable and DataTable | Typescript Definition Bug for global Filters [\#2378](https://github.com/primefaces/primevue/issues/2378)
73
+ - Timeline component: type TimelineVerticalAlignType lack of enum value of 'alternate' [\#2367](https://github.com/primefaces/primevue/issues/2367)
74
+ - Menu | disabled property as a function is not working with command prop [\#2365](https://github.com/primefaces/primevue/issues/2365)
75
+
76
+ ## [3.12.4](https://github.com/primefaces/primevue/tree/3.12.4) (2022-03-31)
77
+
78
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.12.3...3.12.4)
79
+
80
+ **Fixed bugs:**
81
+
82
+ - StyleClass may fail to enter the element defect [\#2382](https://github.com/primefaces/primevue/issues/2382)
83
+
84
+ ## [3.12.3](https://github.com/primefaces/primevue/tree/3.12.3) (2022-03-30)
85
+
86
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.12.2...3.12.3)
87
+
88
+ **Implemented New Features and Enhancements:**
89
+
90
+ - Accordion | New expandIcon and collapseIcon properties [\#2373](https://github.com/primefaces/primevue/issues/2373)
91
+ - Tooltip | Escape Support [\#2363](https://github.com/primefaces/primevue/issues/2363)
92
+ - DataView new dataKey property [\#2361](https://github.com/primefaces/primevue/issues/2361)
93
+ - Numpad comma separator support for Chips [\#2349](https://github.com/primefaces/primevue/issues/2349)
94
+
95
+ **Fixed bugs:**
96
+
97
+ - StyleClass may fail to enter the element [\#2371](https://github.com/primefaces/primevue/issues/2371)
98
+ - Calendar | Loses alignment when positioned at the top of the input and the user clicks in the year/month [\#2369](https://github.com/primefaces/primevue/issues/2369)
99
+ - The v-ripple directive breaks the behavior of list components in Firefox [\#2333](https://github.com/primefaces/primevue/issues/2333)
100
+ - Align overlay not working correctly in ConfirmPopup [\#2038](https://github.com/primefaces/primevue/issues/2038)
101
+
102
+ ## [3.12.2](https://github.com/primefaces/primevue/tree/3.12.2) (2022-03-16)
103
+
104
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.12.1...3.12.2)
105
+
106
+ **Implemented New Features and Enhancements:**
107
+
108
+ - New DataTable editor callbacks [\#2312](https://github.com/primefaces/primevue/issues/2312)
109
+
110
+ **Fixed bugs:**
111
+
112
+ - Type declaration and export bug on ConfirmationService [\#2266](https://github.com/primefaces/primevue/issues/2266)
113
+ - The type declaration for global property $primevue is not woking in Vue3 [\#2315](https://github.com/primefaces/primevue/issues/2315)
114
+ - Colspan defect with hidden Columns [\#2310](https://github.com/primefaces/primevue/issues/2310)
115
+ - DataTable with edit, sort and filter options does not work as expected [\#2271](https://github.com/primefaces/primevue/issues/2271)
116
+ - InputSwitch TypeScript modelValue error [\#2262](https://github.com/primefaces/primevue/issues/2262)
117
+ - Data Table row checkboxes propagate click events leading to double-handling of row select/unselect [\#2259](https://github.com/primefaces/primevue/issues/2259)
118
+ - Pressing Enter/Return key submits form when there is a single MultiSelect and it has focus [\#2241](https://github.com/primefaces/primevue/issues/2241)
119
+ - Multiselect with Grouped Data, select all options [\#2168](https://github.com/primefaces/primevue/issues/2168)
120
+ - filterMatchMode option is ignored in MultiSelect [\#2162](https://github.com/primefaces/primevue/issues/2162)
121
+ - Range slider get stuck when both handle on max value [\#2074](https://github.com/primefaces/primevue/issues/2074)
122
+ - Bug: Tooltip shown at wrong place [\#1976](https://github.com/primefaces/primevue/issues/1976)
123
+ - FileUpload: Custom upload bug on clear list [\#1723](https://github.com/primefaces/primevue/issues/1723)
124
+
125
+ ## [3.12.1](https://github.com/primefaces/primevue/tree/3.12.1) (2022-03-02)
126
+
127
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.12.0...3.12.1)
128
+
129
+ **Implemented New Features and Enhancements:**
130
+
131
+ - Added InputNumber focus and blur events [\#2235](https://github.com/primefaces/primevue/issues/2235)
132
+ - Add p-button-\* class support to SplitButton [\#2230](https://github.com/primefaces/primevue/issues/2230)
133
+ - Calendar keydown event [\#2219](https://github.com/primefaces/primevue/issues/2219)
134
+ - Calendar input value added blur event [\#2186](https://github.com/primefaces/primevue/issues/2186)
135
+ - PanelMenu keyboard navigation [\#2181](https://github.com/primefaces/primevue/issues/2181)
136
+ - Change lara to use system font [\#2180](https://github.com/primefaces/primevue/issues/2180)
137
+ - Red Color Palette [\#1944](https://github.com/primefaces/primevue/issues/1944)
138
+
139
+ **Fixed bugs:**
140
+
141
+ - Galleria containerStyle and containerClass TypeScript error [\#2245](https://github.com/primefaces/primevue/issues/2245)
142
+ - Material Calendar | Disabled Calendar getting opacity twice [\#2239](https://github.com/primefaces/primevue/issues/2239)
143
+ - DataView DataViewLayoutType TypeScript error [\#2228](https://github.com/primefaces/primevue/issues/2228)
144
+ - Material DataTable extension border typo fix [\#2227](https://github.com/primefaces/primevue/issues/2227)
145
+ - Inline calendar adds autofocus [\#2212](https://github.com/primefaces/primevue/issues/2212)
146
+ - Bug on Dark Themes related with fixed columns [\#2210](https://github.com/primefaces/primevue/issues/2210)
147
+ - Lara Light Blue | Primary Button Hover is not Changing [\#2209](https://github.com/primefaces/primevue/issues/2209)
148
+ - DataTableFilterMeta TypeScript error [\#2196](https://github.com/primefaces/primevue/issues/2196)
149
+ - Toast: add missing 'top-right' ToastPositionType causing Typescript compilation errors [\#2176](https://github.com/primefaces/primevue/issues/2176)
150
+ - \[BUG\] Advanced FileUploader in Dialog in IOS [\#2167](https://github.com/primefaces/primevue/issues/2167)
151
+ - DataTable row-select and row-unselect index is always undefined [\#2068](https://github.com/primefaces/primevue/issues/2068)
152
+ - Dropdown search don't work with Gboard [\#1389](https://github.com/primefaces/primevue/issues/1389)
153
+
154
+ ## [3.12.0](https://github.com/primefaces/primevue/tree/3.12.0) (2022-02-15)
155
+
156
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.11.0...3.12.0)
157
+
158
+ **Implemented New Features and Enhancements:**
159
+
160
+ - New Calendar focus and blur events [\#2160](https://github.com/primefaces/primevue/issues/2160)
161
+ - Calendar | hide timepicker on month/year select [\#2156](https://github.com/primefaces/primevue/issues/2156)
162
+ - New stripedRows property for OrderList and PickList [\#2154](https://github.com/primefaces/primevue/issues/2154)
163
+ - New input event for Calendar [\#2152](https://github.com/primefaces/primevue/issues/2152)
164
+ - MultiSelect | Filter autocomplete attribute support [\#2145](https://github.com/primefaces/primevue/issues/2145)
165
+ - Custom Table CSV Export Headers [\#2141](https://github.com/primefaces/primevue/issues/2141)
166
+ - Knob | replace surface letters with new surface variables [\#2132](https://github.com/primefaces/primevue/issues/2132)
167
+ - Replace surface letters with new surface variables [\#2129](https://github.com/primefaces/primevue/issues/2129)
168
+
169
+ **Fixed bugs:**
170
+
171
+ - Scrollable TabView forwardIsDisabled defect [\#2169](https://github.com/primefaces/primevue/issues/2169)
172
+ - Lara scrollable Tabview highlight defect [\#2165](https://github.com/primefaces/primevue/issues/2165)
173
+ - MultiSelect virtual scroll with selected item [\#2158](https://github.com/primefaces/primevue/issues/2158)
174
+ - TreeTable Typescript - 'checkbox' missing in TreeTableSelectionModeType [\#2148](https://github.com/primefaces/primevue/issues/2148)
175
+ - FullCalendar | Bootstrap background highlight is wrong [\#2143](https://github.com/primefaces/primevue/issues/2143)
176
+ - Wrong property name "col" in Treetable/FooterCell [\#2134](https://github.com/primefaces/primevue/issues/2134)
177
+ - Multiple SplitterPanels created using v-for directive [\#2120](https://github.com/primefaces/primevue/issues/2120)
178
+ - Dropdown virtual scroll and lazy load dropdown with selected item [\#2114](https://github.com/primefaces/primevue/issues/2114)
179
+ - Incomplete prop types specified in Column [\#2097](https://github.com/primefaces/primevue/issues/2097)
180
+ - OrganizationChart: "value" property improperly defined as "OrganizationChartNode\[\]" in OrganizationChartProps [\#2069](https://github.com/primefaces/primevue/issues/2069)
181
+ - ConfirmDialog: 'defaultFocus' property missing from ConfirmationOptions.d.ts, causing TypeScript errors [\#2058](https://github.com/primefaces/primevue/issues/2058)
182
+
183
+ ## [3.11.1](https://github.com/primefaces/primevue/tree/3.11.1) (2022-01-31)
184
+
185
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.11.0...3.11.1)
186
+
187
+ **Implemented New Features and Enhancements:**
188
+
189
+ - Update themes for datatable list shadow style [\#2025](https://github.com/primefaces/primevue/issues/2025)
190
+
191
+ **Fixed bugs:**
192
+
193
+ - contentStyle defect on VirtualScroller [\#2064](https://github.com/primefaces/primevue/issues/2064)
194
+ - Sidebar: ripple appears in the wrong place [\#2039](https://github.com/primefaces/primevue/issues/2039)
195
+ - tailwind theme - wrong styles [\#2023](https://github.com/primefaces/primevue/issues/2023)
196
+ - TreeTable | More than 2 Frozen Columns not Compatible with Table Scroll [\#2019](https://github.com/primefaces/primevue/issues/2019)
197
+ - TreeTable | ColResize Expand Mode not Compatible with Table Scroll and Frozen [\#1989](https://github.com/primefaces/primevue/issues/1989)
198
+ - DataTable Dynamic Row defect [\#1932](https://github.com/primefaces/primevue/issues/1932)
199
+
200
+ ## [3.11.0](https://github.com/primefaces/primevue/tree/3.11.0) (2022-01-18)
201
+
202
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.10.0...3.11.0)
203
+
204
+ **Implemented New Features and Enhancements:**
205
+
206
+ - Move PrimeFlex v2 Docs to Github [\#2017](https://github.com/primefaces/primevue/issues/2017)
207
+ - Update themes for list shadow style [\#2008](https://github.com/primefaces/primevue/issues/2008)
208
+ - Improve resizable structure on DataTable [\#2001](https://github.com/primefaces/primevue/issues/2001)
209
+ - PrimeFlex 3 update for PrimeVue showcase [\#1977](https://github.com/primefaces/primevue/issues/1977)
210
+ - Dialog: close button cannot receive focus [\#1975](https://github.com/primefaces/primevue/issues/1975)
211
+ - New Color Scheme for Lara Dark [\#1919](https://github.com/primefaces/primevue/issues/1919)
212
+ - Templating for SplitButton [\#1795](https://github.com/primefaces/primevue/issues/1795)
213
+
214
+ **Fixed bugs:**
215
+
216
+ - Tooltip import defect [\#2013](https://github.com/primefaces/primevue/issues/2013)
217
+ - Tree node toggler button is shrunk until not visible if label starts to not fit the node [\#2011](https://github.com/primefaces/primevue/issues/2011)
218
+ - DataTable | Footer is not align when resize mode is enable [\#2003](https://github.com/primefaces/primevue/issues/2003)
219
+ - Dropdown doesn't display empty string [\#1995](https://github.com/primefaces/primevue/issues/1995)
220
+ - Tag doesn't show icon when slot is used instead of "value" attribute [\#1993](https://github.com/primefaces/primevue/issues/1993)
221
+ - Dropdown | filled background problem [\#1980](https://github.com/primefaces/primevue/issues/1980)
222
+ - DataTable | ColResize Expand Mode not Compatible with Table Scroll [\#1970](https://github.com/primefaces/primevue/issues/1970)
223
+ - DataTable, TreeTable | Checkbox and RadioButton Focus Missing on Material [\#1967](https://github.com/primefaces/primevue/issues/1967)
224
+ - Datatable: Inline filterMenuStyle doesn't add css properties [\#1966](https://github.com/primefaces/primevue/issues/1966)
225
+ - Update type checking for class properties [\#1959](https://github.com/primefaces/primevue/issues/1959)
226
+ - Cannot dynamically set Toast severity [\#1955](https://github.com/primefaces/primevue/issues/1955)
227
+ - tooltip type error in SpeedDial.d.ts and Dock.d.ts [\#1945](https://github.com/primefaces/primevue/issues/1945)
228
+ - Type definition for 'header' slot missing in TabPanel component [\#1943](https://github.com/primefaces/primevue/issues/1943)
229
+ - Calendar: the Year is incorrect for Multiple Months mode [\#1942](https://github.com/primefaces/primevue/issues/1942)
230
+ - DataTable: sticky column header doesn't stay fixed [\#1938](https://github.com/primefaces/primevue/issues/1938)
231
+ - MenuItem: type of `to` should be `RouteLocationRaw` [\#1933](https://github.com/primefaces/primevue/issues/1933)
232
+ - Calendar: the Year is incorrect for Multiple Months mode [\#1924](https://github.com/primefaces/primevue/issues/1924)
233
+ - Error while dynamic remove SplitterPanel component. [\#1914](https://github.com/primefaces/primevue/issues/1914)
234
+ - DataTable - Paginator doesn't reset on Lazy sort [\#1905](https://github.com/primefaces/primevue/issues/1905)
235
+ - header option is missing from confirmoption [\#1902](https://github.com/primefaces/primevue/issues/1902)
236
+ - ConfirmationService: require is not defined [\#1897](https://github.com/primefaces/primevue/issues/1897)
237
+ - Toast: Production Typescript Build Error: Type detail [\#1856](https://github.com/primefaces/primevue/issues/1856)
238
+ - Missing props in ConfirmationOptions.d.ts [\#1852](https://github.com/primefaces/primevue/issues/1852)
239
+
240
+ ## [3.10.0](https://github.com/primefaces/primevue/tree/3.10.0) (2021-12-07)
241
+
242
+ [Full Changelog](https://github.com/primefaces/primevue/compare/2.7.0...3.10.0)
243
+
244
+ **Implemented New Features and Enhancements:**
245
+
246
+ - Calendar | Escape Support For Month and Year Picker [\#1847](https://github.com/primefaces/primevue/issues/1847)
247
+ - Add data param to exportCSV method on DataTable [\#1845](https://github.com/primefaces/primevue/issues/1845)
248
+ - Improve VirtualScroller implementation for Data components [\#1844](https://github.com/primefaces/primevue/issues/1844)
249
+ - Add virtualScroller feature to DataTable [\#1843](https://github.com/primefaces/primevue/issues/1843)
250
+ - DataTable component does not work correctly "Checkbox selection" together with "lazy" [\#1841](https://github.com/primefaces/primevue/issues/1841)
251
+ - Provide chartjs object when Chart component is totally instantiated [\#1840](https://github.com/primefaces/primevue/issues/1840)
252
+ - Improve TypeScript Definitions on all components [\#1836](https://github.com/primefaces/primevue/issues/1836)
253
+
254
+ **Fixed bugs:**
255
+
256
+ - Calendar | Year Picker and Month Picker empty when using Range and Multiple options [\#1848](https://github.com/primefaces/primevue/issues/1848)
257
+ - Calendar manual input doesn't work [\#1825](https://github.com/primefaces/primevue/issues/1825)
258
+ - PanelMenu does not use unique IDs [\#1791](https://github.com/primefaces/primevue/issues/1791)
259
+
260
+ **Deprecated:**
261
+
262
+ - Deprecate keepInvalid of Calendar [\#1849](https://github.com/primefaces/primevue/issues/1849)
263
+
264
+ ## [3.9.1](https://github.com/primefaces/primevue/tree/3.9.1) (2021-11-18)
265
+
266
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.9.0...3.9.1)
267
+
268
+ **Breaking Changes:**
269
+ - Rename slots for toolbar [\#1761](https://github.com/primefaces/primevue/issues/1761)
270
+
271
+ ## [3.9.0](https://github.com/primefaces/primevue/tree/3.9.0) (2021-11-18)
272
+
273
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.8.1...3.9.0)
274
+
275
+ **Implemented New Features and Enhancements:**
276
+
277
+ - Improve table row reorder highlight [\#1777](https://github.com/primefaces/primevue/issues/1777)
278
+ - PickList slots before and after the buttons [\#1758](https://github.com/primefaces/primevue/issues/1758)
279
+ - OrderList slots before and after the buttons [\#1757](https://github.com/primefaces/primevue/issues/1757)
280
+ - Add responsiveOptions property to Calendar [\#1750](https://github.com/primefaces/primevue/issues/1750)
281
+ - New change event for SelectButton [\#1748](https://github.com/primefaces/primevue/issues/1748)
282
+ - Year Picker for Calendar [\#1744](https://github.com/primefaces/primevue/issues/1744)
283
+ - New Lara Theme Family as the Default Theme [\#1742](https://github.com/primefaces/primevue/issues/1742)
284
+ - TreeSelect should automatically scroll to show the selected option [\#1735](https://github.com/primefaces/primevue/issues/1735)
285
+ - New rowStyle prop for DataTable [\#1734](https://github.com/primefaces/primevue/issues/1734)
286
+ - Update PrimeIcons v5.0.0 [\#1733](https://github.com/primefaces/primevue/issues/1733)
287
+ - Material | Use box-shadow for outlined Buttons [\#1729](https://github.com/primefaces/primevue/issues/1729)
288
+ - Material Focus Improvements [\#1728](https://github.com/primefaces/primevue/issues/1728)
289
+ - ColorPicker: events [\#1719](https://github.com/primefaces/primevue/issues/1719)
290
+ - Templating Support for ConfirmPopup [\#1685](https://github.com/primefaces/primevue/issues/1685)
291
+ - Default focus button should be configurable for ConfirmDialog [\#1663](https://github.com/primefaces/primevue/issues/1663)
292
+ - \[Feature Request\] Disable +- Button on InputNumber when value reach min, max [\#1621](https://github.com/primefaces/primevue/issues/1621)
293
+ - Enhanced UI for month and year picker for Calendar [\#1580](https://github.com/primefaces/primevue/issues/1580)
294
+ - Dynamic labels for Menu components [\#449](https://github.com/primefaces/primevue/issues/449)
295
+
296
+ **Breaking Changes:**
297
+ - Rename slot names for paginatorLeft and paginatorRight [\#1760](https://github.com/primefaces/primevue/issues/1760)
298
+ - Lowercase slot names for PickList sourceHeader-targetHeader [\#1759](https://github.com/primefaces/primevue/issues/1759)
299
+
300
+ **Fixed bugs:**
301
+
302
+ - Cannot select date in calendar in small viewports [\#1775](https://github.com/primefaces/primevue/issues/1775)
303
+ - Disabled not working for SelectButton [\#1773](https://github.com/primefaces/primevue/issues/1773)
304
+ - Formatting is not applied when keepInvalid is on [\#1772](https://github.com/primefaces/primevue/issues/1772)
305
+ - DataTable Focus Row Rectangle on Safari [\#1768](https://github.com/primefaces/primevue/issues/1768)
306
+ - DataTable lazy loading paginator defect [\#1766](https://github.com/primefaces/primevue/issues/1766)
307
+ - ProgressBar: color text accessibility issue [\#1752](https://github.com/primefaces/primevue/issues/1752)
308
+ - Cell editing without editor templating defect [\#1745](https://github.com/primefaces/primevue/issues/1745)
309
+ - Missing InputText events [\#1738](https://github.com/primefaces/primevue/issues/1738)
310
+ - \[Bug\] PanelMenu template prop type issue [\#1732](https://github.com/primefaces/primevue/issues/1732)
311
+ - BUG: Autocomplete \#header slot with autoHighlight option [\#1720](https://github.com/primefaces/primevue/issues/1720)
312
+ - Calendar in timeonly mode ignores minDate, maxDate [\#1716](https://github.com/primefaces/primevue/issues/1716)
313
+ - DataTable wrong TypeScript definition for row click events [\#1715](https://github.com/primefaces/primevue/issues/1715)
314
+ - Calendar manual input 1st digit does not appear [\#1713](https://github.com/primefaces/primevue/issues/1713)
315
+ - Calendar manual input not working properly [\#1712](https://github.com/primefaces/primevue/issues/1712)
316
+ - optionDisabled prop on Dropdown wrongly typed [\#1705](https://github.com/primefaces/primevue/issues/1705)
317
+ - TS Typings for TerminalService are incorrect [\#1701](https://github.com/primefaces/primevue/issues/1701)
318
+ - Panel \#icons template causes vue-tsc compile error [\#1698](https://github.com/primefaces/primevue/issues/1698)
319
+ - Cannot create dynamic ColumnGroup columns in DataTable [\#1630](https://github.com/primefaces/primevue/issues/1630)
320
+ - keyboard navigation is broken in AutoComplete with VirtualScroller [\#1597](https://github.com/primefaces/primevue/issues/1597)
321
+ - Carousel swipe function is broken on iOS devices [\#1584](https://github.com/primefaces/primevue/issues/1584)
322
+ - DataTable with selectionMode 'multiple' select with shift [\#1562](https://github.com/primefaces/primevue/issues/1562)
323
+ - bug ConfirmDialog \(async accept\reject\) [\#1454](https://github.com/primefaces/primevue/issues/1454)
324
+
325
+ **Deprecated:**
326
+
327
+ - Deprecated props in Calendar [\#1743](https://github.com/primefaces/primevue/issues/1743)
328
+
329
+ ## [3.8.2](https://github.com/primefaces/primevue/tree/3.8.2) (2021-10-25)
330
+
331
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.8.1...3.8.2)
332
+
333
+ **Implemented New Features and Enhancements:**
334
+
335
+ - Nuxt3 integration [\#1660](https://github.com/primefaces/primevue/issues/1660)
336
+ - Update all .d.ts files for events and slots [\#1695](https://github.com/primefaces/primevue/issues/1695)
337
+ - Add tableStyle and tableClass to Table [\#1696](https://github.com/primefaces/primevue/issues/1696)
338
+ - VirtualScroll update d.ts [\#1687](https://github.com/primefaces/primevue/issues/1687)
339
+ - Dropdown should automatically scroll to show the selected option [\#1657](https://github.com/primefaces/primevue/issues/1657)
340
+ - BlockUI not working with div as child component [\#1625](https://github.com/primefaces/primevue/issues/1625)
341
+ - Accessibility issue with Accordion keyboard navigation [\#1616](https://github.com/primefaces/primevue/issues/1616)
342
+
343
+ **Fixed bugs:**
344
+
345
+ - Flicker on non-modal Dialogs [\#1697](https://github.com/primefaces/primevue/issues/1697)
346
+ - ToastSeverity added .d.ts [\#1690](https://github.com/primefaces/primevue/issues/1690)
347
+ - ContextMenu "template" prop type error [\#1688](https://github.com/primefaces/primevue/issues/1688)
348
+ - Dragging a Dialog breaks "maximize" feature [\#1684](https://github.com/primefaces/primevue/issues/1684)
349
+ - MegaMenu templating not work [\#1679](https://github.com/primefaces/primevue/issues/1679)
350
+ - Wrong TypeScript-types for InputText component [\#1674](https://github.com/primefaces/primevue/issues/1674)
351
+ - inputNumber class prop type defect [\#1661](https://github.com/primefaces/primevue/issues/1661)
352
+ - Menubar templating error [\#1526](https://github.com/primefaces/primevue/issues/1526)
353
+
354
+ ## [3.8.1](https://github.com/primefaces/primevue/tree/3.8.1) (2021-10-13)
355
+
356
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.8.0...3.8.1)
357
+
358
+ **Implemented New Features and Enhancements:**
359
+
360
+ - Script tag with CDN samples [\#1662](https://github.com/primefaces/primevue/issues/1662)
361
+ - disabled props for Inplace [\#1651](https://github.com/primefaces/primevue/issues/1651)
362
+
363
+ **Fixed bugs:**
364
+
365
+ - Menu Model icon defect for Dock [\#1658](https://github.com/primefaces/primevue/issues/1658)
366
+ - Ripple added Dock [\#1652](https://github.com/primefaces/primevue/issues/1652)
367
+ - Kebab-case properties are not working on DataTable and TreeTable [\#1646](https://github.com/primefaces/primevue/issues/1646)
368
+ - The virtualscroller component is missing in core.min.js [\#1642](https://github.com/primefaces/primevue/issues/1642)
369
+ - VirtualScroller.scrollToIndex programming error [\#1610](https://github.com/primefaces/primevue/issues/1610)
370
+
371
+ ## [3.8.0](https://github.com/primefaces/primevue/tree/3.8.0) (2021-10-05)
372
+
373
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.7.2...3.8.0)
374
+
375
+ **Breaking Changes:**
376
+
377
+ - Support for Filtering and Sorting on Editable DataTable [\#1273](https://github.com/primefaces/primevue/issues/1273)
378
+
379
+ **Implemented New Features and Enhancements:**
380
+
381
+ - Kebap-case is not supported in some components like DataTable [\#1263](https://github.com/primefaces/primevue/issues/1263)
382
+ - Improve sorting performance on DataTable [\#1633](https://github.com/primefaces/primevue/issues/1633)
383
+ - Improve accessibility on Editable DataTable [\#1632](https://github.com/primefaces/primevue/issues/1632)
384
+ - Add type definition for Utils modules [\#1622](https://github.com/primefaces/primevue/issues/1622)
385
+ - Improve scrollbar style on BreadCrumb and TabMenu [\#1620](https://github.com/primefaces/primevue/issues/1620)
386
+ - Tailwind theme location typing mistake in Setup docs [\#1614](https://github.com/primefaces/primevue/issues/1614)
387
+ - Add class option to Tooltip directive [\#1612](https://github.com/primefaces/primevue/issues/1612)
388
+
389
+ **Fixed bugs:**
390
+
391
+ - Tiered Menu with Templating throw 'type check failed for prop "template" [\#1638](https://github.com/primefaces/primevue/issues/1638)
392
+ - The editingRows property is not working with initial value on DataTable [\#1631](https://github.com/primefaces/primevue/issues/1631)
393
+ - The DataTable.d.ts file is missing the 'expansion' field in the $slots class field. [\#1629](https://github.com/primefaces/primevue/issues/1629)
394
+ - Paginator's Inputnumber displays index instead of current page [\#1602](https://github.com/primefaces/primevue/issues/1602)
395
+ - Vite build with Typescript Module '"vue"' has no exported member 'PluginFunction'. in `ConfirmationService.d.ts` and `ToastService.d.ts` [\#1596](https://github.com/primefaces/primevue/issues/1596)
396
+ - InputSwitch - trueValue-falseValue features causes warning [\#1586](https://github.com/primefaces/primevue/issues/1586)
397
+ - SpeedDial :hideOnClickOutside="false" is not working [\#1545](https://github.com/primefaces/primevue/issues/1545)
398
+
399
+ ## [3.7.2](https://github.com/primefaces/primevue/tree/3.7.2) (2021-09-15)
400
+
401
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.7.1...3.7.2)
402
+
403
+ **Implemented New Features and Enhancements:**
404
+
405
+ - Incorrect Sizing due to filter input width of dropdown [\#1519](https://github.com/primefaces/primevue/issues/1519)
406
+ - Tooltip: word wrap [\#1512](https://github.com/primefaces/primevue/issues/1512)
407
+ - Add getFormatter method to InputNumber [\#1509](https://github.com/primefaces/primevue/issues/1509)
408
+ - \[Feature Request\] Add autoHighlight property to AutoComplete [\#1362](https://github.com/primefaces/primevue/issues/1362)
409
+
410
+ **Fixed bugs:**
411
+
412
+ - InputNumber: setting "min" to anything greater than 0 implies "required" [\#1542](https://github.com/primefaces/primevue/issues/1542)
413
+ - BlockUI doesn't get rid of div [\#1537](https://github.com/primefaces/primevue/issues/1537)
414
+ - PanelMenu subItems 'to' route configuration breaks menu rendering [\#1536](https://github.com/primefaces/primevue/issues/1536)
415
+ - Checkbox causes layout issues when used inside an overflow: auto div [\#1534](https://github.com/primefaces/primevue/issues/1534)
416
+ - DataTable - The showClearButton literally doesn't do anything [\#1532](https://github.com/primefaces/primevue/issues/1532)
417
+ - DataTable - RowGrouping Breaks Filter Row Column Widths [\#1531](https://github.com/primefaces/primevue/issues/1531)
418
+ - Overlay panel hide when clicking on a label inside of it [\#1528](https://github.com/primefaces/primevue/issues/1528)
419
+ - Thumbnails are not displayed correctly on Galleria if numVisible is greater than the length of value [\#1523](https://github.com/primefaces/primevue/issues/1523)
420
+ - InputNumber: issues with decimal separator for some locales, 0s are added to input [\#1522](https://github.com/primefaces/primevue/issues/1522)
421
+ - DataTable doesn't work as expected when the container is resized. [\#1521](https://github.com/primefaces/primevue/issues/1521)
422
+ - Extra space between Dropdown and filter list [\#1520](https://github.com/primefaces/primevue/issues/1520)
423
+ - Dropdown with filter bug selecting with arrow keys [\#1516](https://github.com/primefaces/primevue/issues/1516)
424
+ - Negative sign in front of number is not possible for Finnish or Swedish locale [\#1515](https://github.com/primefaces/primevue/issues/1515)
425
+ - Input number caret issue with negatives [\#1513](https://github.com/primefaces/primevue/issues/1513)
426
+ - Tooltip: crash when empty\null [\#1511](https://github.com/primefaces/primevue/issues/1511)
427
+ - inputnumber : both prefix and currency Input error [\#1510](https://github.com/primefaces/primevue/issues/1510)
428
+ - DataTable: Dialog and table problem \(column expansion\) [\#1508](https://github.com/primefaces/primevue/issues/1508)
429
+ - DataTable State broken with resizableColumns [\#1505](https://github.com/primefaces/primevue/issues/1505)
430
+
431
+ ## [3.7.1](https://github.com/primefaces/primevue/tree/3.7.1) (2021-09-06)
432
+
433
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.7.0...3.7.1)
434
+
435
+ **Implemented New Features and Enhancements:**
436
+
437
+ - Add allowEmpty property to InputNumber [\#1502](https://github.com/primefaces/primevue/issues/1502)
438
+ - Tailwind Theme [\#1500](https://github.com/primefaces/primevue/issues/1500)
439
+
440
+ **Fixed bugs:**
441
+
442
+ - Dropdown scrolls top after reopened [\#1501](https://github.com/primefaces/primevue/issues/1501)
443
+ - When inputnumber has fractionDigits and suffix, a number cannot be entered into it. [\#1498](https://github.com/primefaces/primevue/issues/1498)
444
+ - filterMatchMode option is ignored in Dropdown [\#1496](https://github.com/primefaces/primevue/issues/1496)
445
+
446
+ ## [3.7.0](https://github.com/primefaces/primevue/tree/3.7.0) (2021-09-01)
447
+
448
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.6.4...3.7.0)
449
+
450
+ **Implemented New Features and Enhancements:**
451
+
452
+ - Change button/maskClassName properties with button/maskClass properties on SpeedDial [\#1495](https://github.com/primefaces/primevue/issues/1495)
453
+ - Modal layer enter-leave transition [\#1491](https://github.com/primefaces/primevue/issues/1491)
454
+ - Add tooltipOptions property to Dock [\#1490](https://github.com/primefaces/primevue/issues/1490)
455
+ - Add tooltipOptions property to SpeedDial [\#1489](https://github.com/primefaces/primevue/issues/1489)
456
+ - activeIndex for TabMenu [\#1488](https://github.com/primefaces/primevue/issues/1488)
457
+ - Improve responsive behavior of TabView component [\#1486](https://github.com/primefaces/primevue/issues/1486)
458
+ - Add appendTo property to Dialog [\#1483](https://github.com/primefaces/primevue/issues/1483)
459
+ - start and end slots for MegaMenu, remove default slot [\#1482](https://github.com/primefaces/primevue/issues/1482)
460
+ - Image Component [\#1481](https://github.com/primefaces/primevue/issues/1481)
461
+ - Add keepInvalid property to Calendar [\#1477](https://github.com/primefaces/primevue/issues/1477)
462
+ - Add input event Checkbox [\#1471](https://github.com/primefaces/primevue/issues/1471)
463
+ - Add trueValue-falseValue to InputSwitch [\#1470](https://github.com/primefaces/primevue/issues/1470)
464
+ - Dropdown, MultiSelect, CascadeSelect, TreeSelect slot for indicator [\#1459](https://github.com/primefaces/primevue/issues/1459)
465
+ - Add maxSelectedLabels, selectedItemsLabel and selectAll properties to MultiSelect [\#1455](https://github.com/primefaces/primevue/issues/1455)
466
+ - VirtualScroller for Select Components [\#1451](https://github.com/primefaces/primevue/issues/1451)
467
+ - Set Paginator Page from InputNumber [\#1447](https://github.com/primefaces/primevue/issues/1447)
468
+ - Scrollable Tabs [\#1446](https://github.com/primefaces/primevue/issues/1446)
469
+ - InputNumber behaves odd when trying to insert fracitonal digits [\#1441](https://github.com/primefaces/primevue/issues/1441)
470
+ - \[feature request\]Please add event while menu/overlay is dismissed. [\#1428](https://github.com/primefaces/primevue/issues/1428)
471
+ - Make Dock component mobile friendly [\#1398](https://github.com/primefaces/primevue/issues/1398)
472
+ - Checkbox true-value / false-value does not work [\#1320](https://github.com/primefaces/primevue/issues/1320)
473
+ - MenuModel - disabled should be a function to support dynamic behavior [\#1293](https://github.com/primefaces/primevue/issues/1293)
474
+ - Add router-link-active and router-link-active-exact to menu components [\#1275](https://github.com/primefaces/primevue/issues/1275)
475
+ - Add input event for InputSwitch [\#1234](https://github.com/primefaces/primevue/issues/1234)
476
+ - Vite support for FullCalendar [\#1211](https://github.com/primefaces/primevue/issues/1211)
477
+ - Constants for Toast severities [\#1187](https://github.com/primefaces/primevue/issues/1187)
478
+ - InputNumber - Ability to add or remove fraction digits when min-fraction-digits is not set [\#1136](https://github.com/primefaces/primevue/issues/1136)
479
+
480
+ **Fixed bugs:**
481
+
482
+ - The maskStyle property doesn't work as expected in SpeedDial [\#1494](https://github.com/primefaces/primevue/issues/1494)
483
+ - DomHandler imports from wrong module path in SpeedDial component [\#1493](https://github.com/primefaces/primevue/issues/1493)
484
+ - Router support for Dock [\#1484](https://github.com/primefaces/primevue/issues/1484)
485
+ - CurrentPageReport displays wrong value [\#1475](https://github.com/primefaces/primevue/issues/1475)
486
+ - Alignment issue with multiple frozen columns on DataTable [\#1473](https://github.com/primefaces/primevue/issues/1473)
487
+ - Dropdown does not correctly handle empty label strings [\#1468](https://github.com/primefaces/primevue/issues/1468)
488
+ - Table Header Checkbox not working when lazy loading enabled [\#1467](https://github.com/primefaces/primevue/issues/1467)
489
+ - Material themes secondary text color issue [\#1465](https://github.com/primefaces/primevue/issues/1465)
490
+ - When Chart component is updated, it throws an exception [\#1463](https://github.com/primefaces/primevue/issues/1463)
491
+ - pFrozenColumn is moving when position set to left [\#1461](https://github.com/primefaces/primevue/issues/1461)
492
+ - Slotname message is unrecognized in toast template [\#1448](https://github.com/primefaces/primevue/issues/1448)
493
+ - Unnecessary horizontal scrollbar displayed with rowgrouping [\#1443](https://github.com/primefaces/primevue/issues/1443)
494
+ - Filtered Dropdown unusable on Windows Tablet [\#1411](https://github.com/primefaces/primevue/issues/1411)
495
+ - FileUpload Invalid File messages not displaying on repeat attempts [\#1399](https://github.com/primefaces/primevue/issues/1399)
496
+ - Calendar WCAG Accessibility Issue with Keyboard Navigation [\#1393](https://github.com/primefaces/primevue/issues/1393)
497
+ - Datatable date filter throws uncaught error when invalid date string is entered [\#1392](https://github.com/primefaces/primevue/issues/1392)
498
+ - Dropdown onkeydown item search not working properly [\#1390](https://github.com/primefaces/primevue/issues/1390)
499
+ - Auto ZIndex Issue with Toast and Sidebar [\#1381](https://github.com/primefaces/primevue/issues/1381)
500
+ - DataTable row group and sortable columns are not working together [\#1345](https://github.com/primefaces/primevue/issues/1345)
501
+ - input mask - mask affecting dirty state [\#1337](https://github.com/primefaces/primevue/issues/1337)
502
+ - DataTable State: columnwidths are not restored correctly when using scrollable and resizableColumns props [\#1311](https://github.com/primefaces/primevue/issues/1311)
503
+ - FullCalendar does not use option "backgroundColor" for each events [\#1119](https://github.com/primefaces/primevue/issues/1119)
504
+
505
+ ## [3.6.4](https://github.com/primefaces/primevue/tree/3.6.4) (2021-08-10)
506
+
507
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.6.3...3.6.4)
508
+
509
+ **Fixed bugs:**
510
+
511
+ - Vue < 3.2 Compatibility [\#1437](https://github.com/primefaces/primevue/issues/1437)
512
+
513
+ ## [3.6.3](https://github.com/primefaces/primevue/tree/3.6.3) (2021-08-10)
514
+
515
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.6.2...3.6.3)
516
+
517
+ **Fixed bugs:**
518
+
519
+ - Support for scrolling and column groups [\#1314](https://github.com/primefaces/primevue/issues/1314)
520
+ - StyleClass does not open overlay when source is clicked again [\#1436](https://github.com/primefaces/primevue/issues/1436)
521
+
522
+ ## [3.6.2](https://github.com/primefaces/primevue/tree/3.6.2) (2021-08-06)
523
+
524
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.6.1...3.6.2)
525
+
526
+ **Fixed bugs:**
527
+
528
+ - Toast does not clear hide timeout on unmount [\#1415](https://github.com/primefaces/primevue/issues/1415)
529
+
530
+ ## [3.6.1](https://github.com/primefaces/primevue/tree/3.6.1) (2021-08-05)
531
+
532
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.6.0...3.6.1)
533
+
534
+ **Implemented New Features and Enhancements:**
535
+
536
+ - style and class props for FileUpload [\#1407](https://github.com/primefaces/primevue/issues/1407)
537
+ - New v-styleclass directive [\#1405](https://github.com/primefaces/primevue/issues/1405)
538
+ - value and disabled props for Tooltip [\#1404](https://github.com/primefaces/primevue/issues/1404)
539
+ - New styleClass and contentStyleClass props for Toast [\#1403](https://github.com/primefaces/primevue/issues/1403)
540
+
541
+ ## [3.6.0](https://github.com/primefaces/primevue/tree/3.6.0) (2021-07-27)
542
+
543
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.5.1...3.6.0)
544
+
545
+ **Implemented New Features and Enhancements:**
546
+
547
+ - New Dock Component [\#1386](https://github.com/primefaces/primevue/issues/1386)
548
+ - Gray palette for themes [\#1385](https://github.com/primefaces/primevue/issues/1385)
549
+ - New Speed Dial Component [\#1384](https://github.com/primefaces/primevue/issues/1384)
550
+ - Responsive Toast [\#1354](https://github.com/primefaces/primevue/issues/1354)
551
+ - Responsive TabMenu and Breadcrumb [\#1353](https://github.com/primefaces/primevue/issues/1353)
552
+ - Update FullCalendar to 5.7.2 [\#1351](https://github.com/primefaces/primevue/issues/1351)
553
+ - Update Chart.js to 3.3.2 [\#1348](https://github.com/primefaces/primevue/issues/1348)
554
+ - Row double click for DataTable [\#1347](https://github.com/primefaces/primevue/issues/1347)
555
+ - New SplitButton with TieredMenu [\#1313](https://github.com/primefaces/primevue/issues/1313)
556
+ - Feature Request: Templating for Toast component [\#1249](https://github.com/primefaces/primevue/issues/1249)
557
+ - Custom target for OverlayPanel [\#942](https://github.com/primefaces/primevue/issues/942)
558
+ - VirtualScroller Component [\#692](https://github.com/primefaces/primevue/issues/692)
559
+
560
+ **Fixed bugs:**
561
+
562
+ - Comments in ColumnGroup rows are rendered as \<th\> elements [\#1368](https://github.com/primefaces/primevue/issues/1368)
563
+ - Overlay aligning calculation defect [\#1358](https://github.com/primefaces/primevue/issues/1358)
564
+ - DataTable cell editing regression [\#1357](https://github.com/primefaces/primevue/issues/1357)
565
+ - DataTable row group and resizable column not working together [\#1355](https://github.com/primefaces/primevue/issues/1355)
566
+ - Filtering non existing item in dropdown \[filter=true, group=true\] and pressing key down generates error [\#1342](https://github.com/primefaces/primevue/issues/1342)
567
+ - Accordion tab-open and tab-close events [\#1329](https://github.com/primefaces/primevue/issues/1329)
568
+ - Missing `class` prop on Button component fails Typescript complier [\#1319](https://github.com/primefaces/primevue/issues/1319)
569
+ - Tooltips closed on window resize after system keyboard appears on mobile devices [\#1318](https://github.com/primefaces/primevue/issues/1318)
570
+ - ProgressBar does not show zero percent [\#1272](https://github.com/primefaces/primevue/issues/1272)
571
+
572
+ ## [3.5.1](https://github.com/primefaces/primevue/tree/3.5.1) (2021-06-11)
573
+
574
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.5.0...3.5.1)
575
+
576
+ **Implemented New Features and Enhancements:**
577
+
578
+ - Chip templating support for AutoComplete and MultiSelect [\#1341](https://github.com/primefaces/primevue/issues/1341)
579
+ - TreeSelect and CascadeSelect material theming improvements [\#1321](https://github.com/primefaces/primevue/issues/1321)
580
+ - Toast center positioning enhancement [\#1315](https://github.com/primefaces/primevue/issues/1315)
581
+ - Remove button in Chips template [\#1300](https://github.com/primefaces/primevue/issues/1300)
582
+ - The TreeSelect shouldn't scroll the Browser when trying to open it with the keyboard [\#1298](https://github.com/primefaces/primevue/issues/1298)
583
+
584
+ **Fixed bugs:**
585
+
586
+ - AccordionTab error with v-if="false" [\#1339](https://github.com/primefaces/primevue/issues/1339)
587
+ - Dynamic columns not showing in Datatable with vue 3.1.1 [\#1323](https://github.com/primefaces/primevue/issues/1323)
588
+ - Programmatic PanelMenu header link needs click twice to toggle itself [\#1310](https://github.com/primefaces/primevue/issues/1310)
589
+ - Datatable event @value-change return undefined when filtering [\#1308](https://github.com/primefaces/primevue/issues/1308)
590
+ - JumpToPageDropdown are numbered from 0 instead of 1 [\#1306](https://github.com/primefaces/primevue/issues/1306)
591
+ - Upload button disable on FileUpload [\#1294](https://github.com/primefaces/primevue/issues/1294)
592
+ - DataTable slotProps.index mismatch [\#1274](https://github.com/primefaces/primevue/issues/1274)
593
+ - DataTable does not honor initial selection [\#1269](https://github.com/primefaces/primevue/issues/1269)
594
+
595
+ ## [3.5.0](https://github.com/primefaces/primevue/tree/3.5.0)
596
+
597
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.4.0...3.5.0)
598
+
599
+ **Implemented New Features and Enhancements:**
600
+
601
+ - Add lazy option to TabView and Accordion [\#1268](https://github.com/primefaces/primevue/issues/1268)
602
+ - Add responsiveLayout property to TreeTable [\#1261](https://github.com/primefaces/primevue/issues/1261)
603
+ - FileUpload invalidFileTypeMessage props and upload button [\#1252](https://github.com/primefaces/primevue/issues/1252)
604
+ - Add showToggleAll to MultiSelect [\#1251](https://github.com/primefaces/primevue/issues/1251)
605
+ - Add inputStyle to PrimeVue Config [\#1246](https://github.com/primefaces/primevue/issues/1246)
606
+ - Templating for Menus [\#1244](https://github.com/primefaces/primevue/issues/1244)
607
+ - Add selectionLimit to MultiSelect [\#1239](https://github.com/primefaces/primevue/issues/1239)
608
+ - Missing documentation for menu separator [\#1217](https://github.com/primefaces/primevue/issues/1217)
609
+ - Slot support for Badge component [\#1207](https://github.com/primefaces/primevue/issues/1207)
610
+ - Support moving the item in PickList with double-click [\#1206](https://github.com/primefaces/primevue/issues/1206)
611
+ - Add metadata as web-types for better developing experience using Jetbrains Webstorm/Intellij IDEA [\#1138](https://github.com/primefaces/primevue/issues/1138)
612
+ - Add loading prop to Dropdown, Multiselect, CascadeSelect [\#1132](https://github.com/primefaces/primevue/issues/1132)
613
+ - ScrollPanel pushes content to the left in order to show scrollbar [\#1131](https://github.com/primefaces/primevue/issues/1131)
614
+ - Filter Event for Lazy Loading [\#1105](https://github.com/primefaces/primevue/issues/1105)
615
+ - Column Reorder and Toggle support for Table [\#1098](https://github.com/primefaces/primevue/issues/1098)
616
+ - Anonymous Component in vue-devtools [\#1093](https://github.com/primefaces/primevue/issues/1093)
617
+ - DataTable global filter is reset when applying other filters [\#1087](https://github.com/primefaces/primevue/issues/1087)
618
+ - Row double click for Table [\#1075](https://github.com/primefaces/primevue/issues/1075)
619
+ - Feature Request: Show active tab in TabMenu with different Route-Defintion [\#1051](https://github.com/primefaces/primevue/issues/1051)
620
+ - Resize support for Scrollable Tables [\#1018](https://github.com/primefaces/primevue/issues/1018)
621
+ - Event for file remove in FileUpload [\#1013](https://github.com/primefaces/primevue/issues/1013)
622
+ - Add vetur component data to improve developer experience [\#962](https://github.com/primefaces/primevue/issues/962)
623
+ - Possibility to define column visibility [\#956](https://github.com/primefaces/primevue/issues/956)
624
+ - Router support for PanelMenu headers [\#949](https://github.com/primefaces/primevue/issues/949)
625
+ - Customizing the line of Timeline component [\#931](https://github.com/primefaces/primevue/issues/931)
626
+ - Improve active route detection in TabMenu [\#830](https://github.com/primefaces/primevue/issues/830)
627
+ - Named routes support for Menu Components [\#594](https://github.com/primefaces/primevue/issues/594)
628
+ - Edit and Sort combination support for Table [\#508](https://github.com/primefaces/primevue/issues/508)
629
+ - Scrollable Tree [\#396](https://github.com/primefaces/primevue/issues/396)
630
+ - Ability to activate PanelMenu item declaratively or programmatically [\#367](https://github.com/primefaces/primevue/issues/367)
631
+ - AutoComplete completeOnFocus like PrimeNG [\#354](https://github.com/primefaces/primevue/issues/354)
632
+ - Scrollable TreeTable [\#338](https://github.com/primefaces/primevue/issues/338)
633
+ - Add JumpToPageDropdown to paginator template [\#247](https://github.com/primefaces/primevue/issues/247)
634
+ - New Component: GMap [\#210](https://github.com/primefaces/primevue/issues/210)
635
+ - Draggable Dialog [\#85](https://github.com/primefaces/primevue/issues/85)
636
+
637
+ **Fixed bugs:**
638
+
639
+ - FilterContent overlaps on frozen columns [\#1266](https://github.com/primefaces/primevue/issues/1266)
640
+ - showGridlines display 2px borders on ScrollableTable [\#1265](https://github.com/primefaces/primevue/issues/1265)
641
+ - TreeTable does not add column and style props [\#1260](https://github.com/primefaces/primevue/issues/1260)
642
+ - Filter column is not frozen [\#1259](https://github.com/primefaces/primevue/issues/1259)
643
+ - Chip - allow removable property while template is defined [\#1256](https://github.com/primefaces/primevue/issues/1256)
644
+ - Dropdown filter is incorrect when grouped and optionGroupChildren not named "items" [\#1255](https://github.com/primefaces/primevue/issues/1255)
645
+ - InputStyle and Ripple config do not work on components that are attached to body [\#1248](https://github.com/primefaces/primevue/issues/1248)
646
+ - RowGroup scroll problem on smaller screens [\#1247](https://github.com/primefaces/primevue/issues/1247)
647
+ - Calendar view property description error in documentation [\#1236](https://github.com/primefaces/primevue/issues/1236)
648
+ - FileUpload - long filename [\#1210](https://github.com/primefaces/primevue/issues/1210)
649
+ - AutoComplete forceSelection with Multiple overwrites selection [\#1205](https://github.com/primefaces/primevue/issues/1205)
650
+ - Carousel cannot render when value.length === 0 && numVisible !== numScroll [\#1201](https://github.com/primefaces/primevue/issues/1201)
651
+ - Disabled options do not get disabled [\#1192](https://github.com/primefaces/primevue/issues/1192)
652
+ - Checkbox typings insufficient [\#1191](https://github.com/primefaces/primevue/issues/1191)
653
+ - Error when hidding tab panel using v-if [\#1186](https://github.com/primefaces/primevue/issues/1186)
654
+ - Dropdown and Multiselect with filter fails in Android [\#1180](https://github.com/primefaces/primevue/issues/1180)
655
+ - DataTable state restoring seems broken for columnOrder and columnWidths [\#1178](https://github.com/primefaces/primevue/issues/1178)
656
+ - Sidebar content overflows its container [\#1175](https://github.com/primefaces/primevue/issues/1175)
657
+ - FullCalendar can't display on a hiden TabView-\> TabPanel [\#1151](https://github.com/primefaces/primevue/issues/1151)
658
+ - On Row Expansion Nested Data Table Column Headers No Longer work [\#1096](https://github.com/primefaces/primevue/issues/1096)
659
+ - Bad type for column field when fn is used [\#1078](https://github.com/primefaces/primevue/issues/1078)
660
+ - Scrollpanel - Cannot read property classList [\#1077](https://github.com/primefaces/primevue/issues/1077)
661
+ - OverlayPanel with input closes when typing on mobile [\#984](https://github.com/primefaces/primevue/issues/984)
662
+ - Decimal value for Slider step does not work [\#967](https://github.com/primefaces/primevue/issues/967)
663
+ - Chart.js gives Chart is not a contructor [\#955](https://github.com/primefaces/primevue/issues/955)
664
+ - Dropdown component does not fire focus or blur events [\#944](https://github.com/primefaces/primevue/issues/944)
665
+ - \[BUG\] FileUpload accepts any type of file despite configuring at Component Level [\#878](https://github.com/primefaces/primevue/issues/878)
666
+ - Conditonally rendering columns in DataTable with v-if is throwing error [\#719](https://github.com/primefaces/primevue/issues/719)
667
+
668
+ ## [3.4.0](https://github.com/primefaces/primevue/tree/3.4.0) (2021-04-16)
669
+
670
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.3.5...3.4.0)
671
+
672
+ **Implemented New Features and Enhancements:**
673
+
674
+ - Support "self" as an appendTo target [\#1185](https://github.com/primefaces/primevue/issues/1185)
675
+ - Reimplement EventBus [\#1181](https://github.com/primefaces/primevue/issues/1181)
676
+ - Color Picker Touch Support [\#1173](https://github.com/primefaces/primevue/issues/1173)
677
+ - Customizable ZIndex Layering [\#1169](https://github.com/primefaces/primevue/issues/1169)
678
+ - \[Feature-Request\] Add "loading" prop to Buttons [\#1160](https://github.com/primefaces/primevue/issues/1160)
679
+ - New Component: TreeSelect [\#1159](https://github.com/primefaces/primevue/issues/1159)
680
+ - Allow Adding Classes to Dialog Content [\#1146](https://github.com/primefaces/primevue/issues/1146)
681
+ - Add maximize event to Dialog [\#1108](https://github.com/primefaces/primevue/issues/1108)
682
+ - Add panelClass to overlay components [\#1083](https://github.com/primefaces/primevue/issues/1083)
683
+
684
+ **Fixed bugs:**
685
+
686
+ - AutoComplete scroll defect at demo [\#1183](https://github.com/primefaces/primevue/issues/1183)
687
+ - primevue/config: TypeScript error due to unexported type [\#1164](https://github.com/primefaces/primevue/issues/1164)
688
+ - documentation: Wrong CSS variable name for secondary text color [\#1162](https://github.com/primefaces/primevue/issues/1162)
689
+ - Datatable - Subheader Grouping with button, button comes over the subheader [\#1158](https://github.com/primefaces/primevue/issues/1158)
690
+ - primevue/api: TypeScript compilation errors due to wrong declarations [\#1154](https://github.com/primefaces/primevue/issues/1154)
691
+ - Switching between OverlayPanels [\#1153](https://github.com/primefaces/primevue/issues/1153)
692
+ - DataTable : Selection multiple with checkbox didn't appear with filter row [\#1150](https://github.com/primefaces/primevue/issues/1150)
693
+ - DataTable: Filter Menu error [\#1133](https://github.com/primefaces/primevue/issues/1133)
694
+ - Circle shape is broken for Avatar [\#1114](https://github.com/primefaces/primevue/issues/1114)
695
+ - Animation "none" not working for Skeleton [\#1103](https://github.com/primefaces/primevue/issues/1103)
696
+ - DataTable Filter Menu insertBefore defect [\#1076](https://github.com/primefaces/primevue/issues/1076)
697
+ - Calendar showOtherMonths = false does not hide neighbour months` [\#1071](https://github.com/primefaces/primevue/issues/1071)
698
+ - Dropdown optionDisabled is not working [\#1037](https://github.com/primefaces/primevue/issues/1037)
699
+
700
+ ## [3.3.5](https://github.com/primefaces/primevue/tree/3.3.5) (2021-03-10)
701
+
702
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.3.4...3.3.5)
703
+
704
+ **Implemented New Features and Enhancements:**
705
+
706
+ - \[Enhancement\] - For editor component [\#1050](https://github.com/primefaces/primevue/issues/1050)
707
+
708
+ **Fixed bugs:**
709
+
710
+ - Inline Calendar Teleport defect [\#1060](https://github.com/primefaces/primevue/issues/1060)
711
+ - Filter Popup window closes when clicking / choosing option in table filter menu [\#1049](https://github.com/primefaces/primevue/issues/1049)
712
+ - Date Filter Error on DataTable [\#1048](https://github.com/primefaces/primevue/issues/1048)
713
+ - DataTable "select all checkbox" and "export csv" exclude frozen rows [\#1042](https://github.com/primefaces/primevue/issues/1042)
714
+
715
+ ## [3.3.4](https://github.com/primefaces/primevue/tree/3.3.4) (2021-03-03)
716
+
717
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.3.3...3.3.4)
718
+
719
+ **Fixed bugs:**
720
+
721
+ - CDN builds are broken [\#1046](https://github.com/primefaces/primevue/issues/1046)
722
+
723
+ ## [3.3.3](https://github.com/primefaces/primevue/tree/3.3.3) (2021-03-02)
724
+
725
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.3.2...3.3.3)
726
+
727
+ **Implemented New Features and Enhancements:**
728
+
729
+ - Improve the interaction of nested overlays [\#1041](https://github.com/primefaces/primevue/issues/1041)
730
+ - Remove mitt event bus [\#1040](https://github.com/primefaces/primevue/issues/1040)
731
+ - Breakpoints to OverlayPanel [\#1039](https://github.com/primefaces/primevue/issues/1039)
732
+ - Migrate appendTo use Teleport [\#1028](https://github.com/primefaces/primevue/issues/1028)
733
+ - Set appendTo as body by default [\#993](https://github.com/primefaces/primevue/issues/993)
734
+
735
+ **Fixed bugs:**
736
+
737
+ - Galleria thumbnail animation jumps [\#1038](https://github.com/primefaces/primevue/issues/1038)
738
+ - TreeTable filter demo not working [\#1036](https://github.com/primefaces/primevue/issues/1036)
739
+ - AutoComplete component is broken [\#1033](https://github.com/primefaces/primevue/issues/1033)
740
+
741
+ ## [3.3.2](https://github.com/primefaces/primevue/tree/3.3.2) (2021-02-27)
742
+
743
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.3.1...3.3.2)
744
+
745
+ **Fixed bugs:**
746
+
747
+ - Menubar, ContextMenu, TieredMenu warning [\#1029](https://github.com/primefaces/primevue/issues/1029)
748
+
749
+ ## [3.3.1](https://github.com/primefaces/primevue/tree/3.3.1) (2021-02-26)
750
+
751
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.3.0...3.3.1)
752
+
753
+ **Implemented New Features and Enhancements:**
754
+
755
+ - Add showGridlines and stripedRows props to DataTable [\#1024](https://github.com/primefaces/primevue/issues/1024)
756
+ - Add responsive and breakpoint props to OrderList and PickList [\#1023](https://github.com/primefaces/primevue/issues/1023)
757
+ - New Table Responsive layout [\#1022](https://github.com/primefaces/primevue/issues/1022)
758
+ - Feature Request: Add "tab-click" to Event from TabView [\#1015](https://github.com/primefaces/primevue/issues/1015)
759
+ - Refactor surface color[\#1008](https://github.com/primefaces/primevue/issues/1008)
760
+
761
+ **Fixed bugs:**
762
+
763
+ - PrimeVue 3.3.0: Dropdown's select item logic is broken [\#1026](https://github.com/primefaces/primevue/issues/1026)
764
+ - DataTable error while using stateStorage with date filter [\#1020](https://github.com/primefaces/primevue/issues/1020)
765
+ - DataTable Column's header text does not align in v.3.3.0 [\#1016](https://github.com/primefaces/primevue/issues/1016)
766
+
767
+ ## [3.3.0](https://github.com/primefaces/primevue/tree/3.3.0) (2021-02-23)
768
+
769
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.3.0-rc.1...3.3.0)
770
+
771
+ **Implemented New Features and Enhancements:**
772
+
773
+ - Color Palettes for Each Theme [\#1004](https://github.com/primefaces/primevue/issues/1004)
774
+ - breakpoints for Dialog and ConfirmDialog [\#992](https://github.com/primefaces/primevue/issues/992)
775
+
776
+ **Fixed bugs:**
777
+
778
+ - Calendar seconds are locked when min/max set [\#998](https://github.com/primefaces/primevue/issues/998)
779
+ - FileUpload callback 'Select' little adjust. [\#990](https://github.com/primefaces/primevue/issues/990)
780
+ - DataTable Column header slot does not work [\#987](https://github.com/primefaces/primevue/issues/987)
781
+
782
+ ## [3.3.0-rc.1](https://github.com/primefaces/primevue/tree/3.3.0-rc.1) (2021-02-18)
783
+
784
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.2.4...3.3.0-rc.1)
785
+
786
+ **Breaking Changes:**
787
+
788
+ - Disable VirtualScroll Table [\#981](https://github.com/primefaces/primevue/issues/981)
789
+
790
+ **Implemented New Features and Enhancements:**
791
+
792
+ - Add Search to Showcase [\#985](https://github.com/primefaces/primevue/issues/985)
793
+ - Constants for PrimeIcons [\#982](https://github.com/primefaces/primevue/issues/982)
794
+ - Touch support for ColorPicker [\#980](https://github.com/primefaces/primevue/issues/980)
795
+ - FilterService Utility [\#979](https://github.com/primefaces/primevue/issues/979)
796
+ - AutoComplete Enhancements [\#976](https://github.com/primefaces/primevue/issues/976)
797
+ - Dropdown Enhancements [\#974](https://github.com/primefaces/primevue/issues/974)
798
+ - Listbox Enhancements [\#972](https://github.com/primefaces/primevue/issues/972)
799
+ - Reimplement DataTable Scrolling [\#960](https://github.com/primefaces/primevue/issues/960)
800
+ - Add keys to template v-for [\#959](https://github.com/primefaces/primevue/issues/959)
801
+ - Advanced Filtering for DataTable [\#718](https://github.com/primefaces/primevue/issues/718)
802
+
803
+ **Fixed bugs:**
804
+
805
+ - Space key support for row radio and checkbox [\#986](https://github.com/primefaces/primevue/issues/986)
806
+ - PrimeVue DataTable bug [\#977](https://github.com/primefaces/primevue/issues/977)
807
+ - ScrollTop props have wrong type definitions [\#963](https://github.com/primefaces/primevue/issues/963)
808
+ - Error when removing InputNumbers from DOM tree [\#950](https://github.com/primefaces/primevue/issues/950)
809
+
810
+ ## [3.2.4](https://github.com/primefaces/primevue/tree/3.2.4) (2021-02-10)
811
+
812
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.2.3...3.2.4)
813
+
814
+ **Fixed bugs:**
815
+
816
+ - Minified iife builds are broken [\#964](https://github.com/primefaces/primevue/issues/964)
817
+
818
+ ## [3.2.3](https://github.com/primefaces/primevue/tree/3.2.3) (2021-02-10)
819
+
820
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.2.2...3.2.3)
821
+
822
+ **Fixed bugs:**
823
+
824
+ - Improve TypeScript definitions [\#957](https://github.com/primefaces/primevue/issues/957)
825
+ - useToast.d.ts missing api method definitions [\#958](https://github.com/primefaces/primevue/issues/958)
826
+ - Compile Problem with Directives( Typescript and 3.2.0-rc.1) [\#877](https://github.com/primefaces/primevue/issues/877)
827
+
828
+ ## [3.2.2](https://github.com/primefaces/primevue/tree/3.2.2) (2021-02-04)
829
+
830
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.2.1...3.2.2)
831
+
832
+ **Fixed bugs:**
833
+
834
+ - DataTable, exportCSV failed: TypeError: Cannot read property 'type' of undefined [\#941](https://github.com/primefaces/primevue/issues/941)
835
+ - Calendar component throws error on blur if popup is not visible [\#940](https://github.com/primefaces/primevue/issues/940)
836
+ - Optional chaining not working for TreeTable in version 3.2.1 [\#939](https://github.com/primefaces/primevue/issues/939)
837
+ - Casing error in primevue/terminalservice/package.json [\#937](https://github.com/primefaces/primevue/issues/937)
838
+
839
+ ## [3.2.1](https://github.com/primefaces/primevue/tree/3.2.1) (2021-02-03)
840
+
841
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.2.0...3.2.1)
842
+
843
+ **Fixed bugs:**
844
+
845
+ - password-meter.png missing in resources/images in v3.2.0 [\#935](https://github.com/primefaces/primevue/issues/935)
846
+
847
+ ## [3.2.0](https://github.com/primefaces/primevue/tree/3.2.0) (2021-02-03)
848
+
849
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.2.0-rc.1...3.2.0)
850
+
851
+ **Implemented New Features and Enhancements:**
852
+
853
+ - InputStyle and InputClass for AutoComplete, Calendar and Password [\#933](https://github.com/primefaces/primevue/issues/933)
854
+ - Reimplement password strength ui [\#932](https://github.com/primefaces/primevue/issues/932)
855
+ - Reset page on filter [\#928](https://github.com/primefaces/primevue/issues/928)
856
+ - show password feature [\#892](https://github.com/primefaces/primevue/issues/892)
857
+ - forceSelection for AutoComplete [\#872](https://github.com/primefaces/primevue/issues/872)
858
+
859
+ **Fixed bugs:**
860
+
861
+ - Vue 3 + TS: fix for config.globalProperties services [\#880](https://github.com/primefaces/primevue/issues/880)
862
+ - Tooltip focus fails with some input components [\#915](https://github.com/primefaces/primevue/issues/915)
863
+ - v3.2.0-rc.1 webpack babel errors with optional chaining operator [\#913](https://github.com/primefaces/primevue/issues/913)
864
+ - DataTable sort not working with boolean shorthand [\#912](https://github.com/primefaces/primevue/issues/912)
865
+ - datatable headerStyle is applied to body and footer colgroups. headerClass is not. [\#888](https://github.com/primefaces/primevue/issues/888)
866
+ - \[Bug\] Selecting all elements results in scrolling to table bottom [\#887](https://github.com/primefaces/primevue/issues/887)
867
+ - Strange behavior using context menu on Safari [\#885](https://github.com/primefaces/primevue/issues/885)
868
+
869
+ ## [3.2.0-rc.1](https://github.com/primefaces/primevue/tree/3.2.0-rc.1) (2021-01-20)
870
+
871
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.1.2...3.2.0-rc.1)
872
+
873
+ **Implemented New Features and Enhancements:**
874
+
875
+ - New Lazy DataTable Demo with Remote Source [\#862](https://github.com/primefaces/primevue/issues/862)
876
+ - state-save and state-restore events for Table [\#850](https://github.com/primefaces/primevue/issues/850)
877
+ - File Upload cant disable and hide Upload & Cancel [\#821](https://github.com/primefaces/primevue/issues/821)
878
+ - Vite Compatibility [\#581](https://github.com/primefaces/primevue/issues/581)
879
+
880
+ **Fixed bugs:**
881
+
882
+ - Improve float label support in overlay selects [\#871](https://github.com/primefaces/primevue/issues/871)
883
+ - Sidebar Mask not being removed from DOM on close [\#869](https://github.com/primefaces/primevue/issues/869)
884
+ - "Clear" button in Calendar wrongly labeled [\#863](https://github.com/primefaces/primevue/issues/863)
885
+ - ConfirmPopup : useConfirm define target is missing in ts [\#859](https://github.com/primefaces/primevue/issues/859)
886
+ - Autocomplete crashes when "field" property is a function [\#858](https://github.com/primefaces/primevue/issues/858)
887
+ - p-button-link not visible in Material Design themes [\#852](https://github.com/primefaces/primevue/issues/852)
888
+ - Textarea autoresize does not respect its border [\#847](https://github.com/primefaces/primevue/issues/847)
889
+ - Calender monthNavigator error monthNames [\#845](https://github.com/primefaces/primevue/issues/845)
890
+ - Knob replaceAll causes issue with nuxt SSR [\#844](https://github.com/primefaces/primevue/issues/844)
891
+ - Slider incorrectly positions handle when using mixed-sign min/max [\#826](https://github.com/primefaces/primevue/issues/826)
892
+ - MenuItem: class does not apply to separator item [\#814](https://github.com/primefaces/primevue/issues/814)
893
+ - \[Bug\] Error import ScrollTop component [\#799](https://github.com/primefaces/primevue/issues/799)
894
+ - PrimeVue 3 getting started script tag example not working [\#732](https://github.com/primefaces/primevue/issues/732)
895
+
896
+ ## [3.1.2](https://github.com/primefaces/primevue/tree/3.1.2) (2021-01-13)
897
+
898
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.1.1...3.1.2)
899
+
900
+ **Implemented New Features and Enhancements:**
901
+
902
+ - New Viva Theme [\#856](https://github.com/primefaces/primevue/issues/856)
903
+ - Improve invalid validation visuals on material themes [\#855](https://github.com/primefaces/primevue/issues/855)
904
+ - New Lazy DataTable Demo with Remote Source [\#841](https://github.com/primefaces/primevue/issues/841)
905
+ - Touch support for Slider [\#757](https://github.com/primefaces/primevue/issues/757)
906
+
907
+ **Fixed bugs:**
908
+
909
+ - primevue/useconfirm not found [\#839](https://github.com/primefaces/primevue/issues/839)
910
+ - usetoast.d.ts casing issue [\#825](https://github.com/primefaces/primevue/issues/825)
911
+ - exports files for Chip component [\#781](https://github.com/primefaces/primevue/issues/781)
912
+ - Slider has incorrect aria-\* variable values [\#775](https://github.com/primefaces/primevue/issues/775)
913
+ - Safari issue with Skeleton [\#755](https://github.com/primefaces/primevue/issues/755)
914
+
915
+ ## [3.1.1](https://github.com/primefaces/primevue/tree/3.1.1) (2020-12-10)
916
+
917
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.10....3.1.1)
918
+
919
+ **Fixed bugs:**
920
+
921
+ - CascadeSelect fails with Vue 3.0.3 [\#753](https://github.com/primefaces/primevue/issues/753)
922
+
923
+ ## [3.1.0](https://github.com/primefaces/primevue/tree/3.1.0) (2020-12-10)
924
+
925
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.0.2...3.1.0)
926
+
927
+ **Breaking Changes:**
928
+
929
+ - Setup Requirement [\#748](https://github.com/primefaces/primevue/issues/748)
930
+ - Remove locale from Calendar [\#747](https://github.com/primefaces/primevue/issues/747)
931
+
932
+ **Implemented New Features and Enhancements:**
933
+
934
+ - Implement Badge as a directive alternative [\#753](https://github.com/primefaces/primevue/issues/753)
935
+ - Chip Component [\#740](https://github.com/primefaces/primevue/issues/740)
936
+ - Close event for Message component [\#739](https://github.com/primefaces/primevue/issues/739)
937
+ - Splitter Component [\#737](https://github.com/primefaces/primevue/issues/737)
938
+ - Component for Tag [\#717](https://github.com/primefaces/primevue/issues/717)
939
+ - Locale API [\#716](https://github.com/primefaces/primevue/issues/716)
940
+ - Component for Badge [\#715](https://github.com/primefaces/primevue/issues/715)
941
+ - Dot mode for Badge [\#695](https://github.com/primefaces/primevue/issues/695)
942
+ - Knob Component [\#693](https://github.com/primefaces/primevue/issues/693)
943
+ - ScrollTop Component [\#691](https://github.com/primefaces/primevue/issues/691)
944
+ - \[FEATURE REQUEST\] - Divider/Separator Component [\#690](https://github.com/primefaces/primevue/issues/690)
945
+ - Skeleton Component [\#689](https://github.com/primefaces/primevue/issues/689)
946
+ - CascadeSelect Component [\#686](https://github.com/primefaces/primevue/issues/686)
947
+ - \[FEATURE REQUEST\] - Avatar Component [\#684](https://github.com/primefaces/primevue/issues/684)
948
+ - New ConfirmPopup Component [\#679](https://github.com/primefaces/primevue/issues/679)
949
+ - New ConfirmDialog Component [\#678](https://github.com/primefaces/primevue/issues/678)
950
+ - Update to FullCalendar 5 [\#540](https://github.com/primefaces/primevue/issues/540)
951
+
952
+ **Fixed bugs:**
953
+
954
+ - DataTable throws error when there are no columns [\#749](https://github.com/primefaces/primevue/issues/749)
955
+ - Textarea does not auto resize its height when created [\#733](https://github.com/primefaces/primevue/issues/733)
956
+ - Calendar navigation \(next, prev month\) inside DataTable or OverlayPanel not working [\#729](https://github.com/primefaces/primevue/issues/729)
957
+ - Keyboard support problem for AutoComplete [\#723](https://github.com/primefaces/primevue/issues/723)
958
+ - InputMask with unmask doesn't work as expected [\#714](https://github.com/primefaces/primevue/issues/714)
959
+ - display prop of MultiSelect is not documented [\#713](https://github.com/primefaces/primevue/issues/713)
960
+ - Invalid "sortField" property type in Vue and type definition files [\#681](https://github.com/primefaces/primevue/issues/681)
961
+ - TreeTable emit warns [\#750](https://github.com/primefaces/primevue/issues/750)
962
+ - Fixed use of MenuModel's "class" property in PanelMenuSub [\#746](https://github.com/primefaces/primevue/issues/746)
963
+
964
+ ## [3.0.2](https://github.com/primefaces/primevue/tree/3.0.2) (2020-11-26)
965
+
966
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.0.1...3.0.2)
967
+
968
+ **Implemented New Features and Enhancements:**
969
+
970
+ - Add the 'enter' key support to InputNumber [\#675](https://github.com/primefaces/primevue/issues/675)
971
+ - Chips mode for MultiSelect [\#673](https://github.com/primefaces/primevue/issues/673)
972
+ - New Timeline Component [\#672](https://github.com/primefaces/primevue/issues/672)
973
+ - Toolbar requires slot attribute which is deprecated in Vue.js 3 [\#639](https://github.com/primefaces/primevue/issues/639)
974
+ - SelectButton should allow a mode to ensure an options is always selected [\#494](https://github.com/primefaces/primevue/issues/494)
975
+
976
+ **Fixed bugs:**
977
+
978
+ - SplitButton: after selecting the default command, the command menu does not close. [\#660](https://github.com/primefaces/primevue/issues/660)
979
+ - Multiselect/Dropdown: when the menu open upwards style broken [\#659](https://github.com/primefaces/primevue/issues/659)
980
+ - Autocomplete: when the menu open upwards style broken [\#658](https://github.com/primefaces/primevue/issues/658)
981
+ - DataTable global filter bug [\#655](https://github.com/primefaces/primevue/issues/655)
982
+ - Closing message and reopening it does not work [\#653](https://github.com/primefaces/primevue/issues/653)
983
+ - Password element does not inherit attributes [\#651](https://github.com/primefaces/primevue/issues/651)
984
+ - DataTable sortField allows a function, but the prop type is only a string [\#647](https://github.com/primefaces/primevue/issues/647)
985
+ - Missing .d.ts file for usetoast [\#645](https://github.com/primefaces/primevue/issues/645)
986
+ - InputNumber's onInputBlur fails when component gets destroyed [\#633](https://github.com/primefaces/primevue/issues/633)
987
+ - missing type definition for toast/useToast.js [\#630](https://github.com/primefaces/primevue/issues/630)
988
+ - Sidebar not visible on mount [\#627](https://github.com/primefaces/primevue/issues/627)
989
+ - Accordion does not support dynamic tabs [\#622](https://github.com/primefaces/primevue/issues/622)
990
+ - TabView does not support dynamic tabs [\#616](https://github.com/primefaces/primevue/issues/616)
991
+ - PrimeVue FileUpload FileLimit [\#610](https://github.com/primefaces/primevue/issues/610)
992
+ - DataTable multiple click RadioButton focus previous row [\#606](https://github.com/primefaces/primevue/issues/606)
993
+ - FileUpload Preview columns become misaligned when both image and non-image files are uploaded [\#585](https://github.com/primefaces/primevue/issues/585)
994
+ - Error with empty objects [\#556](https://github.com/primefaces/primevue/issues/556)
995
+ - OverlayPanel :before "indicator" needs dynamic placement [\#490](https://github.com/primefaces/primevue/issues/490)
996
+
997
+ ## [3.0.1](https://github.com/primefaces/primevue/tree/3.0.1) (2020-10-22)
998
+
999
+ [Full Changelog](https://github.com/primefaces/primevue/compare/2.2.0...3.0.1)
1000
+
1001
+ **Implemented New Features and Enhancements:**
1002
+
1003
+ - Do not hide overlays on body scroll [\#591](https://github.com/primefaces/primevue/issues/591)
1004
+ - Add inputStyle and inputClass properties to InputNumber [\#551](https://github.com/primefaces/primevue/issues/551)
1005
+ - Declare events in "emits" section of every component [\#549](https://github.com/primefaces/primevue/issues/549)
1006
+
1007
+ **Fixed bugs:**
1008
+
1009
+ - Overriding ProgressSpinner colors doc error [\#589](https://github.com/primefaces/primevue/issues/589)
1010
+ - Property "disabled" was accessed during render but is not defined on instance. [\#587](https://github.com/primefaces/primevue/issues/587)
1011
+ - Dropdown inside datable using showClear causing: Cannot read property 'classList' of null [\#586](https://github.com/primefaces/primevue/issues/586)
1012
+ - DataTable crashes with a "Cannot read property 'xxx' of null" for nested objects [\#555](https://github.com/primefaces/primevue/issues/555)
1013
+ - pRipple works even when disabled\(etc menuitem\) [\#550](https://github.com/primefaces/primevue/issues/550)
1014
+ - Website / Documentation - Fix third-party dependencies documentation [\#546](https://github.com/primefaces/primevue/issues/546)
1015
+ - Menu components with web router refresh the whole page [\#536](https://github.com/primefaces/primevue/issues/536)
1016
+
1017
+ ## [3.0.0](https://github.com/primefaces/primevue/tree/3.0.0) (2020-10-11)
1018
+
1019
+ [Full Changelog](https://github.com/primefaces/primevue/compare/2.1.0...3.0.0)
1020
+
1021
+ **Implemented New Features and Enhancements:**
1022
+
1023
+ - Galleria and Carousel highlight item visual improvement on PrimeOne Themes [\#545](https://github.com/primefaces/primevue/issues/545)
1024
+ - Soho Theme [\#539](https://github.com/primefaces/primevue/issues/539)
1025
+ - Fluent UI Theme [\#538](https://github.com/primefaces/primevue/issues/538)
1026
+ - ToastService $toast is not accessible using Composition API [\#535](https://github.com/primefaces/primevue/issues/535)
1027
+ - Tooltip doesn't close in scrollable containers [\#523](https://github.com/primefaces/primevue/issues/523)
1028
+ - Lighter Highlight Color for PrimeOne Themes [\#520](https://github.com/primefaces/primevue/issues/520)
1029
+ - Add indentation property to TreeTable [\#495](https://github.com/primefaces/primevue/issues/495)
1030
+ - Accordion rounded border minor visual issue [\#384](https://github.com/primefaces/primevue/issues/384)
1031
+
1032
+ **Fixed bugs:**
1033
+
1034
+ - Tree selection is broken when ripple is enabled [\#543](https://github.com/primefaces/primevue/issues/543)
1035
+ - Tree toggler icon hover color is wrong in bootstrap theme [\#542](https://github.com/primefaces/primevue/issues/542)
1036
+ - The 'disabled' option has no effect on InputNumber [\#537](https://github.com/primefaces/primevue/issues/537)
1037
+ - InputNumber cannot set value when format property is false [\#533](https://github.com/primefaces/primevue/issues/533)
1038
+ - InputNumber with spinner mode throws a JS exception [\#532](https://github.com/primefaces/primevue/issues/532)
1039
+ - inputNumber with numeric prefix is not working as expected [\#531](https://github.com/primefaces/primevue/issues/531)
1040
+ - Problems when typing or pasting numbers into InputNumber [\#530](https://github.com/primefaces/primevue/issues/530)
1041
+ - Can't close MultiSelect or Select when inside Dialog component [\#524](https://github.com/primefaces/primevue/issues/524)
1042
+ - TouchUI modal gets stuck if input tabs out [\#519](https://github.com/primefaces/primevue/issues/519)
1043
+ - TriStateCheckbox doesn't show correct icon when value is false when using material themes [\#517](https://github.com/primefaces/primevue/issues/517)
1044
+
1045
+ ## [3.0.0-rc.2](https://github.com/primefaces/primevue/tree/3.0.0-rc.2) (2020-09-29)
1046
+
1047
+ [Full Changelog](https://github.com/primefaces/primevue/compare/3.0.0-rc1...3.0.0-rc.2)
1048
+
1049
+ **Fixed bugs:**
1050
+
1051
+ - 3.0.0-rc.1 npm package includes a node_modules [\#511](https://github.com/primefaces/primevue/issues/511)
1052
+ - Dialog component VNode [\#510](https://github.com/primefaces/primevue/issues/510)
1053
+
1054
+ ## [3.0.0-rc.1](https://github.com/primefaces/primevue/tree/3.0.0-rc.1) (2020-09-28)
1055
+
1056
+ [Full Changelog](https://github.com/primefaces/primevue/compare/2.0.9...3.0.0-rc.1)
1057
+
1058
+ **Breaking Changes:**
1059
+
1060
+ - Accessing column props in Slots [\#498](https://github.com/primefaces/primevue/issues/498)
1061
+ - activeIndex for TabView and Accordion [\#497](https://github.com/primefaces/primevue/issues/497)
1062
+
1063
+ **Implemented New Features and Enhancements:**
1064
+
1065
+ - Vue 3 Compatibility [\#491](https://github.com/primefaces/primevue/issues/491)
1066
+ - Improvement in behavior of components that have overlay panels in scrollable containers [\#500](https://github.com/primefaces/primevue/issues/500)
1067
+ - Improve calendar tabbing behavior [\#507](https://github.com/primefaces/primevue/issues/507)
1068
+ - Add input event to InputNumber [\#506](https://github.com/primefaces/primevue/issues/506)
1069
+
1070
+ **Fixed bugs:**
1071
+
1072
+ - Scrollable Table alignment improvement [\#482](https://github.com/primefaces/primevue/issues/482)
1073
+ - Button not registered in FileUpload [\#478](https://github.com/primefaces/primevue/issues/478)
1074
+ - BlockUI documentation indicates "show" event whereas the actual event is "unblock" [\#485](https://github.com/primefaces/primevue/issues/485)
1075
+
1076
+ ## [2.9.2](https://github.com/primefaces/primevue/tree/2.9.2) (2022-04-13)
1077
+
1078
+ [Full Changelog](https://github.com/primefaces/primevue/compare/2.9.1...2.9.2)
1079
+
1080
+ **Implemented New Features and Enhancements:**
1081
+
1082
+ - Tooltip v2 | Escape Support [\#2432](https://github.com/primefaces/primevue/issues/2432)
1083
+ - Accordion v2 | New expandIcon and collapseIcon properties [\#2418](https://github.com/primefaces/primevue/issues/2418)
1084
+
1085
+ **Fixed bugs:**
1086
+
1087
+ - Ripple v2 directive breaks the behavior of list components in Firefox [\#2430](https://github.com/primefaces/primevue/issues/2430)
1088
+ - Calendar | Loses alignment when positioned at the top of the input and the user clicks in the year/month [\#2422](https://github.com/primefaces/primevue/issues/2422)
1089
+ - StyleClass v2 may fail to enter the element [\#2420](https://github.com/primefaces/primevue/issues/2420)
1090
+ - Tooltip v2 shown at wrong place [\#2416](https://github.com/primefaces/primevue/issues/2416)
1091
+ - Slider v2 | Range slider get stuck when both handle on max value [\#2414](https://github.com/primefaces/primevue/issues/2414)
1092
+ - FileUpload v2: Custom upload bug on clear list [\#2412](https://github.com/primefaces/primevue/issues/2412)
1093
+ - DataTable v2 | Colspan defect with hidden Columns [\#2410](https://github.com/primefaces/primevue/issues/2410)
1094
+
1095
+ ## [2.9.1](https://github.com/primefaces/primevue/tree/2.9.1) (2022-03-16)
1096
+
1097
+ [Full Changelog](https://github.com/primefaces/primevue/compare/2.9.0...2.9.1)
1098
+
1099
+ **Implemented New Features and Enhancements:**
1100
+
1101
+ - v2 Add p-button-\* class support to SplitButton [\#2300](https://github.com/primefaces/primevue/issues/2300)
1102
+ - Calendar v2 | hide timepicker on month/year select [\#2290](https://github.com/primefaces/primevue/issues/2290)
1103
+ - v2 New stripedRows property for OrderList and PickList [\#2288](https://github.com/primefaces/primevue/issues/2288)
1104
+ - MultiSelect v2 | Filter autocomplete attribute support [\#2286](https://github.com/primefaces/primevue/issues/2286)
1105
+ - v2 Custom Table CSV Export Headers [\#2284](https://github.com/primefaces/primevue/issues/2284)
1106
+ - Knob v2 | replace surface letters with new surface variables [\#2282](https://github.com/primefaces/primevue/issues/2282)
1107
+ - v2 Replace surface letters with new surface variables [\#2280](https://github.com/primefaces/primevue/issues/2280)
1108
+ - DataTable v2 editor templating [\#2277](https://github.com/primefaces/primevue/issues/2277)
1109
+ - InputNumber v2 | Emit focus and blur events added [\#1795](https://github.com/primefaces/primevue/issues/1935)
1110
+
1111
+ **Fixed bugs:**
1112
+
1113
+ - v2 Dropdown search don't work with Gboard [\#2297](https://github.com/primefaces/primevue/issues/2297)
1114
+ - v2 DataTable row-select and row-unselect index is always undefined [\#2295](https://github.com/primefaces/primevue/issues/2295)
1115
+ - v2 Scrollable TabView forwardIsDisabled defect [\#2292](https://github.com/primefaces/primevue/issues/2292)
1116
+ - Row editing does not work as expected in DataTable [\#2270](https://github.com/primefaces/primevue/issues/2270)
1117
+ - v2 DataTable ColGroup in footer/header: Cannot read properties of undefined \(reading 'tag'\) [\#2163](https://github.com/primefaces/primevue/issues/2163)
1118
+
1119
+ ## [2.9.0](https://github.com/primefaces/primevue/tree/2.9.0) (2022-02-07)
1120
+
1121
+ [Full Changelog](https://github.com/primefaces/primevue/compare/2.8.0...2.9.0)
1122
+
1123
+ **Implemented New Features and Enhancements:**
1124
+
1125
+ - New v2 TreeTable showGridlines property [\#2115](https://github.com/primefaces/primevue/issues/2115)
1126
+ - v2 DataTable component does not work correctly "Checkbox selection" together with "lazy" [\#2109](https://github.com/primefaces/primevue/issues/2109)
1127
+ - Dialog v2: close button cannot receive focus [\#2087](https://github.com/primefaces/primevue/issues/2087)
1128
+ - PrimeFlex 3 update for PrimeVue 2 showcase [\#2085](https://github.com/primefaces/primevue/issues/2085)
1129
+ - v2 Update themes for datatable list shadow style [\#2072](https://github.com/primefaces/primevue/issues/2072)
1130
+ - v2 New Color Scheme for Lara Dark [\#2070](https://github.com/primefaces/primevue/issues/2070)
1131
+ - New Dialog v2 containerStyle prop and modal leave defect [\#1957](https://github.com/primefaces/primevue/issues/1957)
1132
+
1133
+ **Fixed bugs:**
1134
+
1135
+ - Sidebar v2: ripple appears in the wrong place [\#2105](https://github.com/primefaces/primevue/issues/2105)
1136
+ - TreeTable v2 | ColResize Expand Mode not Compatible with Table Scroll and Frozen [\#2101](https://github.com/primefaces/primevue/issues/2101)
1137
+ - v2 Dropdown doesn't display empty string [\#2095](https://github.com/primefaces/primevue/issues/2095)
1138
+ - v2 Tree node toggler button is shrunk until not visible if label starts to not fit the node [\#2093](https://github.com/primefaces/primevue/issues/2093)
1139
+ - Tag v2 doesn't show icon when slot is used instead of "value" attribute [\#2091](https://github.com/primefaces/primevue/issues/2091)
1140
+ - DataTable v2: Inline filterMenuStyle doesn't add css properties [\#2089](https://github.com/primefaces/primevue/issues/2089)
1141
+ - DataTable v2 | ColResize Expand Mode not Compatible with Table Scroll [\#2080](https://github.com/primefaces/primevue/issues/2080)
1142
+ - v2 DataTable, TreeTable | Checkbox and RadioButton Focus Missing on Material [\#2078](https://github.com/primefaces/primevue/issues/2078)
1143
+ - Calendar v2: the Year is incorrect for Multiple Months mode [\#2076](https://github.com/primefaces/primevue/issues/2076)
1144
+ - v2 Tailwind theme - wrong styles [\#2071](https://github.com/primefaces/primevue/issues/2071)
1145
+ - bugfix panelMenuSub isActive bug in 2.8.0 [\#1986](https://github.com/primefaces/primevue/issues/1986)
1146
+
1147
+ ## [2.8.0](https://github.com/primefaces/primevue/tree/2.8.0) (2021-12-14)
1148
+
1149
+ [Full Changelog](https://github.com/primefaces/primevue/compare/2.7.0...2.8.0)
1150
+
1151
+ **Implemented New Features and Enhancements:**
1152
+
1153
+ - Provide chartjs object v2 [\#1887](https://github.com/primefaces/primevue/issues/1887)
1154
+ - Calendar v2 | Escape Support For Month and Year Picker [\#1879](https://github.com/primefaces/primevue/issues/1879)
1155
+ - Constants for Toast [\#1874](https://github.com/primefaces/primevue/issues/1874)
1156
+ - Constants for PrimeIcons [\#1873](https://github.com/primefaces/primevue/issues/1873)
1157
+ - Add inputStyle to PrimeVue Config v2 [\#1871](https://github.com/primefaces/primevue/issues/1871)
1158
+ - responsiveLayout for TreeTable v2 [\#1870](https://github.com/primefaces/primevue/issues/1870)
1159
+ - Reimplemented TreeTable with new FilterService [\#1869](https://github.com/primefaces/primevue/issues/1869)
1160
+ - New Utils module [\#1867](https://github.com/primefaces/primevue/issues/1867)
1161
+ - New OverlayEventBus [\#1866](https://github.com/primefaces/primevue/issues/1866)
1162
+ - New FilterService Utility [\#1865](https://github.com/primefaces/primevue/issues/1865)
1163
+ - Reimplemented DataTable v2 [\#1864](https://github.com/primefaces/primevue/issues/1864)
1164
+
1165
+ **Fixed bugs:**
1166
+
1167
+ - Slider range with min/max bug [\#1882](https://github.com/primefaces/primevue/issues/1882)
1168
+ - Calendar v2 | Year Picker and Month Picker empty when using Range and Multiple options [\#1880](https://github.com/primefaces/primevue/issues/1880)
1169
+ - Calendar v2 manual input doesn't work [\#1878](https://github.com/primefaces/primevue/issues/1878)
1170
+ - Dropdown v2 positioning issue [\#1868](https://github.com/primefaces/primevue/issues/1868)
1171
+
1172
+ **Deprecated:**
1173
+
1174
+ - Disable VirtualScroll DataTable v2 [\#1863](https://github.com/primefaces/primevue/issues/1863)
1175
+
1176
+ ## [2.7.0](https://github.com/primefaces/primevue/tree/2.7.0) (2021-11-25)
1177
+
1178
+ [Full Changelog](https://github.com/primefaces/primevue/compare/2.6.0...2.7.0)
1179
+
1180
+ **Implemented New Features and Enhancements:**
1181
+
1182
+ - Remove mitt event bus [\#1826](https://github.com/primefaces/primevue/issues/1826)
1183
+ - New calendar styple props for v2 [\#1824](https://github.com/primefaces/primevue/issues/1824)
1184
+ - Dynamic labels for Menu components v2 [\#1821](https://github.com/primefaces/primevue/issues/1821)
1185
+ - Update Chart to trigger on any change to object data - v2 [\#1813](https://github.com/primefaces/primevue/issues/1813)
1186
+ - Vue as peer dependency [\#1812](https://github.com/primefaces/primevue/issues/1812)
1187
+ - icon templating for Message v2 [\#1811](https://github.com/primefaces/primevue/issues/1811)
1188
+ - PickList v2 slots before and after the buttons [\#1806](https://github.com/primefaces/primevue/issues/1806)
1189
+ - OrderList v2 slots before and after the buttons [\#1805](https://github.com/primefaces/primevue/issues/1805)
1190
+ - Add responsiveOptions property to Calendar v2 [\#1803](https://github.com/primefaces/primevue/issues/1803)
1191
+ - Year Picker for Calendar v2 [\#1802](https://github.com/primefaces/primevue/issues/1802)
1192
+ - Enhanced UI for month and year picker for Calendar v2 [\#1801](https://github.com/primefaces/primevue/issues/1801)
1193
+ - Default focus button should be configurable for ConfirmDialog v2 [\#1797](https://github.com/primefaces/primevue/issues/1797)
1194
+ - New rowStyle prop for DataTable v2 [\#1790](https://github.com/primefaces/primevue/issues/1790)
1195
+ - Disabled buttons on InputNumber v2 when value reach min, max [\#1789](https://github.com/primefaces/primevue/issues/1789)
1196
+ - Templating Support for ConfirmPopup v2 [\#1787](https://github.com/primefaces/primevue/issues/1787)
1197
+ - Update PrimeIcons v5 [\#1785](https://github.com/primefaces/primevue/issues/1785)
1198
+ - Update Themes and add New Lara Theme [\#1784](https://github.com/primefaces/primevue/issues/1784)
1199
+
1200
+ **Fixed bugs:**
1201
+
1202
+ - Carousel swipe function is broken on iOS devices v2 [\#1822](https://github.com/primefaces/primevue/issues/1822)
1203
+ - Disabled not working for SelectButton v2 [\#1819](https://github.com/primefaces/primevue/issues/1819)
1204
+ - Calendar in timeonly mode ignores minDate, maxDate - v2 [\#1818](https://github.com/primefaces/primevue/issues/1818)
1205
+ - Fix TypeScript definitions for selects - v2 [\#1816](https://github.com/primefaces/primevue/issues/1816)
1206
+ - optionDisabled wrongly typed [\#1815](https://github.com/primefaces/primevue/issues/1815)
1207
+ - DataTable lazy loading paginator defect - v2 [\#1814](https://github.com/primefaces/primevue/issues/1814)
1208
+ - ProgressBar: color text accessibility issue - v2 [\#1810](https://github.com/primefaces/primevue/issues/1810)
1209
+ - Cell editing without editor templating defect for DataTable v2 [\#1804](https://github.com/primefaces/primevue/issues/1804)
1210
+ - DataTable v2 events wrong TypeScript definitions [\#1788](https://github.com/primefaces/primevue/issues/1788)
1211
+ - Panel missing icon template in d.ts [\#1786](https://github.com/primefaces/primevue/issues/1786)
1212
+ - MenuModel 'to' is not working as routerlink - refreshing the whole app [\#1749](https://github.com/primefaces/primevue/issues/1749)
1213
+
1214
+ **Breaking Changes:**
1215
+
1216
+ - Rename slots for toolbar - v2 [\#1809](https://github.com/primefaces/primevue/issues/1809)
1217
+ - Rename slot names for paginatorLeft and paginatorRight - v2 [\#1808](https://github.com/primefaces/primevue/issues/1808)
1218
+ - Lowercase slot names for PickList sourceHeader-targetHeader v2 [\#1807](https://github.com/primefaces/primevue/issues/1807)
1219
+
1220
+ **Deprecated:**
1221
+
1222
+ - Deprecated props in Calendar v2 [\#1798](https://github.com/primefaces/primevue/issues/1798)
1223
+
1224
+ ## [2.6.0](https://github.com/primefaces/primevue/tree/2.6.0) (2021-09-29)
1225
+
1226
+ [Full Changelog](https://github.com/primefaces/primevue/compare/2.5.1...2.6.0)
1227
+
1228
+ **Implemented New Features and Enhancements:**
1229
+
1230
+ - Add JumpToPageDropdown and JumpToPageInput template to Paginator v2 [\#1605](https://github.com/primefaces/primevue/issues/1605)
1231
+ - Scrollable Tabs for v2 [\#1604](https://github.com/primefaces/primevue/issues/1604)
1232
+ - Reimplemented InputNumber v2 [\#1600](https://github.com/primefaces/primevue/issues/1600)
1233
+ - Modal layer enter-leave transition v2 [\#1599](https://github.com/primefaces/primevue/issues/1599)
1234
+ - Add autoHighlight to AutoComplete v2 [\#1589](https://github.com/primefaces/primevue/issues/1589)
1235
+ - function disabled for MenuModel v2 [\#1587](https://github.com/primefaces/primevue/issues/1587)
1236
+ - Upgrade v2 to Gulp 4 [\#1585](https://github.com/primefaces/primevue/issues/1585)
1237
+ - Add trueValue-falseValue to Checkbox v2 [\#1583](https://github.com/primefaces/primevue/issues/1583)
1238
+ - Add trueValue-falseValue to InputSwitch v2 [\#1582](https://github.com/primefaces/primevue/issues/1582)
1239
+ - Add router-link-active and router-link-active-exact to all menu components v2 [\#1575](https://github.com/primefaces/primevue/issues/1575)
1240
+ - New Image Preview component v2 [\#1574](https://github.com/primefaces/primevue/issues/1574)
1241
+ - Responsive Dock v2 [\#1568](https://github.com/primefaces/primevue/issues/1568)
1242
+ - start and end slots for MegaMenu v2 [\#1566](https://github.com/primefaces/primevue/issues/1566)
1243
+ - Add indicator slot [\#1565](https://github.com/primefaces/primevue/issues/1565)
1244
+ - Add tooltipOptions property to Dock v2 [\#1564](https://github.com/primefaces/primevue/issues/1564)
1245
+ - Add appendTo property to Dialog v2 [\#1561](https://github.com/primefaces/primevue/issues/1561)
1246
+ - Add tooltipOptions property to SpeedDial v2 [\#1560](https://github.com/primefaces/primevue/issues/1560)
1247
+ - new activeIndex props for TabMenu v2 [\#1553](https://github.com/primefaces/primevue/issues/1553)
1248
+ - Change button/maskClassName properties with button/maskClass properties on SpeedDial v2 [\#1551](https://github.com/primefaces/primevue/issues/1551)
1249
+ - Tailwind theme v2 [\#1549](https://github.com/primefaces/primevue/issues/1549)
1250
+ - Dropdown v2 doesn't scroll when navigating with keyboard [\#1535](https://github.com/primefaces/primevue/issues/1535)
1251
+ - Scrollable Tabs [\#364](https://github.com/primefaces/primevue/issues/364)
1252
+
1253
+ **Fixed bugs:**
1254
+
1255
+ - Thumbnails are not displayed correctly on Galleria if numVisible is greater than the length of value for v2 [\#1594](https://github.com/primefaces/primevue/issues/1594)
1256
+ - Checkbox v2 causes layout issues when used inside an overflow: auto div [\#1593](https://github.com/primefaces/primevue/issues/1593)
1257
+ - Tooltip v2 word wrap [\#1592](https://github.com/primefaces/primevue/issues/1592)
1258
+ - BlockUI v2 doesn't get rid of div [\#1591](https://github.com/primefaces/primevue/issues/1591)
1259
+ - extra space between Dropdown/MultiSelect and filter list [\#1590](https://github.com/primefaces/primevue/issues/1590)
1260
+ - Chart update throws an exception v2 [\#1588](https://github.com/primefaces/primevue/issues/1588)
1261
+ - input mask - mask affecting dirty state v2 [\#1581](https://github.com/primefaces/primevue/issues/1581)
1262
+ - Filtered Dropdown for Windows Tablet [\#1577](https://github.com/primefaces/primevue/issues/1577)
1263
+ - Calendar WCAG Accessibility Issue with Keyboard Navigation for v2 [\#1576](https://github.com/primefaces/primevue/issues/1576)
1264
+ - Dropdown onkeydown item search [\#1570](https://github.com/primefaces/primevue/issues/1570)
1265
+ - Router support for v2 Dock [\#1567](https://github.com/primefaces/primevue/issues/1567)
1266
+ - FileUpload Invalid File messages [\#1563](https://github.com/primefaces/primevue/issues/1563)
1267
+ - CurrentPageReport displays wrong value v2 [\#1554](https://github.com/primefaces/primevue/issues/1554)
1268
+ - The maskStyle property doesn't work as expected in SpeedDial v2 [\#1552](https://github.com/primefaces/primevue/issues/1552)
1269
+ - DataTable does not assign colspan correctly when working with filters [\#1456](https://github.com/primefaces/primevue/issues/1456)
1270
+ - DataTable: Pagination stops working when a column filter is applied [\#1388](https://github.com/primefaces/primevue/issues/1388)
1271
+ - Input components inside DataTable break when upgrading from PrimeVue 1 to PrimeVue 2 [\#1330](https://github.com/primefaces/primevue/issues/1330)
1272
+
1273
+ ## [2.5.1](https://github.com/primefaces/primevue/tree/2.5.1) (2021-08-10)
1274
+
1275
+ [Full Changelog](https://github.com/primefaces/primevue/compare/2.5.0...2.5.1)
1276
+
1277
+ **Fixed bugs:**
1278
+
1279
+ - Scrollable Table alignment improvement [\#1438](https://github.com/primefaces/primevue/issues/1438)
1280
+ - PrimeFlex 3 support for DataView [\#1435](https://github.com/primefaces/primevue/issues/1435)
1281
+
1282
+ ## [2.5.0](https://github.com/primefaces/primevue/tree/2.5.0) (2021-08-10)
1283
+
1284
+ [Full Changelog](https://github.com/primefaces/primevue/compare/2.4.2...2.5.0)
1285
+
1286
+ **Implemented New Features and Enhancements:**
1287
+
1288
+ - Dock component v2 [\#1434](https://github.com/primefaces/primevue/issues/1434)
1289
+ - Chart.js version update [\#1432](https://github.com/primefaces/primevue/issues/1432)
1290
+ - Speed Dial component v2 [\#1431](https://github.com/primefaces/primevue/issues/1431)
1291
+ - FullCalendar-Vue theme update [\#1430](https://github.com/primefaces/primevue/issues/1430)
1292
+ - Responsive TabMenu and Breadcrumb v2 [\#1424](https://github.com/primefaces/primevue/issues/1424)
1293
+ - breakpoints prop for Responsive Toast [\#1423](https://github.com/primefaces/primevue/issues/1423)
1294
+ - Center positioning Toast [\#1422](https://github.com/primefaces/primevue/issues/1422)
1295
+ - Templating for Toast component [\#1421](https://github.com/primefaces/primevue/issues/1421)
1296
+ - v-styleclass directive for v2 [\#1417](https://github.com/primefaces/primevue/issues/1417)
1297
+ - style and class props for FileUpload component [\#1416](https://github.com/primefaces/primevue/issues/1416)
1298
+ - value and disabled props for Tooltip component [\#1414](https://github.com/primefaces/primevue/issues/1414)
1299
+ - styleClass and contentStyleClass props for Toast component [\#1413](https://github.com/primefaces/primevue/issues/1413)
1300
+ - Row double click for DataTable [\#1347](https://github.com/primefaces/primevue/issues/1347)
1301
+ - CascadeSelect material theming improvements [\#1324](https://github.com/primefaces/primevue/issues/1324)
1302
+
1303
+ **Fixed bugs:**
1304
+
1305
+ - ProgressBar does not show 0 percent [\#1420](https://github.com/primefaces/primevue/issues/1420)
1306
+ - Toast does not clear hide timeout on beforeDestroy [\#1418](https://github.com/primefaces/primevue/issues/1418)
1307
+ - Accordion tab-open and tab-close events [\#1329](https://github.com/primefaces/primevue/issues/1329)
1308
+
1309
+ ## [2.4.2](https://github.com/primefaces/primevue/tree/2.4.2) (2021-06-07)
1310
+
1311
+ [Full Changelog](https://github.com/primefaces/primevue/compare/2.4.1...2.4.2)
1312
+
1313
+ **Implemented New Features and Enhancements:**
1314
+
1315
+ - Chips remove button for templating [\#1307](https://github.com/primefaces/primevue/issues/1307)
1316
+ - IDE support [\#1296](https://github.com/primefaces/primevue/issues/1296)
1317
+ - MultiSelect selectionLimit showToggleAll [\#1288](https://github.com/primefaces/primevue/issues/1288)
1318
+ - FileUpload long filename [\#1287](https://github.com/primefaces/primevue/issues/1287)
1319
+ - hideIcon and showIcon for Password [\#1286](https://github.com/primefaces/primevue/issues/1286)
1320
+
1321
+ **Fixed bugs:**
1322
+
1323
+ - DataTable multi selection with meta key [\#1305](https://github.com/primefaces/primevue/issues/1305)
1324
+ - Sidebar content overflows [\#1295](https://github.com/primefaces/primevue/issues/1295)
1325
+ - FileUpload accepts any type of file [\#1291](https://github.com/primefaces/primevue/issues/1291)
1326
+ - AutoComplete forceSelection with Multiple [\#1289](https://github.com/primefaces/primevue/issues/1289)
1327
+ - Decimal value for Slider [\#1285](https://github.com/primefaces/primevue/issues/1285)
1328
+ - Panel closes itself when typing on mobile [\#1284](https://github.com/primefaces/primevue/issues/1284)
1329
+ - DataTable state restore broken for columnOrder and columnWidths [\#1283](https://github.com/primefaces/primevue/issues/1283)
1330
+ - Multiselect doesn't set focus to the multiselect filter when dropdown is expanded [\#1243](https://github.com/primefaces/primevue/issues/1243)
1331
+ - Error when navigating to a component including TabView with active index \> 0 [\#1221](https://github.com/primefaces/primevue/issues/1221)
1332
+ - Calendar.vue property panelClass is not used. [\#1213](https://github.com/primefaces/primevue/issues/1213)
1333
+ - Multiple Form Components Break Inside TabView [\#1209](https://github.com/primefaces/primevue/issues/1209)
1334
+ - Primevue 2.4 TabView and Accordeon throw errow on npm build [\#1019](https://github.com/primefaces/primevue/issues/1019)
1335
+
1336
+ ## [2.4.1](https://github.com/primefaces/primevue/tree/2.4.1) (2021-04-22)
1337
+
1338
+ [Full Changelog](https://github.com/primefaces/primevue/compare/2.4.0...2.4.1)
1339
+
1340
+ **Implemented New Features and Enhancements:**
1341
+
1342
+ - Reset page on filter [\#1121](https://github.com/primefaces/primevue/issues/1121)
1343
+ - forceSelection for AutoComplete [\#1120](https://github.com/primefaces/primevue/issues/1120)
1344
+
1345
+ **Fixed bugs:**
1346
+
1347
+ - Circle shape is broken for Avatar [\#1116](https://github.com/primefaces/primevue/issues/1116)
1348
+ - Animation "none" not working for Skeleton [\#1115](https://github.com/primefaces/primevue/issues/1115)
1349
+ - Calendar: prop showOtherMonths = false does not hide neighbour months` dates [\#875](https://github.com/primefaces/primevue/issues/875)
1350
+ - FileUpload throws error on build [\#1017](https://github.com/primefaces/primevue/issues/1017)
1351
+ - autocomplete input no response [\#1010](https://github.com/primefaces/primevue/issues/1010)
1352
+
1353
+ ## [2.4.0](https://github.com/primefaces/primevue/tree/2.4.0) (2021-02-22)
1354
+
1355
+ [Full Changelog](https://github.com/primefaces/primevue/compare/2.3.0...2.4.0)
1356
+
1357
+ **Implemented New Features and Enhancements:**
1358
+
1359
+ - Touch support for ColorPicker [\#1003](https://github.com/primefaces/primevue/issues/1003)
1360
+ - Error when removing InputNumbers from DOM tree [\#1001](https://github.com/primefaces/primevue/issues/1001)
1361
+ - FileUpload callback 'Select' little adjust. [\#1000](https://github.com/primefaces/primevue/issues/1000)
1362
+ - Add activeIndex to Tabview [\#927](https://github.com/primefaces/primevue/issues/927)
1363
+ - Add activeIndex to Accordion [\#924](https://github.com/primefaces/primevue/issues/924)
1364
+ - Update material theming and add invalid field demo [\#920](https://github.com/primefaces/primevue/issues/920)
1365
+ - Upgrade PrimeIcons 4.1.0 [\#914](https://github.com/primefaces/primevue/issues/914)
1366
+ - \[FileUpload\] when :fileLimit is exceeded, Upload button should not be active [\#909](https://github.com/primefaces/primevue/issues/909)
1367
+ - state-save and state-restore events for Table [\#901](https://github.com/primefaces/primevue/issues/901)
1368
+ - File Upload cant disable and hide Upload & Cancel [\#897](https://github.com/primefaces/primevue/issues/897)
1369
+ - New Lazy DataTable Demo with Remote Source [\#862](https://github.com/primefaces/primevue/issues/862)
1370
+
1371
+ **Fixed bugs:**
1372
+
1373
+ - Space key support for row radio [\#1002](https://github.com/primefaces/primevue/issues/1002)
1374
+ - Calendar seconds are locked when min/max set [\#923](https://github.com/primefaces/primevue/issues/923)
1375
+ - Improve float label support in overlay selects [\#907](https://github.com/primefaces/primevue/issues/907)
1376
+ - Sidebar Mask not being removed from DOM on close [\#906](https://github.com/primefaces/primevue/issues/906)
1377
+ - "Clear" button in Calendar wrongly labeled [\#905](https://github.com/primefaces/primevue/issues/905)
1378
+ - Autocomplete crashes when "field" property is a function [\#903](https://github.com/primefaces/primevue/issues/903)
1379
+ - p-button-link not visible in Material Design themes [\#902](https://github.com/primefaces/primevue/issues/902)
1380
+ - Textarea autoresize does not respect its border [\#900](https://github.com/primefaces/primevue/issues/900)
1381
+ - Knob replaceAll causes issue with nuxt SSR [\#898](https://github.com/primefaces/primevue/issues/898)
1382
+ - \[Bug\] Error import ScrollTop component [\#896](https://github.com/primefaces/primevue/issues/896)
1383
+ - MenuItem: class does not apply to separator item [\#895](https://github.com/primefaces/primevue/issues/895)
1384
+ - Slider incorrectly positions handle when using mixed-sign min/max [\#893](https://github.com/primefaces/primevue/issues/893)
1385
+ - Strange behavior using context menu on Safari [\#886](https://github.com/primefaces/primevue/issues/886)
1386
+ - Calendar fails with prop monthNavigator = true [\#876](https://github.com/primefaces/primevue/issues/876)
1387
+ - Calendar component doesn't respect dateFormat config value [\#870](https://github.com/primefaces/primevue/issues/870)
1388
+ - Multiselect: selected values are not shown without placeholder [\#868](https://github.com/primefaces/primevue/issues/868)
1389
+ - primevue/fieldset not found [\#860](https://github.com/primefaces/primevue/issues/860)
1390
+
1391
+ ## [2.3.0](https://github.com/primefaces/primevue/tree/2.3.0) (2021-01-06)
1392
+
1393
+ [Full Changelog](https://github.com/primefaces/primevue/compare/2.2.3...2.3.0)
1394
+
1395
+ **Breaking Changes:**
1396
+
1397
+ - Remove locale from Calendar [\#824](https://github.com/primefaces/primevue/issues/824)
1398
+ - Setup Requirement [\#823](https://github.com/primefaces/primevue/issues/823)
1399
+
1400
+ **Implemented New Features and Enhancements:**
1401
+
1402
+ - Touch support for Slider [\#757](https://github.com/primefaces/primevue/issues/757)
1403
+ - Nuxt Module [\#819](https://github.com/primefaces/primevue/issues/819)
1404
+ - Refactor Build [\#818](https://github.com/primefaces/primevue/issues/818)
1405
+ - Locale API [\#817](https://github.com/primefaces/primevue/issues/817)
1406
+ - ConfirmPopup Component [\#791](https://github.com/primefaces/primevue/issues/791)
1407
+ - ConfirmDialog Component [\#790](https://github.com/primefaces/primevue/issues/790)
1408
+ - Splitter Component [\#789](https://github.com/primefaces/primevue/issues/789)
1409
+ - ScrollTop Component [\#788](https://github.com/primefaces/primevue/issues/788)
1410
+ - Skeleton Component [\#787](https://github.com/primefaces/primevue/issues/787)
1411
+ - Divider Component [\#786](https://github.com/primefaces/primevue/issues/786)
1412
+ - Knob Component [\#785](https://github.com/primefaces/primevue/issues/785)
1413
+ - CascadeSelect Component [\#784](https://github.com/primefaces/primevue/issues/784)
1414
+ - Avatar Component [\#783](https://github.com/primefaces/primevue/issues/783)
1415
+ - Badge Component [\#782](https://github.com/primefaces/primevue/issues/782)
1416
+ - Tag Component [\#779](https://github.com/primefaces/primevue/issues/779)
1417
+ - Chip Component [\#778](https://github.com/primefaces/primevue/issues/778)
1418
+
1419
+ **Fixed bugs:**
1420
+ - Vertical Slider [\#780](https://github.com/primefaces/primevue/issues/780)
1421
+
1422
+ ## [2.2.3](https://github.com/primefaces/primevue/tree/2.2.3) (2020-12-14)
1423
+
1424
+ [Full Changelog](https://github.com/primefaces/primevue/compare/2.2.2...2.2.3)
1425
+
1426
+ **Implemented New Features and Enhancements:**
1427
+
1428
+ - Chip component cosmetics [\#777](https://github.com/primefaces/primevue/issues/777)
1429
+ - Update to FullCalendar 5 [\#776](https://github.com/primefaces/primevue/issues/776)
1430
+ - Close event for Message component [\#761](https://github.com/primefaces/primevue/issues/761)
1431
+ - Touch support for Slider [\#758](https://github.com/primefaces/primevue/issues/758)
1432
+
1433
+ **Fixed bugs:**
1434
+
1435
+ - Slider has incorrect aria-\* variable values [\#774](https://github.com/primefaces/primevue/issues/774)
1436
+ - Invalid "sortField" property type in Vue and type definition files [\#764](https://github.com/primefaces/primevue/issues/764)
1437
+ - Keyboard support problem for AutoComplete [\#763](https://github.com/primefaces/primevue/issues/763)
1438
+ - Textarea does not auto resize its height when created [\#762](https://github.com/primefaces/primevue/issues/762)
1439
+ - Calendar navigation \(next, prev month\) inside DataTable or OverlayPanel not working [\#759](https://github.com/primefaces/primevue/issues/759)
1440
+ - Primevue 2 dismissableMask=true not working when clicking outside the modal [\#741](https://github.com/primefaces/primevue/issues/741)
1441
+ - FileUpload with fileLimit problem [\#677](https://github.com/primefaces/primevue/issues/677)
1442
+
1443
+ ## [2.2.2](https://github.com/primefaces/primevue/tree/2.2.2) (2020-11-30)
1444
+
1445
+ [Full Changelog](https://github.com/primefaces/primevue/compare/2.2.1...2.2.2)
1446
+
1447
+ **Implemented New Features and Enhancements:**
1448
+
1449
+ - New Timeline Component [\#712](https://github.com/primefaces/primevue/issues/712)
1450
+ - Chips mode for MultiSelect [\#711](https://github.com/primefaces/primevue/issues/711)
1451
+ - SelectButton should allow a mode to ensure an options is always selected [\#698](https://github.com/primefaces/primevue/issues/698)
1452
+ - OverlayPanel :before "indicator" needs dynamic placement [\#697](https://github.com/primefaces/primevue/issues/697)
1453
+ - Improve typescript definitions [\#696](https://github.com/primefaces/primevue/issues/696)
1454
+ - Add the 'enter' key support to InputNumber [\#676](https://github.com/primefaces/primevue/issues/676)
1455
+
1456
+ **Fixed bugs:**
1457
+
1458
+ - SplitButton: after selecting the default command, the command menu does not close. [\#710](https://github.com/primefaces/primevue/issues/710)
1459
+ - Autocomplete: when the menu open upwards style broken [\#709](https://github.com/primefaces/primevue/issues/709)
1460
+ - Multiselect/Dropdown: when the menu open upwards style broken [\#708](https://github.com/primefaces/primevue/issues/708)
1461
+ - DataTable global filter bug [\#707](https://github.com/primefaces/primevue/issues/707)
1462
+ - InputNumber's onInputBlur fails when component gets destroyed [\#705](https://github.com/primefaces/primevue/issues/705)
1463
+ - Sidebar not visible on mount [\#704](https://github.com/primefaces/primevue/issues/704)
1464
+ - PrimeVue FileUpload FileLimit [\#703](https://github.com/primefaces/primevue/issues/703)
1465
+ - DataTable multiple click RadioButton focus previous row [\#702](https://github.com/primefaces/primevue/issues/702)
1466
+ - FileUpload Preview columns become misaligned when both image and non-image files are uploaded [\#701](https://github.com/primefaces/primevue/issues/701)
1467
+ - Error with empty objects [\#700](https://github.com/primefaces/primevue/issues/700)
1468
+ - ColorPicker overlay input does not reflect to hue section changes [\#699](https://github.com/primefaces/primevue/issues/699)
1469
+ - Multiselect dropdown closes after selecting one option [\#602](https://github.com/primefaces/primevue/issues/602)
1470
+ - PrimeVue 2 InputMask with unmask problem [\#577](https://github.com/primefaces/primevue/issues/577)
1471
+
1472
+ ## [2.2.1](https://github.com/primefaces/primevue/tree/2.2.1) (2020-11-23)
1473
+
1474
+ **Implemented New Features and Enhancements:**
1475
+
1476
+ - Do not hide overlays on body scroll [\#661](https://github.com/primefaces/primevue/issues/661)
1477
+
1478
+ **Fixed bugs:**
1479
+
1480
+ - Overriding ProgressSpinner colors doc error [\#662](https://github.com/primefaces/primevue/issues/662)
1481
+ - Dropdown inside datable using showClear causing: Cannot read property 'classList' of null [\#664](https://github.com/primefaces/primevue/issues/664)
1482
+ - DataTable crashes with a "Cannot read property 'xxx' of null" for nested objects [\#665](https://github.com/primefaces/primevue/issues/665)
1483
+
1484
+ ## [2.2.0](https://github.com/primefaces/primevue/tree/2.2.0) (2020-10-14)
1485
+
1486
+ **Implemented New Features and Enhancements:**
1487
+
1488
+ - Add inputStyle and inputClass properties to InputNumber [\#573](https://github.com/primefaces/primevue/issues/573)
1489
+ - Accordion rounded border minor visual issue [\#572](https://github.com/primefaces/primevue/issues/572)
1490
+ - Add indentation property to TreeTable [\#571](https://github.com/primefaces/primevue/issues/571)
1491
+ - Lighter Highlight Color for PrimeOne Themes [\#568](https://github.com/primefaces/primevue/issues/568)
1492
+ - Fluent UI Theme [\#561](https://github.com/primefaces/primevue/issues/561)
1493
+ - Soho Theme [\#560](https://github.com/primefaces/primevue/issues/560)
1494
+ - Galleria and Carousel highlight item visual improvement on PrimeOne Themes [\#557](https://github.com/primefaces/primevue/issues/557)
1495
+ - Tooltip doesn't close in scrollable containers [\#526](https://github.com/primefaces/primevue/issues/526)
1496
+
1497
+ **Fixed bugs:**
1498
+
1499
+ - pRipple working when disabled\(etc menuitem\) [\#574](https://github.com/primefaces/primevue/issues/574)
1500
+ - TriStateCheckbox doesn't show correct icon when value is false when using material themes [\#570](https://github.com/primefaces/primevue/issues/570)
1501
+ - TouchUI modal gets stuck if input tabs out [\#569](https://github.com/primefaces/primevue/issues/569)
1502
+ - Can't close MultiSelect or Select when inside Dialog component [\#567](https://github.com/primefaces/primevue/issues/567)
1503
+ - Problems when typing or pasting numbers into InputNumber [\#566](https://github.com/primefaces/primevue/issues/566)
1504
+ - inputNumber with numeric prefix is not working as expected [\#565](https://github.com/primefaces/primevue/issues/565)
1505
+ - InputNumber with spinner mode throws a JS exception [\#564](https://github.com/primefaces/primevue/issues/564)
1506
+ - InputNumber cannot set value when format property is false [\#563](https://github.com/primefaces/primevue/issues/563)
1507
+ - The 'disabled' option has no effect on InputNumber [\#562](https://github.com/primefaces/primevue/issues/562)
1508
+ - Tree toggler icon hover color is wrong in bootstrap theme [\#559](https://github.com/primefaces/primevue/issues/559)
1509
+ - Tree selection is broken when ripple is enabled [\#558](https://github.com/primefaces/primevue/issues/558)
1510
+
1511
+ ## [2.1.0](https://github.com/primefaces/primevue/tree/2.1.0) (2020-09-29)
1512
+
1513
+ [Full Changelog](https://github.com/primefaces/primevue/compare/2.0.9...2.1.0)
1514
+
1515
+ **Implemented New Features and Enhancements:**
1516
+
1517
+ - Improvement in behavior of components that have overlay panels in scrollable containers [\#514](https://github.com/primefaces/primevue/issues/514)
1518
+ - Scrollable Table alignment improvement [\#513](https://github.com/primefaces/primevue/issues/513)
1519
+ - Improve calendar tabbing behavior [\#512](https://github.com/primefaces/primevue/issues/512)
1520
+
1521
+ **Fixed bugs:**
1522
+
1523
+ - TouchUI modal gets stuck if input tabs out [\#518](https://github.com/primefaces/primevue/issues/518)
1524
+ - Button not registered in FileUpload [\#516](https://github.com/primefaces/primevue/issues/516)
1525
+ - BlockUI documentation indicates "show" event whereas the actual event is "unblock" [\#515](https://github.com/primefaces/primevue/issues/515)
1526
+
1527
+ ## [2.0.9](https://github.com/primefaces/primevue/tree/2.0.9) (2020-09-09)
1528
+
1529
+ [Full Changelog](https://github.com/primefaces/primevue/compare/2.0.8...2.0.9)
1530
+
1531
+ **Implemented New Features and Enhancements:**
1532
+
1533
+ - InputGroup support for input components with wrappers [\#471](https://github.com/primefaces/primevue/issues/471)
1534
+ - Update PrimeFlex documentation to 2.0.0 [\#464](https://github.com/primefaces/primevue/issues/464)
1535
+ - Scrollable Table alignment improvement [\#462](https://github.com/primefaces/primevue/issues/462)
1536
+ - emptyFilterMessage for Dropdown, MultiSelect and Listbox filter [\#459](https://github.com/primefaces/primevue/issues/459)
1537
+ - Negative sign with InputNumber [\#458](https://github.com/primefaces/primevue/issues/458)
1538
+ - InputNumber Currency not working as expected [\#330](https://github.com/primefaces/primevue/issues/330)
1539
+
1540
+ **Fixed bugs:**
1541
+
1542
+ - Dialog with Long Content does not scroll in IE11 [\#473](https://github.com/primefaces/primevue/issues/473)
1543
+ - Click on Dropdown's filter text box closes items list [\#465](https://github.com/primefaces/primevue/issues/465)
1544
+ - Calendar misplaced layout if more than one month is shown [\#461](https://github.com/primefaces/primevue/issues/461)
1545
+ - inputNumber cannot set value bigger than 99.999 for an ES locale [\#460](https://github.com/primefaces/primevue/issues/460)
1546
+ - Items in PanelMenu are highlighted wrongly with Material dark themes [\#456](https://github.com/primefaces/primevue/issues/456)
1547
+ - InputNumber with dynamic fraction digits doesn't work as expected [\#455](https://github.com/primefaces/primevue/issues/455)
1548
+
1549
+ ## [2.0.8](https://github.com/primefaces/primevue/tree/2.0.8) (2020-08-27)
1550
+
1551
+ [Full Changelog](https://github.com/primefaces/primevue/compare/2.0.7...2.0.8)
1552
+
1553
+ **Implemented New Features and Enhancements:**
1554
+
1555
+ - Add Del key support to InputNumber [\#452](https://github.com/primefaces/primevue/issues/452)
1556
+ - Documentation for primeflex setup [\#434](https://github.com/primefaces/primevue/issues/434)
1557
+ - InputNumber with decimals should support entering comma/decimal point [\#432](https://github.com/primefaces/primevue/issues/432)
1558
+ - dismissableMask and closeOnEscape for Dialog [\#372](https://github.com/primefaces/primevue/issues/372)
1559
+
1560
+ **Fixed bugs:**
1561
+
1562
+ - Can't type - as first symbol into an Inputnumber [\#453](https://github.com/primefaces/primevue/issues/453)
1563
+ - When autocomplete is bound to an object, float label overlaps in some circumstances [\#450](https://github.com/primefaces/primevue/issues/450)
1564
+ - TreeTable template always render field value [\#445](https://github.com/primefaces/primevue/issues/445)
1565
+ - Setting placeholder text for Editor / Quill component doesn't work [\#433](https://github.com/primefaces/primevue/issues/433)
1566
+ - InputNumber with stacked Buttons is broken [\#431](https://github.com/primefaces/primevue/issues/431)
1567
+ - Doc error on InputNumber [\#430](https://github.com/primefaces/primevue/issues/430)
1568
+ - InputNumber throws error if emptied [\#429](https://github.com/primefaces/primevue/issues/429)
1569
+ - Pill Text not centered [\#428](https://github.com/primefaces/primevue/issues/428)
1570
+
1571
+ ## [2.0.7](https://github.com/primefaces/primevue/tree/2.0.7) (2020-08-05)
1572
+
1573
+ [Full Changelog](https://github.com/primefaces/primevue/compare/2.0.6...2.0.7)
1574
+
1575
+ **Fixed bugs:**
1576
+
1577
+ - Global filter is not working with invalid values on TreeTable [\#427](https://github.com/primefaces/primevue/issues/427)
1578
+ - Global filter throws error in TreeTable[\#425](https://github.com/primefaces/primevue/issues/425)
1579
+ - Duplicate keys in TreeTable [\#424](https://github.com/primefaces/primevue/issues/424)
1580
+
1581
+ ## [2.0.6](https://github.com/primefaces/primevue/tree/2.0.6) (2020-08-04)
1582
+
1583
+ [Full Changelog](https://github.com/primefaces/primevue/compare/2.0.5...2.0.6)
1584
+
1585
+ **Implemented New Features and Enhancements:**
1586
+
1587
+ - Improve connected overlay positioning [\#418](https://github.com/primefaces/primevue/issues/418)
1588
+ - TabMenu should include subpaths in active tab detection [\#417](https://github.com/primefaces/primevue/issues/417)
1589
+ - Rename toast message title class [\#420](https://github.com/primefaces/primevue/issues/420)
1590
+
1591
+ **Fixed bugs:**
1592
+
1593
+ - TabMenu error when no route matches one of the menu paths [\#416](https://github.com/primefaces/primevue/issues/416)
1594
+ - DataTable row reorder demo not working [\#419](https://github.com/primefaces/primevue/issues/419)
1595
+ - DataTable: Exporting an empty DataTable throws TypeError [\#413](https://github.com/primefaces/primevue/issues/413)
1596
+ - Duplicate keys in TreeTable [\#424](https://github.com/primefaces/primevue/issues/424)
1597
+ - Fixed typo in ProgressBarDoc.vue [\#414](https://github.com/primefaces/primevue/issues/414)
1598
+ - Paginator is displayed over table loading overlay [\#422](https://github.com/primefaces/primevue/issues/422)
1599
+ - p-error, p-invalid styling missing on some form elements [\#421](https://github.com/primefaces/primevue/issues/421)
1600
+
1601
+ ## [2.0.5](https://github.com/primefaces/primevue/tree/2.0.5) (2020-07-24)
1602
+
1603
+ [Full Changelog](https://github.com/primefaces/primevue/compare/2.0.4...2.0.5)
1604
+
1605
+ **Implemented New Features and Enhancements:**
1606
+
1607
+ - SideBar p-sidebar-mask div is not removed automatically [\#329](https://github.com/primefaces/primevue/issues/329)
1608
+ - Block UI mask remove automatically [\#409](https://github.com/primefaces/primevue/issues/409)
1609
+
1610
+ **Fixed bugs:**
1611
+
1612
+ - Calendar mask animation [\#408](https://github.com/primefaces/primevue/issues/408)
1613
+
1614
+ ## [2.0.4](https://github.com/primefaces/primevue/tree/2.0.4) (2020-07-23)
1615
+
1616
+ [Full Changelog](https://github.com/primefaces/primevue/compare/2.0.3...2.0.4)
1617
+
1618
+ **Implemented New Features and Enhancements:**
1619
+
1620
+ - MultiSelect close icon spacing issue [\#405](https://github.com/primefaces/primevue/issues/405)
1621
+ - Refactor OrderList and PickList header style classes [\#403](https://github.com/primefaces/primevue/issues/403)
1622
+ - Improve Dialog padding [\#404](https://github.com/primefaces/primevue/issues/404)
1623
+ - Refactor selectbutton focus visuals [\#406](https://github.com/primefaces/primevue/issues/406)
1624
+
1625
+ **Fixed bugs:**
1626
+
1627
+ - Alignment issue on left and right contents of Toolbar [\#400](https://github.com/primefaces/primevue/issues/400)
1628
+ - Remove default text-decoration style from the header links on Fieldset [\#399](https://github.com/primefaces/primevue/issues/399)
1629
+
1630
+ ## [2.0.3](https://github.com/primefaces/primevue/tree/2.0.3) (2020-07-18)
1631
+
1632
+ [Full Changelog](https://github.com/primefaces/primevue/compare/2.0.2...2.0.3)
1633
+
1634
+ **Breaking changes:**
1635
+
1636
+ - Improve Toast CSS structure and Add new positions [\#391](https://github.com/primefaces/primevue/issues/391)
1637
+
1638
+ **Implemented New Features and Enhancements:**
1639
+
1640
+ - Add p-button-plain add-on for text button [\#398](https://github.com/primefaces/primevue/issues/398)
1641
+ - Sort the icons alphabetically in the documentation [\#385](https://github.com/primefaces/primevue/issues/385)
1642
+ - Button slot [\#388](https://github.com/primefaces/primevue/pull/388)
1643
+ - Rename p-datatable-row to p-selectable-row [\#397](https://github.com/primefaces/primevue/issues/397)
1644
+ - Cleanup FullCalendar CSS [\#392](https://github.com/primefaces/primevue/issues/392)
1645
+
1646
+ **Fixed bugs:**
1647
+
1648
+ - Alignment issue on tree [\#395](https://github.com/primefaces/primevue/issues/395)
1649
+ - Add type="button" to buttons to avoid form submission [\#394](https://github.com/primefaces/primevue/issues/394)
1650
+ - Wrong class name at FileUpload [\#390](https://github.com/primefaces/primevue/issues/390)
1651
+
1652
+ ## [2.0.2](https://github.com/primefaces/primevue/tree/2.0.2) (2020-07-12)
1653
+
1654
+ [Full Changelog](https://github.com/primefaces/primevue/compare/2.0.1...2.0.2)
1655
+
1656
+ **Implemented New Features and Enhancements:**
1657
+
1658
+ - OverlayPanel padding visual problem [\#382](https://github.com/primefaces/primevue/issues/382)
1659
+ - Improved active state for dark themes [\#383](https://github.com/primefaces/primevue/issues/383)
1660
+
1661
+ ## [2.0.1](https://github.com/primefaces/primevue/tree/2.0.1) (2020-07-10)
1662
+
1663
+ [Full Changelog](https://github.com/primefaces/primevue/compare/2.0.0...2.0.1)
1664
+
1665
+ **Implemented New Features and Enhancements:**
1666
+
1667
+ - Ability to programmatically show or hide Dropdown/MultiSelect [\#368](https://github.com/primefaces/primevue/issues/368)
1668
+ - Ability to add scaling inputs by group [\#373](https://github.com/primefaces/primevue/issues/373)
1669
+ - Support for left and right icons for Input [\#379](https://github.com/primefaces/primevue/issues/379)
1670
+
1671
+ **Fixed bugs:**
1672
+
1673
+ - Datatable with RowGroup and Scroll scrollbar misplaced [\#380](https://github.com/primefaces/primevue/issues/380)
1674
+ - InlineMessage typescript declaration is not available at package root [\#366](https://github.com/primefaces/primevue/issues/366)
1675
+ - Editor readonly not working due to typo [\#369](https://github.com/primefaces/primevue/issues/369)
1676
+ - Message error with Ripple [\#378](https://github.com/primefaces/primevue/issues/378)
1677
+ - Separator problem with Menu [\#377](https://github.com/primefaces/primevue/issues/377)
1678
+
1679
+ ## [2.0.0](https://github.com/primefaces/primevue/tree/2.0.0) (2020-07-06)
1680
+
1681
+ [Full Changelog](https://github.com/primefaces/primevue/compare/2.0.0-rc.3...2.0.0)
1682
+
1683
+ ## [2.0.0-rc.3](https://github.com/primefaces/primevue/tree/2.0.0-rc.3) (2020-07-04)
1684
+
1685
+ [Full Changelog](https://github.com/primefaces/primevue/compare/2.0.0-rc.2...2.0.0-rc.3)
1686
+
1687
+ **Implemented New Features and Enhancements:**
1688
+
1689
+ - FileLimit for FileUpload [\#361](https://github.com/primefaces/primevue/issues/361)
1690
+ - Custom Upload for FileUpload [\#360](https://github.com/primefaces/primevue/issues/360)
1691
+ - Filter event for Listbox, Dropdown and MultiSelect [\#359](https://github.com/primefaces/primevue/issues/359)
1692
+ - DataView should reset paginator on sort [\#356](https://github.com/primefaces/primevue/issues/356)
1693
+
1694
+ **Fixed bugs:**
1695
+
1696
+ - Usage of header slot produces JavaScript error when beeing combined with ColumnGroups [\#349](https://github.com/primefaces/primevue/issues/349)
1697
+ - Messages are not visible in simple uploader [\#343](https://github.com/primefaces/primevue/issues/343)
1698
+ - Accordion breaks input components inside [\#342](https://github.com/primefaces/primevue/issues/342)
1699
+ - Picklist 'move-all-to-source' event argument e.items is empty [\#341](https://github.com/primefaces/primevue/issues/341)
1700
+ - datatable filter not work in some firefox [\#325](https://github.com/primefaces/primevue/issues/325)
1701
+ - DataTable : \(row\) editing + selection column - focus issues [\#315](https://github.com/primefaces/primevue/issues/315)
1702
+ - Datatable scrollable mode doesn't load Loading Template [\#296](https://github.com/primefaces/primevue/issues/296)
1703
+
1704
+ ## [2.0.0-rc.2](https://github.com/primefaces/primevue/tree/2.0.0-rc.2) (2020-07-02)
1705
+
1706
+ [Full Changelog](https://github.com/primefaces/primevue/compare/2.0.0-rc.1...2.0.0-rc.2)
1707
+
1708
+ **Implemented New Features and Enhancements:**
1709
+
1710
+ - Material Theme [\#363](https://github.com/primefaces/primevue/issues/363)
1711
+ - Bootstrap Theme [\#362](https://github.com/primefaces/primevue/issues/362)
1712
+ - Improve Galleria animation on FullScreen mode [\#346](https://github.com/primefaces/primevue/issues/346)
1713
+
1714
+ **Fixed bugs:**
1715
+
1716
+ - Item content in Carousel does not expand according to the wrapper element [\#348](https://github.com/primefaces/primevue/issues/348)
1717
+ - InputNumber prevents min key number [\#337](https://github.com/primefaces/primevue/issues/337)
1718
+
1719
+ ## [2.0.0-rc.1](https://github.com/primefaces/primevue/tree/2.0.0-rc.1) (2020-05-28)
1720
+
1721
+ [Full Changelog](https://github.com/primefaces/primevue/compare/2.0.0-beta.1...2.0.0-rc.1)
1722
+
1723
+ **Implemented New Features and Enhancements:**
1724
+
1725
+ - Disable virtual keyboard in calendar [\#334](https://github.com/primefaces/primevue/issues/334)
1726
+ - Rename dialog titlebar class to dialog header [\#333](https://github.com/primefaces/primevue/issues/333)
1727
+ - Flex Scroll height for DataTable [\#328](https://github.com/primefaces/primevue/issues/328)
1728
+ - New Component: ScrollPanel [\#322](https://github.com/primefaces/primevue/issues/322)
1729
+ - Refactor p-panel-titlebar to p-panel-header [\#321](https://github.com/primefaces/primevue/issues/321)
1730
+ - Terminal should scroll to bottom after command [\#319](https://github.com/primefaces/primevue/issues/319)
1731
+ - Rename Nova Themes [\#318](https://github.com/primefaces/primevue/issues/318)
1732
+ - Datatable coltoggle changes columns order. [\#311](https://github.com/primefaces/primevue/issues/311)
1733
+
1734
+ **Fixed bugs:**
1735
+
1736
+ - Table loader is not visible in scrollable table [\#332](https://github.com/primefaces/primevue/issues/332)
1737
+ - Alignment issue on Galleria with left and right thumbnail position [\#327](https://github.com/primefaces/primevue/issues/327)
1738
+ - InputNumber Up Down buttons send form on submit [\#313](https://github.com/primefaces/primevue/issues/313)
1739
+ - Slider handle moves on click [\#298](https://github.com/primefaces/primevue/issues/298)
1740
+
1741
+ ## [2.0.0-beta.1](https://github.com/primefaces/primevue/tree/2.0.0-beta.1) (2020-05-15)
1742
+
1743
+ [Full Changelog](https://github.com/primefaces/primevue/compare/1.3.2...2.0.0-beta.1)
1744
+
1745
+ **Implemented New Features and Enhancements:**
1746
+
1747
+ - Modernize CSS [\#263](https://github.com/primefaces/primevue/issues/263)
1748
+ - Responsive Menubar [\#316](https://github.com/primefaces/primevue/issues/316)
1749
+ - Top and Bottom icon positioning for button [\#309](https://github.com/primefaces/primevue/issues/309)
1750
+ - Badges and Tags [\#308](https://github.com/primefaces/primevue/issues/308)
1751
+ - Saga and Vela Themes [\#307](https://github.com/primefaces/primevue/issues/307)
1752
+ - Add link button [\#306](https://github.com/primefaces/primevue/issues/306)
1753
+ - Icons inside InputText [\#305](https://github.com/primefaces/primevue/issues/305)
1754
+ - Add inputId to Dropdown and MultiSelect [\#303](https://github.com/primefaces/primevue/issues/303)
1755
+ - ToggleButton refactor [\#297](https://github.com/primefaces/primevue/issues/297)
1756
+ - Decouple MegaMenu from PrimeFlex [\#295](https://github.com/primefaces/primevue/issues/295)
1757
+
1758
+ **Breaking Changes:**
1759
+ - Remove Spinner [\#287](https://github.com/primefaces/primevue/issues/287)
1760
+ - Rename ValidationMessage to InlineMessage [\#301](https://github.com/primefaces/primevue/issues/301)
1761
+ - Refactor Messages css naming [\#302](https://github.com/primefaces/primevue/issues/302)
1762
+
1763
+ ## [1.3.2](https://github.com/primefaces/primevue/tree/1.3.2) (2020-04-24)
1764
+
1765
+ [Full Changelog](https://github.com/primefaces/primevue/compare/1.3.1...1.3.2)
1766
+
1767
+ **Fixed bugs:**
1768
+
1769
+ - Context Menu throw error after update to 1.3.1 [\#291](https://github.com/primefaces/primevue/issues/291)
1770
+ - InputMask somehow clears the initial value to empty string [\#290](https://github.com/primefaces/primevue/issues/290)
1771
+
1772
+ ## [1.3.1](https://github.com/primefaces/primevue/tree/1.3.1) (2020-04-23)
1773
+
1774
+ [Full Changelog](https://github.com/primefaces/primevue/compare/1.3.0...1.3.1)
1775
+
1776
+ **Implemented New Features and Enhancements:**
1777
+
1778
+ - FilterPlaceholder for Listbox [\#284](https://github.com/primefaces/primevue/issues/284)
1779
+ - Function support for MenuModel visible prop [\#286](https://github.com/primefaces/primevue/issues/286)
1780
+
1781
+ **Fixed bugs:**
1782
+
1783
+ - Group Header Broken without Footer Template [\#288](https://github.com/primefaces/primevue/issues/288)
1784
+ - SplitButton is misaligned [\#289](https://github.com/primefaces/primevue/issues/289)
1785
+
1786
+ ## [1.3.0](https://github.com/primefaces/primevue/tree/1.3.0) (2020-04-20)
1787
+
1788
+ [Full Changelog](https://github.com/primefaces/primevue/compare/1.1.0...1.3.0)
1789
+
1790
+ **Implemented New Features and Enhancements:**
1791
+
1792
+ - Add empty template to FileUpload [\#265](https://github.com/primefaces/primevue/issues/265)
1793
+ - DragDrop support for FileUpload [\#262](https://github.com/primefaces/primevue/issues/262)
1794
+ - Improve DataTable ContextMenu Styling [\#253](https://github.com/primefaces/primevue/issues/253)
1795
+ - Separator, addOnBlur and allowDuplicate for Chips [\#252](https://github.com/primefaces/primevue/issues/252)
1796
+ - Add id property to Steps [\#251](https://github.com/primefaces/primevue/issues/251)
1797
+ - ReImplemented Steps styles [\#250](https://github.com/primefaces/primevue/issues/250)
1798
+ - Improve autocomplete css by using flex [\#249](https://github.com/primefaces/primevue/issues/249)
1799
+ - Add menubar-left and menubar-right slots to Menubar [\#246](https://github.com/primefaces/primevue/issues/246)
1800
+ - New Component: Galleria [\#212](https://github.com/primefaces/primevue/issues/212)
1801
+ - Ability to disable PanelMenu items [\#171](https://github.com/primefaces/primevue/issues/171)
1802
+ - TreeTable should pass more information on page-sort-filter events [\#282](https://github.com/primefaces/primevue/issues/282)
1803
+ - filterLocale for components with filtering [\#279](https://github.com/primefaces/primevue/issues/279)
1804
+ - Update sort icons [\#278](https://github.com/primefaces/primevue/issues/278)
1805
+ - Placeholder for Chips [\#277](https://github.com/primefaces/primevue/issues/277)
1806
+ - New Component: InputNumber [\#275](https://github.com/primefaces/primevue/issues/275)
1807
+ - Value slot for Dropdown [\#271](https://github.com/primefaces/primevue/issues/271)
1808
+ - Removable sort on DataTable - TreeTable [\#235](https://github.com/primefaces/primevue/issues/235)
1809
+ - Order indicators for Multi column sorting [\#189](https://github.com/primefaces/primevue/issues/189)
1810
+
1811
+ **Fixed bugs:**
1812
+
1813
+ - Calendar.vue: Poor handling of user input [\#70](https://github.com/primefaces/primevue/issues/70)
1814
+ - Carousel - Button inside carousel-item is not clickable in mobile phones [\#264](https://github.com/primefaces/primevue/issues/264)
1815
+ - Popup menu does not appear where it should [\#258](https://github.com/primefaces/primevue/issues/258)
1816
+ - FileUpload Multiple: Error when deleting file before upload [\#257](https://github.com/primefaces/primevue/issues/257)
1817
+ - FileUpload in auto mode sends two post requests in IE11 [\#254](https://github.com/primefaces/primevue/issues/254)
1818
+ - TreeTable global filtering fails [\#283](https://github.com/primefaces/primevue/issues/283)
1819
+ - Loop on treetable sort [\#281](https://github.com/primefaces/primevue/issues/281)
1820
+ - Datatable Group footer doesn't work [\#276](https://github.com/primefaces/primevue/issues/276)
1821
+ - Textarea with autoResize true not displayed correctly when initially hidden [\#274](https://github.com/primefaces/primevue/issues/274)
1822
+ - Calendar is not empty when the v-model is null [\#270](https://github.com/primefaces/primevue/issues/270)
1823
+
1824
+
1825
+ ## [1.2.0](https://github.com/primefaces/primevue/tree/1.2.0) (2020-04-17)
1826
+
1827
+ [Full Changelog](https://github.com/primefaces/primevue/compare/1.0.6...1.1.0)
1828
+
1829
+ **Implemented New Features and Enhancements:**
1830
+
1831
+ - Improve autocomplete css by using flex [\#249](https://github.com/primefaces/primevue/issues/249)
1832
+ - Improve DataTable ContextMenu Styling [\#253](https://github.com/primefaces/primevue/issues/253)
1833
+ - DragDrop support for FileUpload [\#262](https://github.com/primefaces/primevue/issues/262)
1834
+ - Add empty template to FileUpload [\#265](https://github.com/primefaces/primevue/issues/265)
1835
+ - Separator, addOnBlur and allowDuplicate for Chips [\#252](https://github.com/primefaces/primevue/issues/252)
1836
+ - Add menubar-left and menubar-right slots to Menubar [\#246](https://github.com/primefaces/primevue/issues/246)
1837
+ - Ability to disable PanelMenu items [\#171](https://github.com/primefaces/primevue/issues/171)
1838
+ - Add id property to Steps [\#251](https://github.com/primefaces/primevue/issues/251)
1839
+ - ReImplemented Steps styles [\#250](https://github.com/primefaces/primevue/issues/250)
1840
+ - ReImplemented Steps styles [\#250](https://github.com/primefaces/primevue/issues/250)
1841
+
1842
+ **Fixed bugs:**
1843
+
1844
+ - Carousel - Button inside carousel-item is not clickable in mobile phones [\#264](https://github.com/primefaces/primevue/issues/264)
1845
+ - FileUpload Multiple: Error when deleting file before upload [\#257](https://github.com/primefaces/primevue/issues/257)
1846
+ - Popup menu does not appear where it should [\#258](https://github.com/primefaces/primevue/issues/258)
1847
+ - FileUpload in auto mode sends two post requests in IE11 [\#254](https://github.com/primefaces/primevue/issues/254)
1848
+
1849
+ **Deprecated:**
1850
+
1851
+ - Deprecate menubar custom slot [\#260](https://github.com/primefaces/primevue/issues/260)
1852
+
1853
+ ## [1.1.0](https://github.com/primefaces/primevue/tree/1.1.0) (2020-03-17)
1854
+
1855
+ [Full Changelog](https://github.com/primefaces/primevue/compare/1.0.6...1.1.0)
1856
+
1857
+ **Implemented New Features and Enhancements:**
1858
+
1859
+ - Move column filters to their own row [\#226](https://github.com/primefaces/primevue/issues/226)
1860
+ - Loading template for DataTable [\#244](https://github.com/primefaces/primevue/issues/244)
1861
+ - Move TreeTable filters to their own header row [\#241](https://github.com/primefaces/primevue/issues/241)
1862
+ - Add filterHeaderStyle and filterHeaderClass to Column [\#240](https://github.com/primefaces/primevue/issues/240)
1863
+ - Unify placeholder colors [\#239](https://github.com/primefaces/primevue/issues/239)
1864
+ - Opacity Animation for Modals [\#237](https://github.com/primefaces/primevue/issues/237)
1865
+ - Remove Responsive DataTable [\#232](https://github.com/primefaces/primevue/issues/232)
1866
+ - Display issues with Chips [\#231](https://github.com/primefaces/primevue/issues/231)
1867
+ - More options for currentPageReportTemplate [\#230](https://github.com/primefaces/primevue/issues/230)
1868
+ - New Component: Terminal [\#229](https://github.com/primefaces/primevue/issues/229)
1869
+ - New Component: BlockUI [\#211](https://github.com/primefaces/primevue/issues/211)
1870
+ - Ability to disable TabMenu items [\#172](https://github.com/primefaces/primevue/issues/172)
1871
+ - Ability to disable MegaMenu items [\#170](https://github.com/primefaces/primevue/issues/170)
1872
+
1873
+ **Fixed bugs:**
1874
+
1875
+ - Disabled menuitems with routerLink integration are still functional [\#243](https://github.com/primefaces/primevue/issues/243)
1876
+ - Disabled menuitems opacity is doubled in MenuBar, TieredMenu and ContextMenu [\#242](https://github.com/primefaces/primevue/issues/242)
1877
+ - MultiSelect label size grows on items select [\#238](https://github.com/primefaces/primevue/issues/238)
1878
+ - DataTable scrollHeight doesn't calculate correctly with frozen columns and percentages [\#234](https://github.com/primefaces/primevue/issues/234)
1879
+ - Select components may throw non-primitive key error [\#233](https://github.com/primefaces/primevue/issues/233)
1880
+
1881
+ ## [1.0.6](https://github.com/primefaces/primevue/tree/1.0.6) (2020-03-04)
1882
+
1883
+ [Full Changelog](https://github.com/primefaces/primevue/compare/1.0.5...1.0.6)
1884
+
1885
+ **Implemented New Features and Enhancements:**
1886
+
1887
+ - Add appendTo to components with Overlays [\#224](https://github.com/primefaces/primevue/issues/224)
1888
+ - Add filterField to column [\#223](https://github.com/primefaces/primevue/issues/223)
1889
+ - Accents support in Table filtering [\#220](https://github.com/primefaces/primevue/issues/220)
1890
+ - Date support in table filtering [\#219](https://github.com/primefaces/primevue/issues/219)
1891
+ - New filtering modes for Table [\#217](https://github.com/primefaces/primevue/issues/217)
1892
+
1893
+ **Fixed bugs:**
1894
+
1895
+ - CurrentPageReport is initially wrong [\#222](https://github.com/primefaces/primevue/issues/222)
1896
+ - Primitive values support in Select components [\#221](https://github.com/primefaces/primevue/issues/221)
1897
+ - sortField of column is ignored [\#216](https://github.com/primefaces/primevue/issues/216)
1898
+ - DataTable Column Group Sort Bug [\#214](https://github.com/primefaces/primevue/issues/214)
1899
+
1900
+ ## [1.0.5](https://github.com/primefaces/primevue/tree/1.0.5) (2020-02-27)
1901
+
1902
+ [Full Changelog](https://github.com/primefaces/primevue/compare/1.0.4...1.0.5)
1903
+
1904
+ **Implemented New Features and Enhancements:**
1905
+
1906
+ - Tooltip Component missing typescript declaration file [\#202](https://github.com/primefaces/primevue/issues/202)
1907
+
1908
+ **Fixed bugs:**
1909
+
1910
+ - Tooltip reactive text [\#206](https://github.com/primefaces/primevue/issues/206)
1911
+ - Editor infinite loop with some specific values [\#204](https://github.com/primefaces/primevue/issues/204)
1912
+ - DataTable \> Missing `custom` filterMatchMode [\#200](https://github.com/primefaces/primevue/issues/200)
1913
+ - Top\* and Bottom\* animation are not working correctly on Dialog with 'position' property [\#190](https://github.com/primefaces/primevue/issues/190)
1914
+
1915
+ ## [1.0.4](https://github.com/primefaces/primevue/tree/1.0.4) (2020-02-08)
1916
+
1917
+ [Full Changelog](https://github.com/primefaces/primevue/compare/1.0.3...1.0.4)
1918
+
1919
+ **Fixed bugs:**
1920
+
1921
+ - Dialog positions regressions [\#191](https://github.com/primefaces/primevue/issues/191)
1922
+
1923
+ ## [1.0.3](https://github.com/primefaces/primevue/tree/1.0.3) (2020-02-07)
1924
+
1925
+ [Full Changelog](https://github.com/primefaces/primevue/compare/1.0.2...1.0.3)
1926
+
1927
+ **Implemented New Features and Enhancements:**
1928
+
1929
+ - Add position property to Dialog [\#184](https://github.com/primefaces/primevue/issues/184)
1930
+ - Add maximizable property to Dialog [\#183](https://github.com/primefaces/primevue/issues/183)
1931
+ - DataTable "$event" argument on page/sort events does not contains filterSearchMode. [\#181](https://github.com/primefaces/primevue/issues/181)
1932
+ - Dialog header not visible [\#179](https://github.com/primefaces/primevue/issues/179)
1933
+ - Ability to disable TieredMenu items [\#173](https://github.com/primefaces/primevue/issues/173)
1934
+ - Ability to disable ContextMenu items [\#169](https://github.com/primefaces/primevue/issues/169)
1935
+ - Ability to disable Menubar items [\#168](https://github.com/primefaces/primevue/issues/168)
1936
+
1937
+ **Fixed bugs:**
1938
+
1939
+ - Chart.vue : Error in v-on handler: "TypeError: this.emit is not a function" [\#188](https://github.com/primefaces/primevue/issues/188)
1940
+ - OverlayPanel dismissable does not work [\#187](https://github.com/primefaces/primevue/issues/187)
1941
+ - Could not find module './components/row/Row' [\#185](https://github.com/primefaces/primevue/issues/185)
1942
+ - Style classes are not rendered correctly on Dialog [\#182](https://github.com/primefaces/primevue/issues/182)
1943
+
1944
+ ## [1.0.2](https://github.com/primefaces/primevue/tree/1.0.2) (2020-01-30)
1945
+
1946
+ [Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0...1.0.2)
1947
+
1948
+ **Implemented New Features and Enhancements:**
1949
+
1950
+ - Align focus visuals with the theme [\#177](https://github.com/primefaces/primevue/issues/177)
1951
+ - Refactor SplitButton to use Menu [\#174](https://github.com/primefaces/primevue/issues/174)
1952
+ - DataTable onPage event fires without sort and filter information [\#163](https://github.com/primefaces/primevue/issues/163)
1953
+ - Ability to disable SplitButton or Menu items [\#161](https://github.com/primefaces/primevue/issues/161)
1954
+ - Enter key should select a PickList item [\#156](https://github.com/primefaces/primevue/issues/156)
1955
+ - Dialog in mobile view [\#153](https://github.com/primefaces/primevue/issues/153)
1956
+ - Dropdown and MultiSelect on expand event [\#150](https://github.com/primefaces/primevue/issues/150)
1957
+
1958
+ **Fixed bugs:**
1959
+
1960
+ - Editable Dropdown loses focus [\#149](https://github.com/primefaces/primevue/issues/149)
1961
+ - Rename select event with \*-select [\#148](https://github.com/primefaces/primevue/issues/148)
1962
+ - Dialog block UI removes page scroll [\#145](https://github.com/primefaces/primevue/issues/145)
1963
+ - Calendar select event has no value [\#144](https://github.com/primefaces/primevue/issues/144)
1964
+ - Calendar manual input fails [\#143](https://github.com/primefaces/primevue/issues/143)
1965
+ - Calendar giving focus to today when disabled [\#141](https://github.com/primefaces/primevue/issues/141)
1966
+ - optionValue and dataKey combination is broken is Select Components [\#90](https://github.com/primefaces/primevue/issues/90)
1967
+ - DataTable column headers always receive focus [\#176](https://github.com/primefaces/primevue/issues/176)
1968
+ - Disabled button should remove pointer cursor [\#175](https://github.com/primefaces/primevue/issues/175)
1969
+ - Dialog visuals broken when initially displayed [\#167](https://github.com/primefaces/primevue/issues/167)
1970
+ - Dialog animation leave does not work [\#166](https://github.com/primefaces/primevue/issues/166)
1971
+ - rowsPerPageOptions dropdown is not coming in Paginator [\#159](https://github.com/primefaces/primevue/issues/159)
1972
+ - Calendar today button TypeError: Cannot read property 'currentTarget' of null [\#158](https://github.com/primefaces/primevue/issues/158)
1973
+ - Row edit save not working properly in data table [\#151](https://github.com/primefaces/primevue/issues/151)
1974
+
1975
+ ## [1.0.0](https://github.com/primefaces/primevue/tree/1.0.0) (2020-01-13)
1976
+
1977
+ [Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-rc.6...1.0.0)
1978
+
1979
+ **Implemented New Features and Enhancements:**
1980
+
1981
+ - New Component: ColorPicker [\#139](https://github.com/primefaces/primevue/issues/139)
1982
+ - Enhance Dialog Positioning [\#136](https://github.com/primefaces/primevue/issues/136)
1983
+
1984
+ **Fixed bugs:**
1985
+
1986
+ - Error: Do not access Object.prototype method [\#138](https://github.com/primefaces/primevue/issues/138)
1987
+ - The slot \#empty of DataTable not working [\#137](https://github.com/primefaces/primevue/issues/137)
1988
+ - Sidebar showCloseIcon not working [\#135](https://github.com/primefaces/primevue/issues/135)
1989
+ - Error with calendar year navigator [\#134](https://github.com/primefaces/primevue/issues/134)
1990
+
1991
+ ## [1.0.0-rc.6](https://github.com/primefaces/primevue/tree/1.0.0-rc.6) (2019-12-30)
1992
+
1993
+ [Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-rc.5...1.0.0-rc.6)
1994
+
1995
+ **Fixed bugs:**
1996
+
1997
+ - Keydown causes sort on sortable header [\#130](https://github.com/primefaces/primevue/issues/130)
1998
+
1999
+ ## [1.0.0-rc.5](https://github.com/primefaces/primevue/tree/1.0.0-rc.5) (2019-12-30)
2000
+
2001
+ [Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-rc.4...1.0.0-rc.5)
2002
+
2003
+ **Implemented New Features and Enhancements:**
2004
+
2005
+ - TimePicker buttons should trap focus [\#128](https://github.com/primefaces/primevue/issues/128)
2006
+
2007
+ **Fixed bugs:**
2008
+
2009
+ - RadioButton throws error [\#129](https://github.com/primefaces/primevue/issues/129)
2010
+
2011
+ ## [1.0.0-rc.4](https://github.com/primefaces/primevue/tree/1.0.0-rc.4) (2019-12-30)
2012
+
2013
+ [Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-rc.3...1.0.0-rc.4)
2014
+
2015
+ **Implemented New Features and Enhancements:**
2016
+
2017
+ - Inplace focus visuals not themed [\#123](https://github.com/primefaces/primevue/issues/123)
2018
+ - New Component: Tooltip [\#122](https://github.com/primefaces/primevue/issues/122)
2019
+ - Keyboard accessibility for Calendar [\#109](https://github.com/primefaces/primevue/issues/109)
2020
+ - Enhance ARIA roles and attributes for the components [\#108](https://github.com/primefaces/primevue/issues/108)
2021
+
2022
+ **Fixed bugs:**
2023
+
2024
+ - Error in datatable keyboard navigation [\#127](https://github.com/primefaces/primevue/issues/127)
2025
+ - Scroll+Paginator fails [\#126](https://github.com/primefaces/primevue/issues/126)
2026
+
2027
+ ## [1.0.0-rc.3](https://github.com/primefaces/primevue/tree/1.0.0-rc.3) (2019-12-23)
2028
+
2029
+ [Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-rc.2...1.0.0-rc.3)
2030
+
2031
+ **Fixed bugs:**
2032
+
2033
+ - DataView Grid should have nogutter [\#121](https://github.com/primefaces/primevue/issues/121)
2034
+ - Menu should prevent default action when there is none [\#120](https://github.com/primefaces/primevue/issues/120)
2035
+ - Range slider goes out of bounds [\#119](https://github.com/primefaces/primevue/issues/119)
2036
+
2037
+ ## [1.0.0-rc.2](https://github.com/primefaces/primevue/tree/1.0.0-rc.2) (2019-12-20)
2038
+
2039
+ [Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-rc.1...1.0.0-rc.2)
2040
+
2041
+ **Implemented New Features and Enhancements:**
2042
+
2043
+ - Add p-placeholder class to Multiselect label [\#111](https://github.com/primefaces/primevue/issues/111)
2044
+
2045
+ **Fixed bugs:**
2046
+
2047
+ - ContextMenu fails in global mode [\#118](https://github.com/primefaces/primevue/issues/118)
2048
+ - ProgressBar showValue prop is ignored [\#117](https://github.com/primefaces/primevue/issues/117)
2049
+ - Calendar icon button submitting form [\#114](https://github.com/primefaces/primevue/issues/114)
2050
+ - Message icon correction [\#112](https://github.com/primefaces/primevue/issues/112)
2051
+ - Disabled Dropdown still picking values [\#110](https://github.com/primefaces/primevue/issues/110)
2052
+ - Calendar clear button does not reset the input field [\#107](https://github.com/primefaces/primevue/issues/107)
2053
+
2054
+ ## [1.0.0-rc.1](https://github.com/primefaces/primevue/tree/1.0.0-rc.1) (2019-12-10)
2055
+
2056
+ [Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-beta.14...1.0.0-rc.1)
2057
+
2058
+ **Implemented New Features and Enhancements:**
2059
+
2060
+ - New Component: Steps [\#103](https://github.com/primefaces/primevue/issues/103)
2061
+ - New Component: PanelMenu [\#102](https://github.com/primefaces/primevue/issues/102)
2062
+ - New Component: ContextMenu [\#101](https://github.com/primefaces/primevue/issues/101)
2063
+ - New Component: MegaMenu [\#100](https://github.com/primefaces/primevue/issues/100)
2064
+ - New Component: TabMenu [\#99](https://github.com/primefaces/primevue/issues/99)
2065
+ - New Component: Menubar [\#98](https://github.com/primefaces/primevue/issues/98)
2066
+ - New Component: TieredMenu [\#97](https://github.com/primefaces/primevue/issues/97)
2067
+ - New Component: Breadcrumb [\#96](https://github.com/primefaces/primevue/issues/96)
2068
+ - Add default focus on searchable dropdowns [\#95](https://github.com/primefaces/primevue/issues/95)
2069
+ - Nuxt integration [\#86](https://github.com/primefaces/primevue/issues/86)
2070
+
2071
+ **Fixed bugs:**
2072
+
2073
+ - Paginator should go to last page if current page has no data [\#106](https://github.com/primefaces/primevue/issues/106)
2074
+ - TreeNode is not toggled with left and right arrow keys [\#105](https://github.com/primefaces/primevue/issues/105)
2075
+ - Dialog is not modal when v-if used [\#94](https://github.com/primefaces/primevue/issues/94)
2076
+ - DataTable rowClick returns a dom event with no data property [\#91](https://github.com/primefaces/primevue/issues/91)
2077
+
2078
+ ## [1.0.0-beta.14](https://github.com/primefaces/primevue/tree/1.0.0-beta.14) (2019-11-20)
2079
+
2080
+ [Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-beta.13...1.0.0-beta.14)
2081
+
2082
+ **Implemented New Features and Enhancements:**
2083
+
2084
+ - Scrollable DataTable [\#87](https://github.com/primefaces/primevue/issues/87)
2085
+ - Add p-placeholder to Dropdown label [\#84](https://github.com/primefaces/primevue/issues/84)
2086
+ - Add row-click event to Table [\#82](https://github.com/primefaces/primevue/issues/82)
2087
+
2088
+ ## [1.0.0-beta.13](https://github.com/primefaces/primevue/tree/1.0.0-beta.13) (2019-11-01)
2089
+
2090
+ [Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-beta.12...1.0.0-beta.13)
2091
+
2092
+ **Implemented New Features and Enhancements:**
2093
+
2094
+ - Ability to style certain rows and cells in Table [\#81](https://github.com/primefaces/primevue/issues/81)
2095
+ - Menu Component a11y issue [\#78](https://github.com/primefaces/primevue/issues/78)
2096
+ - Modal dialog not blocking background [\#77](https://github.com/primefaces/primevue/issues/77)
2097
+
2098
+ **Fixed bugs:**
2099
+
2100
+ - Modal dialog is not destroyed properly [\#80](https://github.com/primefaces/primevue/issues/80)
2101
+
2102
+ ## [1.0.0-beta.12](https://github.com/primefaces/primevue/tree/1.0.0-beta.12) (2019-10-22)
2103
+
2104
+ [Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-beta.11...1.0.0-beta.12)
2105
+
2106
+ **Implemented New Features and Enhancements:**
2107
+
2108
+ - New Carousel Component [\#73](https://github.com/primefaces/primevue/issues/73)
2109
+ - Expandable Rows for DataTable [\#72](https://github.com/primefaces/primevue/issues/72)
2110
+ - TableState for DataTable [\#68](https://github.com/primefaces/primevue/issues/68)
2111
+ - Row Grouping for DataTable [\#65](https://github.com/primefaces/primevue/issues/65)
2112
+
2113
+ **Fixed bugs:**
2114
+
2115
+ - Time buttons select a date on mouseout event on Calendar with showTime property [\#75](https://github.com/primefaces/primevue/issues/75)
2116
+ - Clicking column header resets paginator [\#74](https://github.com/primefaces/primevue/issues/74)
2117
+ - Calendar.vue: "close on blur" not working properly [\#71](https://github.com/primefaces/primevue/issues/71)
2118
+
2119
+ ## [1.0.0-beta.11](https://github.com/primefaces/primevue/tree/1.0.0-beta.11) (2019-10-18)
2120
+
2121
+ [Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-beta.10...1.0.0-beta.11)
2122
+
2123
+ **Implemented New Features and Enhancements:**
2124
+
2125
+ - Row Reordering with DragDrop [\#69](https://github.com/primefaces/primevue/issues/69)
2126
+ - Improve component styles on Luna and Nova Themes [\#66](https://github.com/primefaces/primevue/issues/66)
2127
+ - Column Reordering with DragDrop [\#64](https://github.com/primefaces/primevue/issues/64)
2128
+ - ColumnGroups for DataTable [\#63](https://github.com/primefaces/primevue/issues/63)
2129
+
2130
+ **Fixed bugs:**
2131
+
2132
+ - Accordion and TabView do not sync children changes [\#67](https://github.com/primefaces/primevue/issues/67)
2133
+ - Accordion and TabView create empty tabs [\#59](https://github.com/primefaces/primevue/issues/59)
2134
+
2135
+ ## [1.0.0-beta.10](https://github.com/primefaces/primevue/tree/1.0.0-beta.10) (2019-10-15)
2136
+
2137
+ [Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-beta.9...1.0.0-beta.10)
2138
+
2139
+ **Implemented New Features and Enhancements:**
2140
+
2141
+ - New Component: Carousel [\#61](https://github.com/primefaces/primevue/issues/61)
2142
+
2143
+ **Fixed bugs:**
2144
+
2145
+ - Menu and OverlayPanel target position miscalculated [\#62](https://github.com/primefaces/primevue/issues/62)
2146
+ - Dataview paginator gets out of sync [\#60](https://github.com/primefaces/primevue/issues/60)
2147
+
2148
+ ## [1.0.0-beta.9](https://github.com/primefaces/primevue/tree/1.0.0-beta.9) (2019-10-01)
2149
+
2150
+ [Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-beta.8...1.0.0-beta.9)
2151
+
2152
+ **Implemented New Features and Enhancements:**
2153
+
2154
+ - Remove empty spaces with Lint [\#58](https://github.com/primefaces/primevue/issues/58)
2155
+ - Reimplement Accordion with Templating [\#56](https://github.com/primefaces/primevue/issues/56)
2156
+ - Reimplement TabView with Templating [\#51](https://github.com/primefaces/primevue/issues/51)
2157
+
2158
+ **Fixed bugs:**
2159
+
2160
+ - MultiSelect filter cannot be turned off [\#57](https://github.com/primefaces/primevue/issues/57)
2161
+ - DataTable sortField cannot be synced [\#55](https://github.com/primefaces/primevue/issues/55)
2162
+ - Duplicate key issue in menu component [\#52](https://github.com/primefaces/primevue/issues/52)
2163
+ - Calendar.vue: when the value is updated, the component partially updates itself [\#47](https://github.com/primefaces/primevue/issues/47)
2164
+ - MultiSelect.vue: error on onToggleAll and bad default placeholder [\#45](https://github.com/primefaces/primevue/issues/45)
2165
+ - Calendar clear button does not reset the input field [\#42](https://github.com/primefaces/primevue/issues/42)
2166
+ - Time does not stop spinning in Calendar [\#40](https://github.com/primefaces/primevue/issues/40)
2167
+
2168
+ ## [1.0.0-beta.8](https://github.com/primefaces/primevue/tree/1.0.0-beta.8) (2019-08-21)
2169
+
2170
+ [Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-beta.7...1.0.0-beta.8)
2171
+
2172
+ **Fixed bugs:**
2173
+
2174
+ - Cannot delete date from calendar once it's selected [\#38](https://github.com/primefaces/primevue/issues/38)
2175
+ - Dropdown click icon gives error on Firefox [\#37](https://github.com/primefaces/primevue/issues/37)
2176
+ - TreeTable single sort broken [\#35](https://github.com/primefaces/primevue/issues/35)
2177
+ - TreeTable highlights unsorted columns [\#34](https://github.com/primefaces/primevue/issues/34)
2178
+ - InputMask pressing enter [\#33](https://github.com/primefaces/primevue/issues/33)
2179
+ - Column component registration fails with Typescript [\#29](https://github.com/primefaces/primevue/issues/29)
2180
+
2181
+ ## [1.0.0-beta.7](https://github.com/primefaces/primevue/tree/1.0.0-beta.7) (2019-08-15)
2182
+
2183
+ [Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-beta.6...1.0.0-beta.7)
2184
+
2185
+ **Implemented New Features and Enhancements:**
2186
+
2187
+ - New Component: TreeTable [\#31](https://github.com/primefaces/primevue/issues/31)
2188
+ - Resizable Columns for DataTable [\#30](https://github.com/primefaces/primevue/issues/30)
2189
+ - New Component: InputMask [\#26](https://github.com/primefaces/primevue/issues/26)
2190
+
2191
+ ## [1.0.0-beta.6](https://github.com/primefaces/primevue/tree/1.0.0-beta.6) (2019-08-05)
2192
+
2193
+ [Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-beta.5...1.0.0-beta.6)
2194
+
2195
+ **Implemented New Features and Enhancements:**
2196
+
2197
+ - New Component: Tree [\#28](https://github.com/primefaces/primevue/issues/28)
2198
+
2199
+ ## [1.0.0-beta.5](https://github.com/primefaces/primevue/tree/1.0.0-beta.5) (2019-07-29)
2200
+
2201
+ [Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-beta.3...1.0.0-beta.5)
2202
+
2203
+ **Implemented New Features and Enhancements:**
2204
+
2205
+ - New Component: DataTable [\#23](https://github.com/primefaces/primevue/issues/23)
2206
+ - Convert emptyMessage to a template for DataView [\#10](https://github.com/primefaces/primevue/issues/10)
2207
+ - Auto z-index layering for Toast [\#9](https://github.com/primefaces/primevue/issues/9)
2208
+ - Reset DataTable page after sort [\#27](https://github.com/primefaces/primevue/issues/27)
2209
+ - New Component: ProgressSpinner [\#24](https://github.com/primefaces/primevue/issues/24)
2210
+ - New Component: DeferredContent [\#20](https://github.com/primefaces/primevue/issues/20)
2211
+ - New Component: Inplace [\#19](https://github.com/primefaces/primevue/issues/19)
2212
+ - New Component: PickList [\#18](https://github.com/primefaces/primevue/issues/18)
2213
+ - New Component: OrderList [\#17](https://github.com/primefaces/primevue/issues/17)
2214
+ - New Component: OrganizationChart [\#16](https://github.com/primefaces/primevue/issues/16)
2215
+
2216
+ **Fixed bugs:**
2217
+
2218
+ - Calendar today button throws an error [\#22](https://github.com/primefaces/primevue/issues/22)
2219
+ - DataView paginator is always displayed [\#21](https://github.com/primefaces/primevue/issues/21)
2220
+ - Dropdown ignores false or 0 values [\#11](https://github.com/primefaces/primevue/issues/11)
2221
+
2222
+ ## [1.0.0-beta.3](https://github.com/primefaces/primevue/tree/1.0.0-beta.3) (2019-05-30)
2223
+
2224
+ [Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-beta.2...1.0.0-beta.3)
2225
+
2226
+ ## [1.0.0-beta.2](https://github.com/primefaces/primevue/tree/1.0.0-beta.2) (2019-05-28)
2227
+
2228
+ [Full Changelog](https://github.com/primefaces/primevue/compare/1.0.0-beta.1...1.0.0-beta.2)
2229
+
2230
+ ## [1.0.0-beta.1](https://github.com/primefaces/primevue/tree/1.0.0-beta.1) (2019-05-27)
2231
+
2232
+ [Full Changelog](https://github.com/primefaces/primevue/compare/9d2c525d528c9bd6f306c6f550e3f0eef7879054...1.0.0-beta.1)
2233
+
2234
+
2235
+
2236
+ \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*