Skip to main content

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.
Open in larger window To implement Notifications, simply add it to your app like this:
React / Next.js

Custom Notifications

Additionally, you can send custom notifications to this component using our https://api.velt.dev/v1/notifications/add API end point. Sample Post Request:
Sample Body:

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:
If you want to configure Dark Mode globally, you can also use:

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()