Skip to content

Eleventy v3.1.1 (we fixed some things)

Compare
Choose a tag to compare
@zachleat zachleat released this 03 Jun 18:54
· 38 commits to main since this release

Try it out in your project

npm install @11ty/eleventy@latest

Read more about getting started with Eleventy or why you should use Eleventy.

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 and eleventyConfig.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-computed permalink #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