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

Missing blocks & block elements #639

Closed
4 of 9 tasks
seratch opened this issue Mar 17, 2020 · 0 comments · Fixed by #659
Closed
4 of 9 tasks

Missing blocks & block elements #639

seratch opened this issue Mar 17, 2020 · 0 comments · Fixed by #659
Assignees
Labels
enhancement M-T: A feature request for new functionality Version: 2x web-client
Milestone

Comments

@seratch
Copy link
Member

seratch commented Mar 17, 2020

Description

The following blocks and block elements are not yet supported.

blocks

  • file blocks (for remote files)
  • rich-text blocks

block elements

  • filtering options for conversations

What type of issue is this? (place an x in one of the [ ])

  • bug
  • enhancement (feature request)
  • question
  • documentation related
  • testing related
  • discussion

Requirements (place an x in each of the [ ])

  • I've read and understood the Contributing guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've searched for any related issues and avoided creating a duplicate issue.
@seratch seratch added the enhancement M-T: A feature request for new functionality label Mar 17, 2020
@seratch seratch self-assigned this Mar 17, 2020
@seratch seratch added this to the 2.x milestone Mar 17, 2020
@seratch seratch changed the title Missing block elements Missing blocks & block elements Mar 17, 2020
@seratch seratch modified the milestones: 2.x, 2.6.0 Apr 20, 2020
seratch added a commit to seratch/python-slack-sdk that referenced this issue Apr 23, 2020
* Fix slackapi#639 Missing blocks & block elements
  * blocks
    * file blocks (for remote files)
    * rich-text blocks (out-of-scope in this commit)
  * block elements
    * multi-select elements
    * checkboxes
    * radio buttons
    * input block's elements slackapi#519
    * rich text elements (out-of-scope in this commit)
    * filtering options for conversations
* Fix slackapi#519 as mentioned above
* Fix slackapi#632 DatePickerElement - missing placeholder causes TypeError
seratch added a commit to seratch/python-slack-sdk that referenced this issue Apr 23, 2020
* Fix slackapi#639 Missing blocks & block elements
  * blocks
    * file blocks (for remote files)
    * rich-text blocks (out-of-scope in this commit)
  * block elements
    * multi-select elements
    * checkboxes
    * radio buttons
    * input block's elements slackapi#519
    * rich text elements (out-of-scope in this commit)
    * filtering options for conversations
* Fix slackapi#519 as mentioned above
* Fix slackapi#632 DatePickerElement - missing placeholder causes TypeError
seratch added a commit to seratch/python-slack-sdk that referenced this issue Apr 24, 2020
* Fix slackapi#639 Missing blocks & block elements
  * blocks
    * file blocks (for remote files)
    * rich-text blocks (out-of-scope in this commit)
  * block elements
    * multi-select elements
    * checkboxes
    * radio buttons
    * input block's elements slackapi#519
    * rich text elements (out-of-scope in this commit)
    * filtering options for conversations
* Fix slackapi#519 as mentioned above
* Fix slackapi#632 DatePickerElement - missing placeholder causes TypeError
seratch added a commit to seratch/python-slack-sdk that referenced this issue Apr 28, 2020
* Fix slackapi#639 Missing blocks & block elements
  * blocks
    * file blocks (for remote files)
    * rich-text blocks (out-of-scope in this commit)
  * block elements
    * multi-select elements
    * checkboxes
    * radio buttons
    * input block's elements slackapi#519
    * rich text elements (out-of-scope in this commit)
    * filtering options for conversations
* Fix slackapi#519 as mentioned above
* Fix slackapi#632 DatePickerElement - missing placeholder causes TypeError
seratch added a commit to seratch/python-slack-sdk that referenced this issue May 11, 2020
* Fix slackapi#639 Missing blocks & block elements
  * blocks
    * file blocks (for remote files)
    * rich-text blocks (out-of-scope in this commit)
  * block elements
    * multi-select elements
    * checkboxes
    * radio buttons
    * input block's elements slackapi#519
    * rich text elements (out-of-scope in this commit)
    * filtering options for conversations
* Fix slackapi#519 as mentioned above
* Fix slackapi#632 DatePickerElement - missing placeholder causes TypeError
seratch added a commit to seratch/python-slack-sdk that referenced this issue May 11, 2020
* Fix slackapi#639 Missing blocks & block elements
  * blocks
    * file blocks (for remote files)
    * rich-text blocks (out-of-scope in this commit)
  * block elements
    * multi-select elements
    * checkboxes
    * radio buttons
    * input block's elements slackapi#519
    * rich text elements (out-of-scope in this commit)
    * filtering options for conversations
* Fix slackapi#519 as mentioned above
* Fix slackapi#632 DatePickerElement - missing placeholder causes TypeError

* Add view support for modals and Home tabs ref slackapi#519
* Move parser methods to class methods, add more tests for view.state
* Rename validation methods and fix backward incompatibilities
* Add a test case for slackapi#623 and revise subtype getter
* Fix slackapi#628 text length validation in SectionBlock
* Add a sample using native Block Kit builders ref slackapi#500
seratch added a commit to seratch/python-slack-sdk that referenced this issue May 11, 2020
* Fix slackapi#639 Missing blocks & block elements
  * blocks
    * file blocks (for remote files)
    * rich-text blocks (out-of-scope in this commit)
  * block elements
    * multi-select elements
    * checkboxes
    * radio buttons
    * input block's elements slackapi#519
    * rich text elements (out-of-scope in this commit)
    * filtering options for conversations
* Fix slackapi#519 as mentioned above
* Fix slackapi#632 DatePickerElement - missing placeholder causes TypeError

* Add view support for modals and Home tabs ref slackapi#519
* Move parser methods to class methods, add more tests for view.state
* Rename validation methods and fix backward incompatibilities
* Add a test case for slackapi#623 and revise subtype getter
* Fix slackapi#628 text length validation in SectionBlock
* Add a sample using native Block Kit builders ref slackapi#500
seratch added a commit that referenced this issue May 14, 2020
Complete sets of Block Kit components & views support #639 #632 #519
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement M-T: A feature request for new functionality Version: 2x web-client
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant