Skip to content

Releases: BlueTeaNL/AjaxResponseBundle

Release v1.3.0

03 Feb 12:27
c6ec775
Compare
Choose a tag to compare
Merge pull request #10 from metalmini/master

Update to SF 3.4

Release v1.2.0

04 Aug 08:26
Compare
Choose a tag to compare

Add options to support file uploads through the ajax protocol.

Symfony 3 compatibility

13 Jan 21:54
Compare
Choose a tag to compare

Make the bundle compatible with Symfony 3

v1.1.4

15 Nov 12:49
Compare
Choose a tag to compare

Add more options to the ajaxProtocol method "call". Its now possible to adjust more options for an ajax call

v1.1.3

31 Jul 13:11
Compare
Choose a tag to compare

Bugfix:

  • Fixes the unblockUI if counter goes below zero

Added block element

v1.1.2

28 Apr 13:14
Compare
Choose a tag to compare

Bugfix:

  • Fixes the redirect type

v1.1.1

30 Mar 08:50
Compare
Choose a tag to compare

Add counter to BlockUI to unblock only if all AJAX calls are finished.

v1.1.0

25 Mar 07:53
Compare
Choose a tag to compare

Adds a complete callback in AjaxProtocol.js

v1.0.2

29 Dec 15:04
Compare
Choose a tag to compare

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

18 Dec 08:44
Compare
Choose a tag to compare
Update Readme and add jQuery-ui