Skip to content

Commit 6006b79

Browse files
authored
Merge pull request #823 from aws-samples/development
v0.22.4 release
2 parents 325930e + d47c2d9 commit 6006b79

23 files changed

+114
-116
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [0.22.4] - 2025-08-09
8+
- Fix issue where full page loader was pulling iniitate-loader as a dependency improperly
9+
- Allow empty promptForNameMessage to skip prompting for a name (for Talkdesk integration only). This must be manually updated on the config file.
10+
- Upgrade NodeJS Lambda function to v22 as v18 will be deprecated in the near future.
11+
712
## [0.22.3] - 2025-06-26
813
- Fix issue where credentials were not available on web socket initiation in some instances of streaming
914
- Accessibility improvements
1015

11-
## [0.22.1] - 2025-05-19
16+
## [0.22.2] - 2025-05-19
1217
- Fix scenarios where cross origin requests did not have credentials passed before iframe loads
1318

1419
## [0.22.1] - 2025-05-10

dist/lex-web-ui-loader.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44190,9 +44190,6 @@ __webpack_require__.r(__webpack_exports__);
4419044190
*/
4419144191
const dependenciesFullPage = {
4419244192
script: [{
44193-
name: 'Loader',
44194-
url: './initiate-loader.js'
44195-
}, {
4419644193
name: 'Vue',
4419744194
url: './3.5.13_dist_vue.global.prod.js',
4419844195
canUseMin: false

dist/lex-web-ui-loader.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lex-web-ui-loader.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lex-web-ui-loader.min.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* lex-web-ui v0.22.3
2+
* lex-web-ui v0.22.4
33
* (c) 2017-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
* Released under the Amazon Software License.
55
*/
@@ -34792,9 +34792,6 @@ const optionsIframe = {
3479234792
*/
3479334793
const dependenciesFullPage = {
3479434794
script: [{
34795-
name: 'Loader',
34796-
url: './initiate-loader.js'
34797-
}, {
3479834795
name: 'Vue',
3479934796
url: './3.5.13_dist_vue.global.prod.js',
3480034797
canUseMin: false

dist/lex-web-ui-loader.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lex-web-ui.js

Lines changed: 35 additions & 33 deletions
Large diffs are not rendered by default.

dist/lex-web-ui.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lex-web-ui.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lex-web-ui.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)