v0.6.5
In this week's release:
- DirectLine has been extracted into its own repo/package
botchat.js
(with all dependencies bundled) is now much smaller - down from 480k to 340k minified, 104k gzipped- all button actions now supported
- YouTube and Vimeo videos now use their embedded players
- The previous sample is now the
/standalone
sample - There is now a
/backchannel
sample - There is a new optional
Chat
property calledsendTyping
. If true (defaults to false), sends a'typing'
activity to the bot whenever the user is typing and it's been > 3 seconds since one was last sent