Skip to content

Releases: alexmacarthur/gatsby-source-dropbox-paper

Bug Fix & Leveraging of Gatsby's Cache API

30 May 02:05
Compare
Choose a tag to compare

This release address an issue causing custom formats to be ignored, and also leverages Gatsby's cache API to avoid fetching Dropbox documents that haven't changed, resulting in faster builds.

Thanks to @g3ortega and @jamessimone for these respective contributions.

Support Document Pagination

22 Apr 13:12
Compare
Choose a tag to compare
  • Adds pagination handling, so that applications can pull more than 1000 documents from the API.
  • Clean up/improve code handling, including pulling functionality out of base class for less exposure of methods.

Support Automatic Transformation of Markdown

13 Dec 21:58
Compare
Choose a tag to compare

Sets mediaType to text/markdown, enabling gatsby-transformer-remark to transform pulled data.