v0.18.0
0.18.0 - 2021-02-02
Added
- Improved Botonic CLI's telemetry to track usage of installed CLI and botonic dependencies and keep track of errors on project initialization.
- Added NLP support for Slovenian.
- Added NLP support for Hungarian.
- Added NLP support for Dutch.
- Added NLP support for Bulgarian.
- New webchat features:
- Added disabling buttons. Configurable at:
- Theme level:
theme.button.autodisable
andtheme.button.disabledstyle
. - Component level: by passing the props
autodisable
anddisabledstyle
toButton
components.
- Theme level:
- Added disabling buttons. Configurable at:
- New webchat features:
Changed
Fixed
- Reimplemented
StemmerUK
to provide support for Safari browser.
- Reimplemented
- Fixed typings.
- Fixed scroll to bottom for mobile devices.