mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 19:00:24 +00:00
Ship tag 5.21.0
This commit is contained in:
parent
8b88d6625d
commit
28306fb842
3 changed files with 21 additions and 2 deletions
|
@ -1,5 +1,24 @@
|
|||
# Changelog
|
||||
|
||||
## 5.21.0 (2023-09-18)
|
||||
|
||||
### Enhancements
|
||||
|
||||
- [**feature**] topbar: make buttons configurable [#639](https://github.com/McShelby/hugo-theme-relearn/issues/639)
|
||||
- [**feature**][**change**] menu: fix footer padding [#637](https://github.com/McShelby/hugo-theme-relearn/issues/637)
|
||||
|
||||
### Fixes
|
||||
|
||||
- [**bug**] breadcrumb: don't ignore spaces for separator [#636](https://github.com/McShelby/hugo-theme-relearn/issues/636)
|
||||
- [**bug**] theme: fix snyk code issues [#633](https://github.com/McShelby/hugo-theme-relearn/issues/633)
|
||||
- [**bug**] images: apply image effects to lightbox images [#631](https://github.com/McShelby/hugo-theme-relearn/issues/631)
|
||||
|
||||
### Maintenance
|
||||
|
||||
- [**task**] openapi: update to swagger 5.7.2 [#641](https://github.com/McShelby/hugo-theme-relearn/issues/641)
|
||||
|
||||
---
|
||||
|
||||
## 5.20.0 (2023-08-26)
|
||||
|
||||
### Enhancements
|
||||
|
|
|
@ -18,7 +18,7 @@ This document shows you what's new in the latest release. For a detailed list of
|
|||
|
||||
---
|
||||
|
||||
## 5.21.0 (2023-09-03) {#5210}
|
||||
## 5.21.0 (2023-09-18) {#5210}
|
||||
|
||||
- {{% badge style="note" title=" " %}}Change{{% /badge %}} We made changes to the menu footer to improve alignment with the menu items in most cases. Care was taken not to break your existing overwritten footer. Anyways, if you have your `menu-footer.html` [partial overridden]({{%relref "basics/customization" %}}), you may want to review the styling (eg. margins/paddings) of your partial.
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
5.20.0+tip
|
||||
5.21.0
|
Loading…
Reference in a new issue