Skip to content
On this page

v7 ... v8

Breaking changes

The html structure of the suggestions overlay has changed a little bit affecting a couple of the custom style names. See Custom styling for the changes.

Search is a new feature in the DeepdeskSDK. It's suggestions should be handled by adding the following:

WARNING

Search API has changed in v9 and v10.

deepdeskSDK.on('select-search-suggestion', ({ text }) => {
    // handle updating input field by appending the text or inserting it at the input caret.
});

showTextSuggestions now only accepts a boolean, if you want to pass a max number of text suggestions use textSuggestionsCount instead.

Features

New DeepdeskSDK.mount options:

  • cascadingEscape
  • textSuggestionsCount

New DeepdeskSDK methods: