Releases: dereuromark/cakephp-ajax
3.1.0
3.0.0
CakePHP 5 compatible release
Enjoy
3.0.0-RC
CakePHP 5 compatible pre-release
Please test. Once this has been tested and approved, the stable release can be tagged.
2.1.0
Improvements
- CakePHP 4.2+
- PHP 7.3+
2.0.0
CakePHP 4 stable release
DRY (Don't repeat yourself) and easy AJAX handling.
- Auto-handling via View class mapping and making controller actions available both AJAX and non-AJAX by design.
- Flash message and redirect (prevention) support.
2.0.0-rc
CakePHP 4 compatible pre-release.
Please help to finalize for stable release.
2.0.0-beta
CakePHP 4 compatible pre-release.
Please help to finalize for stable release.
1.5.1
Improvements
Removed deprecations.
1.5.0
Improvements
AjaxView extends AppView
This way the AjaxView automatically shares the AppView helpers loaded.
With CakePHP 3 now shifting helper loading from controller to view level this is a required chance at this point to have the AJAX templates being able to use the same helpers as the normal ones do.
Caution
All CakePHP 3 apps by now should have an AppView class present.
If you don't yet, please do that now before pulling this minor release.
1.4.1
Bugfixes
Any non-null values for error/success can now be used, so boolean true/false would now work.
Also allow "success" key to skip rendering, similar to "error". Sometimes a bool is not enough and you need to transport a more meaningful message here.
This can be used for edit-in-place AJAX or alike.