Releases: raycharius/slack-block-builder
Releases · raycharius/slack-block-builder
Minor Fixes for Doc Site Generation
💡 Minor Fixes for Doc Site Generation
- Fix minor typo in class name that was creating issue with doc generation.
- Add JSDoc comments with links to Slack API for a few classes.
Beautify README
📚 Beautify README
- Add project logo (kudos to Alexey Chernyshov).
- Beautify README.md file.
- Update README images to reflect new project branding.
Add inChannel() Method to Message Object
✨ Add a new method to the Message
surface.
- Add
inChannel
method toMessage
object that sets the propertyresponse_type
to bein_channel
, which allows the message to be viewed by everyone present in the Slack channel.
Fix Minor Bugs
🐛 A few small bug fixes.
- Fix issue where strings passed to the
fields()
method of aSection
object would be mutated into plain-text objects instead of markdown text objects. - Fix issue where strings passed to the
elements()
method of aContext
object would be mutated into plain-text objects instead of markdown text objects. - Fix type in JSDoc for
TextInput
object (intiialValue => initialValue).
Beta Release
🎉 Initial Release!
Currently in Beta and being integrated into existing production projects and tested before the release of production-ready v1.0.0.
Enjoy!