mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
Ship tag 5.15.0
This commit is contained in:
parent
2b789843bb
commit
436ffe076c
3 changed files with 22 additions and 2 deletions
|
@ -1,5 +1,25 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 5.15.0 (2023-05-25)
|
||||||
|
|
||||||
|
### Enhancements
|
||||||
|
|
||||||
|
- [**feature**] tab: new shortcode to display single tab [#538](https://github.com/McShelby/hugo-theme-relearn/issues/538)
|
||||||
|
- [**feature**][**change**] tabs: treat groupid as unique if not set [#537](https://github.com/McShelby/hugo-theme-relearn/issues/537)
|
||||||
|
- [**feature**] expand: indent expanded content [#536](https://github.com/McShelby/hugo-theme-relearn/issues/536)
|
||||||
|
- [**feature**] notice: make boxes more prominent [#535](https://github.com/McShelby/hugo-theme-relearn/issues/535)
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
- [**bug**] attachments: fix build error since Hugo 0.112 [#540](https://github.com/McShelby/hugo-theme-relearn/issues/540)
|
||||||
|
|
||||||
|
### Maintenance
|
||||||
|
|
||||||
|
- [**task**] chore: update Mermaid to 9.4.3 [#534](https://github.com/McShelby/hugo-theme-relearn/issues/534)
|
||||||
|
- [**task**] mermaid: update to 10.2.0 [#499](https://github.com/McShelby/hugo-theme-relearn/issues/499)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 5.14.3 (2023-05-20)
|
## 5.14.3 (2023-05-20)
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
|
@ -18,7 +18,7 @@ This document shows you what's new in the latest release. For a detailed list of
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 5.15.0 (2023-05-23)
|
## 5.15.0 (2023-05-25)
|
||||||
|
|
||||||
- {{% badge style="note" title=" " %}}Change{{% /badge %}} The [`tabs` shortcode]({{% relref "shortcodes/tabs" %}}) has changed behavior if you haven't set the `groupid` parameter.
|
- {{% badge style="note" title=" " %}}Change{{% /badge %}} The [`tabs` shortcode]({{% relref "shortcodes/tabs" %}}) has changed behavior if you haven't set the `groupid` parameter.
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
5.14.3+tip
|
5.15.0
|
Loading…
Reference in a new issue