Releases: mmistakes/minimal-mistakes
Releases · mmistakes/minimal-mistakes
4.15.0
Enhancements
- Add logo and title customization to the masthead. [#2026]
- Add support to customize
issue-term
for utterances comment provider. [#2022] - Allow custom canonical url on a page-by-page basis. [#2021]
- Update table of contents navigation based on scroll position to indicate which link is currently active in the viewport. [#2020]
- Clicking table of contents links changes URL has fragment. [#2019] [#2023]
4.14.2
Enhancements
- Improve accessibility by adding label text to search button toggle. [#2014]
- Update Lunr to 2.3.5. #2010
- Shorten Internet Explorer conditional statement in
_includes/head.html
. [#2006] - Add Persian localized UI text strings. [#2004]
- Remove unused JavaScript variables from Staticman comment script. [#1996]
- Update Font Awesome to 5.6.0. #1995
- Change remaining schema.org markup to
https
. [#1978] - Update NPM dependencies.
Bug Fixes
4.14.1
4.14.0
Enhancements
- Change schema.org markup to
https
. [#1969] - Add Google Drive as video provider. [#1967]
- Match
:focus
color to skin. - Add support for utterances comments. [#1909]
- Use privacy aware embed options for YouTube and Vimeo in responsive video helper. [#1964]
- Add
rel="nofollow noopener noreferrer"
to author profile links. [#1924] - Improve color contrast of primary buttons and links.
- Add Punjabi localized UI text strings. [#1962]
- Add Hindi localized UI text strings. [#1888]
- Update Lunr to
2.3.3
. [#1885] - Cache "static" includes to improve build performance. Note: The theme uses the jekyll-include-cache plugin which will need to be installed in your
Gemfile
and added to theplugins
array of_config.yml
. Otherwise you'll throwUnknown tag 'include_cached'
errors at build. [#1874] - Make entire feature and archive items "clickable". [#1864]
- Allow custom Staticman endpoints. [#1842]
- Remove
type="text/css"
from Algolia script includes. [#1836] - Remove unneeded
HandheldFriendly
andMobileOptimized
meta tags. [#1837] - Update Font Awesome to version
5.5.0
and addintegrity
hash. [#1922] - Always load Google 404 Linkhelp script over HTTPS. [#1829]
- Remove deprecated
base_path
include helper.
Bug Fixes
- Prevent current post from showing in the related posts section. [#1976]
- Fix dark skins syntax highlighting colors. [#1973]
- Remove unnecessary closing bracket in analytics documentation. [#1915]
- Fix breadcrumb navigation alignment. [#1917]
- Fix Algolia search link positioning. [#1904]
- Fix Lunr search index merging words. [#1883]
- Properly apply
relative_url
filter to internal links in header overlayactions
array. - Revert cached includes (
include_cached
) for comment and analytics providers. [#1905]
4.13.0
Enhancements
- Add Romanian localized UI text strings. [#1814]
- Improve author link flexibility. [#1581]
- Improve footer link flexibility.
- Deprecate
cta_label
andcta_url
in header overlay in favor of newactions
array that allows for multiple "call to action" button links. [#1461] - Add support to gallery helper for defining column layout (
half
,third
, or single''
). [#1821]
Bug Fixes
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
.emoji
class 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 }}
tohome
layout. [#1775]
4.12.1
4.12.0
Enhancements
- Add Hungarian localized UI text strings. [#1682]
- DRY
tags_max
calculation in tags.html layout. [#1696] - DRY
categories_max
calculation in categories.html layout. - Add support for "sticking" table of contents to top of page via
toc_sticky: true
YAML Front Matter. - Add support for captioning images in feature row helper via
image_caption
YAML 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_verification
typo 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.siteKey
andreCaptcha.secret
in Staticman comments form.
4.11.1
Enhancements
- Add default
theme
andremote_theme
values to_config.yml
. - Add new layouts (
posts
,categories
,tags
,collection
,category
, andtag
) for easier archive page creation.
Bug Fixes
- Replace
absolute_url
filter withrelative_url
where it makes sense (asset/navigation related paths). [#1588] - Fix search excerpts that run together because of implied spaces.