Node Slack Sdk: @slack/[email protected] Release

Release date:
August 21, 2025
Previous version:
@slack/[email protected] (released July 9, 2025)
Magnitude:
350 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

Top Contributors in @slack/[email protected]

zimeg
lukegalbraithrussell
dependabot-bot

Directory Browser for @slack/[email protected]

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

What's Changed

The markdown block is now supported! Display formatted markdown in messages with this release:

const response = await client.chat.postMessage({
  channel: "C0123456789",
  text: "a bold message appears",
  blocks: [
    {
      type: "markdown",
      text: "**this is bold**",
    },
  ],
});

πŸ‘Ύ Enhancements

  • feat(types): add markdown block in #2296 - Thanks @zimeg!

πŸ“š Documentation

  • docs: update links, copy edit, apply style guide in #2294 - Thanks @haleychaas!
  • docs(types): fix markdown block type annotation in #2298 - Thanks @zimeg!
  • docs: autogenerated typedoc reference in #2308 - Thanks @lukegalbraithrussell!

🧰 Maintenance

  • chore(deps-dev): bump tsd from 0.32.0 to 0.33.0 in /packages/types in #2333 - Thanks @dependabot!
  • chore(types): release @slack/[email protected] in #2339 - Thanks @zimeg!

Package: https://www.npmjs.com/package/@slack/types/v/2.16.0 Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected] Milestone: https://github.com/slackapi/node-slack-sdk/milestone/146?closed=1