3.0.4

New Features

  • [Comments]: Added persistent comment mode banner wireframe.

  • [API]: Added getDocumentMetadata method to get the current document’s metadata. It returns a subscription with DocumentMetadata object.

client.getDocumentMetadata().subscribe((documentMetadata) => {
    console.log("Current document metadata: ", documentMetadata);
});

Improvements

  • [Comments]: The persistent comment banner now inherits the shadow DOM property from Velt Comments.