Version 7.5
-
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
7.5.0 (XXXX-XX-XX)
Change
-
Change All dependencies were moved from
static
toassets
. Affected are stylesheets, scripts and fonts.This is mainly done to reduce the output in
public
to only contain necessary files of your site.E.g. if you don’t use math anywhere on your site, it is not necessary to output the MathJax library to public.
The directory structure will be adjusted so all 3rd-party dependencies are stored in their appropriate module sub directory. So what previously was
static/js/js-yaml.js
will becomeassets/j/js-yaml/js-yaml.js
.If you have overridden some of these files, you will have to adjust their paths accordingly.
-
Change Buttons for languages written right to left are now rendered correctly, so you will experience visual differences in those cases. This applies to
- the Mermaid zoom button depending on the page’s language
- inline and block copy-to-clipboard buttons depending of the contained text content