All Versions
11
Latest Version
Avg Release Cycle
173 days
Latest Release
2550 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.1.2 Changes
February 20, 2018๐ Changelog
- โ Add new file filter:
prevent_empty
- that will filter out 0kb files if enabled. - ๐ Fix HTTP error handling.
- ๐ Fix regression in ImageResizer.
- ๐ Fix regression in Queue affecting IE8.
- Disable auto pause/resume of the Queue.
- ๐ Update mOxie to: v1.5.8.
- โ Add new file filter:
-
v3.1.1 Changes
October 03, 2017๐ Changelog
- ๐ Fix not being able to resize detached blob (created from dataUrl or binary string) that was added via uploader.addFile().
- Consider HTTP status below 200 an error as well (mostly because when connection breaks, HTTP status might be reported as 0).
- ๐ฆ Expose whole moxie namespace under
plupload.moxie
(mostly for smooth integration into environments like Webpack). - ๐ Update mOxie to: v1.5.6.
-
v3.1.0 Changes
March 07, 2017๐ Changelog
- Queue now inherits from Queueable (basically this is the main reason why I've incremented version to 3.1.0).
- ๐ Numerous inconsistencies were addressed, since beta release.
- โก๏ธ Update mOxie to: v1.5.3.
-
v3.0 Changes
August 24, 2016๐ Changelog
- Major rewrite (finally split the code into separate modules).
- Simultaneous uploads of files and chunks.
- ๐ Better control on chunks.
- Separate queue for image resizing.
- ๐ Improved quality for client-side image resizing (bilinear resampling).
- ๐ Update mOxie to: v1.5-beta.2.
-
v3.0-beta1 Changes
August 24, 2016๐ Changelog
- Major rewrite (finally split the code into separate modules).
- Simultaneous uploads of files and chunks.
- ๐ Better control on chunks.
- Separate queue for image resizing.
- ๐ Improved quality for client-side image resizing (bilinear resampling).
- ๐ Update mOxie to: v1.5-beta.2.
-
v2.3.6 Changes
November 03, 2017๐ Changelog
- ๐ Fix typo that caused Plupload to not handle HTTP errors properly.
- ๐ Fix IE8 regressions.
-
v2.3.4 Changes
October 02, 2017๐ Changelog
- ๐ Fix not being able to resize detached blob (created from dataUrl or binary string) that was added via uploader.addFile().
- Consider HTTP status below 200 an error as well (mostly because when connection breaks, HTTP status might be reported as 0).
- Do not set inner global xhr var to null onloadend of any single instance (which caused random errors during the upload).
- ๐ฆ Expose whole moxie namespace under
plupload.moxie
(mostly for smooth integration into environments like Webpack). - โ Add new filter
prevent_empty
, which filters out empty files by default, but can be turned off if required. - โก๏ธ Update Russian, Latvian and German language packs.
- ๐ Update mOxie to: v1.5.6.
-
v2.3.1 Changes
February 06, 2017๐ Changelog
- ๐ฆ Marked all NPM dependencies as dev (this will make NPM package so much lighter).
- โ Add
BeforeChunkUpload
event. - ๐ Fix event-based invocation of chunk uploading, where it wasn't possible to unbind from the event properly.
- โ Add new option
http_method
(basically to supportPUT
). - ๐ Fix
bytesPerSec
reporting. - Treat extensions in
accept
option as case-insensitive. - ๐ป Do not add mime types into
accept
attribute, when browser can filter by extensions only. - ๐ Fix processing of scheme-less URLs, like: //domain.com.
- ๐ป UI: Fix regression where thumbnails weren't scaled when cropped.
- ๐ป UI/Queue: Renaming and removing should be possible for queued files only.
- ๐ Update Spanish, Polish ans Swedish language packs.
- ๐ Update mOxie to: v1.5.3.
-
v2.2.1 Changes
November 23, 2016๐ Changelog
- ๐ Update mOxie to: v1.5.2.
- ๐ Improved quality for client-side image resizing (bilinear resampling).
- โ Add AMD/CommonJS support via UMD-like wrapper.
- โฌ๏ธ Drop
mOxie
ando
namespaces. Majority of helper methods are also accessible fromplupload
namespace ormoxie
namespace (yep, there were too many, sorry).
-
v2.1.9 Changes
May 15, 2016๐ Changelog
- ๐ Update mOxie to v1.3.5