Angelo Ashmore
Angelo Ashmore
Hi @andrewbranch, awesome plugin. Thank you for creating this. It seriously blows my mind that we can use VS Code extensions with Markdown. I'm not sure if the GraphQL API...
Prismic’s Gatsby integration has generally been stable since its last major release, v5.0, in October 2021. As we look toward the future, however, there is still much to improve upon...
### Versions - gatsby-source-prismic: 5.2.1 - gatsby-plugin-prismic-previews: 5.2.1 - node: 14 ### Reproduction Upload an image with a space in the filename. Query for the URL and test if the...
## Package - [x] gatsby-source-prismic - [x] gatsby-plugin-prismic-previews ## Types of changes - [x] Chore (a non-breaking change which is related to package maintenance) - [ ] Bug fix (a...
We can lazy-load `prismic-dom` in usePrismicPreview. This should reduce the common bundle size by code-splitting the library.
### Is your feature request related to a problem? Please describe. Gatsby's GraphQL API is a good match for TypeScript projects. The fully typed nature of the API means developers...
### Is your feature request related to a problem? Please describe. If a Link Resolver is not passed to the preview HOCs (`withPrismicPreview`, `withPrismicUnpublishedPreview`, and `withPrismicPreviewResolver`), the HOCs assume the...
Adding Prismic as a CMS to `npm init gatsby` could help users setup their projects quicker. For context, this is what a user sees after running `npm init gatsby` today:...
Poll for latest master ref and refetch as necessary. (cc @a-trost)
Most fields are left nullable for the best compatibility with data coming from the Prismic API. There are some fields, however, that we know will always contain a value. For...