initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
## 5.26.0 (2024-03-16)
|
||||
|
||||
### Enhancements
|
||||
|
||||
- [**feature**] image: add lazy loading image effect option [#803](https://github.com/McShelby/hugo-theme-relearn/issues/803)
|
||||
- [**feature**] render-hook: support Markdown attributes [#795](https://github.com/McShelby/hugo-theme-relearn/issues/795)
|
||||
- [**feature**] theme: support full page width [#752](https://github.com/McShelby/hugo-theme-relearn/issues/752)
|
||||
|
||||
### Fixes
|
||||
|
||||
- [**bug**] clipboard: fix broken style if block code is in table [#790](https://github.com/McShelby/hugo-theme-relearn/issues/790)
|
||||
- [**bug**] nav: browser back navigation does not jump to the correct position [#509](https://github.com/McShelby/hugo-theme-relearn/issues/509)
|
||||
|
||||
### Maintenance
|
||||
|
||||
- [**task**] build: update all available actions to nodejs 20 [#802](https://github.com/McShelby/hugo-theme-relearn/issues/802)
|
||||
- [**task**] openapi: update swagger-ui to 5.11.10 [#798](https://github.com/McShelby/hugo-theme-relearn/issues/798)
|
||||
- [**task**] mermaid: update to 10.9.0 [#797](https://github.com/McShelby/hugo-theme-relearn/issues/797)
|
||||
@@ -0,0 +1,3 @@
|
||||
+++
|
||||
+++
|
||||
{{< piratify >}}
|
||||
@@ -0,0 +1,7 @@
|
||||
## 5.26.1 (2024-03-17)
|
||||
|
||||
### Fixes
|
||||
|
||||
- [**bug**] mermaid: show reset button after pan [#807](https://github.com/McShelby/hugo-theme-relearn/issues/807)
|
||||
- [**bug**] openapi: make it run for `file://` protocol [#806](https://github.com/McShelby/hugo-theme-relearn/issues/806)
|
||||
- [**bug**] theme: fix relative path detection if `relativeURLs=false` [#804](https://github.com/McShelby/hugo-theme-relearn/issues/804)
|
||||
@@ -0,0 +1,3 @@
|
||||
+++
|
||||
+++
|
||||
{{< piratify >}}
|
||||
@@ -0,0 +1,10 @@
|
||||
## 5.26.2 (2024-03-18)
|
||||
|
||||
### Enhancements
|
||||
|
||||
- [**feature**] icons: use fixed width to ease layout [#812](https://github.com/McShelby/hugo-theme-relearn/issues/812)
|
||||
|
||||
### Fixes
|
||||
|
||||
- [**bug**] search: broken since version 5.26.1 [#813](https://github.com/McShelby/hugo-theme-relearn/issues/813)
|
||||
- [**bug**] search: fix result links for pages in root [#810](https://github.com/McShelby/hugo-theme-relearn/issues/810)
|
||||
@@ -0,0 +1,3 @@
|
||||
+++
|
||||
+++
|
||||
{{< piratify >}}
|
||||
@@ -0,0 +1,9 @@
|
||||
+++
|
||||
disableToc = false
|
||||
hidden = true
|
||||
title = "Version 5.26"
|
||||
type = "changelog"
|
||||
weight = -26
|
||||
+++
|
||||
|
||||
{{% pages showhidden="true" showdivider="true" reverse="true" %}}
|
||||
@@ -0,0 +1,8 @@
|
||||
+++
|
||||
disableToc = false
|
||||
hidden = true
|
||||
title = "Version 5.26"
|
||||
type = "changelog"
|
||||
weight = -26
|
||||
+++
|
||||
{{< piratify >}}
|
||||
Reference in New Issue
Block a user