Releases: mmistakes/minimal-mistakes
Releases · mmistakes/minimal-mistakes
4.23.0
Enhancements
- Add Arabic (عربي) localized UI text strings. [#2936]
- Update onchange and uglify-js dependencies.
- Document head and footer
custom.html
includes. [#2815] - Color notices based on skin colors instead of fixed values. [#2887]
- Add configurable datetime format. [#2844]
- Add Baidu site verification [#2830]
- Add
alt
attribute to site logo. [#2529] [#2824]
Bug Fixes
4.22.0
Bug Fixes
- Remove Google Search script from
404.md
. [#2597] [#2737] [#2789] - Fix Font Awesome icon color in
contrast
,dark
,mint
,neon
,plum
, andsunrise
skins. [#2724]
Enhancements
- Allow custom sorting for collections. [#2723]
- Use
sort_natural
instead of custom Liquid logic to sort tags and categories. [#2756] - Add configuration option to toggle off RSS feed link in
<head>
and site footer. [#2787] - Upgrade Lunrjs to 2.3.9 and switch to
relative_url
. [#2805] - Adds
.webp
to list of supported image extensions for the image popup lightbox. [#2788] - Add Hebrew localized UI text strings. [#2760]
- Update documentation to include
toc_sticky
parameter's description. [#2741] - Update Indonesian localized UI text strings. [#2731]
- Update remote theme documentation. [#2734]
- Update allejo/jekyll-toc to v1.1.0, skip headings without an ID. [#2752]
- Allow custom gradient for page header overlay. [#2806]
4.21.0
Bug Fixes
- Fix greedy navigation by improving reliability of remaining space for visible links. [#2664]
- Collapse white-space in
figure
helper to fix issues when used in Markdown ordered and unordered lists. [#2697] - Fix dead link to CI services in documentation. [#2635] [#2692]
- Fix a small type in documentation. [#2718]
Enhancements
4.20.2
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
.