eleventy πŸ•šβš‘οΈ v0.8.3 Release Notes

Release Date: 2019-05-05 // almost 5 years ago
  • Eleventy is a Simpler Static Site Generator.

    πŸ“š v0.8.3 Documentation

    πŸ‘Œ Support Eleventy:

    Install

    • Install to your Local project (preferred): npm install @11ty/eleventy
    • ⚑️ Already installed in your local project? Upgrade your version: npm update @11ty/eleventy
    • Want to install globally? npm install -g @11ty/eleventy
    • ⚑️ Already installed globally? Upgrade your Global version: npm update -g @11ty/eleventy
    • πŸ“„ Read more about local versus global installation

    πŸ”„ Changelog

    πŸ› Bug fixes

    • πŸ›  Fix for Nunjucks issue with too many Shortcodes (Maximum call stack exceeded) #498
    • πŸ›  Fix for permalinks in markdown files when markdownTemplateEngine is false #466
    • Regression around missing data files when directory names repeated in the path #491 #484
    • πŸ›  Fix when using pagination in a layout and a Tried to use templateContent too early error would be thrown #479
    • πŸ›  Fix for url filter on Windows #485 #486 Thank you @AndrewAsquith!

    ✨ Enhancements

    • 🏁 Travis CI builds now run on Windows! 🎯 #353

    NPM Audits

    None

    πŸš€ Dependency Major Release Bumps

    None

    Administration