Skip to content

Releases: mmistakes/minimal-mistakes

4.27.3

29 Jul 05:06
Compare
Choose a tag to compare

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 💎

20 Jul 15:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.27.1...4.27.2

Release 4.27.1 💎

20 Jul 15:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.27.0...4.27.1

4.27.0 💎

19 Apr 03:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.26.2...4.27.0

4.26.2 💎

15 Jun 09:56
Compare
Choose a tag to compare

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 💎

10 May 10:02
Compare
Choose a tag to compare

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 💎

05 May 11:58
Compare
Choose a tag to compare

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

27 Apr 17:15
Compare
Choose a tag to compare

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

4.25.0 💎

22 Apr 17:57
Compare
Choose a tag to compare

4.25.0 💎 finally arrives as @iBug takes over maintenance of Minimal Mistakes.

Bug Fixes

  • Fix Linkedin social share link #4754
  • Fix non-English characters being url encoded in breadcrumb #3819
  • Fix wrong first_page_path because of hard-coded page:num #3778
  • Remove JS and other files from search index #4000
  • Fix unlisted YouTube video embeds in documentation/test sites. #3649
  • Fix error in Algolia search script when returning a hit that without html and hightlight.html. #3101 #3102
  • Fix inline code style not applied to stylized text. #3253
  • Fix Keybase icon in author sidebar. #3221
  • Fix sort order of Staticman comments when data files aren't named alphabetically. #3184
  • Fix layout: compress issue with HTML comment in video include. #3117
  • Add Magnific Popup class to anchors that only contain an img element. #3111 #3114
  • Fix heading level of related posts section from h4 to h2 to improve accessibility and SEO. #3064
  • Fix grammar error in German localized UI text string. #3063
  • Remove site.url from first breadcrumb link. #3051

Enhancements

  • Add site.copyright and site.copyright_url config options #4313
  • Lazy-load InstantSearch scripts and stylesheets #3691
  • Improve Finnish translations #4595
  • Remove redundant downcase from _layouts/categories.html. #4531
  • Load latest Font Awesome package. #3765
  • Add missing Polish missing UI text strings. #3969
  • Update breadcrumbs conditional to enable/disable them via Front Matter on pages using layout: single. #3096 #3669
  • Remove Internet Explorer 9 upgrade notice. #3666
  • Add Kiswahili localized UI text strings. #3489
  • Exclude main.scss from Lunr search index.
  • Allow site.pages to be indexed and searched via Lunr. #3352
  • Update jQuery to v3.6.0. #3254
  • Use notice <a> colors for blockquotes that have notice-- classes applied. #3140 #3068
  • Add sameAs itemprop to author link. #3087
  • Update and add missing Brazilian Portuguese translations. #3204
  • Add optional label attribute for utterances comments. #3128
  • Add missing Danish translations. #3095
  • Add ARIA role to search forms. #3086
  • Add overflow scroll bar to sticky table of contents that are taller than the viewport's height. #2874
  • Add Microformats markup. #3052

Documentation & Maintenance

  • Fix links to Font Awesome gallery. #3599
  • Fix GreedyNav.js attribution link. #3553
  • Fix typo about loading JavaScript in layout documentation. #3350
  • Fix documentation typos. #3232 #3318
  • Add link to documentation clarifying how to add plugins. #3181
  • Fix broken documentation link and add Baidu site verification to _config.yml files. #3139
  • Bump path-parse from 1.0.6 to 1.0.7. #3116
  • Automatically close invalid PRs using GitHub Actions. #3313
  • Add instructions on how to unminify main.js for easier browser debugging. #3055
  • Consolidate hard-coded version numbers where possible.
  • Add Rakefile for automatically syncing CHANGELOG with history and synched them.

4.24.0

05 Jul 20:35
Compare
Choose a tag to compare

Bug Fixes

  • Fix README text for Gumshoejs license. [#3024]
  • Remove tabindex="-1" from input elements in search.html layout to allow them to be accessible by keyboard. [#2982]
  • Fix broken sidebar image in sample post. [#3013]
  • Fix broken links in Upgrading documentation. [#3004]

Enhancements

  • Remove IE9 flexbox fallback. [#3042]
  • Remove h2 from skip links navigation as it is not important for site structure. [#3012]
  • Loads Font Awesome asynchronously. [#2967]
  • Replace custom search icon SVG with Font Awesome icon. [#2774]
  • Adds support for giscus comments. [#3022]