Skip to content

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

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

0.20.2

28 Nov 13:53
Compare
Choose a tag to compare
  • 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: v0.20.1...v0.20.2

0.20.1

25 Oct 20:06
Compare
Choose a tag to compare
  • 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: v0.20.0...v0.20.1

0.20.0

04 Oct 18:42
Compare
Choose a tag to compare
  • 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.