Skip to content

Releases: paqstd-dev/django-suspense

v1.2.0

08 Dec 14:14
7068981
Compare
Choose a tag to compare

Added ASGI support #4. Many thanks @jrobichaud for this implementing.

Full Changelog: v1.1.0...v1.2.0

v1.1.0

01 Dec 17:48
baacd9e
Compare
Choose a tag to compare

Added StreamingHttpResponse implementation.

A new approach is now being used to work with suspense. Under the hood, this uses StreamingHttpResponse. For additional details, see #1.

Added a new {% webkit_extra_invisible_bytes %} tag to fix erroneous WebKit behavior. WebKit has an issue with streaming responses requiring a certain amount of visible content before to actually start rendering. More details are described in README.md.

Many thanks @jrobichaud for this implementing.

Automatically replace the upload container with ready-made content.

Now no additional DOM elements will be present after the upload is complete. Content will be automatically added instead of the loader block.

Full Changelog: v1.0.2...v1.1.0

v1.0.2

26 Nov 16:47
Compare
Choose a tag to compare

Fixed error for headers

v1.0.1

26 Nov 16:38
Compare
Choose a tag to compare

Fix bug for uid in headers

v1.0.0

26 Nov 16:28
Compare
Choose a tag to compare
simple suspense logic