- Upgrade to use Eleventy Dev Server v2.0.7 https://github.com/11ty/eleventy-dev-server/releases/tag/v2.0.7
- Removes
rifraf
dependency by @jeffalo #3622 #3673 gave us some BIG WINS to node_modules size: 27.4 MB to 21.8 MB, eliminated 39 total dependency packages! - Improve build performance ~50ms (dynamic dev server import only on --serve) by @boehs in #3689
- Internals: consolidates TemplateMap with Dependency Graph for more accurate build order during incremental builds (fixing unrendered template errors) #3410 (Fair warning: this was a big change!)
- Fix duplicate permaink error on Windows after file delete and re-add #3631
- Fix (and better error messaging) for
link.slice is not a function
errors when using function permalinks #3472 #3619 - Improvements to bundler-friendiness of imports (using Programmatic API in serverless contexts) #3656
- Fix when using
eleventyConfig.setUseTemplateCache(false);
and11ty.js
JavaScript templates #3667 - Fix for passthrough copy output locations during incremental builds #3285
- Check
Error.cause
forTemplateContentPrematureUseError
when rendering by @noelforte in #3651 - Fix
dateValue.toLowerCase() is not a function
error when using addDateParsing API #3674
Full Milestone: https://github.com/11ty/eleventy/milestone/47?closed=1
Full Changelog: v3.0.1-alpha.4...v3.0.1-alpha.5