vojtech-dobes / nette.ajax.js

Flexible AJAX for Nette Framework. Supports snippets, redirects etc.
https://componette.org/vojtech-dobes/nette.ajax.js/
MIT License
149 stars 85 forks source link

Package depends on nette-forms 2.2 #127

Closed camohub closed 7 years ago

camohub commented 8 years ago

Hi, is there a reason why nette,ajax.js has not allowed higher version of nette-forms?
There si "nette-forms": "~2.2"

vojtech-dobes commented 7 years ago

I've dropped the dependency completely in https://github.com/vojtech-dobes/nette.ajax.js/commit/3f790b85417b63e7ac231bca38e67acf14d64a4c: it should be independent decision whether website uses nette forms validation or not, nette.ajax.js should neither enforce it nor require specific version.