Skip to content

Releases: tjtanjin/react-chatbotify

v1.0.6

10 Sep 08:48
Compare
Choose a tag to compare
  • Fixed async file uploads
  • Disabled speech recognition on unsupported browsers (e.g. Opera)

v1.0.5

31 Aug 12:13
Compare
Choose a tag to compare
  • 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

12 Aug 19:51
Compare
Choose a tag to compare
  • Fixed module export (imports by consumers should work properly for both cjs and mjs)

v1.0.3

04 Aug 19:23
Compare
Choose a tag to compare
  • 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

02 Aug 18:43
Compare
Choose a tag to compare
  • Fixed missing export in package.json

v1.0.1

02 Aug 17:58
Compare
Choose a tag to compare
  • Cleanup dist folder (halved the build size)
  • Cleanup unused exports
  • Cleanup documentation and configurations

v1.0.0

02 Aug 14:11
Compare
Choose a tag to compare
  • Initial release