Node Slack Sdk: @slack/types@2.16.0 Release

Release date:
August 21, 2025
Previous version:
@slack/types@2.16.0-featWorkObjectsBeta.1 (released September 12, 2025)
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in @slack/types@2.16.0

Could not determine top contributors for this release.

Directory Browser for @slack/types@2.16.0

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/types@2.16.0 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/types@2.15.0...@slack/types@2.16.0 Milestone: https://github.com/slackapi/node-slack-sdk/milestone/146?closed=1