2.0.29
New Features
-
[Comments]: Added feature to render a comment bubble on the comment pin or triangle instead of the comment dialog. Hovering or clicking the bubble will open the comment dialog.
- React / Next.js
- Other Frameworks
Using props:Using API: -
[Location]: For multiple location setup, added support for using
data-velt-location-id
vs full location object for marking additional locations.
Improvements
- [Comments]:Refactored comment components code for better maintainability.
Bug Fixes
- [Comments]: Fixed an issue where assignee banner text color was not being applied correctly for custom statuses.
- [Notifications]: Fixed an issue where the document name in the notifications documents tab was not being displayed correctly.
2.0.28
New Features
-
[Notifications]: Added ability to customize tabs on the Notifications Panel.
- React / Next.js with Hooks
- React / Next.js
- Other Frameworks
Using APIs: -
[@ mention]: Added ability to override contact list on the client side. Learn more.
- The
merge
parameter is used to determine if the new contact list should be merged with the existing contact list or replaced. Default:false
.
- The
- React / Next.js with Hooks
- React / Next.js
- Other Frameworks
- [Document]: Added ability to set metadata on the document while setting the
documentId
.- You can set any key/value pair in the metadata object.
documentName
is a special field that we use to display the document name in some Velt Components.
- You can set any key/value pair in the metadata object.
- React / Next.js with Hooks
- React / Next.js
- HTML
- Angular
- Vue.js
Improvements
- [Comments]: Improved the get comment annotations API to determine data loading state in React:
- [Core]:Updated SDK CDN URL in React and Client libraries to point to
cdn.velt.dev
.