Versions
Notifications Component
The Notifications component can be used to notify your users in-app when they receive a reply to a comment or are@mentioned
by a teammate.
You will need to enable Notifications in your console in order for Notifications component to work.
Notifications
, simply add it to your app like this:
React / Next.js
Custom Notifications
Additionally, you can send custom notifications to this component using ourhttps://api.velt.dev/v1/notifications/add
API end point.
Sample Post Request:
Dark Mode on All Tool and Button Components
You can now configure Dark Mode individually on all Tool and Button Components in the Velt SDK. Example:Bug Fixes
- Fixed bug where you could still drag comments into restricted areas
- Fixed user email related issue for admin users in invite dialog
- Fixed typed related issues in darkMode
- Added option to disable live selection with disableFeatures()