Skip to content

v2.7.0

Compare
Choose a tag to compare
@jpanther jpanther released this 22 Oct 23:23
· 428 commits to dev since this release
edbb9c0

Added

  • New portable locale picker that can be placed in any menu using the locale action (#583)
  • New icons for chevron-down, chevron-up, globe, translate, coffee and x-twitter (#669)
  • Plausible Analytics support (#584)
  • Spanish translation of example site samples (#606)
  • Japanese translation of docs and example site (#618)
  • German translation of example site (#631)

Changed

  • ⚠️ Renamed the params.rtl language parameter to languageDirection as this is now supported by Hugo (#583)
  • Robots.txt file now allows all by default without concern for whether the environment is set to production (#620)
  • Refactored the head.html partial to improve perceived performance on page load
  • Upgrade to Mermaid v10.5.1 (#577, #582, #626, #638, #663, #674)
  • Upgrade to KaTeX v0.16.9 (#590, #664)
  • Upgrade to Tailwind v3.3.3 (#602)
  • Upgrade to ChartJS v4.3.3 (#616, #627, #635)
  • Upgrade to Typography v0.5.10 (#641)

Fixed

  • Prominent images in content and site layout are lazy loaded (#591)
  • TypeError is output to console when viewing leaf pages (#596)
  • URL to Congo project in footer used deprecated git.io short link (#605)
  • Various typos in the docs and example site (#608, #609, #613)
  • Incorrect render value is used in the 'external' archetype (#630)
  • Images are missing width and height attributes (#645)
  • Extended head partial does not include page context (#658)
  • Taxonomy tags aren't padded when wrapping onto a new line (#671)
  • Minor CSS improvements, mainly relating to RTL styling
  • Minor typos

Removed

  • Locales no longer appear next to the site name/logo as they are now part of the menu system (#583)
  • Language parameters isoCode and displayName are no longer supported (#583)
  • Meta content-language tag as it was not conveying the intended data (which is already included via the HTML lang attribute)