Skip to content

Commit e6e7c28

Browse files
committed
updated for v3.2.0
1 parent a842b0b commit e6e7c28

File tree

13 files changed

+21
-21
lines changed

13 files changed

+21
-21
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- Update demo.js and docs
1111

1212

13-
## [3.2.0] - 2020-05-18
13+
## [3.2.0] - 2020-05-17
1414
### Added
1515
- Added: New chart type: Stacked Area Charts [\#333](https://github.com/gitbrent/PptxGenJS/issue/333) ([fordaaronj](https://github.com/fordaaronj))
1616
- Added: Sections can now be created [\#349](https://github.com/gitbrent/PptxGenJS/issue/349) ([atulsingh0913](https://github.com/atulsingh0913))

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ Use the online demo to create a simple presentation to see how easy it is to use
8585
Bundle: Modern Browsers and IE11
8686

8787
```html
88-
<script src="https://cdn.jsdelivr.net/gh/gitbrent/pptxgenjs@3.1.1/dist/pptxgen.bundle.js"></script>
88+
<script src="https://cdn.jsdelivr.net/gh/gitbrent/pptxgenjs@3.2.0/dist/pptxgen.bundle.js"></script>
8989
```
9090

9191
Min files: Modern Browsers
9292

9393
```html
94-
<script src="https://cdn.jsdelivr.net/gh/gitbrent/pptxgenjs@3.1.1/libs/jszip.min.js"></script>
95-
<script src="https://cdn.jsdelivr.net/gh/gitbrent/pptxgenjs@3.1.1/dist/pptxgen.min.js"></script>
94+
<script src="https://cdn.jsdelivr.net/gh/gitbrent/pptxgenjs@3.2.0/libs/jszip.min.js"></script>
95+
<script src="https://cdn.jsdelivr.net/gh/gitbrent/pptxgenjs@3.2.0/dist/pptxgen.min.js"></script>
9696
```
9797

9898
## Download

demos/browser/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@
146146
<script src="https://cdn.jsdelivr.net/gh/gitbrent/pptxgenjs@latest/examples/images/base64Images.js" async></script>
147147

148148
<!-- RELEASE (CDN)
149+
-->
149150
<script src="https://cdn.jsdelivr.net/gh/gitbrent/pptxgenjs@latest/dist/pptxgen.bundle.js"></script>
150151
<script src="https://cdn.jsdelivr.net/gh/gitbrent/pptxgenjs@latest/demos/common/demos.js"></script>
151-
-->
152152
<!--
153153
TODO: [only used during `-beta` dev cycles; update to below on release]
154154
<script src="https://cdn.jsdelivr.net/gh/gitbrent/pptxgenjs@master/dist/pptxgen.bundle.js"></script>
@@ -162,9 +162,9 @@
162162
<!-- LOCAL TESTING:
163163
<script src="../../libs/jszip.min.js"></script>
164164
<script src="../../dist/pptxgen.min.js"></script>
165-
-->
166165
<script src="../../dist/pptxgen.bundle.js"></script>
167166
<script src="../common/demos.js"></script>
167+
-->
168168

169169
<script>
170170
// ==================================================================================================================

demos/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
},
1616
"license": "MIT",
1717
"dependencies": {
18-
"pptxgenjs": "^3.1.1"
18+
"pptxgenjs": "^3.2.0"
1919
}
2020
}

demos/react-demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "pptxgenjs-react-demo",
3-
"version": "3.1.1",
3+
"version": "3.2.0",
44
"private": true,
55
"dependencies": {
6-
"pptxgenjs": "^3.0.0",
6+
"pptxgenjs": "^3.1.1",
77
"react": "^16.10.1",
88
"react-dom": "^16.10.1",
99
"react-scripts": "3.1.2"

dist/pptxgen.bundle.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/pptxgen.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/pptxgen.cjs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* PptxGenJS 3.2.0-beta @ 2020-05-16T18:42:42.764Z */
1+
/* PptxGenJS 3.2.0 @ 2020-05-17T23:12:33.100Z */
22
'use strict';
33

44
var JSZip = require('jszip');
@@ -5868,7 +5868,7 @@ function createSvgPngPreview(rel) {
58685868
|*| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
58695869
|*| SOFTWARE.
58705870
\*/
5871-
var VERSION = '3.2.0-beta-20200515.2340';
5871+
var VERSION = '3.2.0';
58725872
var PptxGenJS = /** @class */ (function () {
58735873
function PptxGenJS() {
58745874
var _this = this;

dist/pptxgen.es.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* PptxGenJS 3.2.0-beta @ 2020-05-16T18:42:42.769Z */
1+
/* PptxGenJS 3.2.0 @ 2020-05-17T23:12:33.109Z */
22
import * as JSZip from 'jszip';
33

44
/**
@@ -5866,7 +5866,7 @@ function createSvgPngPreview(rel) {
58665866
|*| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
58675867
|*| SOFTWARE.
58685868
\*/
5869-
var VERSION = '3.2.0-beta-20200515.2340';
5869+
var VERSION = '3.2.0';
58705870
var PptxGenJS = /** @class */ (function () {
58715871
function PptxGenJS() {
58725872
var _this = this;

dist/pptxgen.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)