From 279cefc1e1861b6d941353da5c17670c96745540 Mon Sep 17 00:00:00 2001 From: Tady Date: Sat, 28 Apr 2018 16:09:28 +0300 Subject: [PATCH] v.1.10.0 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index afa1e83..6ca9915 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ PPTXjs ### Demo: https://meshesha.github.io/pptxjs/ # Version: -### 1.9.3 +### 1.10.0 # environment ### browsers: - IE > 10 @@ -96,6 +96,7 @@ PPTXjs slideMode: false, keyBoardShortCut: false, mediaProcess: true, /** true,false: if true then process video and audio files */ + jsZipV2: "./js/jszip.min.js", /*flase or 'path/to/jsZip.V2.js' */ slideModeConfig: { //on slide mode (slideMode: true) first: 1, nav: false, /** true,false : show or not nav buttons*/ @@ -117,6 +118,10 @@ PPTXjs ``` # Changelog +* V.1.10.0 + * added the ability to load jsZip v.2 in case jsZip v.3 is loaded for another use. + * (note: using this method will reload the page) + * and fixed some errors issue. * V.1.9.3 * support Equations and formulas as Image * Added an ability to scale Slides in percent