3.0.37

Bug Fixes

  • [Notifications]: Fixed an issue where the unreadCommentsMap count was not updating correctly when switching between documents with no unread comments.

3.0.36

New Features

  • [Comments]: Added shadowDOM, dark mode, and variant support in standalone Comment Thread component.

    <VeltCommentThread 
      darkMode={true}
      shadowDom={false}
      variant="component-variant" 
      dialogVariant="dialog-variant"
    />
    

Bug Fixes

  • [Comments]: Fixed an issue where scroll was causing the “Add reply” button to hide.
  • [Comments]: Fixed an issue where the assign to dialog was not closing after assigning a user using the keyboard.