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.