Releases: 11ty/eleventy-plugin-bundle
Releases Β· 11ty/eleventy-plugin-bundle
Eleventy Bundle Plugin v3.0.0
- Breaking: upgrades plugin code to ESM
- Fixes #8 prunes empty script/style/link bundles
- Bundled with Eleventy core v3.0.0-alpha.21 and v3.0.0-beta.2 and v3.0.0 stable.
Full Changelog: v2.0.2...v3.0.0
Milestone: https://github.com/11ty/eleventy-plugin-bundle/milestone/5?closed=1
Eleventy Bundle Plugin v2.0 (bundled with Eleventy 3.0)
- Preparation to bundle this plugin with Eleventy 3.0, no longer requiring separate installation.
- Throws an error when used with incompatible Eleventy versions.
- Adds new
addBundle
method toeleventyConfig
for better userspace JavaScript API - Add option to set file extension separate from bundle name #22
- Handle multiple
addPlugin
calls. - Skip out of order transform if no bundles in play or if page being processed did not fetch bundles.
- Changes tests to use ESM and Eleventy 3.0
- Breaking: Node 18+
Full Changelog: v1.0.5...v2.0.0
Bundle Plugin v1.0.5
Bundle Plugin v1.0.4
What's Changed
- Include bundle type to modify specific bundle output in transforms by @hexagoncircle in #9
New Contributors
- @hexagoncircle made their first contribution in #9
Full Changelog: v1.0.3...v1.0.4