contributte / datagrid

:muscle: DataGrid for Nette Framework: filtering, sorting, pagination, tree view, table view, translator, etc
https://contributte.org/packages/contributte/datagrid/
MIT License
285 stars 189 forks source link

Add support for `nette/utils` version `4.0.0` #1086

Closed harmim closed 12 months ago

harmim commented 1 year ago

This PR is adding support for nette/utils version 4.0.0.

I went through all usages of nette/utils in the repository. It seems to be safe.

I did not know how to get rid of that PHPStan warnings related to the \Stringable interface which is used as a type hint in nette/utils other than ignore these warnings. We can not use \Stringable since we want to support PHP versions <8. Is there a better solution?

paveljanda commented 1 year ago

I am OK with that 👍

radimvaculik commented 12 months ago

Looks good to me too 👍

dg commented 9 months ago

Please, tag it 🙏🏼

f3l1x commented 9 months ago

Done https://github.com/contributte/datagrid/releases/tag/v6.9.6