Releases: thegeeklab/hugo-geekdoc
Releases · thegeeklab/hugo-geekdoc
v0.36.0
Changelog
v0.36.0 (2022-11-02)
Bug Fixes
- dont write color mode defaults to local storage (#528)
- fix multi paragraph admonitions formatting (#526)
- deps: update dependency mermaid to v9.2.0 (#525)
Features
- add option to enable or disable the dark mode toggle button (#529)
- add option to sort items in properties shortcode (#527)
BREAKING CHANGE
To enable sorting of elements in the properties
shortcode, it was necessary to change the structure of the properties file. Due to this change, the properties
object now requires a list of maps instead of a map. A sample file can be found in the repository.
v0.35.8
v0.35.7
v0.35.6
v0.35.5
v0.35.4
v0.35.3
v0.35.2
v0.35.1
v0.35.0
Changelog
v0.35.0 (2022-08-30)
Bug Fixes
- temp fix mermaid svg height (#488)
- deps: update dependency katex to v0.16.2 (#487)
- deps: update dependency katex to v0.16.1 (#482)
CI Pipeline
- fix version generation in build pipeline
- fetch tags to create a proper version file
- improve version file and tarball creation (#486)
Documentation
- fix grammar in theming docs (#481)
Features
- support mermaid codeblocks (#485)
Others
- deps: lock file maintenance (#484)
- deps: update devdependencies (non-major)
BREAKING CHANGE
Mermaid can be rendered using code blocks now as an alternative to the shortcode. To support this feature, the minimum supported Hugo version was changed to v0.93.