hugo-theme-relearn/exampleSite/content/introduction/releasenotes/7/1.en.md

36 lines
1.7 KiB
Markdown
Raw Normal View History

2024-10-22 17:35:10 +00:00
+++
disableToc = false
hidden = true
title = "Version 7.1"
type = "releasenotes"
weight = -1
+++
2024-10-25 06:34:18 +00:00
## 7.1.0 (2024-10-25) {#7-1-0}
2024-10-22 17:35:10 +00:00
### Change
2024-10-24 15:25:28 +00:00
- {{% badge style="note" title=" " %}}Change{{% /badge %}} The sidebar menus are now [completely configurable](configuration/sidebar/menus).
2024-10-22 17:35:10 +00:00
This is provided by the new parameter `sidebarmenus`. With the new system, you can
- show arbitrary amounts of menus
- set headings for each menu
- base it on your page structure or use Hugo's menu feature
- configure a starting page if a menu is based on page structure
- display unlimited nesting for both menu types
- reconfigure the menus in a page's front matter
- apply the usual parameter `alwaysopen`, `collapsibleMenu`, etc. for all menu types
You don't need to change anything in your existing installation as the old configuration is used as a default.
2024-10-24 21:34:37 +00:00
- {{% badge style="note" title=" " %}}Change{{% /badge %}} The [`children` shortcode](shortcodes/children) was changed to output a page's _LinkTitle_ instead of previously using the _Title_.
As the shortcode always outputs subpages in context of the parent page, it functions similar to the sidebar menu. The sidebar menu itself uses the _LinkTitle_ for naming the menu entries and so should the shortcode do.
The parameter value `sort=linktitle` was deprecated for the easier `sort=title`. You can still use the old value but both behave the same way in sorting by _LinkTitle_.
2024-10-24 21:34:37 +00:00
### New
- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Menus created by your page structure are now able to [contain arbitrary links](configuration/sidebar/menus#displaying-arbitrary-links-in-a-page-menu) inserted into the structure using the `menuUrl` or `menuPageRef` front matter.