Releases: nuotsu/sanitypress
Releases · nuotsu/sanitypress
6.2.0
🆕 Global Modules & Autogenerated OG Images
⚠️ Breaking
blog/*
routes now use a Global module document with the pathblog/*
, instead of a Page document
Frontend
- autogenerate Open Graph images based on
metadata.title
for all pages 097e9c3- e.g. https://sanitypress.dev/api/og?title=SanityPress%20-%20Customizable%20Next.js%20Sanity%20Starter%20Template
- can be overwritten with
metadata.image
- add Google search link for search-module 5920e88
- add path scope to search-module a413516
Studio
- added Global-modules document to add common modules under the defined path 822a691
- add OG image previewer in the Metadata schema 097e9c3
Other
- Updated the demo dataset export to include a Global module with the path
blog/*
1b03d0d
Full Changelog: 6.1.0...6.2.0
6.1.0
General
- rename queries to capital case (to closely resemble official Sanity examples) 324eb65
Frontend
- update Img and Source to use next/image 3ba568c
- add light syntax for code in Hero (SaaS) module cdaafad
- add copied state to ClickToCopy component 4174d73
- add revalidation to getRepoData 82f5757
- use cached fetch, escape HTML for rss.xml d11a5af
Studio
- reorganize Site document, add tagline (blurb below the logo in the footer) 684e9b3
- update Studio icon to use favicon, update Info Widget cdaafad
- add character count to metadata 7e33a60
Full Changelog: 6.0.0...6.1.0
6.0.0
🪁 Tailwind v4
General
- Update Tailwind from v3 to v4 3e74358
- Read more on the official Tailwind blog post
Frontend
- redesigned Built-in Modules page
Studio
- add Person list module ef65d58
Full Changelog: 5.6.0...6.0.0
5.6.0
🆕 Install Command & VSCode Snippets ⌨️
General
- new install command! 092b221
npm create sanity@latest -- --template nuotsu/sanitypress
- added VSCode snippets for rapid development 0e24f8bbf85e7a8ee5f5d36654830e776d01bfe5
Frontend
- use paragraph (¶) icon for richtext anchored headings d0183b8
- add code-block to Hero (SaaS) module 17cef1f 05e2523
- only show line numbers when 2 or more lines 32ea03d
- add pretitle to Search module 31269b1
- custom HTML without
<script>
as server components 3f24bc7 - style adjustments for any
<video>
tags in richtext df4a632
Studio
Full Changelog: 5.5.0...5.6.0
5.5.0
5.4.0
5.3.0
⚛️ React 19
General
Frontend
- add
role
attributes 161da84 - use fetchSanity (non-live) method for content that doesn't necessary have to be updated live (save bandwidth and ISR usage) 3c463bf
- update Tabbed content module style 0408073
- add Suspense fallback and skeleton option for PostPreview 3fa3c3e
- refactor
usePagination
hook e760ad2
Studio
- add
<Scheduler>
component and Schedule module 7fa455c
Full Changelog: 5.2.0...5.3.0
5.2.0
General
Frontend
- use
nuqs
for blog list state management 533a45e - use
nuqs
for pagination state management ce432ee - increase heading font sizes 323fa8c
- fix reputation z-index 323fa8c
- rename
bordered
option tovisualSeparation
and apply light background color 21bc573 - miscellaneous style adjustments 777a398
- use lighter ink and canvas colors 508ee0d
Studio
- add
slug
field to blog.category 533a45e - update module thumbnails 0561fc0
- update schema structure (move Navigation and Announcement documents) aa0d06f
Other
- minor updates to the demo dataset b6df6c9
What's Changed
- Update package-lock.json by @Trasheurs in #37
New Contributors
- @Trasheurs made their first contribution in #37
Full Changelog: 5.1.0...5.2.0