# To install, choose one of these:
npm install @11ty/eleventy@canary --save-exact
npm install @awesome.me/buildawesome@alpha --save-exactFull v4 Milestone: https://github.com/11ty/buildawesome/milestone/46?closed=1
Full Changelog: v4.0.0-alpha.8...v4.0.0-alpha.9
- Risky, albeit not a breaking change Nunjucks users please take extra care when upgrading to this version. We implemented a somewhat large refactor to our Nunjucks fork. Using new fully-async compatible Nunjucks prerelease v4.0.0-alpha.3. No longer necessary to use async specific tags for
{% set %}or{% for %}. You can now use macros with async child content. Fixes #4305 #3788 (and so many other issues!)11ty/nunjucksv4.0.0-alpha.2: https://github.com/11ty/nunjucks/releases/tag/v4.0.0-alpha.211ty/nunjucksv4.0.0-alpha.3: https://github.com/11ty/nunjucks/releases/tag/v4.0.0-alpha.3
- Improvement to error messaging shown when throwing errors in
buildawesomeSchemacallbacks. See https://www.11ty.dev/docs/data-validate/ - Fixes missing README on npm package for
@awesome.me/buildawesome#4301 - Adds
BUILDAWESOME_SKIP_BUNDLE_PLUGINenvironment variable to allow manual addition of@11ty/eleventy-plugin-bundle - Fix: Merge Array and Object
buildAwesome*data witheleventy*counterparts (important for:eleventyComputed,eleventyExcludeFromCollections, andeleventyImport) #4302 - Breaking change (very low risk): Changes default emitter mode for events to be
sequentialinstead ofparallel#4293