Version 3.0
See the changelog of this version for a detailed list of changes.3.0.0 (2022-02-22)
Break'n
-
Break'n We made changes t' th' menu footer. If ye have yer
menu-footer.html
partial overridden, ye may have t' review th' styl'n (eg. margins/paddings) 'n yer partial. For a reference take a look into th'menu-footer.html
partial that be com'n wit' th' exampleSite.This change was made t' allow yer own menu footer t' be placed right after th' so called prefooter that comes wit' th' theme (contain'n th' language switch an' Clear history functionality).
-
Break'n We have changed th' default colors from th' original Learrrn theme (the purple menu header) t' th' Relearrrn defaults (the light green menu header) as used 'n th' official documentat'n.
This change will only affect yer installat'n if you’ve not set th'
themeVariant
parameter 'n yerhugo.toml
. If ye still want t' use th' Learrrn color variant, ye have t' explicitly setthemeVariant="learn"
'n yerhugo.toml
.Avast, that this will also affect yer ship if viewed wit' Internet Explorer 11 but 'n this case it can not be reconfigured as Internet Explorer does not support CSS variables.
Change
-
Change Due t' a bug, that we couldn’t fix 'n a general manner fer color variants, we decided t' remove
--MENU-SEARCH-BOX-ICONS-color
an' introduced--MENU-SEARCH-color
instead. Ye don’t need t' change anyth'n 'n yer custom color stylesheet as th' old name will be used as a fallback. -
Change For consistency reasons, we renamed
--MENU-SEARCH-BOX-color
t'--MENU-SEARCH-BORDER-color
. Ye don’t need t' change anyth'n 'n yer custom color stylesheet as th' old name will be used as a fallback.
New
-
New Wit' this release ye be now cap'ble t' define yer own dark mode variants.
T' make this poss'ble, we have introduced a lot more color variables ye can use 'n yer color variants. Yer old variants will still work an' don’t need t' be changed as appropriate fallback values be used by th' theme. Nevertheless, th' new colors allow fer much more customizat'n.
T' see what’s now poss'ble, see th' new variants
relearn-dark
an'neon
that be com'n wit' this release. -
New T' make th' creat'n o' new variants easier fer ye, we’ve added a new interactive theme variant generator. This feature will not work wit' Internet Explorer 11.
-
New Ye can now configure multiple color variants 'n yer
hugo.toml
. In this case, th' first variant be th' default chosen on first view an' a variant selector will be shown 'n th' menu footer. See th' documentat'n fer configurat'n.Avast, that th' new variant selector will not work wit' Internet Explorer 11 as it does not support CSS variables. Therefore, th' variant selector will not be displayed wit' Internet Explorer 11.