Skip to main content

2 posts tagged with "Release"

This article covers a release

View All Tags

Peek into the experimental programatic authentication feature!

· One min read

We are excited to announce that version 0.9.5 will ship with a new way to power your webchat: integrated authentication with your website. A function will be available to set the contact's information so the Identification Form does not need to be shown. Authentication will be made with the supplied information automatically!

Here are some of the key highlights of this upcoming release:

  1. Window API
    1. New Methods: the window.$volt.authenticate function will be available to dispatch the contact's authentication programatically without needing to fill a form. Check it out here!

Version 0.9.0 has been released!

· One min read

We are excited to announce that version 0.9.0 has been released! This release includes new features, improvements, and bug fixes that enhance the overall user experience and performance of the application.

Here are some of the key highlights of this release:

  1. Window API
    1. Deprecation: the window.$volt.injectCss method has been deprecated.

    2. New Methods: the window.$volt.toggle, window.$volt.show, and window.$volt.hide methods have been added to the Window API. These methods allow you to toggle, show, and hide the widget programmatically. Check out this page for more information.

  2. Webchat & Chatbot Widget
    1. New Options: the options zIndex and hideButton have been added. Check out this page for more information.