TripSit / website

3 stars 6 forks source link

Bump material-react-table from 2.0.5 to 2.11.3 #127

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps material-react-table from 2.0.5 to 2.11.3.

Release notes

Sourced from material-react-table's releases.

v2.11.3

What's Changed

  • Upgraded to TanStack Table v8.12.0 for new column pinning/sizing/pinning instance APIs and better column resizing performance
  • Fixed "Clear selection" button to always clear selection for all pages

Full Changelog: https://github.com/KevinVandy/material-react-table/compare/v2.11.2...v2.11.3

v2.11.2

What's Changed

  • Fixed bugs with batch row selection and row pinning together
  • Fixed duplicate pinned rows when global filter is present for non-sticky row pinning modes
  • Fixed selected row count in toolbar alert banner with sub row selection

New Contributors

Full Changelog: https://github.com/KevinVandy/material-react-table/compare/v2.11.1...v2.11.2

v2.11.1

What's Changed

  • Fixed bug where new batch row selection feature did not account for manualPagination
  • Fixed bug where parent selected checkbox should not be indeterminate when the row itself is selected

Full Changelog: https://github.com/KevinVandy/material-react-table/compare/v2.11.0...v2.11.1

v2.11.0

What's Changed

  • Added new enableBatchRowSelection table option that is enabled by default that allows users to select multiple rows at once by holding down the shift key and clicking on a row
  • Added small "Clear selection" button to the toolbar alert banner selected message by default when rows are selected
  • Now exporting all MRT_*Props component prop types
  • Added new override option for passing in custom spinner while loading data with the muiCircularProgressProps.Component prop
  • Removed default Header html title attribute on all header cells
  • Display label in autocomplete filter text input, not value by @​dmitry-simple-it in KevinVandy/material-react-table#972

New Contributors

Full Changelog: https://github.com/KevinVandy/material-react-table/compare/v2.10.0...v2.11.0

v2.10.0

What's Changed

  • Added automatic column order state recalculation for dynamic columns and dynamic MRT display columns being enabled/disabled
    • Fixed bugs where enabling a feature like row selection conditionally would add columns to the end of the table when columnOrder state was not manually managed
    • Fixed bugs where the show/hide columns menu would be empty when loading in dynamic column definitions without providing the columnOrder state manually
  • Added new Cell Actions features which will show a MUI context menu when a cell is right-clicked by @​KevinVandy in KevinVandy/material-react-table#963
    • New enableCellActions table option

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 6 months ago

Superseded by #129.