contributte / forms-bootstrap

👾 Bootstrap 4 + 5 forms for Nette framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incompatible nette/forms version.

kolacekp opened this issue · comments

Can you please update to nette-forms 3.1.14?

Or at least make a release with nette-forms 3.1.11 please (you didn't).

@kolacekp I'm just working on it, it will be available in next few hours. I have to also do more changes to actually support PHP 8.3 here.

nette forms 3.1.11 still don't support 8.3, but I will release that as well

@kolacekp put "contributte/forms-bootstrap": "^0.6" in your composer file and see if all good.
I'll release probably tomorrow morning.

@dakorpar thanks! I will try tomorrow morning and write here how it went. Maybe even the today's release will help. When I used version 0.5.6, it involved forcing the nette forms 3.1.10, but then it was failing on page with contributte-datagrid used (last version). The datagrid needs the code from nette forms 3.1.11 at least. I wonder how it will work with 3.1.14, because David Grudl made some breaking changes there as I can see.

@dakorpar thanks! I will try tomorrow morning and write here how it went. Maybe even the today's release will help. When I used version 0.5.6, it involved forcing the nette forms 3.1.10, but then it was failing on page with contributte-datagrid used (last version). The datagrid needs the code from nette forms 3.1.11 at least. I wonder how it will work with 3.1.14, because David Grudl made some breaking changes there as I can see.

ok. Yeah it happened from time to time that nette/forms in minor versions do some breaking changes that's why I'm strictly locking version there otherwise it would be to dangerous, specially for this library which is compltelly relying on nette forms...

@kolacekp released. I'm closing this.