Skip to content

Commit a480a1d

Browse files
committed
Merge branch 'development' into tioth-dev
2 parents a9ef6da + 6e693ae commit a480a1d

File tree

7 files changed

+27
-17
lines changed

7 files changed

+27
-17
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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.19.4] - 2022-03-05
8+
- Add setSessionAttribute function to iframe api, add optional messageType parameter to postText function.
9+
- Add the ability to manually configure a help message in lex-web-ui-loader-config.json per locale. This message is displayed in response to clicking the help button rather then sending to the lex bot. In addition, the last message from the bot can be re-displayed after the help message giving the user context on next action again
10+
- Prefer Lex V1 response cards over Lex V2 in the case where both are present. In a QnABot result, both a V1 and V2 response card will be present. V1 response cards might contain additional buttons not present in the V2 response card. When both are present, prefer the V1 response card.
11+
- Fix for when user sends live chat message while within live chat
12+
- Change Connect CloudFormation parameters to have default empty strings
13+
- Updated default CSS for input container to be visible on screen in iOS/Safari 15
14+
715
## [0.19.3] - 2021-12-17
816
- Update use of amazon-connect-chatjs to version "^1.1.7" in lex-web-ui/package.json
917
- Support response from LexV2 bots with response card only - no message text

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.

lex-web-ui/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ lex: {
611611

612612
### Logos
613613
You can change the default logo and favorite icon images by placing
614-
your own images in `src/assets/logo.(png|jge?g|svg)` and
614+
your own images in `src/assets/logo.(png|jpe?g|svg)` and
615615
`src/assets/favicon.(png|jpe?g|svg|ico)`
616616
respectively. The favorite icon is set to the logo image if the
617617
`src/assets/favicon.*` file is not found.

lex-web-ui/package-lock.json

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

package-lock.json

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

templates/master-pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ Resources:
501501
CodeBuildProjectName: !Ref CodeBuildName
502502
CognitoUserPool: !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolId
503503
CognitoUserPoolClient: !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolClientId
504-
Timestamp: 1646361741
504+
Timestamp: 1646508613
505505

506506
Outputs:
507507
BotName:

templates/master.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ Resources:
588588
ConnectChatEndedMessage: !Ref ConnectChatEndedMessage
589589
ConnectAttachChatTranscript: !Ref ConnectAttachChatTranscript
590590
ConnectLiveChatTerms: !Ref ConnectLiveChatTerms
591-
Timestamp: 1646361741
591+
Timestamp: 1646508613
592592

593593
CognitoIdentityPoolConfig:
594594
Type: AWS::CloudFormation::Stack
@@ -602,7 +602,7 @@ Resources:
602602
CodeBuildProjectName: !GetAtt CodeBuildDeploy.Outputs.CodeBuildProject
603603
CognitoUserPool: !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolId
604604
CognitoUserPoolClient: !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolClientId
605-
Timestamp: 1646361741
605+
Timestamp: 1646508613
606606

607607
Outputs:
608608
BotName:

0 commit comments

Comments
 (0)