Jekyll v4.1.1 Release Notes
Release Date: 2020-06-24 // about 4 years ago-
- π Fix grammar in documentation section (#8265)
π Development Fixes
π 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
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)