Bolt: @slack/[email protected] Release

Release date:
December 19, 2019
Previous version:
@slack/[email protected] (released October 23, 2019)
Magnitude:
447 Diff Delta
Contributors:
8 total committers
Data confidence:
Commits:

Top Contributors in @slack/[email protected]

tteltrab
stevengill
seratch
shaydewael
yamashush
pichsenmeister
selfcontained
PerStirpes

Directory Browser for @slack/[email protected]

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

  • Added support for radio button types in App Home (https://github.com/slackapi/bolt/pull/299) - Thanks @shaydewael
  • Some nice docs fixes (https://github.com/slackapi/bolt/pull/318) (#319) - Thanks @yamashush, @shaydewael
  • Updated the dependency version of @slack/web-api to include support for modals (#322) and then again for granular bot permissions (#335) - Thanks @PerStirpes, @seratch and @stevengill
  • Added type as a valid constraint for app actions. (https://github.com/slackapi/bolt/pull/326) - Thanks @selfcontained
  • Fixed some linting issues (https://github.com/slackapi/bolt/pull/339) - Thanks @tteltrab
  • Removed users.info call from SingleTeamAuthorization since auth.test includes the bot_id. This allows developers to reduce scope by creating Bolt apps without a users:read scope. (#347) - Thanks @pichsenmeister
  • For our Typescript users, we made the channel field in block_actions payload optional (#343), added support for multi-select actions (#344), and improved type resolution for action method (#349) - Thanks @seratch and @stevengill