Skip to content

Commit

Permalink
updated jszip to latest (Pull #1255)
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbrent committed May 20, 2023
1 parent 120bf00 commit 035cf6b
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 15 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Expand Up @@ -5,13 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Notes]
## Notes

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

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

## [3.12.0] - 2023-03-19
### Changed

- Bump jszip to ^3.10.1 [\#1255](https://github.com/gitbrent/PptxGenJS/pull/1255) ([NateRadebaugh](https://github.com/NateRadebaugh))

## [3.12.0](https://github.com/gitbrent/PptxGenJS/releases/tag/v3.12.0) - 2023-03-19

### Added

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

### Changed

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

## [3.11.0] - 2022-08-06

Expand Down Expand Up @@ -474,7 +478,7 @@ Comprehensive Pull

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

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -5,7 +5,7 @@
"dist/pptxgen.js"
],
"dependencies": {
"jszip": "^3.7.1"
"jszip": "^3.10.1"
},
"authors": [
"Brent Ely <https://github.com/gitbrent>"
Expand Down
8 changes: 4 additions & 4 deletions libs/jszip.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "pptxgenjs",
"version": "3.13.0-beta.0",
"version": "3.13.0-beta.1",
"author": {
"name": "Brent Ely",
"url": "https://github.com/gitbrent/"
Expand Down Expand Up @@ -35,7 +35,7 @@
"@types/node": "^18.7.3",
"https": "^1.0.0",
"image-size": "^1.0.0",
"jszip": "^3.7.1"
"jszip": "^3.10.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.2",
Expand Down

0 comments on commit 035cf6b

Please sign in to comment.