2.0.30

New Features

  • [Comments]: Added resolvedByUserId field on comment resolve. This allows tracking which user resolved a comment thread.

  • [Comments]: Added a configuration on sidebar to open the filter panel as a bottom sheet (default) or overlap on the filter button.

    • Prop: filterPanelLayout. Values: 'menu' | 'bottomSheet' (default)

    • Usage:

      <VeltCommentsSidebar filterPanelLayout="menu" />