| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Eleventy v3.1.2 (we fixed 15 more things) source code.tar.gz | 2025-06-24 | 691.4 kB | |
| Eleventy v3.1.2 (we fixed 15 more things) source code.zip | 2025-06-24 | 999.0 kB | |
| README.md | 2025-06-24 | 1.8 kB | |
| Totals: 3 Items | 1.7 MB | 0 | |
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): https://github.com/11ty/eleventy/compare/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
tinyglobbywhen 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
collectionsmissing theallcollection [#3860] - Bug fix: Custom template engines should inherit aliased the parent
cacheablevalue 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 initializederror after Configuration reset [#3870] - Bug fix: [#3874] Config reset for dev server restart
- Bug fix: [#3875] [#1525] numeric tags for collection names
- Audit fix:
npmaudit withbrace-expansiondependency [#3866] - Dependency update: bump
entitiesfrom 6.0.0 to 6.0.1 in https://github.com/11ty/eleventy/pull/3855