Version 1.1.3
- Make the notification banner render if there's content passed in (via a block) even when there are no headings provided. This makes the component generally more flexible but still allows it to be used without having to wrap it with a
<% if notifications.any? %>
block. Thanks to @fofr for raising this. #120