Skip to content

1.0.5

Latest

Choose a tag to compare

@davidcelis davidcelis released this 02 Jun 16:07
v1.0.5
959b62f
  • rich_text_list blocks now initialize with elements as an empty array instead of nil (#1)
  • The DSLs for creating surfaces can now accept and pass a hash of attributes through to the underlying surface class itself (e.g. BlockKit.modal(title: "Hello, world!") { ... }
  • BlockKit::Blocks.new can now accept either a hash of attributes or an array of blocks.

New Contributors