Releases: storyblok/storyblok-js-client
Releases · storyblok/storyblok-js-client
v3.0.0-beta.2
Bug Fixes
- update npm scripts to do not ignore dist (e0da16d)
v3.0.0-beta.1
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
2.5.2 (2020-07-20)
Bug Fixes
- add missing resolveRelations ts definition (f662676)
v2.5.1
2.5.1 (2020-06-24)
Bug Fixes
- fix missing semicolon in
htmlEscapes
object (f569203)
v2.5.0
2.5.0 (2020-05-11)
Features
- adding verification for anchor links (0ef82cd)
- implemented the functionality of clone-deep (2c3f418)
v2.4.2
2.4.2 (2020-05-06)
Bug Fixes
- use slice method before reverse method to prevent array mutations (1eeafde)
v2.4.1
2.4.1 (2020-04-30)
Bug Fixes
- fix AlternateObject missing type in StoryData.alternates field (b599450)
v2.4.0
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
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
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)