Skip to content

Releases: storyblok/storyblok-js-client

v3.2.1

14 Dec 14:42
ecb3e7d
Compare
Choose a tag to compare

3.2.1 (2020-12-14)

Bug Fixes

  • types: add missing field to storyblok event payload (62a7d08)

v3.2.0

27 Nov 18:20
2fb34b4
Compare
Choose a tag to compare

3.2.0 (2020-11-27)

Features

  • Storyblok JS Client: Adding response interceptor to the client (9f3abd7)
  • Storyblok JS Client: Adding response interceptor to the client (11ca02e)

v4.0.0-beta.1

24 Nov 19:51
41ce262
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

4.0.0-beta.1 (2020-11-24)

Bug Fixes

Features

BREAKING CHANGES

  • replace support from v1 to v2 API

v3.1.1

17 Oct 02:02
933dc19
Compare
Choose a tag to compare

3.1.1 (2020-10-17)

Bug Fixes

  • use fallback_lang property in StoriesParams interface (933dc19), closes #69

v3.1.0

21 Sep 21:47
485ebf3
Compare
Choose a tag to compare

3.1.0 (2020-09-21)

Bug Fixes

  • update files field in package.json (bd0233a)
  • update npm scripts to do not ignore dist (e0da16d)

Features

  • add missing fields in StoriesParams and StoryParams interfaces (5d30957)
  • upgrade axios to v0.20 (55f651a)

v3.1.0-beta.1

21 Sep 21:38
Compare
Choose a tag to compare
v3.1.0-beta.1 Pre-release
Pre-release

3.1.0-beta.1 (2020-09-21)

Bug Fixes

  • update files field in package.json (bd0233a)
  • update npm scripts to do not ignore dist (e0da16d)

Features

  • add missing fields in StoriesParams and StoryParams interfaces (5d30957)
  • upgrade axios to v0.20 (55f651a)

v3.0.0

21 Sep 15:08
cc2a834
Compare
Choose a tag to compare

3.0.0 (2020-09-21)

Documentation

  • add documentation about new bundles (e7b90a8)

Features

  • add config.richTextSchema option when instantiate the Storyblok client to better support custom schema (61ac493)
  • create a separate bundle to RichTextResolver class (6bf21e9)

BREAKING CHANGES

  • The bundle file is a single file
  • Files to specific environment (index.cjs.js for Node, index.es.js for EsModules and index.standalone.js for CDN). These files don't was transpiled by Babel
  • Files transpiled by Babel are into dist/es5 folder

v3.0.0-beta.5

09 Sep 20:16
Compare
Choose a tag to compare
v3.0.0-beta.5 Pre-release
Pre-release

3.0.0-beta.5 (2020-09-09)

Features

  • add missing fields in StoriesParams and StoryParams interfaces (5d30957)

v3.0.0-beta.4

03 Sep 19:20
Compare
Choose a tag to compare
v3.0.0-beta.4 Pre-release
Pre-release

3.0.0-beta.4 (2020-09-03)

Features

v3.0.0-beta.3

03 Sep 18:34
Compare
Choose a tag to compare
v3.0.0-beta.3 Pre-release
Pre-release

3.0.0-beta.3 (2020-09-03)

Bug Fixes

  • update files field in package.json (bd0233a)