Skip to content

Releases: KevinVandy/material-react-table

v1.0.9

17 Sep 08:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.8...v1.0.9

v1.0.8

16 Sep 20:12
d66bf4e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.7...v1.0.8

v1.0.7

16 Sep 02:37
Compare
Choose a tag to compare

Full Changelog: v1.0.6...v1.0.7

v1.0.6

15 Sep 22:56
Compare
Choose a tag to compare

What's Changed

  • Bugfix #86 - Fixed actions column position last not working when editing is enabled
  • Add DensityState & fix onDensityChange by @gioqw in #85

New Contributors

  • @gioqw made their first contribution in #85

Full Changelog: v1.0.5...v1.0.6

v1.0.5

15 Sep 08:19
Compare
Choose a tag to compare

What's Changed

  • #84 bugfix - Fixed Mixed Header Groups levels not created with correct column order state

Full Changelog: v1.0.4...v1.0.5

v1.0.4

15 Sep 00:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

14 Sep 15:59
Compare
Choose a tag to compare

What's Changed

  • #81 fixed sticky header z-index issue
  • Add Polish (pl) locale by @tourist in #82

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

14 Sep 03:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

13 Sep 06:51
Compare
Choose a tag to compare

Initial Stable Release of Material React Table!

MRT has reached a point where there should be no more breaking changes, and can be considered ready to use for production.

Work will still continue for a while on future versions. For the near future, expect more locales, and performance optimizations.

Contributors to MRT throughout all alphas and betas:

@KevinVandy @dmhumphrey @mbarizao @kiledonley @zaverden @gaspardip @aaron-mota @frasergr @swyftx-simon @eger1393 @ryanmk54 @oliviertassinari

v1.0.0-beta.1

01 Sep 03:28
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

Transitioning MRT from alpha to beta. No more major breaking changes are changed, unless necessary before 1.0 stable.

Features include:

  • < 37kb gzipped - Bundlephobia
  • Advanced TypeScript Generics Support (TypeScript Optional)
  • Aggregation and Grouping (Sum, Average, Count, etc.)
  • Click To Copy Cell Values
  • Column Action Dropdown Menu
  • Column Hiding
  • Column Ordering via Drag'n'Drop
  • Column Pinning (Freeze Columns)
  • Column Resizing
  • Customize Icons
  • Customize Styling of internal Mui Components
  • Data Editing (3 different editing modes)
  • Density Toggle
  • Detail Panels (Expansion)
  • Filtering (supports client-side and server-side)
  • Full Screen Mode
  • Global Filtering (Search across all columns, rank by best match)
  • Header Groups & Footers
  • Localization (i18n) support
  • Manage your own state
  • Pagination (supports client-side and server-side)
  • Row Actions (Your Custom Action Buttons)
  • Row Numbers
  • Row Ordering via Drag'n'Drop
  • Row Selection (Checkboxes)
  • SSR compatible
  • Sorting (supports client-side and server-side)
  • Theming (Respects your Material UI Theme)
  • Toolbars (Add your own action buttons)
  • Tree Data / Expanding Sub-rows
  • Virtualization (react-virtual)

Contributors to the alphas of MRT:

@KevinVandy , @eger1393 , @oliviertassinari , @aaron-mota , @ryanmk54 , @frasergr , @swyftx-simon , @gaspardip