Releases: CGA1123/slack-ruby-block-kit
Releases · CGA1123/slack-ruby-block-kit
v0.25.0
What's Changed
- Bump rake from 13.2.0 to 13.2.1 by @dependabot in #190
- Bump simplecov from 0.21.2 to 0.22.0 by @dependabot in #189
- Bump zeitwerk from 2.6.13 to 2.6.14 by @dependabot in #191
- Bump rexml from 3.2.5 to 3.2.8 by @dependabot in #192
- Bump racc from 1.7.3 to 1.8.0 by @dependabot in #193
- Bump zeitwerk from 2.6.14 to 2.6.15 by @dependabot in #194
- Add description to additional elements by @resputin in #195
New Contributors
Full Changelog: v0.24.0...v0.25.0
v0.24.0
What's Changed
- Bump zeitwerk from 2.6.11 to 2.6.12 by @dependabot in #178
- Bump rake from 13.0.6 to 13.1.0 by @dependabot in #179
- Bump rake from 13.1.0 to 13.2.0 by @dependabot in #186
- Bump zeitwerk from 2.6.12 to 2.6.13 by @dependabot in #183
- Bump rspec from 3.12.0 to 3.13.0 by @dependabot in #182
- Adding rich text block support by @GetOutOfMyBakery in #185
- style: format code with RuboCop by @deepsource-autofix in #187
- Update codecov + release jobs by @CGA1123 in #188
New Contributors
- @GetOutOfMyBakery made their first contribution in #185
- @deepsource-autofix made their first contribution in #187
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
v0.22.0
What's Changed
- Bump zeitwerk from 2.6.7 to 2.6.8 by @dependabot in #168
- Add
response_url_enabled
anddefault_to_current_conversation
parameters by @rinasergeeva in #171 - Bump zeitwerk from 2.6.8 to 2.6.11 by @dependabot in #173
- Add
Slack::BlockKit::Element::NumberInput
by @CGA1123 in #174
New Contributors
- @rinasergeeva made their first contribution in #171
Full Changelog: v0.21.0...v0.22.0
v0.21.0
v0.20.0
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
v0.18.0
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 acceptsinitial:
,emoji:
,placeholder:
- Rename
Slack::BlockKit::Element::DatePicker
toDatepicker
- 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 theoptional:
parameter (@sophieklm)
Removed
Slack::BlockKit::Element::Timepicker#placeholder
Slack::BlockKit::Element::Timepicker#initial_time
v0.17.0
v0.16.0
0.16.0 - 2021-06-23
This release contains a breaking change on the Layout::Actions
interface.
Added
- Added new
Layout::Actions#checkboxes
method (#96 by @ryanwilsonperkin)
Removed
Layout::Actions#converstation_select
(use#conversation_select
instead) (#97 by @ryanwilsonperkin)
Fixed
- Fixed name of method in
Layout::Actions
to beconversation_select
(#97 by @ryanwilsonperkin)