Breaking Changes
- Theme does not rely on SASS and extended Hugo anymore,
assets/custom.scssis renamed toassets/styles/custom.csstogether with other SCSS files. MiniSearchlibrary replacesfusejsfor better full-text search.- KaTeX JS is removed, replaced by Hugo implementation.
Notable changes
- New search UI with match work highlight.
- Search is now loaded lazily.
- New
{{% steps %}}shortcode design. - Upgraded
mermaidjsand updated theming to match site colors. - Fix tabs: use page-level counter for unique group IDs by @dastrobu in #818
- Fix zh-TW Traditional Chinese i18n by @PeterDaveHello in #824
- Fix whitespace (fixes #823), add archived option by @nicolandu in #825
New Contributors
- @dastrobu made their first contribution in #818
- @PeterDaveHello made their first contribution in #824
- @nicolandu made their first contribution in #825
Full Changelog: v0.14.0...v0.15.0