Skip to content

Releases: mmistakes/minimal-mistakes

4.1.1

22 Dec 04:16
Compare
Choose a tag to compare

Enhancements

  • Remove hardcoded words_per_minute "less than" and "minute read" values and make dynamic. [#703]
  • Update Font Awesome to v4.7.0. [#723], [#722]
  • Add support for YouTube channel URLs in author profile. [#716]

Bug Fixes

  • Add Jekyll as spec.add_runtime_dependency in .gemspec.

4.1.0

12 Dec 20:30
Compare
Choose a tag to compare

Enhancements

Bug Fixes

  • Fix link to Discourse.org homepage in noscript section [#699]
  • Fix padding issue with pagination buttons [#694]

4.0.10

01 Dec 20:47
Compare
Choose a tag to compare

Bug Fixes

  • Add Staticman default path. [#683]

Maintenance

  • Slight correction/improvements to French UI text. [#685]

4.0.9

21 Nov 21:07
Compare
Choose a tag to compare

Bug Fixes

  • Fix overlapping sidebar navigation lists due to max-height: 100vh. [#668]

4.0.8

21 Nov 14:58
Compare
Choose a tag to compare

Bug Fixes

  • Set default value for words_per_minute. [#657]
  • Adjust sidebar navigation list CSS so it collapses at the correct width.

Maintenance

  • Add Google AdSense banner to /docs/_layouts/default.html for demo site.

4.0.7

17 Nov 21:03
Compare
Choose a tag to compare

Enhancements

  • Add !default values to _sass/_variables.scss.
  • Collapse sidebar navigation lists on smaller screens. [#607]

sidebar-nav-list-toggle

Bug Fixes

  • Rename #comments to something more unique to avoid clashes with Kramdown generated headline IDs. [#582]

Maintenance

  • Reorganize SCSS partials in assets/css/main.scss

4.0.6

16 Nov 16:46
Compare
Choose a tag to compare

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

04 Nov 16:54
Compare
Choose a tag to compare

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 to master inside of the /docs folder.

4.0.4

02 Nov 20:33
Compare
Choose a tag to compare

🎉 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 with absolute_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

19 Sep 14:48
Compare
Choose a tag to compare

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.