Skip to content

v8.0.0

Choose a tag to compare

@chrismwilliams chrismwilliams released this 02 Jul 12:06
· 14 commits to main since this release
9f98d05

What's Changed

BREAKING CHANGES

  • moves content collections from ./src/content/* to the root: ./content/*
  • renames all content collections to plural form, i.e.: /content/post/* to /content/posts/*

Other changes

  • updates dependencies to latest
    • Astro to v7
  • webmentions cache moved to Astro's cacheDir
  • fixes typescript error with baseUrl being deprecated
  • update aria values for nav elements
  • use siteConfig.lang for formatting dates

Full Changelog: v7.2.0...v8.0.0