-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shortcut v2 #428
Shortcut v2 #428
Conversation
Fix slackapi#168 slackapi#354 Add `logger`, `client` to the list of args send through to listeners
Fix slackapi#382 Missing invite_requested event type
Fix slackapi#355 - processMiddleware doesn't wait for last global middleware's call to `next()`
Fix an error on README
* specifies view submission response action types for use in .view() listener acks * fixes view submission state by adding values property
Fix slackapi#348 app.view() is not described in the README
Add checkboxes action payload
Fix slackapi#405 by providing a better way to configure logger
Fix a typo in shortcut Japanese document
Codecov Report
@@ Coverage Diff @@
## @slack/bolt@next #428 +/- ##
=================================================
Coverage 85.10% 85.10%
=================================================
Files 7 7
Lines 537 537
Branches 158 158
=================================================
Hits 457 457
Misses 52 52
Partials 28 28 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some doc changes to make
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lots of little things but the bones look great!
Co-Authored-By: Ankur Oberoi <aoberoi@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that was fast!
Summary
Adding new shortcut method
Requirements (place an
x
in each[ ]
)