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)