rich_text_listblocks now initialize withelementsas an empty array instead ofnil(#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.newcan now accept either a hash of attributes or an array of blocks.
New Contributors
- @wilsonehusin made their first contribution in #1. Thanks, Wilson!