1.7.2 (2023-06-02)
1.7.1 (2023-06-02)
1.7.0 (2023-06-02)
- Add new locale: Swedish (sv). by @joelgrondrup in #45
1.6.0 - 2022-11-16
- Add new locale: Spanish (es). by @comontes in #42
- Add separate bundle to be used with react-widget by @nd0ut in #43
- Add separate bundles to be used with
react-widget
. See #43.
1.5.0 - 2021-03-31
- Generate an english-only bundle that imports the correct
uploadcare.lang.en.js
bundle.See #41. - Generate a minified english-only bundle that imports the correct
uploadcare.lang.en.min.js
bundle. See #41.
- Update the existing minified bundle so that it imports the correct
uploadcare.min.js
bundle. See #41.
1.4.7 - 2020-06-05
- call
previewUrlCallback
before rendering crop effect. See #40.
1.4.6 - 2019-03-06
- Fix IE11 support. See #36.
1.4.5 - 2019-04-05
- Fixed crashing of the widget if set
free
crop. See #35.
1.4.4 - 2019-03-29
- Add missing
crop
field to thefileInfo
object. See #33. - Apply resize operation along with the crop if needed to achieve behaviour similiar to the original preview tab. See #34.
1.4.3 - 2019-03-27
- Apply auto-crop even in single image mode. See #32.
1.4.2 - 2019-03-19
- Fix auto-crop error when no
crop
option passed to the widget. See #31.
1.4.0 - 2019-03-01
- Fix locales and add fallback if locale doesn't exists. See #29.
1.3.0 - 2018-09-21
- New locales: Japanese (
ja
), Vietnamese (vi
). See #25.
1.2.1 - 2018-06-28
- Not working crop in Safari, see #24.
1.2.0 - 2018-05-23
- Support for new widget configuration options:
previewProxy
,previewUrlCallback
. Learn more here. - French (
fr
) locale thanks to @gpenverne.
- Updated README:
- references,
- added Feedback section,
- removed Contributors section.
- Autorotate for image preview, #21.
1.1.0 - 2018-04-20
- New effect
invert
. - New option
all
for effects settings.
- Global setting
UPLOADCARE_EFFECTS
works now. - Fixed ignoring of the
crop
preset in multiple mode. - Crop is applied automatically if
the
crop
setting has presets, e.g.1:1
, and hasn'tfree
. - Show an image without all effects in the crop mode.
1.0.3 - 2017-08-23
- Fix links to uploadcare site in README.
1.0.2 - 2017-08-21
- Uploadcare logo into README.
1.0.1 - 2017-08-21
Initial public release for npm.
- README section about install with npm.
- README section about output value.
- Fix info about version in README.
Initial public release.
- The
uploadcareTabEffects
function as default export. - README with info about requirements, install, usage, etc.