Releases: mmistakes/minimal-mistakes
Releases · mmistakes/minimal-mistakes
4.12.2
Enhancements
- Add missing Italian localized UI text strings. [#1793]
- Update jekyll-toc to
v1.0.5. - Support heading levels 1-6 in table of contents with proper indentation styling. [#1782]
- Use relative links for masthead navigation menu items when possible. [#1784]
- Add
.emojiclass to author sidebar to normalize image sizes. [#1780] - Update Staticman commit message to include commentor's name.
- Improve side navigation spacing in relation to masthead.
- Style archive links with appropriate link color.
- Adjust feature row spacing and font-sizes.
- Use sentence case and increase font-sizes for improved readability in table of contents.
- Add
{{ content }}tohomelayout. [#1775]
4.12.1
4.12.0
Enhancements
- Add Hungarian localized UI text strings. [#1682]
- DRY
tags_maxcalculation in tags.html layout. [#1696] - DRY
categories_maxcalculation in categories.html layout. - Add support for "sticking" table of contents to top of page via
toc_sticky: trueYAML Front Matter. - Add support for captioning images in feature row helper via
image_captionYAML Front Matter. [#1440] - Add Google Custom Search Engine support. [#1652]
- Update Font Awesome to version [
5.1.13] - Add "Pets" sample archive page to documentation site. [#1664]
- Add GitLab social icon brand color. [#1653]
- Prevent line breaks between FontAwesome icon and text in footer social links. [#1659]
Bug Fixes
- Set default
title_separator. [#1701] - Fix
naver_site_verificationtypo in /_includes/seo.html. [#1687] - Fix table of contents missing borders. [#1675]
- Fix link to "Recipes" sample archive on documentation site. [#1664]
- Update example Reddit social share interpolation syntax in documentation. [#1656]
- Fix "Back to Top" links on pages that use header overlays.
4.11.2
Enhancements
- Update Font Awesome to version
5.0.11. [#1605] - Add Slovak localized UI text strings. [#1613]
- Add option to anonymize IP addresses of hits sent to Google Analytics. [#1636]
Bug Fixes
- Use correct text string for "Back to Top" link. [#1595]
- Add conditionals for showing
reCaptcha.siteKeyandreCaptcha.secretin Staticman comments form.
4.11.1
Enhancements
- Add default
themeandremote_themevalues to_config.yml. - Add new layouts (
posts,categories,tags,collection,category, andtag) for easier archive page creation.
Bug Fixes
- Replace
absolute_urlfilter withrelative_urlwhere it makes sense (asset/navigation related paths). [#1588] - Fix search excerpts that run together because of implied spaces.
4.10.1
Enhancements
- Update jQuery to version
3.3.1. [#1491] - Add link to jekyll-algolia's
files_to_excludedocumentation. - Update Font Awesome to version
5.0.8. [#1561] - Activate Algolia search for documentation site. [#1570]
- Add missing German translations. [#1577]
- Add support for Google Analytics with global site tag (gtag.js) [#1563]
Bug Fixes
- Focus Algolia search input after clicking on search toggle.
4.10.0
4.9.1
Enhancements
- Simplify year archive Liquid.
- Add documentation on how to downgrade theme.
- Improve greedy navigation's layout when JavaScript is disabled.
- Improve SEO include by grouping similar tags, reducing white-space, and adding
article:modified_time. [#1456] - Minify
assets/js/lunr/lunr.js. - Improve calculation of Greedy navigation's
availableSpace. - Add Danish and Russian translations for new search strings. [#1472] [#1477]
- Indicate that archive titles are links with an underline.
- Remove
base_pathinclude from/testpages. - Reduce font-size of page meta in list/grid items.
- Improve feature row styling when used with
archivelayout. [#1484] - Improve German translations. [#1511]
- Update Font Awesome to
5.0.6. [#1513] - Add
widevariant to single layout. [#1516]
Bug Fixes
- Allow
authorto accept an object or string. [#289] - Fix syntax highlighting line number styling inconsistency. [#1467]
- Fix author sidebar icon colors for dark skins. [#1482]
- Remove misleading underline hover state on feature row items.
- Properly escape quotes in
site.social.nameandsite.name. [#1485] - Fix typo in upgrading documentation. [#1487]
- Fix
border-bottomfor Gist line numbers. - Replace
|with HTML entity when used as title separator. [#760]
4.9.0
Enhancements
- Add
show_overlay_excerptfor disabling overlay image excerpt text. [#1436] - Update remote theme installation instructions in Quick Start Guide. [#1439]
- Reduce visual weight of code blocks.
- Add Lunr.js Greek stemmer. [#1445]
- Update Font Awesome 5 SVG with JavaScript version. [#1446]
- Note: if Font Awesome icons were used in the content of posts/pages or custom table of contents, find and replace any icons that have different names between version 4 and 5. Make sure to read the complete list on Font Awesome's site.
- Reduce size of Lunr.js search JSON data and introduce
site.search_full_contentflag for limiting size of JSON file. [#1449] - Improve syntax highlighting styles. [#1450]
Bug Fixes
- Fix code block extra white-space when using Jekyll's highlight tag with
linenos. [#1437] - Round top-right corner of code block icon.
- Remove Lunr.js trimmer and bring back colons. [#1445]
- Fix sticky
.sidebarthat overlaps main content when resizing viewport. [#1447]