All Versions
108
Latest Version
Avg Release Cycle
26 days
Latest Release
274 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v4.2.1 Changes
May 11, 2020Implemented 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, 2020Implemented 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 breakselectedOption
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, 2020Implemented 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, 2020Implemented 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, 2020Implemented 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, 2020Implemented 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, 2020Implemented 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, 2019Implemented 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๐ Fixed bugs:
-
v3.3.1 Changes
October 18, 2019