From d33761c03fba02fa9cdf9f26382f3e90c3502910 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 27 Jul 2023 19:23:43 +0000 Subject: [PATCH] Ship tag 5.18.0 --- exampleSite/content/basics/CHANGELOG.md | 22 ++++++++++++++++++++++ layouts/partials/version.txt | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/exampleSite/content/basics/CHANGELOG.md b/exampleSite/content/basics/CHANGELOG.md index 327712261f..1e5520b636 100644 --- a/exampleSite/content/basics/CHANGELOG.md +++ b/exampleSite/content/basics/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## 5.18.0 (2023-07-27) + +### Enhancements + +- [**feature**][**change**] shortcodes: add more deprecation warnings [#598](https://github.com/McShelby/hugo-theme-relearn/issues/598) +- [**feature**][**change**] shortcodes: change `context` parameter to `page` if called as partial [#595](https://github.com/McShelby/hugo-theme-relearn/issues/595) +- [**feature**] siteparam: support nested parameters and text formatting [#590](https://github.com/McShelby/hugo-theme-relearn/issues/590) +- [**feature**][**change**] a11y: improve when tabbing thru links [#581](https://github.com/McShelby/hugo-theme-relearn/issues/581) + +### Fixes + +- [**bug**] openapi: inherit RTL setting from Hugo content [#600](https://github.com/McShelby/hugo-theme-relearn/issues/600) +- [**bug**] 404: fix display in RTL [#597](https://github.com/McShelby/hugo-theme-relearn/issues/597) +- [**bug**] highlight: fix position of copy-to-clipboard button in RTL [#594](https://github.com/McShelby/hugo-theme-relearn/issues/594) +- [**bug**] openapi: fix spelling [#593](https://github.com/McShelby/hugo-theme-relearn/issues/593) +- [**bug**] search: fix typo in output format [#591](https://github.com/McShelby/hugo-theme-relearn/issues/591) +- [**bug**] tabs: fix tab selection by groupid [#582](https://github.com/McShelby/hugo-theme-relearn/issues/582) +- [**bug**] theme: restore compat with Hugo 0.95.0 [#580](https://github.com/McShelby/hugo-theme-relearn/issues/580) +- [**bug**][**change**] theme: improve display of links [#577](https://github.com/McShelby/hugo-theme-relearn/issues/577) + +--- + ## 5.17.1 (2023-06-22) ### Enhancements diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index b5ddc2eb4f..83a4fb9c4f 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -5.17.1+tip \ No newline at end of file +5.18.0 \ No newline at end of file