primereact v8.0.0-rc.1 Release Notes

Release Date: 2022-04-04 // about 2 years ago
  • Full Changelog

    ๐Ÿ’ฅ Breaking Changes:

    • Converted Class components to functional Hooks components #2704
    • ๐Ÿ‘Œ Improve confirmDialog and confirmPopup methods #2718

    Implemented New Features and Enhancements:

    • ๐Ÿ‘ React 18 support #2360
    • Pass other standard element attributes to all components #2716
    • forwardRef is not implemented at Card and Panel #2709
    • โž• Add panelContainerStyle and panelContainerClassName properties to TabView #2706
    • โž• Add gutter property to DataView #2705
    • Calendar: show/hide TypeScript declarations #2685
    • AutoComplete: option to not focus input on dropdown click #2679
    • Tooltip: onBeforeShow should be able to cancel showing #2653
    • Pass other standard element attributes to form components #2620
    • DataTable editingMeta is bound to row index, instead of row key #2609
    • โž• Add inputId property to Chips #2717

    ๐Ÿ›  Fixed bugs:

    • The texts inside the cells are not copied in the dataTable #2710
    • Datatable re-order rows: can't reorder to last row when page is scrolled (event.pageY > 0) #2703
    • Toast component throws error on show #2696
    • Tooltips crashing Chrome #2695
    • ๐Ÿ’… Row component does not pass down className and style props #2693
    • ๐Ÿšš Issue with type definition of fileupload interface FileUploadRemoveParams #2681
    • v7.2.1 introduces "ReferenceError: PrimeReact is not defined" on sorting a DataView #2663
    • Tooltip autohide false not working on zIndexed parent #2658
    • Sidebar: onHide - closing on peripheral actions #2652
    • Typo in PrimeIcons Enum for ARROWS_H and ARROWS_V #2649
    • rowEditValidator validates the original data rather than the new one #2618
    • Tree component bug with functions onNodeClick and onNodeDoubleClick. Both of them not working #2599