Jekyll v4.1.1 Release Notes

Release Date: 2020-06-24 // over 3 years ago
    • πŸ›  Fix grammar in documentation section (#8265)

    πŸ›  Development Fixes

    • ⬆️ Bump RuboCop to v0.85.x (#8223)
    • 🏁 Expect drive letter only on vanilla windows (#8227)

    πŸ› Bug Fixes

    • 0️⃣ Disable page excerpts by default (#8222)
    • βͺ Revert introduction of PageDrop (#8221)
    • Don't generate excerpts for non-html pages (#8234)
    • πŸ‘‰ Make page excerpts consistent with doc excerpts (#8236)

    πŸ“š Documentation

    • πŸ—„ Replace deprecated 'show' command with 'info' (#8235)
    • πŸ”„ Change name to β–²Vercel (#8247)
    • βž• Add language and examples to describe how to use the configuration op… (#8249)
    • πŸ›  Fix missing yaml front matter colon and adjust/add clarifying language. (#8250)
    • correct typo (#8261)
    • πŸ‘ Allow hyperlinks to specific filter documentation (#8231)
    • ⚑️ Update link to Netlify step-by-step guide (#8264)

    Site Enhancements

    • Including correct Sketch website (#8241)
    • πŸš€ Release post for v4.1.1 (#8243)

Previous changes from v4.1.0

  • Minor Enhancements

    • πŸ‘ serve: add support for ECC certificates (#7768)
    • ⚑️ Update item_property to recognize integers (#7878)
    • Include _config.yml in a new theme's gemspec (#7865)
    • βž• Add an option to easily disable disk-cache (#7928)
    • ⚑️ Optimize markdown parsing with Kramdown by reusing the options and parser objects (#8013)
    • βž• Add PageDrop to provide Liquid templates with data (#7992)
    • ⚑️ Optimize Kramdown::JekyllDocument#to_html calls (#8041)
    • ⬇️ Reduce Jekyll::Renderer instances during a build (#7570)
    • πŸ”§ Configure default language for syntax-highlighting (#8035)
    • βœ‚ Remove dev dependencies from new theme-gem gemspec (#8042)
    • πŸ‘ Allow disabling import of theme configuration (#8131)
    • πŸ‘ Allow excerpts to be generated for Page objects (#7642)
    • πŸ— Profile various stages of a site's build process (#6760)
    • βž• Add find filters to optimize where-first chains (#8171)
    • Make number_of_words respect CJK characters (#7813)
    • πŸŽ‰ Initialize static files' data hash only if needed (#8188)

    πŸ› Bug Fixes

    • Memoize absolute_url and relative_url filters (#7793)
    • πŸ›  Fix documentation comment for Jekyll::Converters::Identity (#7883)
    • ⚑️ Optimize Jekyll::Filters#item_property (#7696)
    • πŸ‘ Allow multiple binary operators in where_exp filter (#8047)
    • πŸ›  Fix documents custom-ordering logic (#8028)
    • πŸ‘‰ Use layout.path when rendering the Liquid layout (#8069)
    • ⬇️ Reduce array allocations from StaticFile#path (#8083)
    • Simplify Jekyll::Renderer#validate_layout (#8064)
    • βž• Add static file's basename to its url_placeholder (#7908)
    • Clear cached Liquid template scope before render (#7967)
    • βž• Add slugified_categories URL placeholder (#8094)
    • Cache URLFilter results of string inputs per site (#7990)
    • πŸ‘‰ Use platforms instead of install_if (#8140)
    • Config include trailing slash (#8113)
    • πŸ‘ Allow extensionless document in a strict site (#7950)
    • πŸ‘Œ Improve path normalization in liquid_renderer (#8075)
    • πŸ‘ Switch slugify regex to support more Unicode character groups (#8167)
    • Check if entry is a directory once per enumerator (#8177)
    • Filter out exclusively excluded entries sooner (#7482)