react-table v7.0.0-beta.13 Release Notes

    • โž• Added options
      • defaultCanSort
      • defaultCanFilter
      • defaultCanGroupBy
      • column.defaultCanSort
      • column.defaultCanFilter
      • column.defaultCanGroupBy
    • ๐Ÿ“‡ Renamed
      • disableGrouping to disableGroupBy
      • disableSorting to disableSortBy
      • disableGroupBy to disableGroupBy
      • column.disableGrouping to column.disableGroupBy
      • column.disableSorting to column.disableSortBy
      • column.disableGroupBy to column.disableGroupBy
    • โœ‚ Removed propType definitions. Since types are now being maintained, it makes little sense to also maintain these. Cooincidentally, this also saves some bundle size in some scenarios where they may not be removed properly by a developer's bundler.