Skip to content

Releases: CGA1123/slack-ruby-block-kit

v0.24.0

07 Apr 18:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/CGA1123/slack-ruby-block-kit/blob/master/CHANGELOG.md#0240---2024-04-07
Full Diff: v0.23.0...v0.24.0

v0.23.0

07 Aug 09:23
Compare
Choose a tag to compare

What's Changed

  • Allow "emoji" arg to be passed through to some constructors by @bmorton in #175

New Contributors

Full Changelog: v0.22.0...v0.23.0

v0.22.0

05 Aug 16:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.21.0...v0.22.0

v0.21.0

19 Feb 21:56
Compare
Choose a tag to compare

0.21.0 - 2023-02-19

Added

v0.20.0

25 Sep 14:18
Compare
Choose a tag to compare

0.20.0 - 2022-09-25

Added

  • Added focus_on_load parameter to following elements (#153 by @aka-nez):
    • Slack::BlockKit::Element::ChannelsSelect
    • Slack::BlockKit::Element::Checkboxes
    • Slack::BlockKit::Element::ConversationsSelect
    • Slack::BlockKit::Element::Datepicker
    • Slack::BlockKit::Element::ExternalSelect
    • Slack::BlockKit::Element::MultiChannelsSelect
    • Slack::BlockKit::Element::MultiConversationsSelect
    • Slack::BlockKit::Element::MultiExternalSelect
    • Slack::BlockKit::Element::MultiStaticSelect
    • Slack::BlockKit::Element::MultiUsersSelect
    • Slack::BlockKit::Element::PlainTextInput
    • Slack::BlockKit::Element::RadioButtons
    • Slack::BlockKit::Element::StaticSelect
    • Slack::BlockKit::Element::Timepicker
    • Slack::BlockKit::Element::UsersSelect

v0.19.0

05 Sep 20:41
Compare
Choose a tag to compare

0.19.0 - 2022-09-05

Added

  • Added Slack::BlockKit::Layout::Video (#152 by @jcat4)

This adds support for Slack's new Video Block.

See: https://api.slack.com/reference/block-kit/blocks#video

v0.18.0

05 Sep 20:38
Compare
Choose a tag to compare

0.18.0 - 2022-08-26

Added

  • Slack::BlockKit::Layout::Input#Timepicker
  • Slack::BlockKit::Layout::Actions#timepicker
  • Slack::BlockKit::Layout::Section#timepicker

Changed

  • Slack::BlockKit::Element::Timepicker.initialize now accepts initial:, emoji:, placeholder:
  • Rename Slack::BlockKit::Element::DatePicker to Datepicker
  • Rename Slack::BlockKit::Layout::Actions#date_picker to #datepicker
  • Rename Slack::BlockKit::Layout::Section#date_picker to #datepicker
  • Slack::BlockKit::Blocks#input now supports passing through the optional: parameter (@sophieklm)

Removed

  • Slack::BlockKit::Element::Timepicker#placeholder
  • Slack::BlockKit::Element::Timepicker#initial_time

v0.17.0

28 Jun 20:34
Compare
Choose a tag to compare

0.17.0 - 2021-06-28

Added

  • Slack::BlockKit::Formatting with utility functions for Slack text formatting (#98 by @CGA1123)

v0.16.0

23 Jun 17:09
Compare
Choose a tag to compare

0.16.0 - 2021-06-23

This release contains a breaking change on the Layout::Actions interface.

Added

Removed

  • Layout::Actions#converstation_select (use #conversation_select instead) (#97 by @ryanwilsonperkin)

Fixed

v0.15.0

14 Jun 21:29
Compare
Choose a tag to compare

0.15.0 - 2021-06-14

Added

  • Support dispatch_action and dispatch_action_config (#94 by @deecewan)