Skip to content
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

v4.2.1 #556

Merged
merged 1 commit into from
May 11, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/_posts/2018-05-11-v4.2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: changelog
---

- Adds the `notify_on_cancel` field to the `Dialog` type definition (#541) - thanks @DominikPalo
- Adds `AttachmentAction` type definition to express the type of the `action` property of `MessageAttachment`. (#543, #551) - thanks @brianeletype, @DominikPalo
- Adds the `SelectOption` type defintion and related properties to the `Dialog` type definition. (#549) - thanks @DominikPalo
- Fixes the missing `scopes` property in `WebClient` responses. (#554) - thanks @aoberoi
- Fixes an issue in `RTMClient` where websocket errors in the `connecting:authenticated` state would cause the program
to crash. (#555) thanks @aoberoi
- Fixes an issue where `KeepAlive` would monitor the RTM connection while the websocket was not ready after a
reconnection. (#555) thanks @aoberoi
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slack/client",
"version": "4.2.0",
"version": "4.2.1",
"description": "Slack Developer Kit - official clients for the Web API, RTM API, and Incoming Webhooks",
"author": "Slack Technologies, Inc.",
"license": "MIT",
Expand Down