Skip to content

Commit a854e66

Browse files
author
GitHub Actions Bot
committed
Ship tag 5.26.0
1 parent 878102f commit a854e66

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

exampleSite/content/basics/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## 5.26.0 (2024-03-16)
4+
5+
### Enhancements
6+
7+
- [**feature**] image: add lazy loading image effect option [#803](https://github.com/McShelby/hugo-theme-relearn/issues/803)
8+
- [**feature**] render-hook: support Markdown attributes [#795](https://github.com/McShelby/hugo-theme-relearn/issues/795)
9+
- [**feature**] theme: support full page width [#752](https://github.com/McShelby/hugo-theme-relearn/issues/752)
10+
11+
### Fixes
12+
13+
- [**bug**] clipboard: fix broken style if block code is in table [#790](https://github.com/McShelby/hugo-theme-relearn/issues/790)
14+
- [**bug**] nav: browser back navigation does not jump to the correct position [#509](https://github.com/McShelby/hugo-theme-relearn/issues/509)
15+
16+
### Maintenance
17+
18+
- [**task**] build: update all available actions to nodejs 20 [#802](https://github.com/McShelby/hugo-theme-relearn/issues/802)
19+
- [**task**] openapi: update swagger-ui to 5.11.10 [#798](https://github.com/McShelby/hugo-theme-relearn/issues/798)
20+
- [**task**] mermaid: update to 10.9.0 [#797](https://github.com/McShelby/hugo-theme-relearn/issues/797)
21+
22+
---
23+
324
## 5.25.0 (2024-02-29)
425

526
### Enhancements

exampleSite/content/basics/migration/_index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This document shows you what's new in the latest release and flags it with one o
1818

1919
---
2020

21-
## 5.26.0.beta (XXX) {#5260}
21+
## 5.26.0 (2024-03-16) {#5260}
2222

2323
- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The lazy loading of images is now configurable by using the new `lazy` [image effect](cont/imageeffects). The default value hasn't changed in comparison to older versions, you don't need to change anything.
2424

layouts/partials/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.25.0+tip
1+
5.26.0

0 commit comments

Comments
 (0)