Aws Lex Web Ui Versions Save

Sample Amazon Lex chat bot web interface

v0.21.2

1 week ago

[0.21.2] - 2024-04-25

  • Added support for more Connect interactive messages. The UI now supports Panel, QuickReply & Carousel messages.
  • Removed the DateTime picker component due to its legacy dependency on Vue 2, please use the DatePicker going forward.
  • Cleaned up some dependencies to reduce the amount of polyfills required
  • Upgrade all python scripts to 3.10
  • Other minor bug fixes and documentation updates.

What's Changed

New Contributors

Full Changelog: https://github.com/aws-samples/aws-lex-web-ui/compare/v0.21.1...v0.21.2

v0.21.1

1 month ago
  • Updated the streaming feature to be more flexible so users can choose whether or not the fullfilment Lambda should be streaming responses. Additional details can be found in the streaming responses README.
  • Added a copy icon so responses from the bot can be easily copy/pasted. This option can be configured manually from the configuration file and is defaulted to 'off'.
  • TalkDesk integration is now supported with the Web UI. Please refer to this blog post for full details.
  • Updated broswer targets to only support ES6 browsers.
  • Dependency upgrades to address vulnerabilities

What's Changed

New Contributors

Full Changelog: https://github.com/aws-samples/aws-lex-web-ui/compare/v0.21.0...v0.21.1

v0.21.0

1 month ago

Vue3 and Vuetify 3 migration: Potential breaking changes for CSS customized bots

  • Upgraded the existing solution and relevant dependencies to Vue 3. Migrating from Vuetify 1.5 -> 3 in the process, skipping over Vuetify 2 entirely, requiring clean-up and reconfiguration of all UI components. Goal was to get parity in UI from the previous release, which includes some new CSS rules to maintain the look at feel of the previous UI. These changes could result in breaking changes to custom CSS despite efforts to maintain backwards compatibility. Many Vuetify classes changed during the upgrade process. Please use caution when updating to this version of the Lex Web UI.

What's Changed

Full Changelog: https://github.com/aws-samples/aws-lex-web-ui/compare/v0.20.6...v0.21.0

v0.20.6

2 months ago

This release fixes an immediate issue with Lambda function using Python 3.7, which is no longer a supported version of Python in Lambda. All have been upgraded to 3.8 to address the immediate issue with plans to move to 3.12 as part of an upcoming release.

What's Changed

v0.20.5

3 months ago

What's Changed

  • Upgrade to Node 18 and modify Lambdas for SDK v3 by @atjohns
  • Bump follow-redirects from 1.15.3 to 1.15.4 by @dependabot

Full Changelog: https://github.com/aws-samples/aws-lex-web-ui/compare/v0.20.4...v0.20.5

v0.20.4

4 months ago

Updates

  • Add support for file attachments. See new File Uploads README for full details.
  • Clean-up & fix issues related to webpack 5 and npm run related errors for some build types.

What's Changed

Full Changelog: https://github.com/aws-samples/aws-lex-web-ui/compare/v0.20.3...v0.20.4

v0.20.3

4 months ago

Updates

What's Changed

New Contributors

Full Changelog: https://github.com/aws-samples/aws-lex-web-ui/compare/v0.20.2...v0.20.3

v0.20.2

5 months ago
  • Adjust handling of Elicit Intent response to account for no interpretations from Lex. Precreate mp3 audio files needed for voice response as default un-authenticated role can't use Polly to create these responses dynamically.
  • Dependency upgrades to fix critical vulnerabilities.

What's Changed

Full Changelog: https://github.com/aws-samples/aws-lex-web-ui/compare/v0.20.1...v0.20.2

v0.20.1

6 months ago
  • Removed breaking change of adding CSP configurations into Cloudfront. CSP will remain in place on index.html file but Cloudfront CSPs will need to be manually configured. As a result removed MarkdownSupportDomains parameter.
  • Minor bug fixes.
  • Dependency upgrades to fix critical vulnerabilities.

What's Changed

Full Changelog: https://github.com/aws-samples/aws-lex-web-ui/compare/v0.20.0...v0.20.1

v0.20.0

7 months ago
  • Removed all inline scripts and added a CSP header to the index.html
  • CSS adjustments can now be made directly in the CloudFormation template for some common use cases. If left blank
  • Major updates to dependencies and webpack build processes for both the loader & web ui projects. Minimum node version has also been bumped to v15.
  • Dependencies used by the loader have been internalized to remove calls to external CDNs
  • Cognito self-registration is now domain limited. If you want self-registration on you must provide a list of valid domains otherwise self-registration is turned off on the Cognito instance.
  • Lowered the default timeout for Connect connections to 60 minutes.