v0.17.0
0.17.0 - 2020-12-18
Added
- Improved Getting started docs.
- Moved templates and examples to botonic-examples repo.
- Added script to update releases in docs.
- Set up
Codecov
for Botonic and trigger Github Workflows only when necessary. #1177. - Adapted code for Botonic packages in order to support Webpack 5 and upgraded examples to this version.
- Botonic CLI to download examples directly from botonic-examples.
- Improved analytics and fixed spawn processes in Windows (
botonic serve
,botonic train
). Now it is no longer necessary to runnpm run start
. #1176
- Added NLP support for Croatian.
- Added NLP support for Slovak.
- Added new method to get all the locales of a contentful space.
- Lazy loading of language engines. #1160 and #1194
- New webchat features:
- Added new Shadow DOM feature to avoid webchat's CSS conflict with the host page of your website.
- Added Facebook's multichannel converter for texts.
- New webchat features:
Changed
- Refactored project scripts and organization.
Fixed
- Fixed broken links.
- Avoid circular dependencies.
- Fixed webchat behavior when
user ID
was lost, causing some webchat's to not load correctly.