Skip to content
This repository was archived by the owner on Jul 23, 2019. It is now read-only.

Releases: slackapi/node-slack-interactive-messages

v1.1.1

07 Mar 01:51
0982098

Choose a tag to compare

Fixes matching with actionId and blockId (#90)

v1.1.0

27 Feb 00:56
bd6edfa

Choose a tag to compare

  • Adds Block Kit support (#85)
  • Improves express all interactions by using body parser and removing verification check (#79 - thanks @ErwinLengkeek)

Release v1.0.2

02 Oct 01:52

Choose a tag to compare

  • Adds a timing safe comparison to guard from timing attacks. Thanks @episod billdybas (#71)

v1.0.0

08 Aug 00:06
f22360f

Choose a tag to compare

This release adds support for request signing, decouples the adapter from express, and fixes bugs:

  • Adds support for the more secure request signing over legacy verification tokens. This change requires developers to now pass in a Signing Secret to the adapter rather than a verification token. (#57)
  • Refactored the adapter to decouple express, which included adding parsing within the adapter, meaning developers no longer need to use middleware to parse the request (such as the body-parser package). (#31)
  • A bug preventing message actions from working properly was fixed. (#56 - thanks @mcolyer 🎉)

v0.4.0

22 May 16:58

Choose a tag to compare

This release adds support for new message actions. Your users can now interact with you app through dedicated actions per message.

v0.3.0

20 Apr 23:40

Choose a tag to compare

  • New Feature Support for dynamic menu options inside dialogs and the within constraint! #36
  • Fixed bugs in dialog submission action support (#25) and menu options requests (#23) #28
  • README has been rewritten with numerous clarifications and improvements (#27, #29) #39
  • Example app express-all-interactions added #39
  • Reference documentation added (#11) #39
  • Test coverage exceeds 85% (#9)
  • SlackMessageAdapter's dispatch() method is now always async (#33)
  • Added vscode workspace settings (#35)

v0.2.0 Dialogs support

28 Sep 17:45

Choose a tag to compare

  • Added support for dialogs

v0.1.2

13 Jun 17:28

Choose a tag to compare

Our first real distributable release! 🎉

The @slack/interactive-messages module makes it quick and simple for your app to respond to buttons and menus inside Slack. Find out all about the features in the README.

  • Fixes an issue with regex-based action matching (#1) - thanks @hwz.