Skip to content

Commit 035cf6b

Browse files
committed
updated jszip to latest (Pull #1255)
1 parent 120bf00 commit 035cf6b

File tree

5 files changed

+19
-15
lines changed

5 files changed

+19
-15
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Notes]
8+
## Notes
99

10-
## [3.13.0] - 2023-0?-0?
10+
## [3.13.0](https://github.com/gitbrent/PptxGenJS/releases/tag/v3.13.0) - 2023-0?-0?
1111

1212
- Added `textDirection` property for text and table cells to allow vertical rotation of text ([gitbrent](https://github.com/gitbrent))
1313

14-
## [3.12.0] - 2023-03-19
14+
### Changed
15+
16+
- Bump jszip to ^3.10.1 [\#1255](https://github.com/gitbrent/PptxGenJS/pull/1255) ([NateRadebaugh](https://github.com/NateRadebaugh))
17+
18+
## [3.12.0](https://github.com/gitbrent/PptxGenJS/releases/tag/v3.12.0) - 2023-03-19
1519

1620
### Added
1721

@@ -31,7 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3135

3236
### Changed
3337

34-
- [Internal] migrate library from tslint to eslint [\#1155](https://github.com/gitbrent/PptxGenJS/pull/1155) ([gitbrent](https://github.com/gitbrent))
38+
- (Internal) migrate library from tslint to eslint [\#1155](https://github.com/gitbrent/PptxGenJS/pull/1155) ([gitbrent](https://github.com/gitbrent))
3539

3640
## [3.11.0] - 2022-08-06
3741

@@ -474,7 +478,7 @@ Comprehensive Pull
474478

475479
- New Feature: Placeholders
476480
- New Feature: Speaker Notes
477-
- `addImage()` can now load both local ("../img.png") and remote images ("https://wikimedia.org/logo.jpg")
481+
- `addImage()` can now load both local ("../img.png") and remote images ("<https://wikimedia.org/logo.jpg>")
478482
- Typescript definitions are now available
479483
- `jquery-node` replaced with latest `jquery` package [only affects npm users]
480484

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dist/pptxgen.js"
66
],
77
"dependencies": {
8-
"jszip": "^3.7.1"
8+
"jszip": "^3.10.1"
99
},
1010
"authors": [
1111
"Brent Ely <https://github.com/gitbrent>"

libs/jszip.min.js

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

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pptxgenjs",
3-
"version": "3.13.0-beta.0",
3+
"version": "3.13.0-beta.1",
44
"author": {
55
"name": "Brent Ely",
66
"url": "https://github.com/gitbrent/"
@@ -35,7 +35,7 @@
3535
"@types/node": "^18.7.3",
3636
"https": "^1.0.0",
3737
"image-size": "^1.0.0",
38-
"jszip": "^3.7.1"
38+
"jszip": "^3.10.1"
3939
},
4040
"devDependencies": {
4141
"@rollup/plugin-commonjs": "^21.0.2",

0 commit comments

Comments
 (0)