Skip to content

💎 Release 1.12.0

Latest

Choose a tag to compare

@untra untra released this 31 Jan 23:43
· 6 commits to main since this release

Polyglot v1.12.0 Summary

This release focused on redirect handling improvements and community contributions:

  1. Anchor tag preservation - Redirect URLs now properly preserve anchor tags (PR #275)
  2. Sublanguage redirect support - redirect_from frontmatter now correctly scopes across sublanguages, preventing duplicate redirects for non-default
    language pages (PR #293)
  3. Fallback page detection - New page.rendered_lang liquid variable lets you detect when a page is rendered as a fallback (when page.rendered_lang !=
    site.active_lang) (PR #283)
  4. New languages - Added Italian and Turkish language support to the documentation site (PR #280)
  5. Rich text improvements - Updated sidebar definitions (PR #277) and Japanese rich text strings (PR #288)