Skip to content

Releases: mmistakes/minimal-mistakes

4.28.1

Choose a tag to compare

@iBug iBug released this 11 Aug 01:52

What's Changed

  • Respect custom parameters in yiq-contrast-color function by @neveler in #5453
  • Allow specifying rtl in both page and layout by @neveler in #5460
  • Add title attribute to video iframes for accessibility by @lukasvermeer in #5471
  • Update sudo-bot/action-pull-request-lock to v2 by @williamdes in #5473
  • Allow per-post or per-collection date_format values. by @e28eta in #5477
  • Update bad-pr.yml script from ubuntu-slim to ubuntu-latest by @rjzupkoii in #5483
  • Replace inline style padding-left with padding-inline-start for RTL support by @neveler in #5480
  • Use relative paths for README images by @neveler in #5488
  • Fix animations to pass Lighthouse by @jnsiemer in #5494

New Contributors

Full Changelog: 4.28.0...4.28.1

4.28.0

Choose a tag to compare

@iBug iBug released this 11 Mar 07:36

What's Changed

New Contributors

Full Changelog: 4.27.3...4.28.0

4.27.3

Choose a tag to compare

@iBug iBug released this 29 Jul 05:06

Bug Fix

  • Add explicit CSS rules for .sr-only following Font Awesome 7's changes. (#5296)

Full Changelog: 4.27.2...4.27.3

Release 4.27.2 💎

Choose a tag to compare

@iBug iBug released this 20 Jul 15:30

What's Changed

New Contributors

Full Changelog: 4.27.1...4.27.2

Release 4.27.1 💎

Choose a tag to compare

@iBug iBug released this 20 Jul 15:30

What's Changed

New Contributors

Full Changelog: 4.27.0...4.27.1

4.27.0 💎

Choose a tag to compare

@iBug iBug released this 19 Apr 03:27

What's Changed

New Contributors

Full Changelog: 4.26.2...4.27.0

4.26.2 💎

Choose a tag to compare

@iBug iBug released this 15 Jun 09:56

Enhancements

  • Add Czech localization. #4866
  • Allow overriding HTML lang attribute on a per-page basis. #4862

Bug Fixes

  • Figure helper breaks when using code markup in caption with popup=true. #4841

4.26.1 💎

Choose a tag to compare

@iBug iBug released this 10 May 10:02

4.26.0 was not tested as thoroughly as it should have been, so this one comes out as a quick bug fix.

Bug Fixes

  • Disable copy button on invalid syntax highlighting blocks to avoid positioning issues.
  • Fix typo for fa-dribbble in _utilities.scss.
  • Restrict "auto scroll sticky ToC to content" feature to Chromium browsers for now. #4826

Documentation & Maintenance

  • Rewrite social icons SCSS with a loop.

Enhancements

  • Change the icon of a copy button into a tick for 1.5 seconds on successful copy.

4.26.0 💎

Choose a tag to compare

@iBug iBug released this 05 May 11:58

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 in page__hero.html, near page.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 from package.json all at once.
  • Merge categories and tags layout into _includes/posts-taxonomy.html.
  • Update Social Sharing links section. #4066

4.25.1

Choose a tag to compare

@iBug iBug released this 27 Apr 17:15

Bug Fixes

  • "You may also enjoy" no longer recommends hidden posts. #4653
  • Replaced dead link to "Viewport and Media Queries" slides. #4421
  • Fix broken where_exp in lunr-store.js for Jekyll < 4.0. #4808

Enhancements

  • Add Ukrainian translations. #4273
  • Add more configuration for Giscus. #4274
  • Bump jekyll-toc to v1.2.1.

Documentation & Maintenance

  • Bump shell-quote from 1.7.1 to 1.7.3 #3692
  • Add after-content.html and before-related.html includes to ease docs site overrides.
  • GitHub Workflows security hardening #3884
  • Replace Font Awesome v5 search page with v6.
  • Try adding an FAQ page.
  • Update remote theme reference in Quick-Start Guide to point to 4.25.0. #4809