Skip to content

4.2.0

Compare
Choose a tag to compare
@nuotsu nuotsu released this 05 Aug 23:12
· 176 commits to main since this release

Breaking ⚠️

  • Blog post pages (/blog/*) will now look for a Page document with slug blog/* to display post content 338e6c8
    • Enables users to customize blog post pages with modules
    • Make sure to include the newly added Blog Post Content module
Screenshot 2024-08-05 at 4 13 26 PM

Frontend

  • Add width limit to ogimage 68e0077
  • Ensure any <script> tags are re-run after each render in the Custom HTML module fd78037
  • Add Blog Post Content module 338e6c8
    • used for the new blog/* page document

Studio

  • Add post.featured option to Blog posts f79a4fb
    • Featured posts will appear before all other posts in listings
  • Add post.hideTableOfContents option to Blog posts 68e6389
    • ToC will also auto-hide if there are no headings in the post content
  • Add uid and className options to Custom HTML module d595ca5

Other