2.7.0 • Published 2 years ago

@nuance-sdk/websdk-bootstrap v2.7.0

Weekly downloads
1
License
ISC
Repository
-
Last release
2 years ago

websdk-bootstrap

Introduction

Nuance WebSDK Bootstrap project, provides an all in one javascript interface package for clients to use.

Built to leverage new technologies and provide more flexibility. The code provides API's for controlling the messaging experience on client web pages and, allows for simple configuration of the different chat rendering's.

Usage (to build and host websdk-bootstrap localy, Source Not included in npm)

Run at the command line (on 1st install)

npm install

Run to rebuild + serve locally

#Build only
npm run build

#Build and serve files on https:/www.test.com
npm run start 

Will by default load to https:/www.test.com with subdomain support, please add it to your hosts.

127.0.0.1 www.test.com

Note: Any subdomain can be added and will be valid https
127.0.0.1 a.test.com b.test.com tc.test.com anySubDomainYouWant.test.com

https option available parameters

npm run start [subdomain name] [domain name] [port]

To regenerate new pems for different domains use mkcert https://github.com/FiloSottile/mkcert

Start cmd examples

# Https with custom subdomain
npm run start "anySubDomainYouWant" "test.com" 443

# Http only
npm run start "anySubDomainYouWant" "test.com" 80

Release Notes:

2.0.1 : Fix to retain scroll position when user does a touchMove on Chat Input

Release Notes:

2.0.2 : Fix to resize the keyboard after use minimize and restore

Release Notes:

2.0.3 : Wells Fargo - WebSDK - Minimize is not working correctly (SDK-1587)

Release Notes:

2.1.0 : Calculating and setting the width, height to sandboxed iframe even when minimized so that when chat UI is created it has all information to render the bubbles

Release Notes:

2.2.0 : Multi c2c Button plugin added

Release Notes:

2.3.0 : Exception handling in PostMessage handler to invalidate unintented post messages

Release Notes:

2.4.0 : Update to sandbox Attributes

2.7.0

2 years ago

2.6.1

3 years ago

2.6.0

3 years ago

2.5.0

4 years ago

2.4.0

4 years ago

2.3.0

4 years ago

2.2.0

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.2

5 years ago