Skip to content

Eleventy v3.1.1-beta.1: Bug fixes!

Pre-release
Pre-release

Choose a tag to compare

@zachleat zachleat released this 30 May 16:18
· 435 commits to main since this release
  • 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

Milestone: https://github.com/11ty/eleventy/milestone/48?closed=1
Full Changelog: v3.1.0...v3.1.1-beta.1