- Stable
3.0.0
- Canary
3.0.1-alpha.5
Menu
1.93s
22.90s
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).
311 results
we can neither confirm nor deny that the leaderboards may be actively leaderboarding
This may be the first community example of running Eleventy v3 on-request in a serverless function: https://mastodon.nz/@mez/114192839869409596 (notably we removed the official serverless plugin in v3)
Nice work @mez!
New release: Eleventy Navigation v1.0.0 (after 2+ years dormant!)
Access the data cascade, pin items in a group, improvements to default sorting, support for aria-current, and more!
https://github.com/11ty/eleventy-navigation/releases/tag/v1.0.0
Thinking about an official multi-template-syntax Table of Contents plugin: https://github.com/11ty/eleventy/issues/3712
If you have opinions (or have a particular plugin you like), please weigh in!
New v3.0.1-alpha.5 π core pre-release available for testing: https://github.com/11ty/eleventy/releases/tag/v3.0.1-alpha.5 includes build and install performance wins, a reduction of node_modules from 27MB to 21MB, a bunch of Dev Server fixes and more!
New release: Eleventy ποΈ Dev Server v2.0.7 includes bug fixes for CSS reloads, supports returning a `Response` in your onRequest callbacks (easily proxy to a different server using `fetch()`), and a bunch of other goodies!
https://github.com/11ty/eleventy-dev-server/releases/tag/v2.0.7
The GOVβ.UK Publishing Design Guide is #BuiltWithEleventy: https://design-guide.publishing.service.gov.uk/
via https://insidegovuk.blog.gov.uk/2025/02/25/creating-the-gov-uk-publishing-design-guide/
Please send along your best wishes to @bobmonsour on a speedy recovery after knee surgery!
Coming soon to a Eleventy v3 alpha near you: dependency housekeeping improvements have yielded a drop in our dependency count from 190 to 151 and a reduction in our core node_modules weight from 27.4 MB to 21.8 MB.
https://github.com/11ty/eleventy/issues/3622#issuecomment-2698855720
New on the docs: Use Nodeβs CPU Profiling feature to dig deep into your build performance and improve your build times: https://www.11ty.dev/docs/debug-performance/#node-js-profiling
New image optimization recipe to save on build minutes.
Store your optimized output images in .cache for disk cache re-use (note: preserving .cache across builds is a host-dependent feature)
New plugin: 11ty/image-color to get colors from an image. Create theme-specific CSS from an image (or even a URL using our IndieWeb avatar service).
Using the `addDateParsing` configuration API to set a project default time zone: https://github.com/11ty/eleventy/issues/3668
A tiny release to the `latest` branch of `@11ty/is-land` (v4.0.1) fixes unnecessary build artifacts that rolled up with the published package: https://github.com/11ty/is-land/releases/tag/v4.0.1
First looks: <is-land> v5.0.0 Beta 2
Broadened browser support
Passive event listeners
Rename attribute prefixes
New Import Maps examples
Supports: Petite Vue, Vue, Svelte, Solid, Lit, Preact, and Alpine.js
with @eleventy you can have your cake and eat it too
via @mattdsteele
Eleventy Import v1.0.10 adds the `--within` CLI option to filter imported items to those created or updated within a specified time frame.
npx @11ty/import [type] [target] --within=7d
https://github.com/11ty/eleventy-import/releases/tag/v1.0.10