Version 4
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
4.2.0 (2022-06-23)
Breaking
-
Breaking The second parameter for the
include
shortcode was switched in meaning and was renamed fromshowfirstheading
tohidefirstheading
. If you haven’t used this parameter in your shortcode, the default behavior hasn’t changed and you don’t need to change anything.If you’ve used the second boolean parameter, you have to rename it and invert its value to achieve the same behavior.
Change
-
Change Previously, if the
tabs
shortcode could not find a tab item because, the tabs ended up empty. Now the first tab is selected instead. -
Change The
landingPageURL
was removed fromhugo.toml
. You can safely remove this as well from your configuration as it is not used anymore. The theme will detect the landing page URL automatically and will point to the project’s home page. If you want to support a different link, overwrite thelogo.html
partial.
New
- New All shortcodes can now be also called from your partials. Examples for this are added to the documentation of each shortcode.
4.1.0 (2022-06-12)
New
- New While fixing issues with the search functionality for non Latin languages, you can now configure to have multiple languages on a single page.
4.0.0 (2022-06-05)
Breaking
-
Breaking The
custom_css
config parameter was removed from the configuration. If used in an existing installation, it can be achieved by overriding thecustom-header.html
template in a much more generic manner. -
Breaking Because anchor hover color was not configurable without introducing more complexity to the variant stylesheets, we decided to remove
--MAIN-ANCHOR-color
instead. You don’t need to change anything in your custom color stylesheet as the anchors now get their colors from--MAIN-LINK-color
and--MAIN-ANCHOR-HOVER-color
respectively.
New
-
New All shortcodes now support named parameter. The positional parameter are still supported but will not be enhanced with new features, so you don’t need to change anything in your installation.
-
New The
button
shortcode received some love and now has a parameter for the color style similar to other shortcodes. -
New New colors
--PRIMARY-color
and--SECONDARY-color
were added to provide easier modification of your custom style. Shortcodes with a color style can now haveprimary
orsecondary
as additional values.These two colors are the default for other, more specific color variables. You don’t need to change anything in your existing custom color stylesheets as those variables get reasonable default values.
-
New Translation into Polish. This language is not supported for search.
-
New The documentation for all shortcodes were revised.