Releases: uploadcare/uploadcare-widget
Releases · uploadcare/uploadcare-widget
3.7.6
3.7.5
3.7.4
3.7.3
3.7.1
3.7.0
Added
- New
onedrive
value for thetabs
widget option that enables the OneDrive tab.
You can still set the option toskydrive
, but the value will be automatically replaced withonedrive
. - Added missing translations to the Spanish (
es
) locale. See #529.
Fixed
2.11.4
Fixed
- Specified the correct license in
package.json
, in line with theLICENSE
file.
3.6.2
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 forimageShrink
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
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 forimageShrink
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
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 theHISTORY.markdown
file. -
Fixed error
Cannot read property 'type' of null
that often occurs together
with the grecaptcha2. See issue #500.