Skip to content

Releases: storyblok/storyblok-js-client

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)

v3.0.0-beta.2

03 Sep 17:52
Compare
Choose a tag to compare
v3.0.0-beta.2 Pre-release
Pre-release

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

Bug Fixes

  • update npm scripts to do not ignore dist (e0da16d)

v3.0.0-beta.1

03 Sep 17:09
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

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

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

v2.5.2

20 Jul 11:43
f662676
Compare
Choose a tag to compare

2.5.2 (2020-07-20)

Bug Fixes

  • add missing resolveRelations ts definition (f662676)

v2.5.1

24 Jun 17:17
c3b96d3
Compare
Choose a tag to compare

2.5.1 (2020-06-24)

Bug Fixes

  • fix missing semicolon in htmlEscapes object (f569203)

v2.5.0

11 May 12:53
6fc21e9
Compare
Choose a tag to compare

2.5.0 (2020-05-11)

Features

  • adding verification for anchor links (0ef82cd)
  • implemented the functionality of clone-deep (2c3f418)

v2.4.2

06 May 14:14
74b3116
Compare
Choose a tag to compare

2.4.2 (2020-05-06)

Bug Fixes

  • use slice method before reverse method to prevent array mutations (1eeafde)