primereact v7.0.0 Release Notes

Release Date: 2021-10-09 // over 2 years ago
  • Full Changelog

    πŸ’₯ Breaking Changes:

    • πŸ”„ Change default value of maxSelectedLabels property on MultiSelect #2389

    Implemented New Features and Enhancements:

    • πŸ†• New Theme: Lara #2409
    • βž• Add maskStyle property to Dialog #2404
    • Material | Use box-shadow for outlined Buttons #2401
    • Material Focus Improvements #2400
    • ⚑️ Update PrimeIcons to 5.0 #2399
    • πŸ‘Œ Improve custom icon support #2397
    • πŸ‘Œ Improve FileUpload drop mode #2385
    • βž• Add header, footer and magnification properties to Dock #2362
    • (Yarn PnP) Add react-transition-group as optional peer dependency #2346
    • πŸ‘Œ Support locale for emptyMessage and emptyFilterMessage default value #2337
    • Chips component: add 'readOnly' property #2334
    • Message content hides icon #2321
    • The Menu type declaration is missing the "show" and "hide" methods #2295
    • Date gets deselected in Calendar with selection mode range #2279
    • βž• Add closeable property to TabPanel #2278
    • βž• Add removeIcon property to AutoComplete and MultiSelect components #2270
    • Slider - onSlideEnd not called when clicking on Slider rail #2265
    • βž• Add iconPos property to Calendar #2239
    • πŸ‘Œ Improve Sidebar component #2233
    • Extend exportFunction (csv) with the whole record #2209
    • Multiple Selection Using Shift Key for TreeTable #1120

    πŸ›  Fixed Bugs:

    • Splitter component always adds p-splitter-panel-nested class #2396
    • DataTable VirtualScroll alignment issue #2392
    • πŸ‘» TabView with scrollable throws an exception #2391
    • Ripple is not working on Nextjs #2390
    • FileUpload not be directly mutated component’s state #2387
    • isSelectableTime checks value array instead of any value on Calendar #2386
    • Clicking the Clear Filter Button Should Clear the Filter But Leave the Dropdown Open #2384
    • DataTable filter mode is not working after filters are cleared #2383
    • [Editor] quill Invalid Quill container null #2381
    • Treeselect doesn't select the first node of the list #2372
    • Virtual Scroller Does Not React Properly When Underlying Array Changes Size #2366
    • πŸ› Bug - FileUpload allows multiple even if "multiple" prop is not set #2363
    • Floating label is not yet on top of the inputbox when prefilled by Chrome #2358
    • ⬇️ Dropdown breaks in shadowRoot when getScrollableParent() encounters document fragment #2352
    • ⬇️ Dropdown: Primitive values #2349
    • βž• Add removable property to Chips #2345
    • InputNumber doesn't submit a form #2344
    • Multiselect adds items previously selected by clicking on the "select all" toggle ('Advanced with Templating and Filtering') #2341
    • πŸ‘ TabView does not support dynamic panel visibility #2339
    • OverlayPanel - Uncaught TypeError: this is undefined #2338
    • MultiSelect should also limit the number of displayed chips #2331
    • Expander of ColumnProps has wrong in colums.td.d #2328
    • Lazy loaded menu overflowing the page #2320
    • InputSwitch inside Label doesn't toggle correctly. #2300
    • When Multiselect inside of label tag, click on it is not showing dropdown panel #2299
    • TreeSelect.value should be an array in multiselect mode #2276
    • TS2769: No overload matches this call. Β Β Overload 1 of 2, '(props: InputTextProps | Readonly<InputTextProps>): InputText', gave the following error. #2274
    • Auto z-index isn't generating correctly #2266
    • Calendar prop (tabIndex) never passed into InputText element. #2260
    • DataTable: regression in single mode Space and Enter keys are catched and are not usable into cells #2259
    • Failed prop type: Invalid prop appendTo of type string supplied to DropdownPanel, expected object. #2258
    • πŸ‘» Calendar throws exception when have the onViewDateChange property #2254
    • DataTable checked all rows does not honor ShowSelectionElement #2251
    • PickList not working webpack 5.5 #2250
    • Dialog: pressing escape in a nested dialog closes the parent dialog #2241
    • [Bug]: ReadOnly InputNumber is editable #2238
    • Tree DragDrop doesn't allow drag and drop between nodes #2177
    • DataTable cell editor only validates on enter #1024