Skip to content

Releases: nextras/datagrid

3.2.0

08 Jan 22:24
Compare
Choose a tag to compare

The next minor version 3.2.0 is out! ❄

What has changed:

  • fixed compatibility with Latte 2.9 (new minimum) - thanks @ales-zrak for fix [#101]

See full commit changelog.

3.1.1

10 Apr 13:53
796299e
Compare
Choose a tag to compare

The next patch version 3.1.1 is out! 🌵

What has changed:

See full commit changelog.

3.1.0

03 Aug 09:22
Compare
Choose a tag to compare

The next major version 3.1.0 is out! 🌿

What has changed:

  • switched to (support) Nette 3.0 - thanks @mark-31

See full commit changelog.

3.0.1

20 Feb 15:02
Compare
Choose a tag to compare

The next patch version 3.0.1 is out! 🎋

What has changed:

  • fixed compatibility with Nette's redrawControl() causing Compile Error in PHP 7.2, thanks @vymak, #90

See full commit changelog.

3.0.0

27 Dec 20:10
Compare
Choose a tag to compare

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.

3.0.0 RC2

22 Jul 12:07
Compare
Choose a tag to compare
3.0.0 RC2 Pre-release
Pre-release

The second RC of the next major version 3.0.0 is out!

  • fixed including template with dynamic blocks
  • fixed ordering by undefined columns
  • fixed showing/hiding global action cells
  • fixed dependencies
  • see full commit changelog from the last RC

3.0.0 RC1

17 Feb 16:31
Compare
Choose a tag to compare
3.0.0 RC1 Pre-release
Pre-release

First RC of the next major version 3.0.0 is out!

  • enhanced documentation
  • added global actions support #9
  • added cell-edit-* support for custom inline edit cell rendering #31
  • see full commit changelog

3.0.0 beta1

11 Feb 23:58
Compare
Choose a tag to compare
3.0.0 beta1 Pre-release
Pre-release

First beta of the next major version 3.0.0 is out!

  • total rework for Latte 2.4 compatibility
  • removed dependency on redefined macro, just use standard define macro! (so much wow!)
  • enhanced documentation
  • 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
  • added getColumn() method, #50
  • setFilterFormFactory accepts a null, #49
  • see full commit changelog