Releases: mmistakes/minimal-mistakes
Releases · mmistakes/minimal-mistakes
4.5.1
Enhancements
- Add Greek and Danish localized UI text strings. [#1159]
- Remove blank YAML Front Matter from JavaScript banner. [#1158]
- Improve
page
andarchive
layouts to visually center main content and harmonize sidebar widths and placement. [#1166] - Increase font-size of code blocks.
- Reduce indent of nested "table of contents" links.
- Extend archive grid view to the right to better fill the page.
- URL encode title and page URL in social share links. [#1177]
- Replace old Disqus script with new Universal Embed Code. [#1179]
Bug Fixes
- Fix positioning of sidebar table of contents when using
layout: splash
. [#1169] - Fix "follow" links
z-index
order to avoid overlapping issues. [#1167]
Maintenance
- Fix typo
words_per_minute
typo in documentation. [#1164] - Remove outside and right borders in
table
s. - Adjust width of
.sidebar
to match.sidebar__right
. - Add sample documents to "portfolio" collection for testing grid view.
- Fix typo in stylesheets documentation. [#1170]
- Add note about setting Discourse
server
as a scheme-less URL (eg.meta.discourse.com
and nothttp://meta.discourse.com
) in_config.yml
. [#1182]
4.5.0
Enhancements
- Add scrollbar to sidebars with overflowing content that extends outside the viewport's height. [#706]
- Add missing Spanish UI text strings. [#1118]
- Update Susy to version 3 and rewrite grid CSS to be more readable.
- Refactor intro animations into a separate Sass variable
$intro-transition
to allow for customizing. [#1147] - Add jekyll-data as a dependency to read data files from theme-gem. [#1131]
- Add support for customizing header image alternative text through YAML Front Matter. [#1138]
Bug Fixes
- Fix Sass
DEPRECATION WARNING: Passing a string to call()
by upgrading Susy to version 3. [#1114] - Fix disappearing author profile links due to tapping the "Follow" button and changing a browser's viewport width to >
$lg
. [#1136]
Maintenance
4.4.2
Enhancements
- Add Swedish, Dutch, and Indonesian localized UI text strings. [#996] [#1081] [#1101]
- Add Bitbucket social icon color. [#1009]
- Add GitLab to author sidebar. [#1050]
- Add Sass variable for navicon link hover color. [#1089] [#1088]
Bug Fixes
- Toggle close button on
mouseleave
. [#975] - Remove extraneous
</a>
and</li>
tags frompaginator.html
include. [#1038] - Fix Google+ comments provider includes. [#1092]
- Replace category variable used in
_includes/breadcrumbs.html
tosite.category_archive
to avoid conflicts withsite.categories
. [#1063] [#329]
Maintenance
4.4.1
4.4.0
Enhancements
- Move SCSS partials to
/_sass/minimal-mistakes
for easier CSS customization. - Replace
modified
withlast_modified_at
to leverage various Jekyll plugins that utilize this variable. [#930] - Add Lithuanian localized UI text. [#924]
- Improve print stylesheet by increasing text contrast, removing elements that don't need to be printed, expanding URLs, and reducing amount of blank pages. [#909]
Maintenance
4.3.1
4.3.0
Enhancements
-
Add workaround to allow theme gem's
/assets/js/main.min.js
file to be overridden by a local version [#880]. Simply add the following YAML Front Matter to the file:--- layout: ---
Any local customizations you make to
/assets/js/main.min.js
should now replace the theme gem's version.
4.2.2
Enhancements
- Update Greedy Navigation to flexbox version to make it more flexible when dealing with long site titles (
site.title
). [#836] - Adjust
box-shadow
in navigation and author sidebar. [#576] - Add Russian, Korean, and zh-TW localized UI text. [#815, #834, #838]
Bug Fixes
- Fix Discourse embedded comments bug. [#823]
- Fix
seo_author
default value inseo.html
and addauthor
meta. [#858]
Maintenance
4.2.1
4.2.0
Enhancements
- Add
video
helper (for YouTube/Vimeo) and video headers tosingle
,archive
, andsplash
layouts. [#788] - Add missing simplified Chinese localized UI text strings. [#747]
- Add Nepali (Nepalese) localized UI text strings. #785
- Remove borders from table elements found in Google Custom Search Engine widget. [#759]
Bug Fixes
- Remove
position: sticky
JavaScript polyfill and fallback to default positioning for browsers that don't support it. [#752]
Maintenance
- Fix invalid Google Universal Analytics example in documentation. [#783]
- Bump
jekyll-sitemap
gem dependency to (1.0).