Eleventy v3.1.1 (we fixed some things)
Try it out in your project
npm install @11ty/eleventy@latest
Read more about getting started with Eleventy or why you should use Eleventy.
- Milestone: https://github.com/11ty/eleventy/milestone/48?closed=1
- Commit log: v3.1.0...v3.1.1
Release notes
- Fix issue with object property order when using Computed Data in a Paginated template #3849
- Fix issue with absolute paths for virtual templates #3805
- Fix pagination regression issue when paginating over configuration collections #3808 #3823 #3834 #3825
- Fix layout caching issue when using Nunjucks as preprocessing engine for Html or Markdown #3807 #3819
- Fix bug with RenderManager initialization via Render plugin #3810
- Fixes bug when using
eleventyConfig.amendLibrary
andeleventyConfig.setLibrary
together on the same syntax type, amendLibrary would run multiple times #3816 - Fix issue with virtual templates when
includes
directory is set to an empty string""
#3797 - Fix issue with string
eleventyComputed.permalink
values when used with non-computedpermalink
#3818 - Fix issue with global data directory when setting input to a parent directory (e.g.
"../"
) #3809 - Improved error messaging for invalid
date
values in Data Cascade #3833 - Fixes issue with duplicate entries in template dependency graph (and collections) from missing node normalization during subsequent --watch or --serve builds