Version 4
See the changelog of this version for a detailed list of changes.4.2.0 (2022-06-23)
Break'n
-
Break'n Th' second parameter fer th'
include
shortcode was switched 'n mean'n an' was renamed fromshowfirsthead'n
t'hidefirsthead'n
. If ye haven’t used this parameter 'n yer shortcode, th' default behavior hasn’t changed an' ye don’t need t' change anyth'n.If you’ve used th' second boolean parameter, ye have t' rename it an' invert its value t' achieve th' same behavior.
Change
-
Change Previously, if th'
tabs
shortcode could not find a tab item because, th' tabs ended up empty. Now th' first tab be selected instead. -
Change Th'
landingPageURL
was removed fromhugo.toml
. Ye can safely remove this as well from yer configurat'n as it be not used anymore. Th' theme will detect th' land'n plank URL automatically an' will point t' th' project’s home plank. If ye want t' support a different link, overwrite th'logo.html
partial.
New
- New All shorrrtcodes can now be also called from yer partials. Examples fer this be added t' th' documentat'n o' each shortcode.
4.1.0 (2022-06-12)
New
- New While fix'n issues wit' th' search functionality fer non Latin languages, ye can now configure t' have multiple languages on a single plank.
4.0.0 (2022-06-05)
Break'n
-
Break'n Th'
custom_css
config parameter was removed from th' configurat'n. If used 'n an exist'n installat'n, it can be achieved by overrid'n th'custom-header.html
template 'n a much more generic manner. -
Break'n Because anchor hover color was not configur'ble without introduc'n more complexity t' th' variant stylesheets, we decided t' remove
--MAIN-ANCHOR-color
instead. Ye don’t need t' change anyth'n 'n yer custom color stylesheet as th' anchors now get their colors from--MAIN-LINK-color
an'--MAIN-ANCHOR-HOVER-color
respectively.
New
-
New All shorrrtcodes now support named parameter. Th' positional parameter be still supported but will not be enhanced wit' new features, so ye don’t need t' change anyth'n 'n yer installat'n.
-
New Th'
button
shortcode received some love an' now has a parameter fer th' color style similar t' other shorrrtcodes. -
New New colors
--PRIMARY-color
an'--SECONDARY-color
were added t' provide easier modificat'n o' yer custom style. Shorrrtcodes wit' a color style can now haveprimary
orsecondary
as additional values.These two colors be th' default fer other, more specific color variables. Ye don’t need t' change anyth'n 'n yer exist'n custom color stylesheets as those variables get reason'ble default values.
-
New Translat'n into Polish. This language be not supported fer search.
-
New Th' documentat'n fer all shorrrtcodes were revised.