Releases: dylanon/gatsby-source-etsy
Releases · dylanon/gatsby-source-etsy
v2.0.2
v1.2.0
v1.1.1
v1.1.0
v2.0.1
v2.0.0
2.0.0 (2022-01-09)
Bug Fixes
- 🐛 Make gatsby-source-filesystem a peer dependency (da3a77e)
Features
BREAKING CHANGES
- gatsby-source-filesystem is now a peer dependency. Install the correct
version for the version of Gatsby your site uses (v3 or v4). - Minimum Gatsby version is now v3. For use with earlier versions of
Gatsby, please install gatsby-source-etsy v1.
v2.0.0-beta.1
2.0.0-beta.1 (2022-01-09)
Bug Fixes
- 🐛 Make gatsby-source-filesystem a peer dependency (da3a77e)
Features
BREAKING CHANGES
- gatsby-source-filesystem is now a peer dependency. Install the correct
version for the version of Gatsby your site uses (v3 or v4). - Minimum Gatsby version is now v3. For use with earlier versions of
Gatsby, please install gatsby-source-etsy v1.
v2.0.0-alpha.2
2.0.0-alpha.2 (2022-01-09)
Bug Fixes
- 🐛 Make gatsby-source-filesystem a peer dependency (da3a77e)
Features
- 🎸 Reduce package size (a01939b)
BREAKING CHANGES
- gatsby-source-filesystem is now a peer dependency. Install the correct
version for the version of Gatsby your site uses (v3 or v4).
v2.0.0-alpha.1
2.0.0-alpha.1 (2022-01-06)
Features
BREAKING CHANGES
- Minimum Gatsby version is now v3. For use with earlier versions of
Gatsby, please install gatsby-source-etsy v1.
v1.0.0
1.0.0 (2020-09-25)
Features
- 🎸 fetch active listings instead of featured listings (3f17196)
- 🎸 Fetch all listings instead of first 25 (95df00b)
- 🎸 support params for findAllShopListingsActive (20ebe74)
BREAKING CHANGES
- All active listings are now fetched instead of just featured ones. To
reflect this, thefeaturedEtsyListing
node has been renamed to
etsyListing
(andallFeaturedEtsyListing
is nowallEtsyListing
).
Featured listings can be queried in the GraphQL playground by querying for listings
with a featured_rank value that is not null.
- apiKey and shopId properties in plugin config have been renamed to
api_key and shop_id. - All publicly available listings are fetched from Etsy, instead of the first 25.