mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-03-01 06:50:18 +00:00
26 lines
1.2 KiB
Markdown
26 lines
1.2 KiB
Markdown
+++
|
|
disableToc = false
|
|
hidden = true
|
|
title = "Version 7.5"
|
|
type = "releasenotes"
|
|
weight = -5
|
|
+++
|
|
|
|
## 7.5.0 (XXXX-XX-XX) {#7-5-0}
|
|
|
|
### Change
|
|
|
|
- {{% badge style="note" title=" " %}}Change{{% /badge %}} All dependencies were moved from `static` to `assets`. 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 become `assets/j/js-yaml/js-yaml.js`.
|
|
|
|
If you have overridden some of these files, you will have to adjust their paths accordingly.
|
|
|
|
- {{% badge style="note" title=" " %}}Change{{% /badge %}} 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
|