Releases: mmistakes/minimal-mistakes
Releases · mmistakes/minimal-mistakes
4.16.1
4.16.0
Enhancements
- Improve search
input
semantics for Lunr and Google search providers. [#2123] - Allow adding JavaScript files after those bundled in the theme. [#2110] [#2116]
- Add
$max-width
Sass variable for adjusting page content's maximum width. [#2093] - Add Thai localized UI text strings. #2111
- Update Font Awesome to v5.8.1. [#2102]
- Add missing Vietnamese localized UI text strings. [#2097]
- Replace jQuery Smooth Scroll with Smooth Scroll + Gumshoe. [#2082]
- Add styling for GFM task lists. [#2092]
- Update Google Universal Analytics to load async. [#2079]
- Remove Google+ social sharing button, comment provider, and author link configs from theme.
- Add missing Chinese text strings. [#2072]
Bug Fixes
- Fix table of contents active link styling.
- Add missing Hindi localized UI text strings. [#2105] [#2106]
- Fix Brazilian Portuguese text strings. [#2098]
- Fix typo in French
results_found
text string. [#2096] - Fix figures inside of list elements. [#2094]
- Remove Font Awesome
data-search-pseudo-elements
attribute as it degrades smooth scroll performance. [#2075] - Fix footnote links incompatibility with smooth scroll plugin. [#2075]
- Loosen Bundler dependency in ruby gem.
4.15.2
4.15.1
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]