Releases: ghiscoding/excel-builder-vanilla
Releases · ghiscoding/excel-builder-vanilla
v4.0.1
v4.0.0
4.0.0 (2025-04-12)
The project now ships as ESM-Only which mean no more CommonJS (CJS) and that's all this new release includes. If you were already using import
then this release should be transparent without any changes required.
⚠ BREAKING CHANGES
- build as ESM-Only, drop CJS
Features
- build as ESM-Only, drop CJS (ee22a7b) - by @ghiscoding
Bug Fixes
- deps: update all non-major dependencies (53504a7) - by @renovate-bot
v3.1.0 - insert Pictures
3.1.0 (2025-03-05)
Features
- support inserting pictures in Excel, closes #83 (16745f6) - by @ghiscoding
v3.0.14
3.0.14 (2024-10-13)
Bug Fixes
- run attw and use correct index file entries (19c3e99) - by @ghiscoding
v3.0.13
v3.0.12
3.0.12 (2024-10-11)
Bug Fixes
- remove tsup, replace with Vite + dts-bundle-generator (2f8431f) - by @ghiscoding