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/50?closed=1
- Commit log (from previous stable release): v3.1.1...v3.1.2
Release notes
- Bug fix: issue with Computed Data with Array -> Object -> Template Strings #3850
- Bug fix:Workaround dependency bug in
tinyglobby
when using../
for input directory (and/or passthrough copy) #3854 #3862 - Bug fix: issue with absolute path for input directory resulting in incorrect output directory #3853
- Bug fix: issue with pagination over
collections
missing theall
collection #3860 - Bug fix: Custom template engines should inherit aliased the parent
cacheable
value for advanced control of internal cache (related docs). Fixes issues with JavaScript import cache busting in Windows #3824 #3832 - Bug fix: Server cache issue with newly created directory data file not picked up during --watch or --serve (on subsequent builds) #3569
- Bug fix: Saving your Configuration file may keep the process open after ⌘+C or CTRL+C #3873
- Bug fix: Incremental builds may result in
templateRender has not yet initialized
error after Configuration reset #3870 - Bug fix: #3874 Config reset for dev server restart
- Bug fix: #3875 #1525 numeric tags for collection names
- Audit fix:
npm
audit withbrace-expansion
dependency #3866 - Dependency update: bump
entities
from 6.0.0 to 6.0.1 in #3855