Skip to content

v5.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Feb 04:54
· 67 commits to main since this release

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 the window object. Removing this approach improves performances and reduces memory footprint since we no longer provide the lib on the window object.
    • 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

⚠ BREAKING CHANGES

  • drop standalone legacy IIFE browser <script> & window object usage

Features

  • drop standalone legacy browser <script> & window object usage (8658f49) - by @ghiscoding


🎉 Another great release available on GitHub and NPM 🤖. Star us on GitHub ⭐