Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 2.66 KB

CHANGELOG.md

File metadata and controls

45 lines (27 loc) · 2.66 KB

botbuilder-adapter-slack changelog

1.0.8

  • Update @slack/web-api to 5.7.0 which includes access to new Oauth features (see #1890)
  • Make redirectUri optional in type definition - thanks @yakirn #1895

1.0.7

  • Update @slack/web-api to 5.5.0

1.0.6

  • Update dependencies (Bot Framework to 4.6, Botkit to 4.6)

1.0.5

  • Add support for using the new Block Kit modals. Check out this sample code for examples of using them.
  • Update to the latest version of the @slack/web-api, granting access to recently added methods like views.open, views.update
  • Fix: previous versions incorrectly labeled incoming block_actions and interactive_message events as message events. This version corrects this - controller.on('block_actions',...) and controller.hears(pattern,'block_actions',...) should now work.
  • Expand ability to "hear" block actions and use them in conversations. Selections from dropdowns and datepickers can now be heard by the bot and will be included as message.text in incoming messages. Thanks to @sfny for the pull request

1.0.4

  • 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.

1.0.3

1.0.2

1.0.1

This was the first public release!