@slack/bolt@3.21.0
filmaj
released this
14 Aug 18:41
·
91 commits
to main
since this release
What's Changed
Bolt-JS now supports Custom Steps! That's right, your trusty Bolt app now let's you expose Custom Steps in Bolt, allowing you to provide steps for use in Workflow Builder.
You can now use the new function()
method to register handlers for the function_executed
event. Check out our API docs on the topic to get started.
Changelog
- Add support for remote functions by @misscoded in #2026
- chore(deps): bump axios to 1.7.4 to address CVE by @helzahalim in #2201
- chore: purge the "workflow step" terminology by @WilliamBergamin in #2199
New Contributors
- @helzahalim made their first contribution in #2201
Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/bolt@3.20.0...@slack/bolt@3.21.0