Releases: nuotsu/sanitypress
Releases · nuotsu/sanitypress
4.3.0
4.2.0
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
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
- used for the new
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
andclassName
options to Custom HTML module d595ca5
Other
- SanityPress blogs now have a comments section (powered by Giscus)!
4.1.0
4.0.0
❗ Breaking changes
- Sanity Studio is now Embedded within the Next.js frontend, which is now moved to the root directory.
- Simplified environment variables into a single
.env.local
file.
Changelog
page
andblog.post
document fields are now grouped into Content and SEO tabs.- Added a "Disable draft mode" button when in Draft mode.
3.6.0
- 🆕 sanitypress.dev domain
- Add Vercel Speed Insights
- Use catch-all routes for basic nested routing
3.5.0
- Fix issue with Visual Editing (thanks to @stipsan)
- Fix contrast ratio a11y warnings
- Update npm packages
🍃 Foliage theme now available!
3.4.0
- Add better error handling
- Add
uid
(Unique Identifier) for jump links - Rename the Rollup module to Blog list