releases.shpreview
Slack/Node SDK/@slack/types@2.16.0

@slack/types@2.16.0

$npx -y @buildinternet/releases show rel_KijhXlw0DaMsDe9tIhDKW

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

Fetched April 3, 2026