Skip to content

Commit 9e6aab8

Browse files
committed
updated for v3.7.0
1 parent 5c7912a commit 9e6aab8

14 files changed

Lines changed: 27 additions & 24 deletions

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Notes]
99

10-
## [3.7.0] - 2021-07-??
10+
## [3.7.0] - 2021-07-20
1111

1212
### Added
1313

@@ -16,9 +16,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- Resolves:
1717
- Custom polygon generation [\#597](https://github.com/gitbrent/PptxGenJS/issues/597) ([hirenj](https://github.com/hirenj))
1818
- Is there any way to draw a bell curve shape? [\#946](https://github.com/gitbrent/PptxGenJS/issues/946) ([gurdeep-sourcefuse](https://github.com/gurdeep-sourcefuse))
19-
- ### Fixed
19+
20+
### Fixed
21+
2022
- Background in master template broken (support multiple `background` props) [\#968](https://github.com/gitbrent/PptxGenJS/issues/968) ([viral-sh](https://github.com/viral-sh))
2123
- Arguments for radius not allowed in TypeScript for rectangles [\#969](https://github.com/gitbrent/PptxGenJS/issues/969) ([ln56b](https://github.com/ln56b))
24+
- Documentation: `catAxisLine*` and `valAxisLine*` props missing [\#980](https://github.com/gitbrent/PptxGenJS/issues/980) ([ln56b](https://github.com/hhq365))
2225

2326
### Chart Updates
2427

README.md

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

8787
```html
88-
<script src="https://cdn.jsdelivr.net/gh/gitbrent/pptxgenjs@3.6.0/dist/pptxgen.bundle.js"></script>
88+
<script src="https://cdn.jsdelivr.net/gh/gitbrent/pptxgenjs@3.7.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.6.0/libs/jszip.min.js"></script>
95-
<script src="https://cdn.jsdelivr.net/gh/gitbrent/pptxgenjs@3.6.0/dist/pptxgen.min.js"></script>
94+
<script src="https://cdn.jsdelivr.net/gh/gitbrent/pptxgenjs@3.7.0/libs/jszip.min.js"></script>
95+
<script src="https://cdn.jsdelivr.net/gh/gitbrent/pptxgenjs@3.7.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
@@ -28,9 +28,9 @@
2828
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/prism.min.js"></script>
2929

3030
<!-- RELEASE (CDN)
31+
-->
3132
<script src="https://cdn.jsdelivr.net/gh/gitbrent/pptxgenjs@latest/dist/pptxgen.bundle.js"></script>
3233
<script src="https://cdn.jsdelivr.net/gh/gitbrent/pptxgenjs@latest/demos/common/demos.js type="module""></script>
33-
-->
3434
<!--
3535
TODO: [only used during `-beta` dev cycles; update to below on release]
3636
<script src="https://cdn.jsdelivr.net/gh/gitbrent/pptxgenjs@master/dist/pptxgen.bundle.js"></script>
@@ -39,9 +39,9 @@
3939
<!-- LOCAL TESTING:
4040
<script src="../../libs/jszip.min.js"></script>
4141
<script src="../../dist/pptxgen.min.js"></script>
42-
-->
4342
<script src="./js/pptxgen.bundle.js"></script>
4443
<script src="../modules/demos.mjs" type="module"></script>
44+
-->
4545

4646
<script type="module">
4747
import { buildDataTable, doAppStart, execGenSlidesFunc, runAllDemos, table2slides1, table2slides2, table2slidesDemoForTab } from './js/browser.js';

demos/browser/js/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.

demos/browser/js/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.

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.7.0-beta",
3+
"version": "3.7.0",
44
"private": true,
55
"dependencies": {
6-
"pptxgenjs": "^3.6.0",
6+
"pptxgenjs": "^3.7.0",
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.7.0-beta @ 2021-07-20T04:30:29.498Z */
1+
/* PptxGenJS 3.7.0 @ 2021-07-21T02:38:25.928Z */
22
'use strict';
33

44
var JSZip = require('jszip');
@@ -6211,7 +6211,7 @@ function createSvgPngPreview(rel) {
62116211
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
62126212
* SOFTWARE.
62136213
*/
6214-
var VERSION = '3.7.0-beta-20210719-2321';
6214+
var VERSION = '3.7.0';
62156215
var PptxGenJS = /** @class */ (function () {
62166216
function PptxGenJS() {
62176217
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.7.0-beta @ 2021-07-20T04:30:29.507Z */
1+
/* PptxGenJS 3.7.0 @ 2021-07-21T02:38:25.936Z */
22
import JSZip from 'jszip';
33

44
/*! *****************************************************************************
@@ -6205,7 +6205,7 @@ function createSvgPngPreview(rel) {
62056205
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
62066206
* SOFTWARE.
62076207
*/
6208-
var VERSION = '3.7.0-beta-20210719-2321';
6208+
var VERSION = '3.7.0';
62096209
var PptxGenJS = /** @class */ (function () {
62106210
function PptxGenJS() {
62116211
var _this = this;

0 commit comments

Comments
 (0)