TripSit / website

3 stars 6 forks source link

Bump material-react-table from 2.0.5 to 2.11.1 #122

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps material-react-table from 2.0.5 to 2.11.1.

Release notes

Sourced from material-react-table's releases.

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
    • New renderCellActionMenuItems table and column options
    • New MRT_ActionMenuItem component to make styling all MRT menu items consistently (icons, text, spacing) easier to be consistent.
  • Toggle all columns visible issue fixed by @​Menghini in KevinVandy/material-react-table#966

New Contributors

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

v2.9.2

What's Changed

  • Added disableScrollLock: true to all MUI Menus and Select Menus to keep menus with their anchor origin while scrolling by default
  • Switched pagination rows per page select to use native select by default in mobile viewports
  • Fixed pagination rows per page input label for accessibility attribute
  • Removed unnecessary ::after pseudo elements on table cells if they were unused
  • Fixed edge cases with footer cell alignment
  • Added position: 'relative' to table and all rows and cells
    • Fixed semantic sticky header regression
    • Fixed row order/dragging with column virtualization enabled bug

... (truncated)

Commits
  • 401d1ed release v2.11.1 - batch select bug fix
  • 87b2cc8 fix extra bulk row selection events
  • c404f7d Upgrade Examples
  • 805227d release v2.11.0
  • 99ff761 Added autocompleteValue useState variable to store full newValue and show val...
  • b248acf Upgrade Examples
  • 9b085d5 batch row selection feature, export
  • fe782f0 code cleanup
  • e07fb89 detail panel docs improvements
  • 82e7e0a doc use mrt effects, add plausible to sb
  • Additional commits viewable in compare view


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 7 months ago

Superseded by #126.