Skip to content

Latest commit

 

History

History
72 lines (41 loc) · 3.56 KB

CHANGELOG.md

File metadata and controls

72 lines (41 loc) · 3.56 KB

botbuilder-adapter-slack changelog

1.0.13

  • Update dependencies to Botkit 4.10, Bot Framework 4.10
  • Update @slack/web-api to 5.11.0

1.0.12

  • Adjust startPrivateConversation to use converations.open instead of im.open

1.0.11

  • Update dependencies to Botkit 4.9, Bot Framework 4.9
  • Fox: Remove enforcement of as_user field when using v2 oauth - Thanks to @garytowers for this pull request.

1.0.10

  • FIX: Fixing a bug introduced in 4.8 pertaining to spawning proactive bots for Slack. #1937

1.0.9

  • Update @slack/web-api to 5.8.0
  • Add oauthVersion parameter to constructor. If set to v2, oauth features will use Slack's latest auth functions and urls. More info
  • Make authed_users field available. Fix for #1911

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!