bolt-js

A framework to build Slack apps using JavaScript

MIT License

Stars
2.7K
Committers
121

Bot releases are hidden (Show)

bolt-js - @slack/[email protected] Latest Release

Published by filmaj about 1 month ago

What's Changed

Woops! We (coughfilmajcough) removed the EnvelopedEvent export in a recent change. We are adding it back in in this patch release. Please accept our sincere apologies for this temporary breaking change in bolt 3.21.2.

Changelog

New Contributors

Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/[email protected]...@slack/[email protected]

bolt-js - @slack/[email protected]

Published by filmaj about 1 month ago

What's Changed

The main change in this patch release is creating an npm release for the change in #2223, where exported event payload types were moved from bolt-js to @slack/types. If you see errors compiling your TypeScript-based application that look like:

Module './types' has already exported a member

.. then upgrading to this release should address the issue (see #2233 and #2234 for issue details).

Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/[email protected]...@slack/[email protected]

bolt-js - @slack/[email protected]

Published by zimeg 2 months ago

What's Changed

This patch release brings improvements to documentation and sureness in our CI, as well as security updates to certain @slack packages - see CVE-2024-39338 and [email protected] for more details!

Changes

šŸ“š Documentation

šŸ”’ Security

šŸ§° Maintenance

Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/[email protected]...@slack/[email protected]

bolt-js - @slack/[email protected]

Published by filmaj 2 months ago

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

New Contributors

Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/[email protected]...@slack/[email protected]

bolt-js - @slack/[email protected]

Published by filmaj 2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/[email protected]...@slack/[email protected]

bolt-js - @slack/[email protected]

Published by zimeg 4 months ago

What's Changed

More customizations for the AwsLambdaReceiver have landed as well as a few touchups to typings and documented details!

With this release, the signature verification for AwsLambdaReceiver can now be turned off if that's something you're interested in! Perhaps you have your own stylish way of verifying these signatures. The following can be added to your receiver to unlock this:

const { App, AwsLambdaReceiver } = require('@slack/bolt');

const app = new App({
  ...
  receiver: new AwsLambdaReceiver({
    signatureVerification: false,
  }),
});

Read on and browse around for more details on all of the changes included!

šŸŽ Enhancements

šŸ› Fixes

šŸ“š Documentation

šŸ§° Maintenance

šŸ“¦ Dependencies

New Contributors

Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/[email protected]...@slack/[email protected]

bolt-js - @slack/[email protected]

Published by filmaj 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/[email protected]...@slack/[email protected]

bolt-js - @slack/[email protected]

Published by filmaj 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/[email protected]...@slack/[email protected]

bolt-js - @slack/[email protected]

Published by filmaj 10 months ago

What's Changed

Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/[email protected]...@slack/[email protected]

bolt-js - @slack/[email protected]

Published by srajiang 11 months ago

What's Changed

Enhancements šŸŽ

Maintainers

New Contributors šŸ‘‹

Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/[email protected]...@slack/[email protected]

bolt-js - @slack/[email protected]

Published by filmaj 11 months ago

What's Changed

This minor release includes support for the new File Input Block Kit Element, which allows for users to submit files using Block Kit. It also removes all traces of vulnerable versions of the axios dependency.

Enhancements

Bug Fixes

Dependencies

Other

New Contributors

Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/[email protected]...@slack/[email protected]

bolt-js - @slack/[email protected]

Published by WilliamBergamin about 1 year ago

What's Changed

Enhancements

Bug Fixes

Dependencies

New Contributors

Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/[email protected]...@slack/[email protected]

bolt-js - @slack/[email protected]

Published by filmaj about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/[email protected]...@slack/[email protected]

bolt-js - @slack/[email protected]

Published by zimeg over 1 year ago

What's Changed

Enhancements

Bug fixes

Documentation

Dependencies

New Contributors

Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/[email protected]...@slack/[email protected]

bolt-js - @slack/[email protected]

Published by zimeg over 1 year ago

Enhancements

Bug fixes

Documentation

Dependencies

Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/[email protected]...@slack/[email protected]

bolt-js - @slack/[email protected]

Published by zimeg over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/[email protected]...@slack/[email protected]

bolt-js - @slack/[email protected]

Published by srajiang almost 2 years ago

What's Changed

Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/[email protected]...@slack/[email protected]

bolt-js - @slack/[email protected]

Published by hello-ashleyintech almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/[email protected]...@slack/[email protected]