diff --git a/CHANGELOG.md b/CHANGELOG.md index dcba317247..0bf655871e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,28 @@ # Changelog +## 1.1.0 (02/07/2021) + +### Bug Fixes + +- [**bug**] mermaid: config option for CDN url not used [#12](https://github.com/McShelby/hugo-theme-relearn/issues/12) +- [**bug**] mermaid: only highlight text in HTML elements [#10](https://github.com/McShelby/hugo-theme-relearn/issues/10) +- [**bug**] mermaid: support pan & zoom for graphs [#9](https://github.com/McShelby/hugo-theme-relearn/issues/9) +- [**bug**] mermaid: code fences not always rendered [#6](https://github.com/McShelby/hugo-theme-relearn/issues/6) +- [**bug**] mermaid: search term on load may bomb chart [#5](https://github.com/McShelby/hugo-theme-relearn/issues/5) + +### New features + +- [**feature**] mermaid: expose options in config.toml [#4](https://github.com/McShelby/hugo-theme-relearn/issues/4) + +### Maintenance + +- [**task**] mermaid: update to 8.10.2 [#7](https://github.com/McShelby/hugo-theme-relearn/issues/7) + +--- + ## 1.0.1 (01/07/2021) -#### Maintenance +### Maintenance - [**task**] Prepare for hugo showcase [#3](https://github.com/McShelby/hugo-theme-relearn/issues/3) @@ -10,6 +30,6 @@ ## 1.0.0 (01/07/2021) -#### Maintenance +### Maintenance - [**task**] Fork project [#1](https://github.com/McShelby/hugo-theme-relearn/issues/1)