Skip to content

Releases: parkerself22/mui-tables

v2.0.4

08 Mar 17:25
Compare
Choose a tag to compare

2.0.4 (2019-03-08)

Bug Fixes

  • Styles: Fixed an issue with the no data row and made sure all components have style keys for ov (9567f3c)

v2.0.3

05 Mar 03:11
Compare
Choose a tag to compare

2.0.3 (2019-03-05)

Bug Fixes

  • customToolbarBottom option: Fix an issue with styling (e4e7074)

v2.0.2

28 Feb 02:40
Compare
Choose a tag to compare

2.0.2 (2019-02-28)

Bug Fixes

  • ColumnFilters: The removal of filter: false columns threw off column filter indexes (3909773)

v2.0.1

28 Feb 01:55
Compare
Choose a tag to compare

2.0.1 (2019-02-28)

Bug Fixes

  • Fixed header and column options: The fixed header was only rendering at 25% of toolbar when sho (bdab0a9)

v2.0.0

22 Feb 22:53
Compare
Choose a tag to compare

2.0.0 (2019-02-22)

Bug Fixes

  • MUITableToolbarSelect && Options: Renamed a few of the options for clarity. Fixed the fact that (5a4681f)

BREAKING CHANGES

  • MUITableToolbarSelect && Options: Renamed hiddenColumnsMergeDuplicates row option to hiddenColumnMerge. Added context
    as an argument to customToolbarSelect function.

v1.1.0

22 Feb 07:33
Compare
Choose a tag to compare

1.1.0 (2019-02-22)

Features

  • fixedSearch in header, more custom toolbar options, tests: Added an ever-present searchbar options for the header. Added more custom toolbar hooks. + test coverage for all. (06802bc)

v1.0.12

20 Feb 17:40
Compare
Choose a tag to compare

1.0.12 (2019-02-20)

Bug Fixes

  • hooks, mergeRows, test coverage: Fixed support for firing all hooks. Added row duplicate filtering and merging options to row props. Increased test coverage up to 100% (5d19848)

v1.0.11

15 Feb 18:23
Compare
Choose a tag to compare

1.0.11 (2019-02-15)

Bug Fixes

  • add LICENSE: add license (7348b2a)
  • documentation: add better documentation (e5c7fa8)
  • license + package.json: fix typo, update docs (255cf1a)
  • release config: turns out renaming the repo wasn't the best call (4ec74f9)

v1.0.10

15 Feb 04:11
Compare
Choose a tag to compare

1.0.10 (2019-02-15)

Bug Fixes

  • testing dependencies: Ignore devDependencies because last push passed due to module in dev when it should have been in deps. (cb30a4d)

v1.0.9

15 Feb 03:55
Compare
Choose a tag to compare

1.0.9 (2019-02-15)

Bug Fixes

  • testing dependencies: add a dependency check test using depcheck (cc84cda)