v0.21.0
Read the full Release Notes for this version here.
jaspr, jaspr_builder, jaspr_cli, jaspr_test 0.21.0
-
Breaking Changed all
build()methods andbuilderfunctions to return a singleComponentinstead ofIterable<Component>. Usejaspr migrateto migrate automatically after updating. -
Breaking Introduced new
Component.element(),Component.text(),Component.fragment()andComponent.wrapElement()constructors, replacingDomComponent(),Text(),Fragment()andDomComponent.wrap(), respectively. Also addedComponent.empty()to create an empty fragment.