Releases: aws-samples/aws-lex-web-ui
Releases · aws-samples/aws-lex-web-ui
0.17.2
0.17.1
- 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
- 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
v.0.14.13
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
v0.14.8
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
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
Update to remove use of nodejs 6