initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
## 5.7.0 (2022-11-29)
|
||||
|
||||
### Enhancements
|
||||
|
||||
- [**feature**] button: refactor for a11y [#372](https://github.com/McShelby/hugo-theme-relearn/issues/372)
|
||||
|
||||
### Fixes
|
||||
|
||||
- [**bug**] search: don't freeze browser on long search terms [#408](https://github.com/McShelby/hugo-theme-relearn/issues/408)
|
||||
- [**bug**] search: fix searchbox placeholder color in FF and IE [#405](https://github.com/McShelby/hugo-theme-relearn/issues/405)
|
||||
- [**bug**][**change**] i18n: rename Korean translation from country to lang code [#404](https://github.com/McShelby/hugo-theme-relearn/issues/404)
|
||||
|
||||
### Maintenance
|
||||
|
||||
- [**task**] search: update lunr languages to 1.10.0 [#403](https://github.com/McShelby/hugo-theme-relearn/issues/403)
|
||||
@@ -0,0 +1,3 @@
|
||||
+++
|
||||
+++
|
||||
{{< piratify >}}
|
||||
@@ -0,0 +1,9 @@
|
||||
+++
|
||||
disableToc = false
|
||||
hidden = true
|
||||
title = "Version 5.7"
|
||||
type = "changelog"
|
||||
weight = -7
|
||||
+++
|
||||
|
||||
{{% pages showhidden="true" showdivider="true" reverse="true" %}}
|
||||
@@ -0,0 +1,8 @@
|
||||
+++
|
||||
disableToc = false
|
||||
hidden = true
|
||||
title = "Version 5.7"
|
||||
type = "changelog"
|
||||
weight = -7
|
||||
+++
|
||||
{{< piratify >}}
|
||||
Reference in New Issue
Block a user