-
-
Notifications
You must be signed in to change notification settings - Fork 498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Big v3.0.0 Project Slipstream Changes #3074
Conversation
… Serverless plugins from core. Read more: https://www.11ty.dev/blog/community-survey-results/
🎶 I’m so excited, |
When is the release? |
@mahnunchik Haven't heard much lately but it's probably going to be somewhat soon. The core team is small and does this pro-bono in their off-hours so it'll be ready when it's ready. That said, 3.0.0-alpha.5 has been out for a while and although it's not tagged as a "stable" release, I (and I can only assume many others) have been running it in production for a few months now with very few issues. If you'd like to get up and running with the canary builds you can check out https://www.11ty.dev/blog/canary-eleventy-v3/ for instructions and a high-level overview of breaking changes. Hope this helps! |
@noelforte thank you for the clarification. I will try to use 3.0.0 alpha in one of new project 😉 |
source code here: https://github.com/11ty/eleventy-plugin-template-languages |
Follow along for the other official template language plugins updates on #3124. Thanks y’all! |
Per feedback from the survey https://www.11ty.dev/blog/community-survey-results/ we’re making a few big changes in Eleventy v3.0.
.11ty.js
(and.11ty.mjs
) Template Filespug
,hbs
,mustache
,ejs
, andhaml
from core. We are open to moving this code into plugins for the stable release, but please let us know! The survey indicated that these were the lowest priority template languages for most folks.