Skip to content

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

0.21.5

14 Aug 12:54
8579237
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.21.4...v0.21.5

0.21.4

15 Jul 20:15
22f8273
Compare
Choose a tag to compare

[0.21.4] - 2024-07-15

  • The Lex Web UI can now act as a passthrough for Q Business, allowing users to converse directly with their Q Business application while inheriting all the features of the Web UI such as embedding, CSS customizations and more.
  • The sample bot has been upgraded to Lex V2, and the deployment is now done entirely in CloudFormation.
  • Upgraded version of amazon-connect-chatjs

What's Changed

Full Changelog: v0.21.3...v0.21.4

0.21.3

27 Jun 16:25
f44b371
Compare
Choose a tag to compare

What's Changed

  • Bump requests from 2.31.0 to 2.32.0 in /templates/custom-resources by @dependabot in #689
  • Bump braces from 3.0.2 to 3.0.3 in /lex-web-ui by @dependabot in #695
  • Bump ws from 8.16.0 to 8.17.1 by @dependabot in #696
  • Fix some CSS documentation and update build for Windows machines by @atjohns in #700

Full Changelog: v0.21.2...v0.21.3

0.21.2

25 Apr 12:52
82caf98
Compare
Choose a tag to compare

[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: v0.21.1...v0.21.2

0.21.1

01 Apr 11:45
Compare
Choose a tag to compare
  • 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: v0.21.0...v0.21.1

0.21.0

08 Mar 19:03
Compare
Choose a tag to compare

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: v0.20.6...v0.21.0

0.20.6

28 Feb 19:34
Compare
Choose a tag to compare

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

0.20.5

19 Jan 16:47
Compare
Choose a tag to compare

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: v0.20.4...v0.20.5

0.20.4

27 Dec 17:55
Compare
Choose a tag to compare

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: v0.20.3...v0.20.4

0.20.3

07 Dec 18:55
Compare
Choose a tag to compare

Updates

What's Changed

New Contributors

Full Changelog: v0.20.2...v0.20.3