4.26.0 💎 arrives as piled-up features and bug fixes get cleaned up. Notably, the long-awaited support for Jekyll Paginate V2 and "copy" button for code blocks have landed 🎉
Bug Fixes
- Fix an unclosed
<p>
tag inpage__hero.html
, nearpage.header.actions
. - Remove overlay and revert X to hamburger icon when popup disappears. #3958
- Fix SEO title when it contains a vertical bar. #3094 #3113
- Remove "sticky sidebar" JS as it's now completely based on CSS media queries. #4245 #4645
Enhancements
- Add support for Jekyll Paginate V2 🎉 #2636
- Add "copy to clipboard" button for code blocks 🎉 #2812
- Auto scroll sticky ToC with content. #3115
- Replace "hidden" check in Liquid templates with
where_exp: "item", "item.hidden != true"
. - Remove deprecated
page.header.cta_url
setting. #4821 - Allow multiple nav lists in sidebar. #2843
- Add popup parameter to
{% include figure %}
to enable Magnific Popup. #3119 - Add target attribute for navigation link. #3056
- Split schema to a separate include file. #3085
- Cleanup
_includes/seo.html
.
Documentation & Maintenance
- Rewrite skin previews on
05-configuration.md
in Liquid template. - Remove unused classes from
_layouts/single.html
. - Migrate npm run scripts to Ruby Rake tasks.
- Add Rake task
version
for updating all hard-coded version numbers frompackage.json
all at once. - Merge
categories
andtags
layout into_includes/posts-taxonomy.html
. - Update Social Sharing links section. #4066