Skip to content

3.0.0

Compare
Choose a tag to compare
@hrach hrach released this 27 Dec 20:10
· 11 commits to master since this release

The next major version 3.0.0 is out! ๐ŸŽ‰ ๐ŸŒฎ

What has changed:

  • total reworked & fixed compatibility for Latte 2.4;
  • removed dependency on redefined macro, just use standard define macro! (so much wow!);
  • enhanced documentation;
  • added global actions support #9;
  • added cell-edit-* support for custom inline edit cell rendering #31;
  • fixed support for PHP 7.2;
  • fixed preserving empty filter when empty state is not the default one;
  • fixed three state sorting when default state is not null, #37;
  • fixed getter when column name may be virtual and value optional, #45;
  • fixed unnecessary two request during non-ajax paging, #47;
  • fixed ordering by undefined columns;
  • fixed showing/hiding global action cells;
  • added getColumn() method, #50;
  • setFilterFormFactory() accepts a null, #49;

See full commit changelog.