Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.13.2] - 2018-06-14

### Fixed
- Error in IE11 and Edge to access localStorage. [4f91fbe9e462a680c0bf3476203589a88afccc84]

## [0.13.1] - 2018-06-07

Expand Down
Empty file modified dist/lex-web-ui-loader.css
100755 → 100644
Empty file.
Empty file modified dist/lex-web-ui-loader.css.map
100755 → 100644
Empty file.
4 changes: 1 addition & 3 deletions dist/lex-web-ui-loader.js
100755 → 100644

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/lex-web-ui-loader.js.map
100755 → 100644

Large diffs are not rendered by default.

Empty file modified dist/lex-web-ui-loader.min.css
100755 → 100644
Empty file.
Empty file modified dist/lex-web-ui-loader.min.css.map
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion dist/lex-web-ui-loader.min.js
100755 → 100644

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lex-web-ui-loader.min.js.map
100755 → 100644

Large diffs are not rendered by default.

Binary file modified dist/lex-web-ui-mobile-hub.zip
Binary file not shown.
Empty file modified dist/lex-web-ui.css
100755 → 100644
Empty file.
Empty file modified dist/lex-web-ui.css.map
100755 → 100644
Empty file.
Empty file modified dist/lex-web-ui.js
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion dist/lex-web-ui.js.map
100755 → 100644

Large diffs are not rendered by default.

Empty file modified dist/lex-web-ui.min.css
100755 → 100644
Empty file.
Empty file modified dist/lex-web-ui.min.js
100755 → 100644
Empty file.
Empty file modified dist/wav-worker.js
100755 → 100644
Empty file.
Empty file modified dist/wav-worker.js.map
100755 → 100644
Empty file.
Empty file modified dist/wav-worker.min.js
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-lex-web-ui",
"version": "0.13.1",
"version": "0.13.2",
"description": "Sample Amazon Lex Web Interface",
"main": "dist/lex-web-ui.min.js",
"repository": {
Expand Down
3 changes: 0 additions & 3 deletions src/lex-web-ui-loader/js/lib/iframe-component-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,9 +373,6 @@ export class IframeComponentLoader {
}

return this.credentials.getPromise()
.then(() => (
localStorage.setItem('cognitoid', this.credentials.identityId)
))
.then(() => this.credentials);
}

Expand Down
1 change: 1 addition & 0 deletions src/website/parent.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
Expand Down