Releases: storyblok/storyblok-js-client
Releases · storyblok/storyblok-js-client
v3.2.1
v3.2.0
v4.0.0-beta.1
4.0.0-beta.1 (2020-11-24)
Bug Fixes
Features
- changes api to v2 (9437423)
BREAKING CHANGES
- replace support from v1 to v2 API
v3.1.1
v3.1.0
v3.1.0-beta.1
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)