Releases: mmistakes/minimal-mistakes
Releases · mmistakes/minimal-mistakes
4.1.1
4.1.0
4.0.10
4.0.9
4.0.8
4.0.7
4.0.6
Enhancements
- Add
figure
helper to make generating a<figure>
element with a single image and caption easier. [#572] - Add structured data markup for
itemprop="person"
in author profile sidebar. [#647]
Bug Fixes
- Fix improper YAML formatting of some locales. [#651]
Maintenance
- Clarify "migrating to gem-theme" instructions in Quick Start Guide.
- Add
rake preview
task for testing/test
during theme development.
4.0.5
Enhancements
- Update gems:
jekyll-sitemap
(0.12),jekyll-feed
(0.8). - Improve next/previous pager links visibility by changing gray color to blue (
$link-color
).
Bug Fixes
- Fix
.sidebar
flicker/jump when hovered. [#583]
Maintenance
- Move contents of
gh-pages
branch tomaster
inside of the/docs
folder.
4.0.4
🎉 Minimal Mistakes now comes packaged as a gem
for those of you self hosting and using Jekyll 3.3.0. If you're hosting with GitHub the old "fork" method is your only option until 3rd party gem themes are white-listed by GitHub.
v4 Breaking Change: Paths for image headers, overlays, teasers, galleries, and feature rows have changed and now require a full path. Instead of just image: filename.jpg
you'll need to use the full path eg: image: /assets/images/filename.jpg
. The preferred location is now /assets/images/
but can be placed elsewhere or external hosted. This all applies for image references in _config.yml
and author.yml
as well.
Enhancements
- "Gemify" theme ~>
gem "minimal-mistakes-jekyll"
- Replace
base_path
include withabsolute_url
filter where possible. - Allow images to be placed in other folders. Remove
/images/
only restriction and encourage placement in/assets/images/
instead. - Add home
layout
- Added missing Turkish translations for UI text. [#621]
- Make author avatar optional in sidebar.
- Update /_includes/seo.html for meta description. [#558]
Bug Fixes
- Fix navigation bar animation "flicker" in Safari [#568]
- Fix
author.avatar
paths for externally hosted images.
Maintenance
- Add documentation around
gem "minimal-mistakes-jekyll"
installation and use. - Add breaking change note about using full image paths for eg.
assets/images/filename.jpg
. - Add "Overriding Theme Defaults" page to documentation.
3.4.8
Enhancements
- Improve type readability for larger viewports by bumping up base
font-size
. [#533] - Update Portuguese localized UI text. [#541]
- Add
page.title
and via parameter to Twitter share link. [#538]
Bug Fixes
- Fix Last.fm author profile URL. [#540]
Maintenance
- Move Brazilian Portuguese localized text under
pt-BR
key.