salesforce-slack-starter-kit
salesforce-slack-starter-kit copied to clipboard
build(deps): bump slack-block-builder from 2.5.0 to 2.7.2 in /apps/salesforce-slack-app
Bumps slack-block-builder from 2.5.0 to 2.7.2.
Release notes
Sourced from slack-block-builder's releases.
Version 2.7.2
🐛 Fix issue with
DateTimePicker
import
DateTimePicker
is now available as a top-level importVersion 2.7.1
🐛 Fix issues with newly added elements and type constraints
DateTimePickerBuilder
,NumberInputBuilder
,EmailInputBuilder
,URLInputBuilder
are now assignable toInput.element()
DateTimePickerBuilder
is now assignable toActions.elements()
Version 2.7.0
✨ Support new block elements introduced by Slack and minor bug fixes
- Add
DateTimePicker()
to support the all-new date time picker element introduced by Slack.- Add
NumberInput()
,URLInput()
,EmailInput()
to support the new input types introduced by Slack.- Fix bug where props passed into the constructor were assigned instead of copied (thanks,
@nlwillia
!).Version 2.6.0
✨ 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()
andbuildBlocks()
utility functions to build and return Slack API-ready objects for separate blocks.- Fix bug where using conditionals within the build functions for
Accordion
andPaginator
lead to TypeScript errors.
Commits
bdb89d7
:package: Update package.json1981ea2
Merge pull request #108 from tanguyantoine/patch-1ec89174
Merge pull request #111 from chasek-hpe/main6f5ccd5
Update index.ts477fd2f
fix(doc): fix arrow display3bc6ecb
Merge pull request #107 from raycharius/v2.7.1573d22b
:package: Update package.json95c200b
:bug: Fix type issues with elements added in 2.7.068af561
Merge pull request #105 from raycharius/v2.7.053aafda
:package: Update version in package.json- Additional commits viewable in compare view
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)