-
BREAKING: Remove default initializer from
ViewComponent::Base
. Previously,ViewComponent::Base
defined a catch-all initializer that allowed components without an initializer defined to be passed arbitrary arguments.Joel Hawksley
-
Graduate
SlotableDefault
to be included by default.Joel Hawksley
-
Fix bug in
SlotableDefault
where default couldn't be overridden when content was passed as a block.Bill Watts, Joel Hawksley