Releases: storyblok/storyblok-js-client
Releases · storyblok/storyblok-js-client
v3.0.0
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 andindex.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
3.0.0-beta.5 (2020-09-09)
Features
- add missing fields in
StoriesParams
andStoryParams
interfaces (5d30957)
v3.0.0-beta.4
v3.0.0-beta.3
v3.0.0-beta.2
v3.0.0-beta.1
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 andindex.standalone.js
for CDN). These files don't was transpiled by Babel - Files transpiled by Babel are into
dist/es5
folder