All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Schema discovery for optional page fields
seo_image_opengraph
toimage_opengraph
- Support for
seo_*
fields
- Added support for markdown tables
- Added transformation for social media embeds (embedded
html
on node).
- Transformations are applied in
sourceNodes
which allows us to put enriched content directly on the node. Hencefields { src } on CmsImage
becomes justsrc on CmsImage
.
- Add compiled HTML field to markdown text blocks.
- Expose a few seldomly used fields of RootPage to Gatsby's GraphQL schema, so querying these works.
- First release
- Transform the Bitcrowd CMS JSON:API into Gatsby's internal GraphQL schema.
- Add absolute URL field to Images.