Skip to content

Releases: mmistakes/minimal-mistakes

3.2.2

02 Jun 01:51
Compare
Choose a tag to compare

Enhancement

  • Add support for image captions in Magnific Popup overlays via the gallery helper #334

3.2.1

01 Jun 01:42
Compare
Choose a tag to compare

Bug Fixes

  • Remove need for "double tapping" masthead menu links on iOS devices. #315

Maintenance

  • Add ISSUE_TEMPLATE.md to improve issue submission process.

3.2.0

30 May 01:28
Compare
Choose a tag to compare

Bug Fixes

  • Fix missing category/tag links in post footer due to possible conflict with site.tags and site.categories. #329

3.1.8

16 May 14:19
Compare
Choose a tag to compare

Enhancements

  • Add translation key for "Recent Posts" used in home page index.html. #316

Bug Fixes

  • Fix Liquid Exception: undefined method 'gsub' for nil:NilClass in _layouts/single.html error when page.title is null. <h1> element is now conditional if title: is not set for a page or collection item. #312

Maintenance

  • Small fix to avoid underlying the whitespace between icons and related text when hovering. #303
  • Remove duplicate fa-twitter and fa-twitter-square classes from _utilities.scss. #302
  • Document installing additional Jekyll gem dependencies when using gem "jekyll" instead of gem "github-pages" to avoid any errors on run. #305

3.1.6

10 May 12:31
Compare
Choose a tag to compare

Maintenance

  • Update gem dependencies. Run bundle to update Gemfile.lock.

3.1.5

02 May 16:10
Compare
Choose a tag to compare

Maintenance

  • Fix www and https links in author profile include [#293]

3.1.4

02 May 16:10
Compare
Choose a tag to compare

Enhancements

  • Add overlay_filter param to hero headers [#298]

3.1.3

27 Apr 15:19
Compare
Choose a tag to compare

Enhancements

  • Improve site.locale documentation #284
  • Remove ProTip note about protocol-less site.url as it is an anti-pattern #288

Bug Fixes

  • Fix og_image URL in seo.html #277
  • Fix author_profile toggle when assigned in a _layout #285
  • Fix typo in build:all npm script #283
  • Fix URL typo documentation #287
  • SEO author bug. If twitter.username is set and author.twitter is nil bad things happen. #289

3.1.2

18 Apr 20:37
Compare
Choose a tag to compare

Enhancement

  • Explain how to use nav_list helper in documentation. #272
  • Reduce left/right padding on smaller screens to increase width of main content column.

Bug Fixes

  • Fix alignment issues with related posts #273 and "Follow" button in author profile #274.

3.1.0

15 Apr 13:59
Compare
Choose a tag to compare

Enhancements

  • Updated Font Awesome to version 4.6.1
  • Added optional GitHub and Bitbucket links to footer if set on site.author in _config.yml.

Bug Fixes

  • Fixed Bitbucket URL typo in author sidebar.