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 matcherand passlastRoutePathto 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
tfjsto 2.7.0.
- Upgrade
- Upgrade
tfjsto 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
getRoutechecks correctly if the input matches with achildRoute.
- Now
- Added missing storage key in constructor, now
storageKeyworks as expected. - Automatically call
onMessagewhen receiveng messages coming from server-side. - Added missing call to
stringifyWithRegexscausing 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=>enabletimestampsimagesStyle=>imagestyle
- Fixed sending of unsent inputs to be more consistent.
- Fixed
onClosebeing called on the very first render of the app. - Fixed
WebchatSettingscomponent 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.