v0.16.0
0.16.0 - 2020-11-20
Added
- Added license MIT and keywords to every package.
- Enabled code scaning.
- Updated Botonic's README.
- Added Deployment Guide.
- Improved Continuous Integration for Docs.
- Configured eslint import sorter.
- Added Botonic Examples section #1091.
- Added auto publish script.
- Added new matcher
request matcher
and passlastRoutePath
to current bot context. #1086
- Added new matcher
- Added webchat component tests
- New webchat features:
- Added Error Boundary for
customMessage
.
- Added Error Boundary for
Changed
- Improved types:
- Refactored utils for better maintainability.
- Improved webchat tests.
- Upgrade
tfjs
to 2.7.0.
- Upgrade
- Upgrade
tfjs
to 2.7.0.
- Upgrade
Fixed
- Fixed broken links in READMEs.
- Fixed
Was this article useful?
widget.
- Fixed params request failing in
Oauth 3.1.0+
.
- Fixed params request failing in
- Now
getRoute
checks correctly if the input matches with achildRoute
.
- Now
- Added missing storage key in constructor, now
storageKey
works as expected. - Automatically call
onMessage
when receiveng messages coming from server-side. - Added missing call to
stringifyWithRegexs
causing some regexes not being updated in local/session storages. Fixed react warnings (produced bynpm run test
), log deprecated props in custom messages. #1063 Deprecated props:enableTimestamps
=>enabletimestamps
imagesStyle
=>imagestyle
- Fixed sending of unsent inputs to be more consistent.
- Fixed
onClose
being called on the very first render of the app. - Fixed
WebchatSettings
component not updating settings correctly. - Set ack to 1 for custom user messages by default.
- Added missing storage key in constructor, now
- The csv importer of texts, which was coming from content translator, now groups all the fields from the same content. #1036.
- Added NLP support for Romanian.
- Added NLP support for Greek.
- Added NLP support for Czech.
- Added NLP support for Ukrainian.