Skip to content

Commit 51aab07

Browse files
author
Bob Potterveld
committed
Update CHANGELOG.md and README.md to cover the 0.18.1 release.
1 parent e8c9f9a commit 51aab07

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ 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.18.1] - 2021-05-28
7+
## [0.18.1] - 2021-06-01
88
- Change package.json revision to 0.18.1
99
- Update aws sdk to current revision
1010
- Change codebuild-deploy.yaml to use amazon linux image vs nodejs10 image.
1111
- Change codebuild-deploy.yaml and pipeline.yaml buildspec and codebuild role to invalidate cloudfront distribution after syncing s3 bucket
12-
- Fix Lex v2 client state mapping - specific for audio
12+
- Fix Lex V2 client state mapping - specific for audio
13+
- Enhance Lex V2 support to
14+
- allow configuration of multiple V2 locale ids via template in comma separated list
15+
- provide menu based selection of configured V2 locales
1316
- Enhance postMessage to better filter messages between iframe and parent
1417
- Make CognitoAppUserPoolClientId and CognitoUserPoolId optional in master-pipeline.yaml
1518
## [0.18.0] - 2021-04-21

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,21 @@ and ability to interrupt responses and replay recordings
1818
- Ability to programmatically configure and interact with the chatbot
1919
UI using JavaScript
2020

21+
#### Notable changes in version 0.18.1
22+
The Lex Web Ui now supports configuration of multiple Lex V2 Bot Locale IDs
23+
using a comma separated list in the parameter LexV2BotLocaleId. The default Locale ID
24+
is en_US. Other supported values are de_DE, en_AU, en_GB, es_419, es_ES, es_US, fr_CA,
25+
fr_FR, it_IT, and ja_JP. See "https://docs.aws.amazon.com/lexv2/latest/dg/lex2.0.pdf"
26+
for the current list of supported Locale IDs.
27+
28+
When multiple Locale IDs are specified in LexV2BotLocaleId, the Lex Web UI toolbar menu
29+
will allow the user to select the locale to use. The user selected locale ID is
30+
preserved across page refreshes. The locale selection menu items will be disabled if
31+
the user is the middle of completing an intent as the locale ID can't be changed at this
32+
time. The selected locale ID will be displayed in the toolbar.
33+
34+
For a complete list of fixes/changes in this version see CHANGELOG.md.
35+
2136
#### Fixes/changes in version 0.18.0
2237
- Move from webpack V3 to webpack V4 in the lex-web-ui component.
2338
- Move to npm version 7.10.0.

0 commit comments

Comments
 (0)