Skip to content

Releases: raycharius/slack-block-builder

Minor Fixes for Doc Site Generation

14 Jun 23:57
Compare
Choose a tag to compare

💡 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

12 Jun 22:34
d3da57b
Compare
Choose a tag to compare

📚 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

12 Jun 19:41
d1fb2cc
Compare
Choose a tag to compare

✨ Add a new method to the Message surface.

  • Add inChannel method to Message object that sets the property response_type to be in_channel, which allows the message to be viewed by everyone present in the Slack channel.

Fix Minor Bugs

10 Jun 20:36
Compare
Choose a tag to compare

🐛 A few small bug fixes.

  • Fix issue where strings passed to the fields() method of a Section object would be mutated into plain-text objects instead of markdown text objects.
  • Fix issue where strings passed to the elements() method of a Context object would be mutated into plain-text objects instead of markdown text objects.
  • Fix type in JSDoc for TextInput object (intiialValue => initialValue).

Beta Release

10 Jun 20:34
Compare
Choose a tag to compare

🎉 Initial Release!

Currently in Beta and being integrated into existing production projects and tested before the release of production-ready v1.0.0.

Enjoy!