Releases: portway/gatsby-source-portway
Releases · portway/gatsby-source-portway
Bugfix: Draft check
Adds draft documents option
Adds a draft
option to request draft Portway documents. This can be useful during local development.
Bugfix: Github action
Adjust the action trigger for publishing to NPM.
Gatsby image support
Adds support for gatsby-image. Adding gatsby-plugin-sharp
and gatsby-transformer-sharp
to your project will give you the ability to query images for the gatsby-image
plugin.
Here is a sample query.
query {
allPortwayDocument {
nodes {
name
slug
updatedAt
childrenPortwayField {
value
name
remoteImage {
childImageSharp {
fluid(maxWidth: 320) {
...GatsbyImageSharpFluid_withWebp_tracedSVG
}
}
}
}
}
}
}
Package updates / update node media types
1.0.2 Create npm-publish.yml