Skip to content

Releases: uploadcare/uploadcare-widget

v3.9.2

10 Jun 08:22
d37a5f5
Compare
Choose a tag to compare

3.9.2 (2020-06-10)

Bug Fixes

  • fix single widget drag and drop (#749) (8b3e833)
  • stop video processing when widget changes state (#741) (128e4db)
  • update facebook logo (#754) (af1db51)
  • upload only one dropped file when widget in single mode (#740) (68be990)

Changelog

3.9.1

13 Apr 10:35
ffb9341
Compare
Choose a tag to compare

Fixed

  • fixed wrong npm release

3.9.0

13 Apr 10:35
ffb9341
Compare
Choose a tag to compare

Changed

  • added videoPreferredMimeTypes setting for camera tab. See #736

3.8.3

13 Feb 09:13
5eabd58
Compare
Choose a tag to compare

Fixed

  • Disabled focus controlling in panel mode. See #698.
  • Updated Ukrainian locale. Thanks to @smartianin. See #678.
  • Removed prototype pollution from Pusher source. See #704.
  • Fixed variable name in Pusher's subscribeAll. See #707.

3.8.2

08 Jan 08:40
ea51330
Compare
Choose a tag to compare

Fixed

  • openDialog() failed with settings is undefined error #668

3.8.1

31 Dec 10:01
2440b2a
Compare
Choose a tag to compare

Fixed

  • Escaping special symbols in filenames to avoid XSS attacks. See #643

JavaScript v3.8.0

05 Nov 14:01
b7de471
Compare
Choose a tag to compare

We've finally switched from CoffeeScript and rebuilt the widget in pure JavaScript. It was tough, but we did it.
We preserved backward compatibility for the public API except for the undocumented plugin method that could not be moved as-is. If you are using the method and experience problems with the new widget version, feel free to open a new issue.

Changed

  • Migrated from CoffeeScript to JavaScript. See #567.
  • Switched to ES Modules instead of namespaces. See #569.
  • Migrated templates to tagged HTML strings from EJS. See #603.

Fixed

3.7.9

27 Sep 10:42
Compare
Choose a tag to compare

Fixed

  • Error F.document is not a function on initialization. See #563.

3.7.8

27 Sep 07:50
Compare
Choose a tag to compare

Fixed

  • Improve accessibility. See #554

3.7.7

31 Jul 11:50
Compare
Choose a tag to compare

Added

  • New locale was added: Ukrainian (uk). See #548.

Fixed

  • Fixed transparency lost when shrinking images before uploading. See #549.