Fixed
- defineSlideMaster() issues when reusing config object #406 (ronnyroeller)
- Fixed "needs repair" issue with table auto-paging #1380 (gitbrent)
Added
- Added
textDirectionproperty for text and table cells to allow vertical rotation of text (gitbrent)
Changed
- Bump jszip to ^3.10.1 #1255 (NateRadebaugh)
- Added
exportsfield to package.json to enable modern module resolution (gitbrent) - Brand new logic for detecting Node.js (gitbrent) this fixes: Vite issues #1325 and Web Worker issues #1354
Deps, Demos, Tools, and Docs
- Added new vite-demo under "demos" to test using the library as a module in modern apps (replaces react-demo) (gitbrent)
- Major updates to dev dependencies (typescript, rollup, eslint, gulp) (gitbrent)
- Brand new eslint.config.js (gitbrent)
- Updated rollup.config.mjs (gitbrent)
- Brand new Vite demo replaces broken CRA react-demo (gitbrent)
- Brand new WebWorker demo (gitbrent)
- Major update to README (gitbrent)
- New TESTING.md document created, renamed RELEASES.md to RELEASING.md (gitbrent)
- Major update to browser demo page (gitbrent)
- Major update to GitHub pages doc site (gitbrent)
- Updated Data2Slides tool to modern bootstrap (gitbrent)
Removed
- Removed
react-demounder demos (gitbrent)