Ship tag 7.3.0

This commit is contained in:
GitHub Actions Bot 2025-01-02 21:06:30 +00:00
parent 18033af24e
commit dd0597ffa4
8 changed files with 61 additions and 2 deletions

View file

@ -1,5 +1,22 @@
# Changelog # Changelog
## 7.3.0 (2025-01-02)
### Enhancements
- [**feature**] clipboard: make copy button reachable by keyboard [#983](https://github.com/McShelby/hugo-theme-relearn/issues/983)
- [**feature**] a11y: use native button elements where appropriate [#982](https://github.com/McShelby/hugo-theme-relearn/issues/982)
- [**feature**] markdown: support new output format [#979](https://github.com/McShelby/hugo-theme-relearn/issues/979)
- [**feature**] topbar: improve button configuration [#978](https://github.com/McShelby/hugo-theme-relearn/issues/978)
- [**feature**] details: support built-in Hugo shortcode [#957](https://github.com/McShelby/hugo-theme-relearn/issues/957)
### Fixes
- [**bug**] notice: avoid tab focus for non-expandable boxes [#977](https://github.com/McShelby/hugo-theme-relearn/issues/977)
- [**bug**] variant: fix importing base variants [#974](https://github.com/McShelby/hugo-theme-relearn/issues/974)
---
## 7.2.1 (2024-12-10) ## 7.2.1 (2024-12-10)
### Fixes ### Fixes

View file

@ -0,0 +1,14 @@
## 7.3.0 (2025-01-02)
### Enhancements
- [**feature**] clipboard: make copy button reachable by keyboard [#983](https://github.com/McShelby/hugo-theme-relearn/issues/983)
- [**feature**] a11y: use native button elements where appropriate [#982](https://github.com/McShelby/hugo-theme-relearn/issues/982)
- [**feature**] markdown: support new output format [#979](https://github.com/McShelby/hugo-theme-relearn/issues/979)
- [**feature**] topbar: improve button configuration [#978](https://github.com/McShelby/hugo-theme-relearn/issues/978)
- [**feature**] details: support built-in Hugo shortcode [#957](https://github.com/McShelby/hugo-theme-relearn/issues/957)
### Fixes
- [**bug**] notice: avoid tab focus for non-expandable boxes [#977](https://github.com/McShelby/hugo-theme-relearn/issues/977)
- [**bug**] variant: fix importing base variants [#974](https://github.com/McShelby/hugo-theme-relearn/issues/974)

View file

@ -0,0 +1,3 @@
+++
+++
{{< piratify >}}

View file

@ -0,0 +1,9 @@
+++
disableToc = false
hidden = true
title = "Version 7.3"
type = "changelog"
weight = -3
+++
{{% pages showhidden="true" showdivider="true" reverse="true" %}}

View file

@ -0,0 +1,8 @@
+++
disableToc = false
hidden = true
title = "Version 7.3"
type = "changelog"
weight = -3
+++
{{< piratify >}}

View file

@ -6,7 +6,7 @@ type = "releasenotes"
weight = -3 weight = -3
+++ +++
## 7.3.0 (XXXX-XX-XX) {#7-3-0} ## 7.3.0 (2025-01-02) {#7-3-0}
### New ### New

View file

@ -0,0 +1,8 @@
+++
disableToc = false
hidden = true
title = "Version 7.3"
type = "releasenotes"
weight = -3
+++
{{< piratify >}}

View file

@ -1 +1 @@
7.2.1+9e7bad03422d628c4e8739263105371f79efea40 7.3.0