- Update dependencies (Bot Framework to 4.5.2, Botkit to 4.5)
- Block actions and interactive button clicks are now classified as "message" type events, and thus included in conversations
- Update some type definitions in the Slack Dialog class.
- Fix typo in replyInteractive - Thanks to @VictorGrycuk for the fix
- Fix for handling some events that do not have a channel id - Thanks to @roger-king and @jebarjonet for help trackign this down
- Update Typedef of Slack dialog options - Thanks to @roger-king for the fix
- Add
enable_incomplete
option to allow adapter to start without a complete config.
- Fix for getInstallLink() - now includes redirectUri if set. Thanks to @jebarjonet for the fix.
- Fix to TypeScript definition, - Thanks to @roger-king for this contribution.
This was the first public release!