Skip to content

Releases: aws-samples/aws-lex-web-ui

0.17.4

07 Dec 14:16
Compare
Choose a tag to compare

0.17.2

22 Aug 01:22
Compare
Choose a tag to compare
  • Added option to hide message bubble on button click
  • Resolved current github dependabot security issues
  • Use default encryption for all S3 buckets using AES-256 encryption
  • Added instructions in readme for adding additional vue components

0.17.1

03 Aug 13:38
Compare
Choose a tag to compare
  • Create uniquely named Cognito UserPool on stack creation
  • Removed display of Back button in title bar and instead provide a replay button using the text from prior
    message directly in the message bubble. Back button can be re-enabled though configuration json if desired.
  • Enhanced css attributes of the minimized chatbot button to help allow clicking on items in the parent
    window as well as selecting text next the button.

v0.17.0

12 Jul 23:33
Compare
Choose a tag to compare
  • Improved screen reader / accessibility features
  • Added CloudFormation stack outputs for CloudFront and S3 bucket
  • Use response card defined in session attribute "appContext" over that defined by Lex based response Card
  • Updated dependent packages in package-lock.json identified by Dependabot security alerts
  • Resolved additional CloudFront CORS issues
  • See CHANGELOG for additional details

v0.16.0

07 Jun 02:07
Compare
Choose a tag to compare
  • Lex-web-ui now ships with cloudfront as the default distribution method
    • better load times
    • non public access to S3 bucket
    • better future integration to cloudfront features such as WAF and Lambda@Edge
  • Updated package.json dependencies

v.0.14.13

31 Mar 16:23
Compare
Choose a tag to compare

New Features in version 0.14.13

  • Added new feature that allows the input area to be hidden if Response Card buttons are present. User
    must select from the available set of buttons. To enable this feature set the property
    ui.hideInputFieldsForButtonResponse to true in the lex-web-ui-loader-config.json. This file is stored in
    the S3 bucket hosting the UI. Upload back to the S3 bucket and ensure the file has --acl public-read. This feature
    is disabled by default.
  • Removed use of botocore.vendored.requests. Now imports this module for python based lambda functions.

New Features in version 0.14.12

  • Defect fixes for CORS processing
  • Updates for multi-region support
  • Easy URLs to launch in us-east-1 (N. Virginia), eu-west-1 (Ireland), ap-southeast-2 (Sydney)

v0.14.9

26 Nov 05:15
Compare
Choose a tag to compare

Update to use NodeJS10.x where applicable. Policy updates.

v0.14.8

09 Nov 03:20
Compare
Choose a tag to compare

Addition of Thumbs up, Thumbs down, and Help processing. The lex-web-ui can be configured with values to send to the bot for each of these items. When configured with values the corresponding icon(s) will be rendered in the UI (message bubbles for Thumbs up / Thumbs down and title bar for help icon). These will be sent to the bot when selected.

Also updates to npm component versions.

Chrome AudioContext initialization fix

19 Jun 02:50
ba569ef
Compare
Choose a tag to compare

Fix to resolve issue with current Chrome browser where AudioContext was initialized prior to user action. AudioContext is now initialized after the microphone / record button is selected.

Removed use of nodejs 6

30 Apr 10:48
Compare
Choose a tag to compare

Update to remove use of nodejs 6