Introducing... Recipes! 🍳
- Our first Talk recipe gives developers a plugin template to build upon in order to support commenter avatars - check it out!
- You can find all the Talk recipes here: https://github.com/coralproject/talk-recipes
Plugins
- Ability to generate plugins via the CLI (ref: #746)
- Adds support to create Stream Tabs via plugins (ref: #749)
Features
- Allow querying of comments and comment counts by tags
Styling
Updated
commentStream->talk-embed-streamtalk-stream-tabbar->talk-embed-stream-tab-bartalk-stream-comment-count-tab->talk-embed-stream-comments-tabtalk-stream-profile-tab->talk-embed-stream-profile-tabtalk-stream-configuration-tab->talk-embed-stream-configuration-tab#coralStream->#talk-embed-stream-container
New
talk-stream-show-all-comments-button(This is not prefixed withtalk-embed-stream-*because it is moved to the Stream Component in #749)talk-embed-stream-highlight-comment(Set when viewing stream using a permalink)coral-plugin-flags-button-flagged(Will change totalk-plugin-flags-button-flaggedat a later refactor)
Documentation
- Added documentation for creating and managing
tags - Added documentation for the Talk CLI tool
- Added documentation for our Metadata API
- Added Troubleshooting tips page
- Continued improvements to Plugin documentation
Fixes
- Only show action icons on mobile (e.g. Like, Reply)
- Fix live updates on permalink page
- Only use
setStateonce to resolve a console error - Remove some global CSS and fixed styling issues