CGA1123 / slack-ruby-block-kit

A ruby wrapper for Slack's Block Kit
https://rubydoc.info/gems/slack-ruby-block-kit
MIT License
72 stars 30 forks source link

Add `Slack::BlockKit::Elements::UrlTextInput` #164

Closed dimerman closed 1 year ago

dimerman commented 1 year ago

Closes: #159

codecov[bot] commented 1 year ago

Codecov Report

Merging #164 (0881992) into master (e0ce0eb) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #164      +/-   ##
==========================================
+ Coverage   99.09%   99.11%   +0.01%     
==========================================
  Files          42       43       +1     
  Lines         883      902      +19     
==========================================
+ Hits          875      894      +19     
  Misses          8        8              
Impacted Files Coverage Δ
lib/slack/block_kit/element/url_text_input.rb 100.00% <100.00%> (ø)
lib/slack/block_kit/layout/input.rb 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

CGA1123 commented 1 year ago

Thanks @dimerman -- sorry for the delay, i'm on holiday with limited connectivity! 😄

CGA1123 commented 1 year ago

Finally got around to closing of #162 & #161 and have released those along with this change as 0.21.0.

Thanks for your contribution 🙇‍♂️