Skip to content

Version 4.0.0

Compare
Choose a tag to compare
@gitbrent gitbrent released this 04 May 16:30
· 31 commits to master since this release
8692262

Fixed

Added

  • Added textDirection property for text and table cells to allow vertical rotation of text (gitbrent)

Changed

  • Bump jszip to ^3.10.1 #1255 (NateRadebaugh)
  • Added exports field 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-demo under demos (gitbrent)