Skip to content

Releases: jbolda/gatsby-source-airtable

Begin Deprecating "Magic" Env Var

19 Apr 13:52
2672c18
Compare
Choose a tag to compare

#49 addressed #40 and began the path to deprecate that use. This shouldn't break any builds, but eventually, we will remove the option to set your env var with GATSBY_AIRTABLE_API_KEY and have it magically work.

Also added some documentation for #47.

Thanks @jamessimone for all your work on this!

No More Bluebird Reliance

28 Mar 16:29
380f718
Compare
Choose a tag to compare

Bluebird was deprecated upstream in Gatsby which caused an issue with our (albeit unintentional) reliance on a feature in the Promise polyfill. Thanks for the fix in #45 @pieh.

Default Values and cleanKeys

16 Feb 04:57
af5d379
Compare
Choose a tag to compare

This began with #30 and ended up getting rolled into fixes for #32 within #37.

We provide the option to add default values now. This will get around Airtable not providing data / a key if the row is partially empty. This caused issues during schema creation.

The graphql in gatsby cannot have attributes with spaces where Airtable can. Now we consistently use the cleanKey, that is a key with underscores replacing spaces, everywhere in the config and while querying. We considered this a bug, but the fix should be backward compatible.

Thanks goes out to @eunjae-lee and @shaunbent.

get specific with the `recordId`

04 Feb 13:13
a14f485
Compare
Choose a tag to compare

make tableView parameter optional

26 Dec 13:20
1f4f19c
Compare
Choose a tag to compare

Thanks to @ethagnawl for this option in PR #28.

Markdown Love

15 Oct 13:28
defb999
Compare
Choose a tag to compare

Thanks go to @brendanmc6 for code testing, improvements and an example displaying support for mapping fields to markdown!

Less Awaiting

01 Oct 12:07
f28bb09
Compare
Choose a tag to compare

Closes #7

2.0.0 is Official!

18 Sep 11:26
251e5f3
Compare
Choose a tag to compare

No new changes from 2.0.0-beta.1. Making it official to match with the Gatsby@2.0.0 launch and publishing to the latest tag on npm.

Beta.1 with Attachment Race Condition Fixes

30 Aug 05:55
a46a8e8
Compare
Choose a tag to compare
2.0.0-beta.1

add placeholder to image example

Beta for Gatsby v2 including fileNodes

28 Aug 02:05
746bd39
Compare
Choose a tag to compare
Pre-release
2.0.0-beta.0

update readme for v2 changes