Releases: treefarmstudio/astro-sanity
v1.1.3
Thank you @gksander for the PR to include type definitions in this release!
What's Changed
- Testing SSR on Vercel by @jaydanurwin in #9
- SSR demo by @jaydanurwin in #10
- Generate type definitions by @gksander in #15
Full Changelog: v1.1.2...v1.1.3
v1.1.2
SSR Demo is fully working now! 🙌🏼
What's Changed
- cleanup ssr demo by @jaydanurwin in #7
Full Changelog: v1.1.1...v1.1.2
v1.1.1
Including a new createSanityClient
helper function that lets you bypass the Astro integration config and simply make your own Sanity client the default way. This works with SSR and will add more flexibility to the package.
What's Changed
- new createSanityClient function by @jaydanurwin in #5
- updated demos by @jaydanurwin in #6
Full Changelog: v1.1.0...v1.1.1
v1.1.0
This is mostly an internal upgrade but the bundling has changed to a vite setup instead of a tsc setup.
We also are including Sanity's groq package now which should be helpful for those using GROQ in their Astro setup.
What's Changed
- workspaces and demo setup by @jaydanurwin in #2
- vite setup by @jaydanurwin in #3
- static astro-sanity upgrade by @jaydanurwin in #4
Full Changelog: v1.0.0...v1.1.0
v1.0.0
This is the first release of the Astro + Sanity integration! 🚀
We are open to feedback on the API and helpers we should include. Just open an issue or reach out to use on our Discord
Full Changelog: https://github.com/littlesticks/astro-sanity/commits/v1.0.0