Skip to content

@slack/bolt@1.5.0

Compare
Choose a tag to compare
@stevengill stevengill released this 20 Dec 01:39
  • Added support for radio button types in App Home (#299) - Thanks @shaydewael
  • Some nice docs fixes (#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. (#326) - Thanks @selfcontained
  • Fixed some linting issues (#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