material-table v1.58.0 Release Notes

Release Date: 2020-05-24 // almost 4 years ago
  • May 24, 2020

    🔖 Version 1.58.0 published.

    🚚 move search state to toolbar component to prevent rerendering. Thanks to Michał Krawczyk
    passing missing parameter to onSearchChanged method. Thanks to Michał Krawczyk
    Localization for FilterPlaceHolder. Thanks to @sshanzel
    ➕ Added searchAutoFocus to options. Thanks to @pradej
    🔦 Expose a cspNonce option and pass it to react-beautiful-dnd's DragDrop. Thanks to @ogenodisho
    ➕ Add the ability to chose the variant of the search text field. Thanks to @AchilleasMich
    ➕ Add aria-labels to all text fields. Thanks to @aitchiss
    ⚡️ update actions types to support current icon usage. Thanks to @xiaomaini
    ➕ add overflowY to types. Thanks to @mebuckler
    Disable add button when in edit mode. Thanks to @miktap
    ✂ Remove duplicate Options.searchText typing. Thanks to @skoging