Releases: contributte/datagrid
Releases · contributte/datagrid
v6.7.1
Bumped!
Diff: v6.7.0...v6.7.1
Changes:
- Make PHPstan green [15066ae] (@martenb)
- package.json fix [84d4b45] (@paveljanda)
v6.7.0
Bumped!
Diff: v6.6.1...v6.7.0
Changes:
- nextras/orm 4.0: native handling in applyFilterText [ec7b8bd] (@martenb)
- Group action: disabled button fix, Fix for version 6.6.1 [38cb09b] (@BigOHenry)
- composer.json: do not support nette/forms >= 3.1.0 [4c8e569] (@paveljanda)
- Readme: fix badges [fcaa158] (@f3l1x)
- Readme: fix badges (vol2) [0be46de] (@f3l1x)
v6.6.1
v6.5.1
Bump!
Bug fixes:
- Hideable columns remember state - user have to use
$grid->setRememberState(false, true);
to keep hideable columns in session even when rememebr state is turned off
Diff: v6.5.0...v6.5.1
v6.5.0
Bump!
New features:
- Added possibility to hide columns even with rememberState set to false (@RiKap)
- Allow PHP 8.0 in composer.json (@dg)
Bug fixes:
- Fix inline edit default value in (@stanislav-janu) DataGrid::setDefaultFilter() fix - revert from 5.x (@petrparolek) Diff: https://github.com/contributte/datagrid/compare/v6.4.1...v6.5.0
v6.4.1
v6.4.0
v6.3.0
Bump!
- Added check if filter range value is numeric for DoctrineDataSource (@juniwalk)
- support nextras/orm 4.0 with 3.1 backward compatibility (@martenb)
- contributte/datagrid-elasticsearch-data-source merged into main contributte/datagrid repo (@f3l1x)
Diff: v6.2.29...v6.2.30