5.0.0 (2026-02-04)
⚠️ Major 5.0 Release
New release with some breaking changes:
- dropping IIFE build which was the legacy approach of loading a library via plain
<script>using thewindowobject. Removing this approach improves performances and reduces memory footprint since we no longer provide the lib on thewindowobject.- instead of
<script>use<script type="module">import { downloadExcelFile, Workbook } from 'excel-builder-vanilla';</script> - if you still need or want the IIFE build or loading through
<script>, then keep using v4.x and that should be fine
- instead of
⚠ BREAKING CHANGES
- drop standalone legacy IIFE browser
<script>&windowobject usage
Features
- drop standalone legacy browser
<script>&windowobject usage (8658f49) - by @ghiscoding
🎉 Another great release available on GitHub and NPM 🤖. Star us on GitHub ⭐