File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ The project offers 3 different build types, choose the best one depending on you
5050import { createWorksheet } from ' excel-builder-vanilla' ;
5151
5252// IIFE - CDN
53- < script src = " https://cdn.jsdelivr.net/npm/excel-builder-vanilla@3 .0.1/dist/excel-builder.iife.js" > </script >
53+ < script src = " https://cdn.jsdelivr.net/npm/excel-builder-vanilla@4 .0.1/dist/excel-builder.iife.js" > </script >
5454<script >
5555 const worksheet = ExcelBuilder .createWorksheet (); // or window.ExcelBuilder.createWorksheet();
5656< / script >
@@ -94,6 +94,7 @@ The modernization steps:
9494- replace ` JSZip ` dependency with [ ` fflate ` ] ( https://github.com/101arrowz/fflate ) which has an ESM build and offers better performance.
9595- bump version to ` v3.0.0 ` as a ` major ` release (_ the original project version was in the ` 2.x ` range._ )
9696 - note that the changelog did not exists prior to ` v3.0.0 `
97+ - v4.x is now ESM-Only
9798
9899The project now requires only 1 small dependency which is [ fflate] ( https://github.com/101arrowz/fflate ) .
99100
You can’t perform that action at this time.
0 commit comments