shadow dom
prop in Recorder Player component to control shadow DOM encapsulation.summary
prop was not working in Recorder Player component.--velt-comment-pin-z-index: 2147483557
: For Components like Comment Pin, Triangle, etc.--velt-arrow-z-index: 2147483557
: For Arrow Component.--velt-recorder-player-z-index: 2147483557
: For Recorder Player Component.--velt-cursor-z-index: 2147483647
: For Cursor Component.--velt-persistent-comment-frame-z-index: 2147483647
: For Persistent Comment Frame Component.--velt-toast-popup-z-index: 2147483647
: For Toast Popup Component.--velt-live-state-sync-overlay-z-index: 2147483647
: For Live State Sync Overlay Component.--velt-follow-mode-overlay-z-index: 2147483647
: For Follow Mode Overlay Component.--velt-comments-minimap-z-index: 2147483637
: For Comments Minimap Component.--velt-global-overlay-z-index: 2147483637
: For Global Overlay Component.targetElementId
value asynchronously in comment tool.onCommentClick
event. You can still use that to maintain the old behavior using this.readOnly
property in comment sidebar context so that it’s available in Velt Data
and Velt If
features.useCommentActionCallback
to useCommentEventCallback
. The old hook name will continue to work.onCommentSidebarInit
can now be also be accessed with useCommentEventCallback('commentSidebarDataInit')
or commentElement.on('commentSidebarDataInit')
onCommentSidebarData
can now be also be accessed with useCommentEventCallback('commentSidebarDataUpdate')
or commentElement.on('commentSidebarDataUpdate')
composerVariant
prop to VeltInlineCommentsSection
component to support inline composer variantvelt-comment-text
component used in Tiptap Comments.<body>
tag to change the theme.shortUserName
feature to control display of user names.
onCommentSidebarData
event was getting triggered multiple times on sidebar clicks.asc
: Show comments in ascending order of last updated timestampdesc
: Show comments in descending order of last updated timestampnone
: Show comments in order of creation (default)documentId
and organizationId
change.updateContext
logic to prevent unnecessary updates if the passed context object remains unchanged.commentAnnotations
variable in the comments sidebar so that it can be used in Velt Data
and Velt If
Components.Copy Link
wireframe component in the header options menu generated undefined Comment URLs.sourceId
attribute to control which element displays the comment dialog when adding a new comment.data-velt-content
attribute. Now the highlighted text styling is only applied to text when there are comments available.getRecordingData
API to fetch recording data including transcript, summary, and recording URLs.
isExpanded
behavior in custom filtering. If not explicitly set, the first group will be expanded while remaining groups are collapsed.Velt Comment Pin
component. This is useful for customizing how the pin looks on different elements like charts, tables, etc.
organizationId
of the target document in the document metadata.velt-current-user-author
attribute to conditionally hide options for non-authors:
Velt Comment Text
component:
atHereDescription
was not rendering for non-organization users.setDocument
method to the debugger.
atHereDescription
to the description
field of the @mention data object.updateContactList
API where the passed contact list data was being mutated directly.unreadCommentsMap
count was not updating correctly when switching between documents with no unread comments.document
tab was not visible when user email was not set.editor
: instance of the Tiptap editor.tiptapVeltCommentConfig
: optional object to set the Comment Annotation’s custom metadata.updateContactList
method to improve debugging.addContext
and updateContext
methods. The context object is now included in the log event properties for better debugging and tracking.selectCommentByAnnotationId()
API.tabId
marks all notifications as read across all tabs (equivalent to calling setAllNotificationsAsRead()
without arguments).tabId
only marks notifications in the ‘for-you’ tab as read.velt if
where string comparisions were not working as expected.velt data
prop to field
(old: path
) to improve readability. This is backward compatible.multiThreadMode
prop to multiThread
for improved clarity and consistency.velt if
conditional rendering logic.documentName
wasn’t displayed on the notification item in the notification panel.createdAt
field for CommentAnnotation model. This can now be used to sort annotations in ascending order of creation.isEdited
and editedAt
fields in Comment model. This can now used to indicate if and when a comment is edited.createdAt
field, maintaining backward compatibility.--velt-default-font-family
.true
tabConfig
React props was not working as expected.tabConfig
prop to improve TypeScript support.atHereDescription
prop to customize the description that appears for the @here mention.getSelectedComments()
API to get the currently selected comment annotations.
CommentAnnotation
objects.velt if
and velt data
logic for improved performance.recorder
, comment
, arrow
, area
.unreadCommentAnnotationCount
: Number of unread comment annotations on the current document.unreadCommentCount
: Total number of unread comments on the current document.updateContext
method for updating custom metadata (context
) on comment annotations. Learn more. This method is available in two scenarios:
onCommentUpdate
event callback:
Use this to update the context when a comment is modified.
updateContext
API method:
Utilize this method to update the context of a comment annotation at any time. For example, you might use this when the name of the dashboard containing the comment annotation changes.
customReactions
prop for VeltInlineReactionsSection
component in React, allowing custom emoji definitions:
multiThreadMode
prop for VeltComments
component in React:
enableMultiThreadMode
and disableMultiThreadMode
API methods.targetElementId
attribute in comment feature components:id
attribute on either the <video>
tag or its parent element. This simplifies the implementation of comments on custom video players.commentText
and commentHtml
in the comment dialog.Floating Mode
for Comments Sidebar. This allows the sidebar panel to appear as an overlay on top of the sidebar button when clicked.
getDocumentMetadata
method to get the current document’s metadata. It returns a subscription with DocumentMetadata
object.
Velt Comments
.All
Unread
Read
Resolved
Unread
Last Updated Timestamp
bubbleOnPin
: Whether to show bubble on pin [default: false]bubbleOnPinHover
: If the above is true, whether to show bubble when the pin is hovered over or clicked [default: true]