Skip to content

Releases: mmistakes/minimal-mistakes

3.4.7

15 Sep 19:14
Compare
Choose a tag to compare

Enhancements

  • Add layout based and user-defined class names to <body> element for added CSS hooks. [#526]
  • Add simplified Chinese localized UI text. [#532]

Bug Fixes

  • Remove duplicate include of base_path in category-list.html [#522]

3.4.6

09 Sep 14:40
Compare
Choose a tag to compare

Enhancements

  • Add Italian "comments" related localized UI text. [#514]

Bug Fixes

  • Disable compress HTML layout by default. To enable add layout: compress to _layouts/default.html.

3.4.5

09 Sep 14:25
Compare
Choose a tag to compare

Enhancements

  • Improve line numbered code block styling when using {% highlight linenos %} tag. [#513]
  • Add English fallback to "Follow" button label. [#496]

Bug Fixes

  • Fix Firefox alignment issues with code blocks generated with the {% highlight %} tag. [#512]

Maintenance

  • Clarified comment for author.stackoverflow value used in author sidebar links. [#487]
  • Add list of localized text strings. [#488]
  • Add {% highlight %} code block examples to demo site.
  • Add documentation for using custom sidebar navigation menus. [#476]

3.4.4

25 Aug 18:38
Compare
Choose a tag to compare

Enhancements

  • Add French "comments" related localized UI text. [#472]

Bug Fixes

  • Exclude vendor in Jekyll config file.
  • Fix Liquid syntax error for offending parenthesis. [#479]

Maintenance

  • Update gems: colorator (1.1.0), forwardable-extended (2.6.0), github-pages (93), jekyll (= 3.2.1), minima (= 1.0.1).

3.4.3

22 Aug 13:25
Compare
Choose a tag to compare

Enhancements

  • Make "honeypot" input in Staticman comment form less obvious to spam bots.
  • Add padding to .highlight code blocks to better align overflow scrollbar to the bottom.
  • Add additional image options for Twitter card social sharing meta tags. [#466]
  • Add structured data markup for Staticman comments. [#458]

Bug Fixes

  • Format og:locale tag with _ instead of -. [#462]

Maintenance

  • Add note to docs about using url: http://localhost:4000 when working locally.

3.4.2

22 Aug 13:24
Compare
Choose a tag to compare

Enhancements

  • Improve UX of static comment forms. [#448]

3.4.1

11 Aug 19:26
Compare
Choose a tag to compare

Enhancements

  • Add staticman.filename configuration with UNIX timestamp for sorting data files. example ~> comment-1470943149.

Bug Fixes

  • Don't add <a> element to author name if URL is blank.

3.4.0

11 Aug 16:51
Compare
Choose a tag to compare

Enhancements

  • Support static-based commenting via Staticman for sites hosted with GitHub Pages. [#424]

3.3.7

08 Aug 20:35
Compare
Choose a tag to compare

Bug Fixes

  • Re-enabled Jekyll plugins in _config.yml in case they aren't autoloaded in Gemfile. [#417]

Enhancements

  • Replace Sass and Autoprefixer npm build scripts with Jekyll's built-in asset support 😄. [#333]
  • Fallback to site.github.url for use in {{ base_path }} when site.url is nil.

Maintenance

3.3.6

01 Aug 14:33
Compare
Choose a tag to compare

Bug Fixes

  • Fix blank site.teaser bug. [#412]