Skip to content

Releases: uploadcare/uploadcare-widget

v3.6.1

21 Sep 13:06
Compare
Choose a tag to compare

Fixed

  • Fixed error Cannot read property 'type' of null that often occurs together
    with the grecaptcha2. See issue #500.

v3.6.0

31 Jul 11:13
Compare
Choose a tag to compare

The new version comes with the following updates:

Added

  • New locales: Greek (el), Vietnamese (vi). See #498.

Changed

  • Uploadcare URL in the “powered by” section.

Fixed

  • Facebook logo is now sharper providing better visual experience. See #496.

Widget in action. Full widget changelog is here. Compare widget versions, 3.6.0 with 3.5.1.

v3.5.1

10 Jul 12:47
Compare
Choose a tag to compare

The new version comes with the following updates:

Fixed

  • Now use the correct Facebook logo, consistent with the Facebook brand guidelines.

Widget in action. Full widget changelog is here. Compare widget versions, 3.5.1 with 3.5.0.

v3.5.0

04 Jul 19:21
Compare
Choose a tag to compare

The new version lets you control the quality of videos recorded via Camera Tab and comes with other updates:

Added

Changed

  • Started using the Keep a Changelog format for the full widget changelog in the HISTORY.markdown file.
  • Updated the Dropbox icon.

Fixed

  • Double dialog.progress call, see PR #481.

Widget in action. Full widget changelog is here. Compare widget versions, 3.5.0 with 3.4.0.

Widget 3.4.0

27 May 09:30
Compare
Choose a tag to compare

The new version supports image previews with Authenticated URLs enabled and comes with other updates:

Added

  • New configuration options: previewProxy and previewUrlCallback. Check out our docs for more info.
  • The AUTHORS.txt file to the repo to give credit to those contributing to the project. Yoo-hoo, thanks folks 💛

Changed

  • Updated README:
    • New sections: “Security issues” and “Feedback.”
    • References to the widget v2.
    • Table of contents.
  • Updated the package description.

Fixed

  • A not-working button that removes an item from the file list in a multi-file mode in Edge.
  • Displaying a wrong image when a set of files gets dragged and dropped onto a widget in a single-file mode, issue #443.
  • Video seeking in Chrome, #460.
  • Multipart uploading: no extra headers are now sent.
  • Previewing videos in Safari on iOS, see #463.
  • The this.settings is undefined error when using the loadFileGroup function.

Widget in action. Full widget changelog is here.

Widget 2.11.1

27 May 09:43
Compare
Choose a tag to compare

We continue supporting the Uploadcare Widget v2. However, we will mostly be releasing patches with bug fixes.

The new version comes with the following updates:

Added

  • The AUTHORS.txt file to the repo to give credit to those contributing to the project. Yoo-hoo, thanks folks 💛

Changed

  • Updated README:
    • New sections: “Security issues” and “Feedback.”
    • References to the widget v3.
    • Table of contents.
  • Updated the package description.

Fixed

  • Displaying a wrong image when a set of files gets dragged and dropped onto a widget in a single-file mode, issue #443.
  • Video seeking in Chrome, #460.
  • Multipart uploading: no extra headers are now sent.
  • Previewing videos in Safari on iOS, see #463.
  • The this.settings is undefined error when using the loadFileGroup function.

We strongly advise updating to 2.11.1 or going all the way up to v3, see migration guide.

To install the latest v2:

npm install uploadcare-widget@2
<script src="https://ucarecdn.com/libs/widget/2.x/uploadcare.full.min.js" charset="utf-8"></script>

Widget v2 in action. Full widget changelog is here. Check out the v2 source code on GitHub.