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