Skip to content

Releases: mmistakes/minimal-mistakes

4.5.1

18 Aug 19:22
Compare
Choose a tag to compare

Enhancements

  • Add Greek and Danish localized UI text strings. [#1159]
  • Remove blank YAML Front Matter from JavaScript banner. [#1158]
  • Improve page and archive 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 tables.
  • 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 not http://meta.discourse.com) in _config.yml. [#1182]

4.5.0

04 Aug 16:47
Compare
Choose a tag to compare

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

  • Replace reference to "Basically Basic theme" with Minimal Mistakes. [#1149]
  • Add documentation for disabling CSS3 animations. [#1150]
  • Update quickstart, installation, and overriding defaults documentation. [#1151]

4.4.2

07 Jul 19:51
Compare
Choose a tag to compare

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 from paginator.html include. [#1038]
  • Fix Google+ comments provider includes. [#1092]
  • Replace category variable used in _includes/breadcrumbs.html to site.category_archive to avoid conflicts with site.categories. [#1063] [#329]

Maintenance

  • Add mention of Greek localized UI text strings to theme documentation. [#972]
  • Update Greek localized UI text strings. [#1054]
  • Add documentation for adding teaser images in grid view using header.teaser.

4.4.1

22 Apr 00:04
Compare
Choose a tag to compare

Enhancements

  • Add Greek localized UI text strings. [#958]

Bug Fixes

  • Fix video helper to load Vimeo videos over https. [#945]
  • Fix close menu button that was removed when updating Greedy navigation script. [#969]

4.4.0

18 Apr 17:02
Compare
Choose a tag to compare

Enhancements

  • Move SCSS partials to /_sass/minimal-mistakes for easier CSS customization.
  • Replace modified with last_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

  • Remove extra word in comment. [#911]
  • Fix typo in Utility Class docs. [#915]

4.3.1

16 Mar 14:33
Compare
Choose a tag to compare

Bug Fixes

  • Correctly show Related Posts heading when UI Text data file is omitted and related: true in YAML Front Matter. [#901]

4.3.0

28 Feb 15:44
Compare
Choose a tag to compare

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

21 Feb 15:57
Compare
Choose a tag to compare

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 in seo.html and add author meta. [#858]

Maintenance

  • Add theme meta info to _layouts/default.html and main.css.
  • Update README.
  • Improve the pagination and taxonomy archive documentation. [#826]
  • Add comments to /docs/_config.yml to clarify use of YAML references. [#847]

4.2.1

24 Jan 15:58
Compare
Choose a tag to compare

Enhancements

  • Improve paginator.html to support paginated pages that live inside of a subfolder. See documentation for more details. [#764]

Maintenance

  • Add https protocol to Google Universal Analytics embed. [#772]

4.2.0

24 Jan 15:21
Compare
Choose a tag to compare

Enhancements

  • Add video helper (for YouTube/Vimeo) and video headers to single, archive, and splash 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).