Skip to content

v1.1.0

Choose a tag to compare

@paqstd-dev paqstd-dev released this 01 Dec 17:48
· 1 commit to main since this release

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