Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.74 KB

CHANGELOG.md

File metadata and controls

26 lines (20 loc) · 1.74 KB

Changelog

[2.3.0]

  • This makes the fileNode pull name from the airtable metadata instead of the remote file, because when an airtable user changes the file name, airtable does not rename the original url. This change makes file name changes in airtable usable in the fileNode instead of needing to download, rename, and re-upload the file.
    • 4c107f6 Adding change file on 2021-12-13
    • 0d8c3f2 Copy/pasted from the example without changing the type, oops! on 2021-12-13
    • d7200c0 apply suggestions from code review on 2022-05-21

[2.2.1]

  • Add logging statement
    • 3c53464 Add logging message in catch on 2021-07-11

[2.2.0]

  • Initialize covector to perform versioning and publishing of gatsby-source-airtable.
    • 3e65bed add covector on 2021-05-24
  • Add custom node property with fetched records order
    • 0880d57 Create change file & add usage example on 2021-05-26
  • Upgrade airtable.js to ^0.11.1. This will remove transitive dependencies on outdated libs.
    • ef7a49f fix(deps): update dependency airtable to ^0.11.0 on 2021-05-24