@slack/bolt@1.5.0
- 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 sinceauth.test
includes thebot_id
. This allows developers to reduce scope by creating Bolt apps without ausers:read
scope. (#347) - Thanks @pichsenmeister - For our Typescript users, we made the
channel
field inblock_actions
payload optional (#343), added support formulti-select
actions (#344), and improved type resolution for action method (#349) - Thanks @seratch and @stevengill