Skip to content

v5.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Sep 12:30
· 404 commits to main since this release

5.0.2 (2023-09-14)

Bug Fixes

BREAKING CHANGES since 4.x

  • empty cells in local metadata (title, description, image, canonical, image, image-alt) cause the respective metadata value to be empty. previously, it would fallback to the metadata heuristically extracted from the content (first H1, first paragraph, hero image).
  • twitter:title, twitter:description, twitter:image have a fallback on their og:* counterparts and not on the default metadata heuristically extracted from the content (first H1, first paragraph, hero image).
  • double double-quote values ("") in the metadata-sheets (not documents) will suppress rendering of the metadata element.