Skip to content

v10.11.0 release

Latest

Choose a tag to compare

@estruyf estruyf released this 02 Jul 09:04
fdd9232

🎨 Enhancements

  • Support fieldGroup as a single value on fields fields
  • Added the new content health feature to the Front Matter panel with readability scoring, link checks, and freshness warnings (frontMatter.contentHealth.enabled, frontMatter.contentHealth.checkExternalLinks, frontMatter.contentHealth.freshnessThreshold, frontMatter.contentHealth.minReadability)
  • #409: Added the ability to output multiple properties from a data file in the dataFile field type
  • #1030: Add frontMatter.file.slugSeparator setting
  • #1033: Support freeform tags and categories in the front matter validation
  • #1036: Default filter, sorting, and grouping configuration for the contents dashboard

🐞 Fixes

  • #905: Fix Hugo framework detection for sites using hugo.toml, hugo.yaml, hugo.yml, or hugo.json (the default config filename since Hugo v0.110)
  • Fix number fields not being saved to front matter when used inside block field groups
  • #920: Fix metadata.fmRelFilePath returning an absolute path on Windows by normalizing the workspace folder path before stripping it
  • #963: Prevent infinite update loops for fields when using Hugo partials as values in the front matter
  • #1041: Fix in image page when using page bundles