Releases: storyblok/gatsby-source-storyblok
Releases · storyblok/gatsby-source-storyblok
v3.1.0
3.1.0 (2021-12-13)
Bug Fixes
Features
- add support for dynmic json content and gatsby image (4c3f666)
- remove dynamic json (8e050af)
- remove dynamic option (a289025)
- remove trailing comma (2e77206)
- update eslint (5021962)
v3.0.2
3.0.2 (2021-11-17)
Bug Fixes
- removed storyblok-react as peer dependency (3c75288)
v3.0.1
3.0.1 (2021-04-30)
Bug Fixes
- fixes multi language query for v2 api (ec72157)
v3.0.0-beta.2
Bug Fixes
- fixes multi language query for v2 api (ec72157)
v3.0.0
3.0.0 (2021-04-26)
Bug Fixes
Features
- adds new client to use v2 api (e8c29c6)
BREAKING CHANGES
- Adds the new js-client with v2 api
v3.0.0-beta.1
Bug Fixes
Features
- adds new client to use v2 api (e8c29c6)
BREAKING CHANGES
- Adds the new js-client with v2 api
v2.0.0
2.0.0 (2021-03-11)
Features
BREAKING CHANGES
- replaced boundActionCreators with actions to support Gatsby v3.
v1.3.1
1.3.1 (2021-03-11)
Bug Fixes
- revert update for gatsby v3 (3260567)
v1.3.0
1.3.0 (2021-03-11)
Features
- storyblok-js-client upgrade (e43cfb3)
v1.2.0
1.2.0 (2020-11-26)
Features
- add
languages
options to only load selected languages (56f4f87), closes #39