Releases: nextras/datagrid
Releases · nextras/datagrid
3.2.0
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
3.1.0
3.0.1
3.0.0
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
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
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
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