mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 02:40:24 +00:00
docs: honing #897
This commit is contained in:
parent
b6ba7c20f2
commit
ddff90da04
2 changed files with 3 additions and 3 deletions
|
@ -12,8 +12,6 @@ weight = -2
|
|||
|
||||
- {{% badge style="note" title=" " %}}Change{{% /badge %}} The [`expand` shortcode](shortcodes/expand) was refactored and now internally uses the [`notice` shortcode](shortcodes/notice).
|
||||
|
||||
In addition, the `notice` shortcode was improved for accessibility and comes with a [brand new parameter `groupid`](shortcodes/notice#expandable-content-area-with-groupid).
|
||||
|
||||
Due to these changes, `expand` and `notice` with `style=transparent` will now generate slightly different margins.
|
||||
|
||||
- {{% badge style="note" title=" " %}}Change{{% /badge %}} This release fixes a long standing issue, where loading a page with a non-default variant may caused screen flashing.
|
||||
|
@ -26,6 +24,8 @@ weight = -2
|
|||
|
||||
- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} As a fallout of fixing the flashing issue, you can now minify the bundled stylesheets by setting the [`minify` parameter](configuration/sitemanagement/stableoutput/#disabling-assets-minification) in your `hugo.toml`. Without configuring this parameter, the theme will minify the stylesheets for production (`hugo`) but not for development (`hugo server`).
|
||||
|
||||
- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The [`notice` shortcode](shortcodes/notice) was improved for accessibility and comes with a [brand new parameter `groupid`](shortcodes/notice#expandable-content-area-with-groupid).
|
||||
|
||||
- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme has updated its Mermaid dependency to 11.4.1. This adds support for [Kanban](shortcodes/mermaid#kanban) diagrams.
|
||||
|
||||
- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Translation into Persian. This language is not supported for search.
|
||||
|
|
|
@ -1 +1 @@
|
|||
7.1.1+5208766085455f22d233fc14c948a1522e5d805e
|
||||
7.1.1+b6ba7c20f2882e8a1467fae0b0fc51a220a1717b
|
Loading…
Reference in a new issue