Skip to content

Releases: davepwsmith/gatsby-source-flickr

Updated build pipeline for NPM Publish

10 Jun 17:49

Choose a tag to compare

Adding tests and improving types

10 Jun 17:35

Choose a tag to compare

v2.0.3

Update publish workflow

Typescript Support

09 Jun 13:59
75741ec

Choose a tag to compare

Small release to include types in the NPM package.

Updated for Gatsby 5 and gatsby-plugin-image

09 Jun 13:58
bb179cf

Choose a tag to compare

Quite a lot has changed about Gatsby since I wrote this plugin, not least the entire way that images are handled, it seems! As a result, I've rewritten or refactored much of this plugin, and it now behaves nicely with GatsbyImage and so on.

As a result, these changes are very breaking - not much will work if you install this over the top of a v1.x without changing your implementation. On the bright side, the implementation is now much neater and better, as a result of the GatsbyImage functionality that has been added.

Some highlights in the CHANGELOG.

Bigger and Better

20 Apr 14:59

Choose a tag to compare

Add two larger size images to the default get for bigger screens.

Typos

05 Apr 19:26

Choose a tag to compare

Fixed

  • Correct README
  • Correct Repo URL

A few updates...

05 Apr 19:25

Choose a tag to compare

Added

  • Add some types - not amazing though, since none of the actual API data has any documentation about types!
  • Fix additional data (lat/long to number from string)
  • Add orientation

Removed

  • Remove some unnecessary/cryptic fields

First Release

05 Apr 19:24

Choose a tag to compare

Added

  • Initial Version
  • Was originally based on gatsby-source-flickr by Chris Earle, but has deviated fairly significantly!

Changed

  • Use getPublicPhotos endpoint to start with - might add more configurability later
  • Replace standard API calls with flickr-sdk
  • Rewrite in typescript
  • Refactor to allow for paginated responses