Releases: treefarmstudio/astro-sanity-minimal-starter
v3.2.0
This starter now uses our brand new Astro + Sanity integration. You can learn more about the integration here but it largely was a drop in replacement for how this starter was already using Sanity.
You'll notice that the astro.config.mjs
file now holds the sanity config information and there is a new helper function useSanityClient()
being used across the starter. Please feel free to file an issue if you have any and/or reach out to us on our new Discord server if you need help using it.
Happy hacking!
Autogen notes
- Astro v1 Updates by @jaydanurwin in #11
- Astro v1.0 Release by @jaydanurwin in #12
v3.1.0
This starter now supports Astro v1.x! 🚀
With this release we've included the following updates:
- Layout improvements where a Page and Post extend the Base Layout
- Use an SEO object instead of individual props on pages
- Global styles are minified and bundled by Vite since they are loaded from the
src/
folder now - Other miscellaneous updates for Astro v1.0 compatibility
Autogenerated changelog
- Astro v1 Updates by @jaydanurwin in #11
- Astro v1.0 Release by @jaydanurwin in #12
Full Changelog: v2.1.0...v3.1.0
v2.1.0
What's Changed
- removed graphql code by @jaydanurwin in #7
- Upgraded Astro to version 0.24
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- setup blog post categories w/ GraphQL by @jaydanurwin in #4
- moving to sanity client and GROQ by @jaydanurwin in #5
- Added modern CSS reset styles
Full Changelog: v1.1.1...v2.0.0
v1.1.1
What's Changed
- updated og:url to default to canonicalURL by @jaydanurwin in #2
- Adding code block component and Sanity code input by @jaydanurwin in #3
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Updates
- Updated to Astro version 0.21 which uses Vite
- New helper function for fetching content from Sanity
- Updated blog content to use Sanity's @sanity/block-content-to-react package
What's Changed (auto-generated)
- Block content to react by @jaydanurwin in #1
Full Changelog: https://github.com/jaydanurwin/astro-sanity-minimal-starter/commits/v1.1.0