Releases: contributte/datagrid
Releases · contributte/datagrid
v6.10.0
v6.9.6
Bumped! 🇬🇶
Diff: v6.9.5...v6.9.6
Changes:
- fix FilterSelect applying [359aedf] (@nidjo17)
- Remove group action input requirement double translation [1d93896] (@elring)
- Added possibility to specify "secondary" button class using PHP [1351abe]
- PHP fix [51af25f]
- add new snippet - toolbarButtons [55fd8b4] (@Ivorius)
- Nextras: allow zero values in range filter (#1028) [8085196] (@demmmmios)
- Added option of setting query hints [f64403e] (@juniwalk)
- Added query hint test [71a32e5] (@juniwalk)
- Update group-action.md (#1052), change of parameters order in implode [cb48edf] (@aplitax)
- Cast datagrid-editable-value to string [932a097] (@Rixafy)
- Remove Ignored error pattern @ DataGrid.php [1b0ff6a] (@radimvaculik)
- Fixing missing quotes in CSS attribute selectors. When data attribute has a value eg. with
.
, the jQuery sizzle engine throws an error when there are no qutes around the value. (#1044) [4613b83] (@zipper) - Add support for
nette/utils
version4.0.0
(#1086) [a9d66b3] (@harmim) - Fix Latte\CompileException: Unexpected tag {btnSecondaryClass} [793e5e7] (@vitkutny)
Maintenance:
- docs: fix assets for non-npm users to use valid html template that matches current composer version to avoid severe problems (disabled group-action buttons...) [ef9e02a]
- Tests: skip if mysql is not running [d210e20] (@f3l1x)
- Codesniffer: exclude final/abstract sniff [4159fad] (@f3l1x)
- Phpstan: ignore doctrine error [9d80eee] (@f3l1x)
- CI: run tests on PHP 8.1 [643ab46] (@f3l1x)
v6.9.5
Bumped!
Diff: v6.9.4...v6.9.5
Changes:
- Fix for PHP 8.1 deprecated "Implicit conversion from float to int loses precision" [af427ff] (@elring)
- Codesniffer fix [71041c5] (@elring)
- Composer: allow-plugins [8ef6786] (@radimvaculik)
- Make filters case insensitive in PostgreSQL + Doctrine [6a6af41] (@karzac)
- compatibility with Latte 2.11 & 3 [e7b0ceb] (@dg)
v6.9.4
v6.9.3
Bumped! 🐥
Diff: v6.9.2...v6.9.3
Changes:
- Add snippet for Toolbar buttons [c65168c] (@jiriermis)
- Use
getUnsafeValues
from nette/forms [f34b42c] (@TonnyJe) - Do not translate the label of FilterSelect in no-translateOptions mode (the label always translates itself) [13ae75d] (@elring)
- Update docs: setCondition & NextrasDataSource (#1003) [aaf6afd] (@radimvaculik)
- Templates: fix empty closing tag {/} is deprecated (#1013) [1b39cdf] (@Gappa)
- Support Symfony v6 [a163980] (@f3l1x)
- Gitlab workflow updates [7da1a7e] (@f3l1x)
- Codesniffer & phpstan upgrades [3620f31] (@f3l1x)
- Fix doctrine testing [6fffc31] (@f3l1x)
- Typos & improvements [4743ff8] [ef0288f] [6564284] [fe99d36] (@carakas) (@radimvaculik) (@petrparolek)
v6.9.2
Bumped! 👨👩👦👦
Diff: v6.9.1...v6.9.2
Changes:
- phpstan fix [27ef5d4] (@paveljanda)
- tests fix [1b3f921] (@paveljanda)
- gitlab ci - remove "7.4 --prefer-lowest" job [8da97ce] (@paveljanda)
v6.9.1
Bumped! 💐
Diff: v6.9.0...v6.9.1
Changes:
- allow build on all branches [96d05a2] (@petrparolek)
- CS fixes [f2bdf01] (@petrparolek)
- improved CS and cleaning up [dde10d6] (@petrparolek)
- fixed tests [78b0b3d] (@petrparolek)
- Composer: open v6.10.x [99678e7] (@f3l1x)
- Docs: fix sorting (#976) [ff0b24c] (@toretak)
- Drop github funding [af00e6e] (@f3l1x)
- Improved group action submit button selector [70d1048] (@juniwalk)
- Simplified submit button finding and undone unnecessary changes [b596cf0] (@juniwalk)
- Fix: Property Ublaboo\DataGrid\Utils\ItemDetailForm::$httpPost (array) does not accept array|null. [ce3bdf4] (@radimvaculik)
v6.9.0
Bumped!
Diff: v6.8.1...v6.9.0
Changes:
- Implement ConfirmDialog for ToolbarButton [de69e21] (@elring)
- Fix Quality checks (mainly useless annotations) [a661bf8] (@elring)
- Support for sum aggregation function in Nextras DataSource [e4ae5d2] (@milsorm)
- phpstan issue resolved [17931e4] (@milsorm)
- Unused use removed [e4f247a] (@milsorm)
- QA issues [527ab95] (@milsorm)
- IDataSource::getData returns iterable instead array [1dd1de2] (@AliAmjid)
- fix: Export::invoke expects array [8e9d686] (@AliAmjid)
- Convert primaryKey value to int if it is numeric [eeaeae6] (@juniwalk)
v6.8.1
Bumped!
Diff: v6.8.0...v6.8.1
Changes:
- fixed build [dd37e31] (@dakorpar)
- nette/forms 3.1: fixed filtering withnout pagination, closes #961 [1a72233] (@paveljanda)
v6.8.0
Bumped!
Diff: v6.7.1...v6.8.0
Changes:
- GroupActionCollection: fix validation scope [d7260e9] (@paveljanda)
- DataGrid: fix validation scope when canceling inline edit [27aed05] (@paveljanda)
- composer: require nette/forms ^3.1.3 [3450861] (@paveljanda)
- github/workflows: remove php 7.2, 7.3 [aa59e9f] (@paveljanda)
- phpstan.neon made more readable [b069180] (@paveljanda)