3.0.18

New Features

  • [Comments]: Added a new prop to control the use of ShadowDOM for Persistent Comment Mode banner.

    <VeltComments persistentCommentShadowDom={false} />
    

Improvements

  • [Comments]: Action buttons are now consistently displayed across all states (default, hover, selection) of the comment dialog and can be customized via CSS alone.

Bug Fixes

  • [Notifications]: Fixed an issue where the tabConfig React props was not working as expected.