Skip to content

Releases: slackapi/bolt-js

@slack/bolt@3.18.0

25 Apr 17:07
65413b9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/bolt@3.17.1...@slack/bolt@3.18.0

@slack/bolt@3.17.1

11 Jan 17:25
427f6db
Compare
Choose a tag to compare

What's Changed

  • chore(3.17.1): Publish v3.17.1 by @rafael-fecha, including dependency updates to address an Axios security vulnerability in #2029

New Contributors

Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/bolt@3.17.0...@slack/bolt@3.17.1

@slack/bolt@3.17.0

20 Dec 19:27
fd17bb5
Compare
Choose a tag to compare

What's Changed

  • Support for style.code properties on rich text elements (updates @slack/types to 2.11 and @slack/web-api to 6.11) by @filmaj in #2017

Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/bolt@3.16.0...@slack/bolt@3.17.0

@slack/bolt@3.16.0

01 Dec 17:49
9b887c9
Compare
Choose a tag to compare

What's Changed

Enhancements 🎁

  • Close HTTP response on unhandled request timeout - Thank you @suhailgupta03 in #2007
  • Prevent sending response headers if already sent in default error han… - Thanks! @suhailgupta03 in #2006

Maintainers

  • Complete every matrix test regardless of adjacent failures - Thank you @zimeg in #2004
  • Bump @types/node from 20.9.0 to 20.9.2 by @dependabot in #2000
  • Bump @types/node from 20.9.2 to 20.10.0 by @dependabot in #2003

New Contributors 👋

Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/bolt@3.15.0...@slack/bolt@3.16.0

@slack/bolt@3.15.0

15 Nov 18:00
5df8393
Compare
Choose a tag to compare

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

  • Add file_input block element payload support in TS by @seratch in #1995
  • Add rich_text_input block element payload support in TS by @seratch in #1963
  • Allow a custom SocketModeReceiver to be used with Socket Mode by @zimeg in #1972
  • Include an example of using middleware with the ExpressReceiver by @zimeg in #1973

Bug Fixes

Dependencies

  • Bump @types/node from 20.6.2 to 20.9.0
  • Upgrade axios by @wannfq in #1986
  • Update mocha and web-api dependencies by @filmaj in #1994

Other

New Contributors

Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/bolt@3.14.0...@slack/bolt@3.15.0

@slack/bolt@3.14.0

21 Sep 15:18
ce77d6b
Compare
Choose a tag to compare

What's Changed

Important Notice

Since this version, we've dropped Node 16 support as the version is EOLed on September 11th, 2023. Please upgrade to a newer Node.js version from now on.

Enhancements

Bug Fixes

  • Update ci-build.yml - add codecov upload token by @srajiang in #1952

Dependencies

New Contributors

Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/bolt@3.13.3...@slack/bolt@3.14.0

@slack/bolt@3.13.3

04 Aug 15:15
f18430e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/bolt@3.13.2...@slack/bolt@3.13.3

@slack/bolt@3.13.2

13 Jul 00:29
890cc05
Compare
Choose a tag to compare

What's Changed

Enhancements

Bug fixes

  • Fix #1819 Add metadata to response_url params in #1821 – thanks @seratch!
  • Simplify reaction_added/removed event's item type in #1845 – thanks @seratch!
  • Fix #1512 Remove say from SlackShortcutMiddlewareArgs for GlobalShortcuts in #1849 – thanks @mlauter!
  • Fix #1889 Add missing user type in TeamJoinEvent in #1890 – thanks @be320!

Documentation

  • Improve the docs for better TypeScript compatibility in #1844 – thanks @seratch!
  • Fixes #1477 Add customPropertiesExtractor to receiver options docs in #1864 – thanks @mlauter!

Dependencies

New Contributors

Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/bolt@3.13.1...@slack/bolt@3.13.2

@slack/bolt@3.13.1

28 Apr 22:59
261030d
Compare
Choose a tag to compare

Enhancements

  • Upgrade the OAuth module to the latest in #1802 – thanks @seratch!

Bug fixes

  • Fix #1805 Include headers in the request object of custom route handlers in #1806 – thanks @e-zim!

Documentation

  • Add documentation for dynamic route parameters in custom routes in #1791 – thanks @e-zim!
  • Add line numbers to docs in #1797 – thanks @WilliamBergamin!

Dependencies

Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/bolt@3.13.0...@slack/bolt@3.13.1

@slack/bolt@3.13.0

04 Apr 23:09
2b3b929
Compare
Choose a tag to compare

What's Changed

Enhancements

  • Fix #1718 selected_date_time is missing in ViewStateValue interface by @seratch in #1719
  • Fix #1325 Added support for dynamic custom paths by @jeffbaldwinjr in #1785

Bug fixes

  • Fix #1758 Correct type definitions for OptionGroups and *Options types by @zimeg in #1790

Tests

Documentation

Dependencies

Chores

New Contributors

Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/bolt@3.12.2...@slack/bolt@3.13.0