gatsby-source-directus
gatsby-source-directus copied to clipboard
Source plugin for pulling data into GatsbyJS from Directus CMS (https://getdirectus.com)
* Renames `boundActionCreators` to `actions` for Gatsby v3 compatibility https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v2-to-v3/#removal-of-boundactioncreators @iKonrad
Without the index.js file, this package isn't found by the latest Gatsby version when extended by other themes.
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.5 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
@iKonrad PR #4 was merged to fix issue #3, but there is no release that includes the fix to this. Can you create a release so I can reference it...
Are you planning to update the plugin to Directus 7? I'm not a great developer and I'm learning React and Directus though from what I understand the new version of...
I have a Directus database with some Markdown fields. I want to take this Directus Markdown data and display it in Gatsby as HTML. All Gatsby Markdown blogs/tutorials I've seen...
Hello, first of all, thanks for writing this plugin! But I have an issue: Queried Items remain in cache. When fetching data, the plugin shows the correct amount of items,...
Bumps [qs](https://github.com/ljharb/qs) and [qs](https://github.com/ljharb/qs). These dependencies needed to be updated together. Updates `qs` from 6.5.1 to 6.11.0 Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip...