From 5a3b347a809ac4c81684c42e9dd6768ce7b42088 Mon Sep 17 00:00:00 2001 From: pcholuj Date: Mon, 11 Feb 2019 10:22:44 +0100 Subject: [PATCH] feat(picker): Add tr language pack to picker --- src/config.ts | 2 +- src/lib/picker.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/config.ts b/src/config.ts index 19780952..9d858c60 100644 --- a/src/config.ts +++ b/src/config.ts @@ -18,7 +18,7 @@ /** * @private */ -const PICKER_VERSION = '1.4.0'; +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; /**