Skip to content

Releases: uploadcare/uploadcare-widget

3.7.6

11 Jul 13:23
Compare
Choose a tag to compare

Changed

  • Do not show warning when global public key not set. See #546.

3.7.5

15 May 15:03
Compare
Choose a tag to compare

Fixed

  • Google Photos icon geometry was fixed. See #541.

3.7.4

15 May 14:47
Compare
Choose a tag to compare

Changed

  • Google Photos icon was updated. See #540.

3.7.3

15 May 14:47
Compare
Choose a tag to compare

Fixed

  • Fix broken minified bundle. See #539.

3.7.1

13 May 15:20
Compare
Choose a tag to compare

Changed

  • Upgrade jquery to v3.4.1 due to security issue. See #535.

3.7.0

07 Feb 15:01
Compare
Choose a tag to compare

Added

  • New onedrive value for the tabs widget option that enables the OneDrive tab.
    You can still set the option to skydrive, but the value will be automatically replaced with onedrive.
  • Added missing translations to the Spanish (es) locale. See #529.

Fixed

  • Specified the correct license in package.json, in line with the LICENSE file.
  • Improved the widget dialog navigation for keyboard-only users. See #524.
  • Fixed typo in the German (de) locale. See #530.

2.11.4

07 Feb 15:24
Compare
Choose a tag to compare

Fixed

  • Specified the correct license in package.json, in line with the LICENSE file.

3.6.2

14 Dec 13:04
Compare
Choose a tag to compare

Changed

  • The default threshold for multipart uploads was dropped from 25 to 10 megabytes. Every file larger than 10 MB will be uploaded in the multipart mode of Uploadcare Upload API.

Fixed

  • Fixed multipart uploading with the imagesOnly flag set.
  • Validators now run more frequently for each file than before. See #511.
  • Enabled imageSmoothingQuality API for imageShrink for Google Chrome
  • Fixed file extensions of videos recorded via the camera tab. Those now reflect a video container with fallback to "avi". See #516.
  • Fixed typo and improved grammar in the Dutch (nl) locale. See #504.
  • Fixed working in the strict mode. See #523.

2.11.3

14 Dec 12:54
Compare
Choose a tag to compare

We continue supporting the Uploadcare Widget v2. Note, the v2 support is limited to patches with bug fixes.

The new version comes with the following updates:

Changed

  • The default threshold for multipart uploads was dropped from 25 to 10 megabytes. Every file larger than 10 MB will be uploaded in the multipart mode of Uploadcare Upload API.

Fixed

  • Fixed multipart uploading with the imagesOnly flag set.
  • Validators now run more frequently for each file than before. See #511.
  • Enabled imageSmoothingQuality API for imageShrink for Google Chrome
  • Fixed file extensions of videos recorded via the camera tab. Those now reflect a video container with fallback to "avi". See #516.

2.11.2

24 Sep 10:52
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:

Changed

  • Start using the Keep a Changelog format
    for the changelog at the HISTORY.markdown file.

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