Releases: mmistakes/minimal-mistakes
Releases · mmistakes/minimal-mistakes
4.20.1
4.20.0
Bug Fixes
- Add
relative_url
filter to author home link [#2575] - Fix
analytics.provider
config comment to list all analytics providers. [#2607] - Fix typo in installation documentation. [#2570]
- Fix broken Lunr search with Jekyll v4.1.0. [#2617]
Enhancements
- Add an optional date alongside the reading time. To enable set
show_date: true
similar to how reading time is. [#2526] - Remove hidden posts from posts.html layout. [#2625]
- Add entry layout configuration for
list
(default) orgrid
views onlayout: home
. [#2616] - Add missing Chinese translations. [#2576]
- Improve Chinese translations. [#2626]
- Add
line-height
toh4
element in notice helper. [#2602] - Improve Algolia search. [#2572]
- Update link to wtfpl license in README. [#2571]
- Ignore teaser headline in table of contents when including posts list in another page. [#2558]
- Replace Font Awesome Kits with CSS from jsDelivr CDN. [#2583]
- Add
danmaku
option to Bilibili video provider and add corresponding documentation/ [#2599] - Update documentation about loading l10n data file from the theme-gem. [#2621] [#2624]
4.19.3
Enhancements
- Update GreedyNav.js to reduce masthead link overflow/shifting on mobile devices. [#2551]
- Replace
<section id="custom-comments"></section>
incomments.html
include and addcustom_scripts.html
include for loading custom comment provider JavaScript in the footer. [#2549] - Move page date Liquid to include. [#2544]
- Strip trailing whitespace in
seo_description
. [#2542] - Improve sticky sidebar's appearance with short content. [#2514]
4.19.2
Enhancements
- Add support for bilibili videos in responsive video helper. [#2512]
- Add Myanmar (Burmese) localized UI text strings. [#2500]
- Improve author links underline on hover. [#2472]
- Add documentation for applying Front Matter defaults to jekyll-archives pages. [#2466]
- Add missing Vietnamese translations. [#2459] [#2486]
- Fix Finnish localized UI text strings. [#2455]
- Clarify documentation that Lunr only searches documents in collections. [#2450]
- Add guide on applying Front Matter defaults to jekyll-archives pages [#2466]
Bug Fixes
4.19.1
Enhancements
- Add Dracula Base16 syntax highlighting theme Sass variables to stylesheets documentation. [#2438]
- Update links to
HTTPS
and remove Google+ from configuration documentation. [#2432] - Use
first_page_path
from jekyll-paginate-v2 if available. [#2431] - Update onchange and uglify-js dependencies.
- Update smooth-scroll.js to
v16.1.2
. [#2430]
Bug Fixes
- Fix author profile links
z-index
order on small screens. [#2440]
4.19.0
Enhancements
- Add "click" overlay to close masthead and follow button menus when open. [#1168]
- Remove deprecated Staticman v1 configurations from
_config.yml
. [#2386] - Use
relative_url
andabsolute_url
filters where possible. [#2387] - Improve headline hierarchy and add Sass specific variables
$h-size-x
. [#2423] - Improve accessibility of
default
skin by increasing color contrast of text and links. - Hide posts with
hidden: true
YAML front matter from appearing in listings. [#2345] - Add Irish (Gaeilge) localized UI text strings. [#2422]
- Remove
box-shadow
on radio and checkbox inputs. [#2398] - Bump Jekyll gem dependency to
v3.7
.
Bug Fixes
4.18.1
4.18.0
Enhancements
- Allow
home
layout to display posts without pagination. [#2378] - Add links to high resolution skin screenshots in README. [#2363]
- Update README and LICENSE. [#2367]
- Update
.gitignore
file. [#2366] - Allow override of page excerpt in hero header via
tagline
YAML front matter. [#2307] - Exclude
package-lock.json
from Jekyll build. [#2364] - Use
%-d
instead of%d
so displayed dates aren't padded with zero. [#2359] - Update table of contents helper (
toc.html
) to v1.0.8. [#2355] - Add missing Dutch localized UI text strings. [#2321]
- Support page header (hero) in
archive-taxonomy
layout. [#2320] - Add social icon color for Keybase. [#2302]
Bug Fixes
- Fix JavaScript comments in Disqus include to be compatible with
compress
layout. [#2373] - Fix wrong newline concatenation in SEO description [#2368]
- Fix Staticman v2/v3 conditional for showing comments. [#2351]
- Fix masthead logo path. [#2332]
- Fix schema.org dates to ISO-8601. [#2339]
- Fix background color of code blocks in notices. [#2328]
- Fix alignment of feature rows when placed next to a sticky sidebar. [#2327]
- Fix
seo_description
in_includes/seo.html
. [#2326] - Fix typo in
_config.yml
. [#2319]