Skip to content

v0.15.0

Latest

Choose a tag to compare

@alex-shpak alex-shpak released this 04 Sep 23:57

Breaking Changes

  • Theme does not rely on SASS and extended Hugo anymore, assets/custom.scss is renamed to assets/styles/custom.css together with other SCSS files.
  • MiniSearch library replaces fusejs for 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 mermaidjs and 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

Full Changelog: v0.14.0...v0.15.0