Skip to content

Releases: treefarmstudio/astro-sanity-minimal-starter

v3.2.0

15 Sep 06:19
d57397d
Compare
Choose a tag to compare

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

v3.1.0

05 Sep 20:12
d57397d
Compare
Choose a tag to compare

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

Full Changelog: v2.1.0...v3.1.0

v2.1.0

25 Mar 17:59
Compare
Choose a tag to compare

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

02 Feb 05:36
Compare
Choose a tag to compare

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

23 Dec 00:05
bf5e7dd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

11 Dec 00:17
eb741a8
Compare
Choose a tag to compare

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)

Full Changelog: https://github.com/jaydanurwin/astro-sanity-minimal-starter/commits/v1.1.0