Releases: tjtanjin/react-chatbotify
Releases · tjtanjin/react-chatbotify
v1.0.6
- Fixed async file uploads
- Disabled speech recognition on unsupported browsers (e.g. Opera)
v1.0.5
- Fixed missing support for user defined async functions (important fix if you wish to make use of API calls and wait for completion)
v1.0.4
- Fixed module export (imports by consumers should work properly for both cjs and mjs)
v1.0.3
- Fixed a bug where embedded chat windows resize on mobile
- Added
desktopEnabled
and mobileEnabled
options under the theme
section to allow developers to control chatbot visibility based on platform
v1.0.2
- Fixed missing export in package.json
v1.0.1
- Cleanup dist folder (halved the build size)
- Cleanup unused exports
- Cleanup documentation and configurations