Skip to content

v1.60.0

Compare
Choose a tag to compare
@mbrn mbrn released this 07 Jun 16:11
· 320 commits to master since this release

Jun 07, 2020

Version 1.60.0 published.

  • Lookup filter stashing. Thanks to @Domino987
  • Fixed issue where icon columns (action, detail, tree etc.) would get the "extra" width leftover from hidden columns. Thanks to @ingvaldlorentzen
  • Removed color="inherit" from search InputAdornment. Thanks to @unfrgivn
  • Exit edit on esc. Thanks to @Domino987
  • Resolve pagination count issue with empty results. Thanks to @adammwood
  • Adding isEditHidden and isDeleteHidden to editable prop. Thanks to @chattling
  • New Editable props: onRowAddCancelled and onRowUpdateCancelled. Thanks to @HarshMjh
  • Add named pageSizeOption value. Thanks to @GorkyeMatt
  • Moved filtering of hidden items to reduce number of .filter() calls. @ingvaldlorentzen