Skip to content

Commit 93154ac

Browse files
committed
Release 4.14.0
1 parent aafbdce commit 93154ac

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ const options = {
254254
tags: ["profile_picture"], // Requires a Bytescale account.
255255
editor: {
256256
images: {
257+
allowResizeOnMove: true, // True by default. If false, prevents cropper from resizing when moved.
257258
preview: true, // True by default if cropping is enabled. Previews PDFs and videos too.
258259
crop: true, // True by default.
259260
cropFilePath: image => { // Choose the file path used for JSON image crop files.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytescale/upload-widget-react",
3-
"version": "4.13.0",
3+
"version": "4.14.0",
44
"author": "Bytescale <[email protected]> (https://www.bytescale.com)",
55
"description": "React File Upload UI Widget — Lightweight & supports: drag and drop, multiple uploads, image cropping, customization & more 🚀 Comes with Cloud Storage 🌐",
66
"license": "MIT",

0 commit comments

Comments
 (0)