From d7c5917b9aef0f5d2247d1da293a45b0642ed041 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Fri, 5 Aug 2022 22:06:39 +0200 Subject: [PATCH] docs: add missing rulers --- exampleSite/content/basics/migration/_index.en.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/exampleSite/content/basics/migration/_index.en.md b/exampleSite/content/basics/migration/_index.en.md index 139e298774..338cd4afdd 100644 --- a/exampleSite/content/basics/migration/_index.en.md +++ b/exampleSite/content/basics/migration/_index.en.md @@ -18,6 +18,8 @@ This document shows you what's new in the latest release. For a detailed list of - **Change**: If you've set `collapsibleMenu = true` in your `config.toml`, the menu will be expanded if a search term is found in a collapsed submenu. The menu will return to its initial collapse state once the search term does not match any submenus. +--- + ## 5.1.0 - **Change**: Because the print preview URLs were non deterministic for normal pages in comparison to page bundles, this is now changed. Each print preview is now accessible by adding a `index.print.html` to the default URL. @@ -35,6 +37,8 @@ This document shows you what's new in the latest release. For a detailed list of permalinkable = false ```` +--- + ## 5.0.0 - **Breaking**: The theme changed how JavaScript and CSS dependencies are loaded to provide a better performance. In case you've added own JavaScript code that depends on the themes jQuery implementation, you have to put it into a separate `*.js` file (if not already) and add the `defer` keyword to the `script` element. Eg. @@ -57,6 +61,8 @@ This document shows you what's new in the latest release. For a detailed list of - **New**: The new shortcode `math` is available to add beautiful math and chemical formulae. See the [documentation]({{% relref "shortcodes/math" %}}) for available features. This feature will not work with Internet Explorer 11. +--- + ## 4.2.0 - **Breaking**: The second parameter for the [`include` shortcode]({{% relref "shortcodes/tabs" %}}) was switched in meaning and was renamed from `showfirstheading` to `hidefirstheading`. If you haven't used this parameter in your shortcode, the default behavior hasn't changed and you don't need to change anything. @@ -69,10 +75,14 @@ This document shows you what's new in the latest release. For a detailed list of - **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 - **New**: While fixing issues with the search functionality for non latin languages, you can now [configure to have multiple languages on a single page]({{% relref "cont/i18n/#search-with-mixed-language-support" %}}). +--- + ## 4.0.0 - **Breaking**: The `custom_css` config parameter was removed from the configuration. If used in an existing installation, it can be achieved by overriding the `custom-header.html` template in a much more generic manner.