Releases: BlueTeaNL/AjaxResponseBundle
Releases · BlueTeaNL/AjaxResponseBundle
Release v1.3.0
Merge pull request #10 from metalmini/master
Update to SF 3.4
Release v1.2.0
Add options to support file uploads through the ajax protocol.
Symfony 3 compatibility
Make the bundle compatible with Symfony 3
v1.1.4
Add more options to the ajaxProtocol method "call". Its now possible to adjust more options for an ajax call
v1.1.3
Bugfix:
- Fixes the unblockUI if counter goes below zero
Added block element
v1.1.1
Add counter to BlockUI to unblock only if all AJAX calls are finished.
v1.1.0
Adds a complete callback in AjaxProtocol.js
v1.0.2
This release fixes a critical bug in the AjaxResponse object (content serialization). The serialization is know removed and the AjaxResponseListener gets the data directly from the AjaxResponse data property instead of deserialization of the content.
v1.0.1
Update Readme and add jQuery-ui