Skip to content

Releases: storyblok/storyblok-js-client

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)

v2.4.1

30 Apr 14:37
Compare
Choose a tag to compare

2.4.1 (2020-04-30)

Bug Fixes

  • fix AlternateObject missing type in StoryData.alternates field (b599450)

v2.4.0

29 Apr 14:37
Compare
Choose a tag to compare

2.4.0 (2020-04-29)

Features

  • add tests to check cached version (efb57d1)
  • add missing type first_published_at (abed194)
  • fixing type definitions for the StoryblokBridge (372bf01)
  • fix type of alternates property in StoryData (768f099)

v2.3.0

28 Apr 13:20
372bf01
Compare
Choose a tag to compare

2.3.0 (2020-04-28)

Features

  • add specific type definition to RichtextInstance.render method (8d3eceb)
  • test argument of RichtextInstance.render and show a warning when is incorrect (d996e03)

v2.2.0

06 Apr 12:14
c6d2180
Compare
Choose a tag to compare

2.2.0 (2020-04-06)

Bug Fixes

  • add missing fields in StoriesParams type (8abff8d)

Features

  • add addComments definition type in StoryblokBridge brigde interface (33272d4)