v2.0.0
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
commentContent
that enables full customization of the comment body content (ref: #675) - Enabling
coral-plugin-comment-content
as aclient
plugin in yourplugins.json
will 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
targets
directive inplugins.json
(ref: #670)
Features
- Comment reactions (e.g. likes) automatically update live
- We now have the concept of custom
tags
onto 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 migration
allows creation and running of database migrationscli assets
allows merging and renaming of assets (stories/articles) within Talk
Fixes
- Bug fixes
- UI updates