Skip to content

Releases: iteam-software/gatsby-source-sharepoint-online

Upgrade for Gatsby 5, ESM Syntax, & Fix ID Issue

03 Jan 19:05
Compare
Choose a tag to compare

What Changed

  • Upgraded packages to work with Gatsby 5
  • Updated files to use ECMA Script Module syntax
  • Fixed issue with node IDs (SharePoint ID's are list specific, thus overrides can occur when using multiple lists)
  • Updated E2E Project

Full Changelog: 0.1.6...2.0.0

0.1.6

02 Jan 22:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.2...0.1.6

Version 0.0.2

04 May 16:56
Compare
Choose a tag to compare

Added

  • End to end testing support via cypress.
  • pages/index.js for e2e testing. The page loads and renders list items.

Changed

  • createClient(...) now requires an options argument.
  • The sourceNodes hook now uses await/async instead a callback pattern.
  • The webpack package.json copy transform now uses Buffer.from instead of the ctor.
  • Unit testing now mocks dependencies to behave more like unit testing.

Removed

  • Site data loading support. All vital information available from the site resource is already known to the plugin config.

Initial Release

23 Apr 16:38
05b14e1
Compare
Choose a tag to compare

Welcome and thank you for your interest in this plugin! With this release, you can source data for Gatsby from SharePoint Online lists. In the future we intend to enable sourcing from Pages, Forms, and other kinds of SharePoint collections.