@josh.chou/rasa-webchat
v1.1.40
Published
Chat web widget for React apps and Rasa Core chatbots
Downloads
22
Readme
- v1.1.40
- Change Rasa-webchat exposed props from isLoggedin to muid. The child component of Widget was maintained the same props isLoggedIn.
- Modified scroll to top to scroll to unread previous messages.
- Set live-agent mode cookie value from the response of resendWelcome message API.
- Add Disclaimer UI, imageUpload component, and input maxLength logic.
- v1.1.39
- Changed sessionID from session_confirm instead of localStorage.
- v1.1.38
- Modified scroll logic
- Fixed the isLoggedIn props typo
- v1.1.37
- Fix retrieving messages from server logic.
- v1.1.36
- Downgrade to v1.1.30 to socket.io version 4.5.1 by cherrypick 87ad343f7cabb2a99b5fc4ec8b5ed9a4537651d8
- v1.1.35
- Fix init payload logic.
- v1.1.34
- Fix get undefined sessionID.
- v1.1.33
- Retrieve history messages and resend welcome messages.
- Set _sessionID and _userID to cookies to tell is same user login.
- Update socket.io version to 4.5.1
- v1.1.32
- Handle lost messages from agent and resend welcome messages.
- Session ID from Cookies.
- v1.1.31
- Add new infinite scroll feature.
- v1.1.30
- Fix Socket-io client error
- Adjust websocket default timeout
- v1.1.29
- Fix firefox enter event issue.
- Add websocket parameter to test.
- Add offline UI
- v1.1.28
- Remove sessionID console.
- Revert 1.1.27 commit.
- v1.1.27
- Update package-lock.json
- v1.1.26
- Upgrade socket-io client to 4 to test websocket Android external link issue.
- v1.1.25
- Add Github repo link.
- v1.1.24
- Test Android webSocket
- v1.1.23
- Parse URL and Image.
- Remove disconnect UI.
- v1.1.22
- Clear localStorage when localID not equal to remoteID.
- v1.1.21
- Handle undefined sessionID to null.
- v1.1.20
- Socket "session_request" event modified "_userID" key to payload.
- Add README.md version details.
- v1.1.19
- Socket "session_request" event add "userID" to payload.
- v1.1.18
- Change socketio.js connecting options from path to {tranport:['websocket']}.
- v1.1.17
- To handle html A tag in socket message.