✨ Add Video() to support video blocks and minor feature and bug fixes
Add Video() to the library to support the latest block supported by the Slack API.
Add buildBlock() and buildBlocks() utility functions to build and return Slack API-ready objects for separate blocks.
Fix bug where using conditionals within the build functions for Accordion and Paginator lead to TypeScript errors.
Version 2.5.0
✨ Add accessibilityLabel() method and introduce OptionCollection and OptionGroupCollection
Add accessibilityLabel() method to the ButtonBuilder object.
Add two utility functions, OptionCollection and OptionGroupCollection for using Block Builder to create responses to payloads from select menus with external data sources.
Commits
2ea818e Merge pull request #97 from raycharius/v2.6.0
eba0aad :bulb: Update JSDoc for buildBlock() and buildBlocks() functions
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps slack-block-builder from 2.4.2 to 2.6.0.
Release notes
Sourced from slack-block-builder's releases.
Commits
2ea818e
Merge pull request #97 from raycharius/v2.6.0eba0aad
:bulb: Update JSDoc for buildBlock() and buildBlocks() functions4ef1bf0
:package: Update package.jsona523480
:white_check_mark: Add tests for getBlock and getBlocks() functionsd7689aa
:sparkles: Add getBlock() and getBlocks() utility functions8b5e0e9
:shirt: Lint6939574
:hammer: Add public keyword to method57e2158
:white_check_mark: Add tests for conditionals in Accordion and Paginator buil...b7f8dab
:bug: Fix TypeScript error when using conditionals in Accordion or Paginator ...c42531d
:books: Add Video to support sections of documentationDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)