Skip to content

Releases: 11ty/eleventy-plugin-bundle

Eleventy Bundle v3.0.1

28 Jan 23:12
Compare
Choose a tag to compare

This is mostly an internals release!

  • Adds npm publishing provenance
  • Adds Node 22 to automated test suite
  • Simplified debug output (only logs new unique content added to bundles)
  • Adds force to eleventyConfig.addPlugin options
  • Adds delayed option to eleventyConfig.addBundle method for bundles that output after Eleventy transforms have completed. Allows transforms to modify bundles.

Full Changelog: v3.0.0...v3.0.1

Eleventy Bundle v3.0.1-beta.2

28 Jan 22:15
Compare
Choose a tag to compare
Pre-release
  • Revert unique shortcodes/transforms to fix regressions with configuration resets.
  • Tweaks to debug log output to only log unique new content added to bundles.

Full Changelog: v3.0.1-beta.1...v3.0.1-beta.2

Eleventy Bundle Plugin v3.0.1-beta.1

28 Jan 21:39
Compare
Choose a tag to compare
Pre-release
  • Adds force option to override existing addBundle and getBundleManagers methods (you probably won’t need this, but I do πŸ˜…)
  • Makes getBundle and getBundleFileUrl shortcodes and global transforms unique.
  • Adds delayed option for bundles that output after Eleventy transforms have completed. Allows transforms to modify bundles.

Eleventy Bundle Plugin v3.0.0

11 Sep 20:30
Compare
Choose a tag to compare
  • 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)

30 Apr 17:01
Compare
Choose a tag to compare
  • 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 to eleventyConfig 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

28 Nov 14:12
Compare
Choose a tag to compare

What's Changed

  • PR from @ashur to fix bundle output when used in serverless templates #18 (Thank you!)

New Contributors

  • @ashur made their first contribution in #18

Full Changelog: v1.0.4...v1.0.5

Bundle Plugin v1.0.4

08 Mar 22:42
Compare
Choose a tag to compare

What's Changed

  • Include bundle type to modify specific bundle output in transforms by @hexagoncircle in #9

New Contributors

Full Changelog: v1.0.3...v1.0.4