kbond / foundry-next

MIT License
0 stars 1 forks source link

fix: misc fixes #5

Closed nikophil closed 9 months ago

nikophil commented 9 months ago

here are some easy fixes from the list here

expect some more in the coming days 😅

I really fixed the easiest stuff here:


This one fixes a major failure I have in my app:


This was one of my main problem: we need to disable autorefresh when using flush_after()


This is a BC break, we can mitigate easily here. Moreover I think is is legit tu allow to ask "from 0 to x items"


Following ones are easy picks:

kbond commented 9 months ago

I don't know your feelings toward this: should we still support Symfony 5.4 (still supported till late 2024)? and thus support php 8.0?

I'd like foundry 2.0 to be 6.4+ so PHP 8.1+