Plugins
- Coral Auth is now a plugin, you can include it using
coral-plugin-auth(seeplugins.default.json)
Features
- Refactor of how authentication works for Talk: Chrome, IE and Firefox browsers use JWT for auth, while Safari uses cookies (this is a limitation of Safari)
- Users can now edit their comments; time limits for editing comments can be set by Admin in the Configuration tab
- Moderators and Admins now have more clear roles (Admins have access to Configuration settings, while Moderators do not)
- Moderators can suspend users for a specific "time-out" period, with the user being notified
- Ability to add configuration options directly in the embed link
- Moderator Panel now shows User Stats & History for that user by clicking on their username
Fixes
- Optimization for decreasing the bundle.js size
- Fix some issues with Ignore User behavior
- UI/UX polishes