Skip to content

Releases: LekoArts/gatsby-source-behance

Gatsby v2

22 Sep 10:39
Compare
Choose a tag to compare

You now can use Gatsby v2 with this plugin (you need to use v2)

Include project details

21 Feb 14:33
Compare
Choose a tag to compare

With the help of @S3B4S we now have the details of the user's projects available!
#1

Whereas before only some details of the project like the cover or names got processed, you now can get any detail of a project including all images and texts inside of the project. This allows you to create template pages inside of Gatsby to display the project.

In the process of making this possible we had to rename and change some things. Therefore there are some """breaking""" changes. You can always see and test the schema in GraphiQL.
The probably most important change is:

Instead of calling project.cover you now have to call project.covers.size_original if you want to keep the original file as a cover.