Skip to content

Commit 106f15b

Browse files
committed
Merge branch 'development' 0.8.1
2 parents 65013ee + 5d3e7d1 commit 106f15b

22 files changed

+1687
-1613
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.8.1] - 2017-07-25
8+
### Fixed
9+
- Fixed config initialization and parentOrigin issues
10+
### Changed
11+
- Clarified documentation
12+
- Exported Vue plugin from library
13+
- Added deep merge capability to mergConfig
14+
715
## [0.8.0] - 2017-07-24
816
This release makes it easier to include the chatbot UI into existing
917
sites. The project now distributes a pre-built library in the dist

dist/index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,14 @@
4141
poolId: 'us-east-1:deadbeef-fade-babe-cafe-0123456789ab',
4242
},
4343
lex: {
44-
botName: 'myLexBot',
45-
}
44+
botName: 'myLexHelpBot',
45+
initialText: 'How can I help you?',
46+
initialSpeechInstruction: 'How can I help'?
47+
},
48+
ui: {
49+
toolbarTitle: 'Help Bot',
50+
toolbarLogo: '',
51+
},
4652
*/
4753
});
4854

dist/lex-web-ui.css

100644100755
File mode changed.

dist/lex-web-ui.css.map

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

0 commit comments

Comments
 (0)