We updated our TinyMCE Plugin to the version 3.2.2.
Issues and PRs are welcome. The full uploadcare-tinymce
changelog can be found in the GitHub repo.
We continuously perfect the File Uploader’s integration with Microsoft OneDrive and Google Drive. Finally, we cover the team and business functionality of these clouds.
Microsoft OneDrive. Your users can now upload media from their business accounts and SharePoint Sites and Groups. We also support multiple drives per user to switch between file sources easily.
Google Drive. Same here, business accounts became available in File Uploader. Team Drives and Shared Drives are bundled, discover and pick any files shared on your team.
The update is already in production. Nothing to do on your end, it just works.
Check out the Upload Sources section of our Docs to learn more.
We updated our Angular 2+ wrapper to the version 1.2.4.
Issues and PRs are welcome. The full ngx-uploadcare-widget
changelog can be found here.
We updated our WordPress plugin to 2.6.1.
Check out the uploadcare-wordpress
repo on GitHub or look through the full changelog.
We updated our Angular 2+ wrapper to the version 1.2.3.
selectionPromise
on widget.onChange()
was not defined when an upload is canceled. That’s why callbacks like on-change
and on-progress
were no longer called.Issues and PRs are welcome. The full ngx-uploadcare-widget
changelog can be found here.
Effects Tab 1.4.0 is out with more locale updates:
it
), Dutch (Netherlands) (nl
), Belarussian (be
). See the release notes on GitHub for more details about the corresponding PRs and issues.The full Effects Tab changelog can be found here. Compare Effects Tab versions, 1.4.0 with 1.3.0.
We updated our TinyMCE Plugin to the version 3.1.0.
Issues and PRs are welcome. The full uploadcare-tinymce
changelog can be found in the repo.
We continue supporting the Uploadcare Widget v2. Note, the v2 support is limited to releasing bug fixes and will be ended as stated in Versioning. That’s how you migrate to v3.
The new version comes with the following updates:
package.json
, in line with the LICENSE
file.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.
We switched to OneDrive over SkyDrive, improved keyboard navigation, and more:
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
.es
) locale. See #529.package.json
, in line with the LICENSE
file.de
) locale. See #530.Widget in action. Full widget changelog is here. Compare widget versions, 3.7.0 with 3.6.2.
The new version comes with the following updates:
imagesOnly
flag set.imageSmoothingQuality
API for imageShrink
in Google Chrome.nl
) locale. See #504.strict mode
. See #523.Widget in action. Full widget changelog is here. Compare widget versions, 3.6.2 with 3.6.1.
We continue supporting the Uploadcare Widget v2. Note, the v2 support is limited to releasing bug fixes.
The new version comes with the following updates:
imagesOnly
flag set.imageSmoothingQuality
API for imageShrink
for Google ChromeWe strongly advise updating to 2.11.3 or going all the way up to v3, see our migration guide to learn more.
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.
We updated our Angular 2+ wrapper to the version 1.2.2.
Renderer2.destroyNode()
was called in production thus firing the this.renderer.destroyNode is not a function
error.Issues and PRs are welcome. The full ngx-uploadcare-widget
changelog can be found here.
We updated our Angular 2+ wrapper to the version 1.2.1.
reject()
method added in the version 1.2.0 can now close widget dialogs opened via the internal markup button, not just via openDialog()
.Issues and PRs are welcome. The full ngx-uploadcare-widget
changelog can be found here.
We updated our Angular 2+ wrapper to the version 1.2.0.
reject()
method that closes the file uploader dialog opened via the openDialog()
method and discards any file selection. The method is accessible from a parent component via the @ViewChild()
approach.Issues and PRs are welcome. The full ngx-uploadcare-widget
changelog can be found here.
Effects Tab 1.3.0 is out; the update adds two new locales.
ja
), Vietnamese (vi
). See PR #25 on GitHub.The full Effects Tab changelog can be found here. Compare Effects Tab versions, 1.3.0 with 1.2.1.
We continue supporting the Uploadcare Widget v2. However, it's mostly about implementing bug fixes.
The new version comes with the following updates:
Cannot read property 'type' of null
that often occurs together with grecaptcha2, see GitHub issue #500.We strongly advise updating to 2.11.2 or going all the way up to v3, see our migration guide to learn more.
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.
The new version comes with the following updates:
Cannot read property 'type' of null
that often occurs together with grecaptcha2, see GitHub issue #500.Widget in action. Full widget changelog is here. Compare widget versions, 3.6.1 with 3.6.0.
You can now apply Image Processing operations to images uploaded via Multipart Uploads. This Upload API method uses Distributed Upload Network to get files to your Uploadcare project faster.
Multipart Uploads only handles files larger than 10 MB. We set the limit because uploading files smaller than 10 MB in multipart mode does not provide any significant performance improvement over Direct Uploads.
By default, Uploadcare won't treat files larger than 100 MB as images regardless of the upload method. However, this limit can be adjusted on a per-project basis upon request.
Multipart Uploads for images will also work with Uploadcare Widget since it's an Upload API client. Keep in mind the threshold after which files get uploaded in the multipart mode is controlled via the Multipart Minimum Size option which defaults to 25 MB.
Have fun with larger images and drop us a line in case you have any questions.
We updated our Angular 2+ wrapper to the version 1.1.0.
validators
widget attribute; you can now restrict which files users can upload: by type, size, image dimensions, and more.Issues and PRs are welcome. The full ngx-uploadcare-widget
changelog can be found here.
The new version comes with the following updates:
el
), Vietnamese (vi
). See #498.Widget in action. Full widget changelog is here. Compare widget versions, 3.6.0 with 3.5.1.
The new version comes with the following updates:
Widget in action. Full widget changelog is here. Compare widget versions, 3.5.1 with 3.5.0.
Effects Tab 1.2.1 is out; the update fixes image crop in Safari.
The full Effects Tab changelog can be found here. Compare Effects Tab versions, 1.2.1 with 1.2.0.
The new version lets you control the quality of videos recorded via Camera Tab and comes with other updates:
audioBitsPerSecond
and videoBitsPerSecond
allowing you to adjust the quality of a video stream recorded via the camera tab.HISTORY.markdown
file.dialog.progress
call, see PR #481.Widget in action. Full widget changelog is here. Compare widget versions, 3.5.0 with 3.4.0.
We refined our Widget Configurator experience and packed it into a concise layout.
Have fun 🎈 Your feedback is welcome at hello@uploadcare.com.
Yoo-hoo, we just released the Netlify CMS plugin 1.0.0 🚀
The update allows you to add files and file groups to your content and use in-browser image editing.
Check out the uploadcare-netlifycms
repo on GitHub, look it up on npm or see the full changelog.
We updated our WordPress plugin to 2.6.0.
The update comes with uploadcare-php 2.2.1 and reporting features.
data-integration
widget attribute reporting its version along with the plugin version used.uploadcare-php
to the version 2.2.1.Check out the uploadcare-wordpress
repo on GitHub or look through the full changelog.
We updated our Angular 2+ wrapper to the version 1.0.1.
ngx-uploadcare-widget-custom
with no default markup.
You can implement the widget with yours.openDialog()
, to both directives.on-progress
, to both directives.AUTHORS.txt
file to the repo to give credit to those contributing to
the project. Yoo-hoo, thanks folks 💛3.x
.integration
option to the default widget config to provide info
on the Angular and wrapper versions for User Agent with requests
to Uploadcare Upload API.Issues and PRs are welcome. The full ngx-uploadcare-widget
changelog can be found here.
We just updated our PHP library to 2.2.0 and further to 2.2.1 which is a minor fix with its changes added up to this changelog.
uploadcare-php
allows you to implement Uploadcare Widget, Image Processing, and REST API in your PHP code.
data-integration
attribute to the widget reporting its version together with the library version used.Here is a reporting example:
$api = new Uploadcare\Api(UC_PUBLIC_KEY, UC_SECRET_KEY);
$api->setFramework('Wordpress', '4.9.5');
$api->setExtension('PHPUploadcare-Wordpress', '2.6.0');
$api->getUserAgent()
replaced with $api->getUserAgentHeader()
.$api->getUserAgent()
was deprecated and will be completely removed in the next major version. Replacement: $api->getUserAgentHeader()
.$api->getGroupList($options = array())
method.Check out the uploadcare-php
repo on GitHub or look through the full changelog specifically.
Effects Tab 1.2.0 is out; an add-on to Uploadcare Widget providing in-browser image editing.
This version supports editing images uploaded using Authenticated URLs.
previewProxy
, previewUrlCallback
. Learn more here.fr
) locale thanks to @gpenverne.The full Effects Tab changelog can be found here.
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:
AUTHORS.txt
file to the repo to give credit to those contributing to the project. Yoo-hoo, thanks folks 💛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.
Cookies on Uploadcare
We have placed cookies on your device to improve your experience. Learn more about how this site works and our compliances