Releases: iteam-software/gatsby-source-sharepoint-online
Releases · iteam-software/gatsby-source-sharepoint-online
Upgrade for Gatsby 5, ESM Syntax, & Fix ID Issue
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
What's Changed
- build(deps-dev): bump node-fetch from 2.6.0 to 2.6.1 by @dependabot in #18
- build(deps): bump y18n from 4.0.0 to 4.0.1 by @dependabot in #21
- build(deps): bump hosted-git-info from 2.8.8 to 2.8.9 by @dependabot in #23
- build(deps): bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #25
- build(deps): bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #24
- build(deps): bump socket.io-parser from 3.3.0 to 3.3.2 by @dependabot in #27
- build(deps): bump object-path from 0.11.4 to 0.11.8 by @dependabot in #28
- build(deps): bump url-parse from 1.4.7 to 1.5.3 by @dependabot in #29
- build(deps): bump ajv from 6.12.2 to 6.12.6 by @dependabot in #32
- build(deps): bump url-parse from 1.5.3 to 1.5.10 by @dependabot in #34
- build(deps-dev): bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #36
- build(deps): bump tar from 4.4.13 to 4.4.19 by @dependabot in #37
- build(deps): bump ws from 5.2.2 to 5.2.3 by @dependabot in #35
- build(deps): bump dot-prop from 4.2.0 to 4.2.1 by @dependabot in #38
- build(deps): bump devcert from 1.1.0 to 1.2.1 by @dependabot in #39
- build(deps): bump terser from 4.6.11 to 4.8.1 by @dependabot in #40
- build(deps): bump loader-utils by @dependabot in #42
- build(deps): bump moment from 2.24.0 to 2.29.4 by @dependabot in #43
- build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #49
- build(deps): bump qs from 6.5.2 to 6.5.3 by @dependabot in #50
- build(deps): bump json5 from 1.0.1 to 1.0.2 by @dependabot in #52
- build(deps): bump @sideway/formula from 3.0.0 to 3.0.1 by @dependabot in #54
- build(deps): bump minimist from 1.2.5 to 1.2.8 by @dependabot in #55
- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #58
New Contributors
- @dependabot made their first contribution in #18
Full Changelog: 0.0.2...0.1.6
Version 0.0.2
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
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.