Version 5.22
See the changelog of this version for a detailed list of changes.-
0.126.0 Minimum required Hugo version
-
Breaking Change requiring action after upgrade
-
Change Change of behavior, may require action
-
New New behavior, often introducing new options
5.22.0 (2023-10-02)
Change
-
Change This release fixes an issue where in unfortunate conditions DOM ids generated by Hugo may collide with DOM ids set by the theme. To avoid this, all theme DOM ids are now prefixed with
R-
.If you haven’t modified anything, everything is fine. Otherwise you have to check your custom CSS rules and JavaScript code.
-
Change You can now have structural sections in the hierarchical menu without generating a page for it.
This can come in handy, if content for such a section page doesn’t make much sense to you. See the documentation for how to do this.
This feature may require you to make changes to your existing installation if you are already using shortcuts to pages inside of your project with a headless branch parent.
In this case it is advised to remove the
title
from the headless branch parent’s front matter, as it will otherwise appear in your breadcrumbs.
New
-
New It is now possible to overwrite the setting for
collapsibleMenu
of yourhugo.toml
inside of a page’s front matter. -
New If a Mermaid graph is zoomable a button to reset the view is now added to the upper right corner. The button is only shown once the mouse is moved over the graph.
-
New It is now possible to remove the root breadcrumb by setting
disableRootBreadcrumb=true
in yourhugo.toml
. -
New The output of the dedicated search page now displays the result’s breadcrumb.
-
New Table rows now change their background color on every even row.
-
New Translation into Swahili. This language is not supported for search.