IMPORTANT: This is a major version release, you will need to run a database migration after upgrading using our migration tool, cli migration run. You can find more information in the documentation or raise an issue in Github if you have questions or run into trouble.
Plugins
- Added new slot
commentContentthat enables full customization of the comment body content (ref: #675) - Enabling
coral-plugin-comment-contentas aclientplugin in yourplugins.jsonwill turn on auto detection of links and make them clickable (ref: #675) - Created a prop called
defaultComponent, allowing for default components to be rendered if no plugin provides one (ref: #675) - Adds support for new
targetsdirective inplugins.json(ref: #670)
Features
- Comment reactions (e.g. likes) automatically update live
- We now have the concept of custom
tagsonto all data models, so that, for example, plugin developers can tag a comment or user with something specific, and have this reflected differently in the UI, or filter the stream or mod queue by that specific tag
CLI Tools
cli migrationallows creation and running of database migrationscli assetsallows merging and renaming of assets (stories/articles) within Talk
Fixes
- Bug fixes
- UI updates