- Add
confirmoption tobuttonmethod inSlackActionsBlockblock
- Add
SlackButtonBlockElementto add button as accessory to a section block - Add
emojiandverbatimoptions totextandfieldmethods inSlackSectionBlock
- Allow to update Slack messages
- Remove
SlackOptions::channel(), useSlackOptions::recipient()instead
- The bridge is not marked as
@experimentalanymore - Check for maximum number of buttons in Slack action block
- Add HeaderBlock
- Slack access tokens needs to start with "xox" (see https://api.slack.com/authentication/token-types)
- Add
SlackOptions::threadTs()to send message as reply
- [BC BREAK] Reverted the 5.1 change and use the Slack Web API again (same as 5.0)
- [BC BREAK] Change API endpoint to use the Slack Incoming Webhooks API
- Added the bridge