All Versions
108
Latest Version
Avg Release Cycle
26 days
Latest Release
274 days ago

Changelog History
Page 5

  • v4.2.1 Changes

    May 11, 2020

    Full Changelog

    Implemented New Features and Enhancements:

    • โœ‚ Remove filter method from ObjectUtils #1343
    • AutoComplete: selectedItemTemplate gets called for query #1296

    ๐Ÿ›  Fixed bugs:

    • Editable Dropdown is not working as expected #1359
    • โฌ‡๏ธ Dropdown throws an exception on console after filtering and keyboard navigation #1358
    • DataTable: filters are not rerendered when their state is changed #1352
    • DataTable: wrong type definition for onFilter #1351
    • Autofocus property doesn't work as expected on Textarea #1350
    • Editor Component readOnly property name wrong #1346
    • โš  React multiselect defaultValue warning #1344
    • InputMask displayed value does not change when value changes to undefined or null #1342
    • Wrong import for FilterUtils #1339
  • v4.2.0 Changes

    April 17, 2020

    Full Changelog

    Implemented New Features and Enhancements:

    • ๐Ÿ†• New Component: InputNumber #1311
    • โž• Add filterLocale property to Tree #1338
    • โž• Add filterLocale property to TreeTable #1337
    • โž• Add filterLocale property to MultiSelect #1336
    • โž• Add filterLocale property to ListBox #1335
    • โž• Add filterLocale property to Dropdown #1334
    • โž• Add filterLocale property to DataTable #1333
    • โž• Add checkValidity method to MultiSelect #1332
    • onFocus - onBlur for ToggleButton #1330
    • โšก๏ธ Update sortIcons #1329
    • Disabled prop for TriStateCheckbox #1325
    • ๐Ÿ”จ Refactor OverlayPanel outside click detection #1320
    • ๐Ÿ”จ Refactor MultiSelect outside click detection #1319
    • ๐Ÿ”จ Refactor Menu outside click detection #1318
    • ๐Ÿ”จ Refactor ColorPicker outside click detection #1317
    • ๐Ÿ”จ Refactor Dropdown outside click detection #1310
    • ๐Ÿ”จ Refactor AutoComplete outside click detection #1308
    • MultiSelect/Dropdown expose input attributes for labeling and validation purposes #1306
    • Autocomplete dropdown button close behavior enhancement #1305
    • ๐Ÿ‘Œ Improve timepicker style on Calendar #1294
    • โž• Add milliseconds support to Calendar #1293
    • Not nullable dataKey in DropDown break selectedOption property #1286
    • Separator for Chips #1285

    ๐Ÿ›  Fixed bugs:

    • โฌ‡๏ธ Dropdown checkValidity fails #1331
    • Calendar.showOtherMonths property not being used #1328
    • Disable prop on ToggleButton not working #1321
    • IE11: Autocomplete with dropdown and multiple selection requires doubleclick #1316
    • InputMask displayed value does not change when value changes to undefined or null #1309
    • multiSortMeta depends on single sort #1307
    • Carousel - Button inside carousel-item is not clickable in mobile phones #1300
    • AutoComplete: selectedItemTemplate ts binding claims to expect JSX.Element in return, but at runtime a string is expected #1297
    • FileUpload in auto mode sends two post requests in IE11 #1282
    • Today Button doesn't work on prefilled Calendar with timeonly #1281
    • TreeTable goes to edit mode when expanded #1276
    • Tree drag&drop not working if dragdropScope contains upper case letter #1182
  • v4.1.2 Changes

    March 20, 2020

    Full Changelog

    Implemented New Features and Enhancements:

    • DataView: lazy loading implementation #1264

    ๐Ÿ›  Fixed bugs:

    • Multiple Sort doesn't work as expected in the DataTable if a sortable column has sortField and field properties #1279
    • Chips in disabled Autocomplete are not disabled #1278
    • โšก๏ธ Calendar display not update when value change. #1277
    • Calendar closes right away in Chrome when it has showTime={true} #1272
    • Setting state in onFocus of Datatable Editors crashes app #1271
    • Invalid Date in Calendar in IE11 crashes the app #1270
    • Tab-Key doesn't work in Datatable with cell editing on IE11 and Edge #1269
    • IE11: Autocomplete with dropdown requires doubleclick #1267
    • OnComplete callback has wrong property params on InputMask.d.ts #1265
    • ๐Ÿ›  Fix InputSwitch documentation for onLabel-offLabel #1263
  • v4.1.1 Changes

    March 12, 2020

    Full Changelog

    Implemented New Features and Enhancements:

    • โž• Add onFocus-onBlur to Dropdown #1260
    • InputMask OnComplete does not contain the new value #1255
    • resetFilter function for Dropdown #1249
    • ๐Ÿ‘Œ Improve type definition for onChange of form components #1199

    ๐Ÿ›  Fixed bugs:

    • DataTable scrollHeight doesn't calculate correctly with frozen columns and header groups #1261
    • Disabled TabPanel focussable with TAB-Key #1254
    • ๐Ÿ“ฑ Error on TreeTable docs about responsive #1253
    • Select components don't correctly return value #1252
    • currentPageReport should check for {last} boundary #1251
    • onClose of GrowlMessage is also allowing onClick to fire. #1248
    • ๐Ÿ“š loadingBody type is different to Documentation #1111
  • v4.1.0 Changes

    March 10, 2020

    Full Changelog

    Implemented New Features and Enhancements:

    • โž• Add reorderable to Column #1246
    • Implement filterBy and filterMatchMode for ListBox #1245
    • Implement filterBy and filterMatchMode for MultiSelect #1244
    • โž• Add filterPlaceholder to MultiSelect #1242
    • ๐Ÿ—„ Deprecate icon of SelectItem API #1239
    • ๐Ÿ‘ Templating support to SelectButton #1238
    • Document SelectItem #1237
    • ๐Ÿ”„ Change the type of emptyMessage property on DataTable #1236
    • ๐Ÿ—„ Deprecate Lightbox #1235
    • โž• Add optionValue to Select components #1230
    • Placeholder colors are not same #1229
    • ๐Ÿ‘ Primitive values support in Select components #1228
    • โž• Add filterHeaderStyle and filterHeaderClassName to Column #1227
    • โž• Add rowHover to DataTable #1226
    • ๐Ÿ†• New options for CurrentPageReport #1225
    • ๐Ÿ†• New DataTable Customer Demo #1224
    • ๐Ÿ†• New filtering modes for Table #1223
    • ๐Ÿ‘ Accents support in Table filtering #1222
    • โž• Add filterField to column #1221
    • ๐Ÿšš Move column filters to their own row #1220
    • ๐Ÿ‘ Time support for min date or max date in calendar component #1217
    • โž• Add filterPlaceholder to Listbox #1215
    • ๐Ÿ‘Œ Improve style of p-link component #1213
    • Implement className in MultiSelect, Dropdown, SelectButton, ListBox options #1175
    • ๐Ÿ‘ Allow Dialogs already maximized #1170
    • Implement filterBy and filterMatchMode for Dropdown #1149
    • ๐Ÿ”„ Change the type of the 'header' property on TabPanel #1079
    • DataTable Columns: Conditional reorder #1032
    • Datatable Columns: Conditional select #1031

    ๐Ÿ›  Fixed bugs:

    • Chips cover 100% although input is visually smaller #1241
    • ๐Ÿšš Datatable doesn't change page when the last element on a page is removed. #1233
    • Filter does not work after adding a new node to the root node on Tree #1232
    • Clear Button does not clear the input value on Calendar #1231
    • ๐Ÿšš Remove tabIndex from the headers of the non-sortable dataTable. #1219
    • The virtualScroll height is always added to rows on DataTable #1218
    • ContextMenu hide/onHide triggers even though already hidden #1189
    • ๐Ÿ‘ Tree does not support Font Awesome icons #1187
    • Reset filter textbox of dropdown if options changes #1179
    • Deadlock situation in range slider #1094
  • v4.0.0 Changes

    February 27, 2020

    Full Changelog

    Implemented New Features and Enhancements:

    • โž• Add keepInvalid property to Calendar #1204
    • โž• Add position property to Dialog #1203
    • โž• Add FocusTrap support to Dialog #1202
    • โž• Add sortFunction support to DataTable with multiple column sorting #1201
    • โœ‚ Remove min-width style from Dropdown #1196
    • โž• Add maskClassName property to Dialog #1194
    • ๐Ÿ’… ReImplemented Steps styles #1191
    • Leave animation for Dialog #1181
    • Dialog header not visible #1174
    • Dialog is not displayed correctly in mobile view #1165
    • โž• Add sort number feature to sortable columns on DataTable and TreeTable with multi sorting #1164
    • โž• Add onRemove callback to FileUpload #1152
    • โž• Add editing support to the input field on Calendar #1141
    • ๐Ÿ†• New Component: Galleria #1105

    ๐Ÿ›  Fixed bugs:

    • โœ‚ Remove the legacy lifecycle method from Lightbox component #1200
    • The disabled items can be focused in the Steps #1192
    • Alignment problem on Growl message without details #1190
    • Maximizable property is not working correctly on dialog #1169
    • Dismissable mask behaves over dialog #1167
    • Typedefinition for DataTable OnFilter is wrong. #1163
  • v3.4.0 Changes

    January 17, 2020

    Full Changelog

    Implemented New Features and Enhancements:

    • ๐Ÿ‘ Calendar component keyboard support #1157
    • โž• Add expandableRowGroups property to DataTable #1148
    • โž• Add removableSort property to DataTable #1142
    • โœจ Enhance Dialog Positioning #1138

    ๐Ÿ›  Fixed bugs:

    • Wrong property name on the propTypes definition of Dropdown #1158
    • When the InputMask is focused, the mask disappears #1156
    • When the buttons inside the components are clicked, they submit the form #1155
    • The icon of the next button has wrong class name on Carousel #1154
    • Some DataView lazy and loading types missing #1131
    • 0๏ธโƒฃ TreeTable default filter value is not showing in the filter widget #1129
    • InputTextarea does not render props like cols and rows #1127
    • PanelMenu Icon does not show for entries without sub children #1121
    • ContextMenu.d.ts has wrong property name #1118
    • Deadlock situation in range slider #1094
    • โฌ‡๏ธ Dropdown cannot open the panel after double clicking an option #1053
    • InputMask is not changing the mask at runtime. #1021
  • v3.3.3 Changes

    November 29, 2019

    Full Changelog

    Implemented New Features and Enhancements:

    • โž• Add exportable property to Column #1103
    • โž• Add exportFunction property to DataTable #1102
    • โž• Add repeat functionality to timer buttons on Calendar #1101
    • โž• Add reset method to DataTable #1088
    • onColReorder in Datatable parameter missing #1080
    • โž• Add disabled property to Tree #1078
    • โž• Add selectedItemsLabel property to MultiSelect #1075
    • โž• Add maxSelectedLabels property to MultiSelect #1074
    • Passing of data-* Attributes as Props #1073

    ๐Ÿ›  Fixed bugs:

    • DomHandler functions throw NPE on components #1104
    • Growl messages from "bottom*" is not displaying as expected #1095
    • Properties of TreeNodes on TreeTable not Working #1085
    • className property of Message component not working #1076
    • Tree className property not working #1068
    • โšก๏ธ Sidebar dismissable is only updating whenever the visible prop updates #1065
    • selectDate() set date to undefined when minDate is set and selected date is <= minDate #1056
    • Datatable multisort broken #617
  • v3.3.2 Changes

    October 22, 2019

    Full Changelog

    ๐Ÿ›  Fixed bugs:

    • Table state is not working with columnResizeMode="expand" on DataTable #1061
    • โšก๏ธ Calendar component throws NPE after updating the value #1060
  • v3.3.1 Changes

    October 18, 2019

    Full Changelog

    Implemented New Features and Enhancements:

    • ๐Ÿ‘Œ Improve component styles on Luna, Nova and Rhea Themes #1052
    • ๐Ÿ‘Œ Improve Carousel styles #1051

    ๐Ÿ›  Fixed bugs:

    • Carousel is not working with 'primereact/carousel' shortcut #1049