Skip to content

Commit dba7b43

Browse files
committed
updated for v4.0.0
1 parent a103b86 commit dba7b43

File tree

1 file changed

+23
-6
lines changed

1 file changed

+23
-6
lines changed

CHANGELOG.md

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,43 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Notes
9-
10-
## [3.13.0](https://github.com/gitbrent/PptxGenJS/releases/tag/v3.13.0) - 2025-04-0?
8+
## [4.0.0](https://github.com/gitbrent/PptxGenJS/releases/tag/v4.0.0) - 2025-05-04
119

1210
### Fixed
1311

12+
- defineSlideMaster() issues when reusing config object [\#406](https://github.com/gitbrent/PptxGenJS/issues/406) ([ronnyroeller](https://github.com/ronnyroeller))
1413
- Fixed "needs repair" issue with table auto-paging [\#1380](https://github.com/gitbrent/PptxGenJS/issues/1380) ([gitbrent](https://github.com/gitbrent))
1514

1615
### Added
1716

18-
- Added new vite-demo under "demos" to test using the library as a module in modern apps (replaces react-demo) ([gitbrent](https://github.com/gitbrent))
1917
- Added `textDirection` property for text and table cells to allow vertical rotation of text ([gitbrent](https://github.com/gitbrent))
2018

2119
### Changed
2220

23-
- Replaced `main`, `module` fields with preferred `exports` in package.json for modern module resolution ([gitbrent](https://github.com/gitbrent))
2421
- Bump jszip to ^3.10.1 [\#1255](https://github.com/gitbrent/PptxGenJS/pull/1255) ([NateRadebaugh](https://github.com/NateRadebaugh))
22+
- Added `exports` field to package.json to enable modern module resolution ([gitbrent](https://github.com/gitbrent))
23+
- Brand new logic for detecting Node.js ([gitbrent](https://github.com/gitbrent)) this fixes: Vite issues [\#1325](https://github.com/gitbrent/PptxGenJS/issues/1325) and Web Worker issues [\#1354](https://github.com/gitbrent/PptxGenJS/issues/1354)
24+
25+
### Deps, Demos, Tools, and Docs
26+
27+
- Added new vite-demo under "demos" to test using the library as a module in modern apps (replaces react-demo) ([gitbrent](https://github.com/gitbrent))
28+
- Major updates to dev dependencies (typescript, rollup, eslint, gulp) ([gitbrent](https://github.com/gitbrent))
29+
- Brand new eslint.config.js ([gitbrent](https://github.com/gitbrent))
30+
- Updated rollup.config.mjs ([gitbrent](https://github.com/gitbrent))
31+
- Brand new Vite demo replaces broken CRA react-demo ([gitbrent](https://github.com/gitbrent))
32+
- Brand new WebWorker demo ([gitbrent](https://github.com/gitbrent))
33+
- Major update to README ([gitbrent](https://github.com/gitbrent))
34+
- New TESTING.md document created, renamed RELEASES.md to RELEASING.md ([gitbrent](https://github.com/gitbrent))
35+
- Major update to browser demo page ([gitbrent](https://github.com/gitbrent))
36+
- Major update to GitHub pages doc site ([gitbrent](https://github.com/gitbrent))
37+
- Updated Data2Slides tool to modern bootstrap ([gitbrent](https://github.com/gitbrent))
38+
39+
### Removed
40+
41+
- Removed `react-demo` under demos ([gitbrent](https://github.com/gitbrent))
2542

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

0 commit comments

Comments
 (0)