Release Notes
Oct 1 2024
3.0.27
New Features
- [Comments]: Added a prop to enable confirmation before deleting a reply.
Using Props:
Using API:
- [Comments]: Added a callback method for when a comment link is copied. You can use this to track when a comment link is copied or show a confirmation toast.
Using Hooks:
Using API:
- [Comments]: Added a minimal Actions Dropdown in Multithread comment dialog. It contains actions like ‘Mark all as read’, ‘Mark all as resolved’.
Improvements
- [UI Customization]: Renamed the
velt data
prop tofield
(old:path
) to improve readability. This is backward compatible.
Was this page helpful?