Version 5.11
See the changelog of this version for a detailed list of changes.5.11.0 (2023-02-07)
Change
-
Change Th' theme removed th' popular jQuery library from its distribut'n.
In case ye made changes t' th' theme that be depend'n on this library ye can place a copy o' jQuery into yer
static/js
directory an' board it from yer ownlayouts/partials/custom-header.html
like this:<script src="{{"js/jquery.min.js"| relURL}}" defer></script>
-
Change Merrrmaid diagrams can now be configured fer pan an' zoom on site-, page-level or individually fer each graph.
Th' default sett'n o'
on
, 'n effect since 1.1.0, changed back t'off
as there was interference wit' scroll'n on mobile an' big planks. -
Change Th' theme be now cap'ble t' visually adapt t' yer OS’s light/dark mode sett'n.
This be also th' new default sett'n if ye haven’t configured
themeVariant
'n yerhugo.toml
.Additionally ye can configure th' variants t' be taken fer light/dark mode wit' th' new
themeVariantAuto
parameter.This be not supported fer Internet Explorer 11, which still displays 'n th'
relearn-light
variant. -
Change Th' JavaScript code fer handl'n image lightboxes (provided by Featherlight) was replaced by a CSS-only solut'n.
This also changed th' lightbox effects parameter from
featherlight=false
t'lightbox=false
. Nevertheless ye don’t need t' change anyth'n as th' old name will be used as a fallback. -
Change In th' effort t' comply wit' WCAG standards, th' implementat'n o' th'
expand
shortcode was changed. While Internet Explorer 11 has issues 'n display'n it, th' functionality still works.
New
-
New Translat'n into Czech. This language be not supported fer search.
-
New GitHub releases be also now tagged fer th' main version (eg.
1.2.x
), major version (eg.1.x
) an' th' latest (justx
) release mak'n it easier fer ye t' pin th' theme t' a certain version.