Skip to navigation Skip to main content
Eleventy
Eleventy Community
Stable
2.0.1
Beta
3.0.0-beta.1
Canary
3.0.0-alpha.19
Toggle Menu
Eleventy 1.93s
Next.js 70.65s

Eleventy Firehose

This page shows activity from the Eleventy Blog, Quick Tips, YouTube channel, Mastodon account, and all GitHub releases (all of 11ty org repositories).


Filter:

New Eleventy core pre-release: v3.0.0-alpha.19

github.com/11ty/eleventy/relea

1️⃣ Improvements to Dev Server DOM Diff algorithm
2️⃣ Support relative paths in InputPath to URL plugin/filter
3️⃣ Fix for conflicts in IdAttribute plugin
4️⃣ Config option to run event handlers sequentially
5️⃣ --loader CLI arg to force ESM/CJS
6️⃣ Bug fixes!

After a small vacation hiatus—we are back in action this week!

Inspired by @nickytonline we spent a little time improving our OpenSSF scorecard today: github.com/11ty/eleventy/issue

Eleventy Weekly Report №9–10

1️⃣ Shipped first 3.0 beta v3.0.0-beta.1 github.com/11ty/eleventy/relea
2️⃣ Pug plugin v1.0.0-alpha.1 npmjs.com/package/@11ty/eleven
3️⃣ Dev Server v2.0.2 github.com/11ty/eleventy-dev-s
4️⃣ Improvements to require(esm) error messaging: zachleat.com/web/future-friend
5️⃣ Upgrade Help plugin v3.0.0 and v3.0.1 github.com/11ty/eleventy-upgra
6️⃣ Image v5.0.0-beta.10 github.com/11ty/eleventy-img/r

After over a year of work, our very first beta release of ESM-friendly 3.0 is now available:

Eleventy v3.0.0-beta.1 🎈🐀

We are very excited to see this ship and look forward to what y’all build with it 🏆

github.com/11ty/eleventy/relea

New Eleventy core pre-release: v3.0.0-alpha.18 github.com/11ty/eleventy/relea

1️⃣ Published with npm package provenance
2️⃣ Upgrade helper and Pug/EJS/Handlebars/Mustache/HAML plugins available
3️⃣ New `renderContent` filter via the Render Plugin
4️⃣ Opt-in to native Liquid param parsing
5️⃣ Bug fixes galore

A few improvements showing up to the `addGlobalData` configuration API docs today, including some tips on how to use it with `eleventyComputed` Computed Data 11ty.dev/docs/data-global-cust

Eleventy Weekly Report №8

1️⃣ Shipped 3.0.0-alpha.17 github.com/11ty/eleventy/relea
2️⃣ PR: 3.0 compatible official Pug plugin: github.com/11ty/eleventy-plugi
3️⃣ Ported API services to Vercel 11ty.dev/docs/api-services/
4️⃣ Add `renderContent` universal filter to Render Plugin: github.com/11ty/eleventy/issue
5️⃣ Issue with `module.register` and Node debugger github.com/11ty/eleventy/issue
6️⃣ Better Nunjucks error stacks github.com/11ty/eleventy/issue
7️⃣ Better Liquid parameter parsing github.com/11ty/eleventy/issue

FYI, we’re doing a little maintenance today on 11ty’s screenshot API service—no downtime expected.

11ty.dev/docs/services/screens

Eleventy Pre-release v3.0.0-alpha.17 is out now including a brand new IdAttributePlugin to more easily add `id` attributes to heading elements, the new addPreprocessor API for drafts, and a whole bunch of bug fixes and updates!

Read all about it: github.com/11ty/eleventy/relea

Eleventy Weekly Report №7

1️⃣ 3.0-ready pre-release plugins for EJS, Handlebars, Mustache, and Haml: github.com/11ty/eleventy-plugi
2️⃣ Fix npm audit warnings on `recursive-copy` dep github.com/11ty/eleventy/issue
3️⃣ Fix bugs with complex exports on 11ty.js github.com/11ty/eleventy/issue
4️⃣ New `addPreprocessor` API for drafts github.com/11ty/eleventy/issue
5️⃣ New `IdAttribute` plugin github.com/11ty/eleventy/issue
6️⃣ RSS Plugin v2.0.2 github.com/11ty/eleventy-plugi
7️⃣ Core issue tracker total from 439 -> 369 (-70!)

Coming soon to an Eleventy pre-release near you:

A powerful new `addPreprocessor` Configuration API drastically simplifies `drafts` workflows, allows preprocessing of template content!

github.com/11ty/eleventy/issue

Pre-releases of Eleventy 3.0 compatibility plugins for Mustache, Handlebars, EJS, and Haml are now available:

github.com/11ty/eleventy-plugi

New pre-release: Eleventy v3.0.0-alpha.15

Featuring a new `js-yaml` dependency bump, new `js` front matter support for arbitrary JavaScript, official support for pnpm, `11ty.js` Virtual Templates and Virtual Templates as Eleventy Layouts, new APIs for custom template languages, full control over Date parsing, and more!

Full release notes: github.com/11ty/eleventy/relea

The march to beta.1 nears as we have 5 issues left in the milestone!

The core template languages dropped out of early 3.0.0-alpha releases are starting to show up in plugin-land with `ejs` first:

github.com/11ty/eleventy-plugi

Eleventy Weekly Report №6

1️⃣ Config API to fetch Filters and Shortcodes for plugins github.com/11ty/eleventy/issue
2️⃣ Virtual Templates: Add 11ty.js support github.com/11ty/eleventy/issue allow use as Layouts github.com/11ty/eleventy/issue
3️⃣ Memoization of built-in filters github.com/11ty/eleventy/issue
4️⃣ Add pnpm and yarn instructions to docs 11ty.dev/docs/ and 11ty.dev/docs/usage/
5️⃣ Resolve arbitrary `node` vs `js` versus `javascript` front matter naming issue github.com/11ty/eleventy/issue