diff --git a/src/config.ts b/src/config.ts index 6567cbf8..9d858c60 100644 --- a/src/config.ts +++ b/src/config.ts @@ -18,7 +18,7 @@ /** * @private */ -const PICKER_VERSION = '1.4.1'; +const PICKER_VERSION = '1.4.2'; /** * @private diff --git a/src/lib/picker.ts b/src/lib/picker.ts index b5c27434..162afd49 100644 --- a/src/lib/picker.ts +++ b/src/lib/picker.ts @@ -461,7 +461,7 @@ export interface PickerOptions { */ imageMin?: [number, number]; /** - * Sets locale. Accepts: ca, da, de, en, es, fr, he, it, ja, ko, nl, no, pl, pt, sv, ru, vi, zh. + * Sets locale. Accepts: ca, da, de, en, es, fr, he, it, ja, ko, nl, no, pl, pt, sv, ru, vi, zh, tr */ lang?: string; /** @@ -586,6 +586,7 @@ export interface PickerOptions { uploadConfig?: UploadOptions; /** * Start uploading immediately on file selection. Defaults to `true`. + * @important The feature is can be enabled only if crop is disabled - disableTransformer: true */ uploadInBackground?: boolean; /**